/srv/irclogs.ubuntu.com/2015/06/12/#ubuntu-kernel.txt

=== tmpRAOF is now known as RAOF
=== ara is now known as Guest36049
TJ-What's the recommended process to bisect on a rebased branch? I'm trying to track down a regression in PCI code between v3.15 and v3.16-rc6 on mainline, using the ubuntu-utopic branch which rebased from 3.15 to 3.16. The problem is the rebase causes a divergence back 578 commits to the common ancestor so bisect can't do anything08:15
apwTJ-, we tend to acertain if the issue is present / not present in the corresponding mainline kernels at the same base level08:27
apwif it is you can the bisect in th emainline which has no rebases08:27
apwif ti doesn't exist then it is a matter of bisecting between the mainline base and the ubuntu tip08:27
TJ-apw: I already know that, it came in with the PCI change added to v3.16; I was hoping to use the Ubuntu branch to do the bisect on rather than mainline08:28
TJ-apw: the reason being I can use the Ubuntu packaging tools to distribute/install the test versions08:29
apwwell as you know procedurally that doesn't work, which is why indeed we make the mainlnie ones using the ubuntu tooling08:30
apwand when bisecting you can do the same, the proceedure is essentially to "git checkout ubuntu/master-next debian debian.master" over the top of your bisect point, update the configs and then build08:30
TJ-apw: Yes... I might try using the mainline repos as the base instead but when I tried that a few hours ago I got lost somehow with no debian/ debian.master after the bisect since those had to be applied from the packaging patches08:31
TJ-Ahhhhh.... I'll play around with that approach08:32
=== AceLan_ is now known as AceLan
=== mwenning is now known as mwenning-wfh
MCSHHi, I'm getting Kernel Panic (Fatal Exception In Interrupt) about 30 seconds after I boot 15.04, can anyone help me?14:42
rbasaksmb: http://dep.debian.net/deps/dep5/14:54
rbasaksmb: lib/librte_net/rte_ip.h14:54
rbasaksmb: https://lintian.debian.org/tags/package-name-doesnt-match-sonames.html15:00
=== infinity1 is now known as infinity
=== shaderslayer is now known as shadeslayer
=== pgraner is now known as pgraner-afk
gQuigsis there any automatic building of Ubuntu's trusty master-next?  http://kernel.ubuntu.com/git/ubuntu/ubuntu-trusty.git/?h=master-next16:24
apwgQuigs, it is uploaded into a PPA about every 24 hours if changed16:32
gQuigsapw: oh, cool..  I just haven't been able to find the PPA16:33
gQuigswhere is it?16:34
apwppa:ubuntu-kernel-test/ubuntu/stable perhaps16:34
apwwww.lauchpad.net/~ubuntu-kernel-test16:34
gQuigsapw: that's it, thanks!16:36
=== Trevinho is now known as Trevinho|Holiday
=== ming is now known as Guest91806
swair i'm compiling kernel 3.16 gcc versions are 5 and 4.8, i've set CC=/usr/bin/gcc-4.8 still i get this error: fatal error: linux/compiler-gcc5.h: No such file or directory. any ideas?20:52
apwswair, you'd have to be more specific as to how you are compiling, as that file definatly exists in v3.1621:02
swairapw: its not in the 3.16 tree. It was added in 3.18. 21:03
apwswair, ok it came in via stable v3.16.7 ... so sort of in 3.1621:04
apwit is therefore in ubuntu 3.16 based kernels21:05
swairok., though i got the tar from kernel.org/pub/linux/kernel/v3.x/linux-3.16.tar.gz. it wasn't there. 21:05
apwswair, but regardless, if we don't know how you are incanting at it, we are not going to be able to hel21:06
apwhelp21:06
swairapw:  i had gcc5 installed. so i installed gcc4.8 as /usr/bin/gcc-4.8. Set CC to as that and just make 21:07
apwit might help most if you pastbin a transcript of your how you did that21:07
apwand the errors etc it produces21:08
apwas CC=x is one thing, export CC=x is another, and likely make CC=x is a third21:08
swairi did: export CC=/usr/bin/gcc-4.821:08
swairwell, right now i fixed the issue by just copying compiler-gcc5.h from the 3.18 tree. 21:09
swairand it worked21:09
apwswair, yep, what bit actually failed?  as the kernel uses two compilers the host and target compilers, and CC only overrides one21:10
swairshould i have set HOSTCC as well?21:10
apwmaybe, but i keep saying tell me what error you got, and maybe we can tell21:11
swairsorry, just a sec.21:11
apwor we could ask and answer questions for 40 minutes, oh no i won't be here to do that21:11
swairapw: http://pastebin.com/ifu80YdW21:13
apwyeah thats HOSTCC ... set that too21:13
swairyeah. so why two different compilers? hostcc and cc? 21:14
apwit is building host tooling to build bits of the build21:14
apwthe hostcc is building things to run on the building machine to make bits of the build21:14
apwthe cc is building bits for the machine which run it21:14
swairahh ok. thanks for the help!21:14
apwwhen doing a cross-compile they are not the same21:14
swairok21:15
awreeceis there an easy way to see the socket options on one of my processes?22:24
awreecei've looked around a while and can't see anything obvious22:24

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!