=== smb` is now known as smb === henrix_ is now known as henrix [09:50] * apw hates computers [09:50] and they hate you too :) [09:51] * ppisati hates computers and humans: /me wins! [09:53] ppisati, humans go without saying surely :) [09:54] ogra_, so very true [10:01] ppisati, elloco is still running fine, 48hrs [10:02] apw: nice [10:05] * apw pops to the postoffice, lucky me === zequence_ is now known as zequence [11:22] apw: git config alias.fixed "bisect bad" [11:22] git config alias.buggy "bisect good" [11:23] apw: make deb-pkg INSTALL_MOD_STRIP=1 -j 24 [11:39] those bisect aliases are such an obvious solution, and done that way they are repo specific [11:45] cking, we must make sure js is aware [11:45] yup, will do === amitk is now known as amitk-afk [13:30] ogasawara, do you have a haswell ? [13:31] just pushed a couple of raring master-next patches for intel_idle that I'd like to get tested. === rtg is now known as rtg-afk [13:36] rtg-afk: yep I do, I'll test and get back to you === rtg-afk is now known as rtg [13:57] ogasawara: hey, could it be possible to "enable" some non-haswell machines to use i915_hsw instead of the older i915 on quantal kernel? [13:58] tjaalton: definitely possible I would think, we'd just need to move the pci id's from one to the other [13:58] ogasawara: right, that's what the people testing the new machines on the oem pipeline have done now for quick testing [13:59] tjaalton: if testing supports moving to the i915_hsw driver I wouldn't be opposed as it would be hw specific and low risk of regression [13:59] it's unfortunate that i915 modesetting was rewritten in 3.7 so that it's very hard to backport anything eDP related :/ [13:59] tjaalton: I gotta jump on a call right now. send us a patch if it's what you guys want. [14:00] ogasawara: ok, I'll see how it goes and get back to you or someone who could do the changes, thanks [14:00] yeah that works === kentb-out is now known as kentb [15:18] * ogasawara back in 20 [15:42] apw, git://github.com/CyanogenMod/android_kernel_asus_grouper.git for N7 origin ? [15:43] rtg, checking [15:44] rtg, looks to be the same cm-10.1 in both [15:44] apw, thats what the phablet dudes were using ? [15:44] rtg, that looks to be the base for their stuff yes [15:44] k [15:49] apw, incidentally, I've had to disable aufs and overlayfs for todays 3.9 rebase. the usual maintenance BS. wanna put that on your TODO list ? [15:49] rtg, ack, yep as soon as we get an -rc1 i'll start fixing it i recon [15:49] that shuold be soon [15:50] yeah i was assuming so nideed [15:50] apw, I've been rebasing daily just so the number of new configs isn't so mind numbing to go through. [15:50] rtg, i assumed as much :) [15:51] i've done a couple of preliminary passes over the config too for the same reason [15:51] most so far appear to be straightforward [15:52] yeah i didn't see anything i wanted to change in review, so thats good === kentb is now known as kentb-afk [16:30] Bisecting: 104 revisions left to test after this (roughly 7 steps) [16:30] sigh [16:41] rtg, apw, Are the kernel header files available if the lts backport kernel is used? Seems they may be missing per bug 1134441 [16:41] Launchpad bug 1134441 in linux (Ubuntu) "kernel headers are missing from 3.8" [Medium,Confirmed] https://launchpad.net/bugs/1134441 [16:42] jsalisbury, that might mean he has not installed the common package [16:43] jsalisbury, I'll check in a bit. you can have a look yourself at https://launchpad.net/~ubuntu-x-swat/+archive/r-lts-backport [16:43] apw@dm:~/git2/ubuntu-raring$ ls /usr/src/linux-headers-3.8.0-7 [16:43] arch Documentation fs ipc kernel mm scripts tools virt [16:43] they are in the normal raring kernel ones, so if they arn't in backport we would be supprised [16:43] apw, rtg, thanks for the info, I'll update the bug. [16:46] linux-headers-3.8.0-7-generic_3.8.0-7.16~precise1_amd64.deb (1.0 MiB) [16:46] linux-headers-3.8.0-7-generic_3.8.0-7.16~precise1_i386.deb (1.0 MiB) [16:46] linux-headers-3.8.0-7_3.8.0-7.16~precise1_all.deb (76.8 KiB) [16:46] there is something there, but it does look a little small [16:46] rtg, did you copy the machineary from the previous release, from the lts-quantal ? [16:47] apw, mostly I think. its been awhile [16:47] rtg, there was a change in raring debian* i think to hand the change to uabi headers [16:47] handle [16:47] it should get it automatically, right ? [16:47] i would have thought so, hmm [16:50] rtg, the file list for the package in the build looks ok though [16:50] jsalisbury, i would download that _all .deb and just 'less foo.deb' on it and see if it has the usr/src directory in it [16:50] apw, will do [16:51] jsalisbury, oh did cking tell you about 'git buggy' ? [16:51] apw, is there a link to show the builds for both archs, or do I have to look at i386 and amd64 separately [16:51] apw, yeah, I saw that post. Pretty cool stuff [16:51] separatly [16:52] apw, ok, thanks. [16:52] jsalisbury, so very simply, and its per-repo so you can do it safely in all your pending repos [16:52] * apw is doing a reverse bisect now, and it has saved my fragile mine [16:52] mind [16:52] apw, I'm going to look into the ktest.pl script. It looks interesting [16:54] apw, I've been just touching a file called REVERSE-BISECT in the src directory, so I remember to think backwards, heh. [16:54] just setting the aliases the right way before you start in each has worked great for me [16:56] apw, yeah that would work well. I have so many bisects going at once I would have to do it on a per src tree basis maybe. I have a separate tree for each bug I'm bisecting. [16:56] those aliases are per-tree by default [16:57] apw, great. I'm going to give that a try then :-) [16:57] it definitely saves a lot of pain [16:59] apw, cking, thanks for the info. It will help a great deal. [17:03] apw, the linux-headers-3.8.0-7-generic_3.8.0-7.16~precise1_amd64.deb seems to have a /usr/src directory, so I'll check that the bug reporter installed the package correctly. [17:04] jsalisbury, great [17:04] apw, thanks again [17:06] jsalisbury, he shuold be installing linux-generic-lts-raring to get both kernel _and_ headers [17:06] rtg, ok [17:13] apw, rtg, I looked at linux-headers-3.8.0-7_3.8.0-7.16~precise1_all.deb. It looks like it may be missing some stuff. Especially when comparing to the mainline all headers package at: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.8-raring/ [17:14] jsalisbury, ok 'great' so it is real [17:14] apw, rtg, here's a file size comparison: [17:14] -rw-rw-r-- 1 jsalisbury jsalisbury 78630 Feb 27 12:09 linux-headers-3.8.0-7_3.8.0-7.16~precise1_all.deb [17:14] -rw-rw-r-- 1 jsalisbury jsalisbury 12190890 Feb 27 12:10 linux-headers-3.8.0-030800_3.8.0-030800.201302181935_all.deb [17:15] * ppisati -> sweating [17:16] ppisati, no wonder after that election :P [17:16] would make me sweat too :) [17:16] ogra_: actually after the election i wanted to hang myself... but that's another story... [17:17] * ppisati -> gym [17:17] ah, no, dont hang yourself for stupidity of people [17:23] * smb -> dinner [17:36] I'm not sure the Italian election results are all that bad, depending on how mature the politicians involved will act on them... [17:42] politicians and mature are words that don't exist in the same universe [17:45] * cking -> food [18:25] * rtg -> lunch === ogra_ is now known as ogra [19:04] apw, pushed nexus7 master-next after rebase and config harmonization. would you run your config annotation tools over it ? === kentb-afk is now known as kentb [20:38] * rtg -> EOD === kentb is now known as kentb-out [23:42] bjf: I opened bug 1134927 against QRT, Raring; eventually they will have a patch for it [23:42] Launchpad bug 1134927 in QA Regression Testing "QRT apparmor failures on test-pam-*, Raring" [Undecided,New] https://launchpad.net/bugs/1134927 [23:47] hggdh, ack