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

=== smb` is now known as smb
=== amitk is now known as amitk-afk
=== amitk-afk is now known as amitk
=== chrisccoulson_ is now known as chrisccoulson
=== henrix_ is now known as henrix
=== amitk is now known as amitk-afk
=== yofel_ is now known as yofel
* henrix -> lunch13:00
=== amitk-afk is now known as amitk
ppisatibrb13:58
argesrtg, hi. I noticed that those 9 fsnotify patches landed in raring, when does the state of bug 922906 change to reflect Fix Commited/Released ?14:09
ubot2Launchpad bug 922906 in linux (Ubuntu) "Kernel Oops - BUG: unable to handle kernel NULL pointer dereference at 0000009c; EIP is at __ticket_spin_lock+0x8/0x30" [High,In progress] https://launchpad.net/bugs/92290614:09
rtgarges, thy'll go to fix released when the kernel is promoted out of -proposed. apw tells me we are frozen for kubuntu/edubuntu betas right now.14:13
rtgshould get relaxed today I think14:13
argesrtg, ok cool. should I wait for that to get those SRUed for precise/quantal?14:13
rtgarges, it wouldn't hurt to get a little testing, but you might as well start the SRU process.14:14
argesok thanks14:14
* ppisati back in 2014:53
rtgogasawara, so what is the advantage of dropping beta milestones if kubuntu/edubuntu can put a freeze on the archive? I uploaded on _Monday_ . That kernel is still stalled in -proposed. wtf ?15:02
ogasawarartg: in theory, we are not supposed to be bottlenecked by the flavors choosing to freeze for the optional alpha/beta milestones15:02
rtgsounds more like a hypothesis then a theory.15:03
rtgand a weak one at that15:03
rtgbjf, seen this ? http://ltsi.linuxfoundation.org/what-is-ltsi15:27
* ogasawara back in 2015:40
infinityrtg: It didn't actually prevent you from doing anything, did it?  The kernel built, and was just in proposed, s'all.15:54
rtginfinity, but it wasn't getting any test time15:55
infinity(Except in the rare case when your new kernel is fixing something that's specifically an ISO-image-only problem, I'm not sure I see the issue)15:55
rtginfinity, nobody has -proposed enabled for the devel release15:56
infinityGranted, I'd also prefer to see flavours not do alphas, but we'll revisit this again (and again) as time goes on.15:56
infinityrtg: Sure, it gets less exposure while it's in proposed, not arguing that it doesn't.15:56
infinityAnyhow, it'll move right shortly, the matching d-i is just publishing now.15:56
rtginfinity, I saw that in the release channel15:58
rtgthanks15:58
bjfrtg, at uds wasn't it decided that there would be monthly milestones which flavours could opt in/out of?16:21
rtgbjf, right. but opting in has the knockon effect of holding up the show for the other flavours.16:22
bjfrtg, right, so aren't we going to have this issue every month?16:22
rtgbjf, well, every alpha/beta milestone for sure16:22
bjfrtg, i had seen the LTSI thing. it's something gregkh was initiating 16:23
=== Guest26733 is now known as help
=== help is now known as balloons1
=== balloons1 is now known as balloons
rtgcking, just wrote a patch for this: 'drivers/gpu/drm/i915/intel_display.c:7019 intel_set_mode() warn: function puts 500 bytes on stack'. Do you agree 500 bytes is a bit much ?17:12
ckingrtg, it depends if we're in a leaf and so we won't push anything else onto the stack, and how short term the space is going to be used  I suppose17:14
ckingrtg, it is a hard one to call really, perhaps it's worth punting this patch as the data structures may grow over time rather than shrink, so it's not going to get better over time17:20
rtgcking, yep, I'm gonna punt it upstream. they worst they can say is no. 17:21
ckingindeed17:21
ckingbah, oom'd my machine 17:29
* ppisati -> EOD17:59
rtgsforshee, cking: please give me a quick review on 'UBUNTU: SAUCE: iwlwifi: iwlagn_request_scan: Fix check for priv->scan_request' which is tip of Raring master-next18:31
* rtg -> lunch18:32
ckingrtg, looks good to me18:35
rtgcking, thanks19:07
sforsheertg, looking at the rest of the driver I get the idea that it might be attempting to support scan_request == NULL if scan_type != IWL_SCAN_NORMAL19:21
sforsheethe checking in that function is definitely broken though19:21
rtgsforshee, it looked to me like that function would oops if scan_request were NULL19:27
sforsheertg, afaict only cases where scan_type == IWL_SCAN_NORMAL dereference the pointer, but I'm not 100% certain19:29
sforsheebut it also looks like scan_request is only set when a scan is invoked by mac8021119:29
sforsheesometimes the driver starts scans internally, and I don't see those setting scan_request19:30
sforsheeI haven't had time to grok the whole thing yet though19:30
rtgsforshee, ok, I'll look a little closer19:32
sforsheertg, I suspect maybe the condition should be (priv->scan_type == IWL_SCAN_NORMAL && (!priv->scan_request || priv->scan_request->n_channels > MAX_SCAN_CHANNEL))19:35
sforsheertg, probably worth running by Johannes & co. in any case19:36
rtgsforshee, I think you're right about priv->scan_type == IWL_SCAN_NORMAL19:40
=== henrix is now known as henrix_
rtgsforshee, repushed master-next if you'd have a look again. 20:06
EntropyWorksso what is the process of adding network drivers to the nic-modules.udeb for the netboot install initrd.gz 20:06
rtgEntropyWorks, start a bug report, then email the kteam list20:07
rtgEntropyWorks, is it for a released kernel ?20:07
EntropyWorksits for quantal 12.10. I originally have this bug which was precise https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/101533920:08
ubot2Launchpad bug 1015339 in debian-installer (Ubuntu) "Missing kernel modules for Mellanox ConnectX HCA Ethernet " [Medium,Confirmed]20:08
rtgEntropyWorks, so it requires SRU justification which means you have to have a bug report....20:09
EntropyWorksin quantal besides not having the network driver it also wasn't able to find the local disk without me adding more kernel modules to the initrd.gz http://goo.gl/PfOZd. 20:10
EntropyWorkspoint me to the URL and I will write one up :)20:10
rtgEntropyWorks, start a bug by entering 'ubuntu-bug linux' from a command line20:11
EntropyWorksgotcha20:11
rtgEntropyWorks, preferably from the machine that requires these drivers.20:11
sforsheertg, that looks right to me20:11
rtgsforshee, ack20:12
rtgthanks20:12
* rtg -> EOD20:38
=== lifeless_ is now known as lifeless
hallynstgraber: apw: I haven't had time to look deeper (hoping to tonight) but last night i was having a funky problem where a lot of stat+chown+chmod(stat.st_mode) ended up not retaining setuid/setgid on files in raring.21:31
hallynit was *probably* my fault, something stupid in userspace, but i'm nto convinced21:31
=== You're now known as ubuntulog
apwhallyn, chown would drop setid bits ... but23:11
argesapw, hey.  still around23:15
hallynapw: right, and so i stat it before hand and, if i've chowned, then i chmod back to the original st_mode23:16
hallynworks one file at a time, and used to work in a loop over a whole rootfs23:17
hallynonly started failing yesterday <shrug>23:17
argesapw, i have a 3 line cherry-pick that doesn't apply cause the file was moved, if I just apply it to the correct file it works. Is this still considered a cherry-pick or is it a 'backport'  (just trying to figure out how to format the commit)23:17
argesapw, n/m i see (backported from commit XXXXX)23:18
bjfarges, yeh, it's black or white. if it doesn't cherry-pick it's a backport23:19
argesbjf, ok that makes sense.  so I should keep the original author?23:20
bjfyup23:20
bjfactually ...23:20
bjfarges, in ones that i've done, i think i generally try to keep the original author23:21
bjfarges, however, now that you ask that question, i'm not sure23:21
argesbjf, ok well for now i'll build and test, tomorow i can clear it up before posting23:22
bjfarges, i'm looking in the tree for an example23:22
apwbjf, i tend to keep the original author, and sign it off and put the [apw@xxx: did this to it] stuff in23:22
bjfapw, that's what i normally do as well23:22
bjfarges, ^23:22
argesapw, bjf ok thanks23:23

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