/srv/irclogs.ubuntu.com/2011/08/19/#ubuntu-kernel.txt

=== Quintasan_ is now known as Quintasan
adam_hey I accidently deleted a folder under /usr/src06:27
adam_and I want to put it back06:27
adam_necessary for kernel development06:27
adam_...06:27
ohsixdpkg -S /usr/src06:28
adam_thanks... I think that's almost there, but it didn't put the folders back06:29
ohsixthat just gives you package names, you can reinstall the one you think was it06:29
adam_oh! man06:30
adam_I'm so dumb06:30
adam_I should have known that. thanks man06:30
* apw yawns07:18
* cking offers coffee to apw07:22
* apw bites your hand off07:22
ckingremind me never to offer apw coffee first thing when he's grouchy07:24
cking;-)07:25
apwheh07:30
=== chrisccoulson_ is now known as chrisccoulson
apwcking, i want to dump the comment section out of an elf binary, i'd like it just raw, suggestions as to what to use07:39
ckinghrm, must be doable from objdump somehow, surely?07:40
apwcking, somewhat but it gives me <addy> <hex> <text wrapped every 8 characters>07:41
apwand i'd rather not reconstruct it by hand07:41
cking readelf -p .comment a.out perhaps?07:42
apwcking, readelf is easier to decode i guess ... sigh07:46
ckingsure, what are you doing to require this?07:49
apwcking, i want to know what compiler was used to build the .ko in my hand07:49
apwcking, as i want to check that all builds of a kernel were with the same compiler07:50
apwcking, without booting them07:50
ckingah, sanity checking. nice07:50
apwapw@dm$ readelf -p .comment /lib/modules/3.0.0-5-generic/kernel/fs/squashfs/squashfs.ko 07:50
apwString dump of section '.comment':07:50
apw  [     1]  GCC: (Ubuntu/Linaro 4.6.1-2ubuntu2) 4.6.107:50
apw  [    2c]  GCC: (Ubuntu/Linaro 4.6.1-2ubuntu2) 4.6.107:50
apw  [    57]  GCC: (Ubuntu/Linaro 4.6.1-2ubuntu2) 4.6.107:50
apwso i think thats the nearest to a usable version string I have07:50
ppisatijust upgraded: now skype is broken, oh crap...07:53
apwppisati, nice07:53
RAOFppisati: Probably missing some i386 libs if you're on amd64?07:55
ppisatiRAOF: yep07:55
ppisati[flag@newluxor ~]$ skype07:55
ppisatiskype: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory07:55
RAOFppisati: sudo apt-get install libxss1:i386; rinse and repeat until all the dependencies are satisfied.07:56
ppisatiRAOF: thanks, i'll try07:57
apwRAOF, ahh is that multiarch finally coming into play 07:58
RAOFapw: Yup.  ia32-libs lost a lot of weight in the last upload.07:58
apwFetching omap...extracting...GCC: (Ubuntu/Linaro 4.6.1-6ubuntu2) 4.6.1...done.08:06
apwFetching generic...extracting...GCC: (Ubuntu/Linaro 4.6.1-6ubuntu3) 4.6.1...done.08:06
apwcking, omg, its caught one already08:06
_rubenohh .. that multi-arch stuff looks fancy :)08:07
ckingapw, how the heck does that happen?08:08
apwcompiler building in parallel with the kernel, and slightly ahead08:08
ckinggah08:09
apwclearly the armel compiler built later (which given the speed of the builders makes sense)08:09
=== smb` is now known as smb
* cking --> dr appointment08:10
smbSome morning make you want go straight back to bed... Just had to sweettalk the raid to ignore one lying device...08:11
apwsmb, ouch, how long before you have redundancy agian08:11
smbapw, approx 139min08:12
apwsmb, and presumably its as slow as snot for the duration?08:14
apwWARNING: inconsistant compiler versions detected08:14
apwyay ... it works08:14
smbapw, its okayish as it only tries to do that in the background08:14
smbapw, Of course, when that is failing, the auto-rename of networking devices decides to fail as well. leaving you with a partially renamed one nobody likes... Ok, that was simpler to recover...08:20
apwwhat the heck did you do to this machine ?08:21
apwyou did something odd like turning it on didn't you08:21
* smb thinks it may be that odd turning off before...08:22
apwsmb, does maint-get-abi use getabis at all08:22
smbapw, Some mornings that machine is like me, but unlike me it cannot be cured by coffee08:23
smbapw, no thinks its all re-implemented08:23
apwhave you tried coffee on the machine?08:23
apwBAH now why would you do that08:23
apwnow someone will have to add the same compiler checks to that ...08:24
smbapw, Because the previous implementation sucks. Isn't that the way it has to happen?08:24
smbapw, Besides getabis would not be easily converted to not do it locally08:24
apwwell the sucking parts is that you have to run it locally, it runs remotly just fine, ie out of the tree08:24
smbapw, Wait, compiler checks...?08:25
apwsmb, yes compiler checks, we have a WI to check the compiler, and doing that now, so i am fixing getabis08:25
apwas that is the only time you have all the information you need08:25
apwanyhow, maybe i'll fix maint-getabis to use getabis :)08:25
smbapw, argh, hopefully not fixing python by perl code... :-P08:27
apwsounds like a great idea to me08:27
* smb slaps apw08:27
smbapw, But frankly where did that WI come from and what sense does it make to check any compiler for just getting abi information from built packages?08:28
apwsmb, well the work item is to know if we have compiler skew in our builds08:28
apwand it just detected compiler skew in the latest oneiric stuff08:29
apwsmb, how does maint-getabis know which flavuors exist08:30
smbapw, It checks the d-i information and has some internal blacklist to ignore stuff08:31
apwsmb, GAH, you complain about the current implementation and me putting perl in it ... and then you have a shell script embedded in it!08:31
* smb does not remember that...08:32
smbIt has been a wile08:32
smbapw, So its probably not d-i but control.d08:33
smbthe vars stuff I believe08:33
apwsmb, and then another to extract it08:33
apwthis is basically the bits of getabis from the scirpt all cut up... i am wondering why we don't just send the getabis script from the current tree and use that08:34
smbapw, Must have been that I just was learning python and had to do the job because I needed the money08:34
apwheh maybe08:34
smbapw, Maybe, though I am sure I just did not want to rely on variously broken or different implementations of getabi08:35
smbYou know how things evolve and how happy the sru team can be about fixing that kind of things08:35
apwthough with hindsight we should have fixed getabis08:35
smbapw, Probably. Cannot say for sure now but I may have written this when we tried convincing people that debian.master backports are a good thing. You may remember how well that went. And I wanted it to be working for all releases.08:37
smbapw, Would it be possible to have the check coded as its own script? Then we could at least call that from maint/build/*-getabis08:47
smbif present08:47
* smb goes making coffee08:48
ppisatiyeah, my usb mic is broken... :(09:11
smbahh09:12
ppisatii mean, it works09:12
ppisatiit's just that m installation is broken09:12
ppisati:(09:12
ppisatidoh09:12
smball I can hear is something that sounds like a water fountain09:13
ppisatithat doesn't sound so good :)09:13
smbapw, and if you don't know what we are talking about your mumble is broken too. :)09:13
smbppisati, I guess you heard me talking, though it would not surprise me today if my mumble was broken too09:14
ppisatismb: i head something (i had music in background)09:14
smbppisati, So at least I make some noise...09:15
smb:)09:15
illusecDear guys, what is deferences between ioctl and unlocked_ioctl in device driver programming, why ubuntu kernel doesn't support ioctl?09:21
illusecdifferences"09:21
apwillusec, as far as i know they are simply different APIs for ioctl, that they wanted to change the locking rules for ioctl handlers, so they added a new one and deprecated the old one09:24
apwit is still the place that ioctl calls from userspace go09:24
illusecaha, tnx09:25
bjfapw, my unity is fixed, seems my solid background color was breaking it09:26
apwbjf ... !09:26
bjfapw, this was helpful: https://wiki.ubuntu.com/Unity/FilingBugs#Getting_a_stack_trace09:26
illusecbut i have a driver with ioctl, but when i change it to unlocked_ioctl for compile reasons the whole ioctls in source get me -1 ! 09:26
apwbjf, are you saying having your own background broke it09:26
bjfapw, now i have to make all my changes that were lost when i --reset09:27
bjfapw, yes09:27
apwdo these guys test even the simplest things?09:27
smbbjf, Oh your unity --reset actually works?09:27
bjfsmb, depends on your definition of "works"09:27
smbMine bails with an error message and does nothing09:27
bjfnow i'm trying to figure out where I set "focus follows mouse"09:28
smbThat was at least yesterday09:28
apwbjf, is that in 'windows' control panel app09:28
* smb thinks that was set in generic config of compiz09:29
bjfapw, can't find a 'windows' control panel app09:30
apwillusec, well the syscall ioctl calls do_vfs_ioctl which calls vfs_ioctl which calls unlocked_ioctl09:30
bjfapw, i'm looking at the "system settings" control panel09:30
bjfbut i thought it was in CCSM somewhere09:30
smbbjf, I don't think it was in there09:30
smbbjf, Yeah either that one or the full blown09:30
bjfsmb, "full blown" ?09:31
smbbjf, I thought there was some simple config bla and the otehr one09:31
smbI usually install the other one09:31
smbAnd last time I looked there was a generic config option in that one, in the first block of things09:32
apwbjf, its 'windows' application09:34
bjfapw, there is an application whose name is just "windows" ?09:35
apwhit the windows key and search for windows09:37
apwsee if that is the one09:37
bjfapw, window == "super" ?09:38
smbbjf, just out of interest, you have the "normal" intel gfx card, right?09:41
bjfsmb, yes, the i91509:41
cjwatsonI'm horribly confused.  Why does ecryptfs seem to be a module in 3.0.0-8.1109:42
cjwatson?09:42
cjwatsondespite debian.master/config/config.common.ubuntu:1402:CONFIG_ECRYPT_FS=y09:42
smbbjf, Ok, so at least you won't be suffering the problem cking and I see where the whole gui seems to resist any of your actions09:43
bjfsmb, i don't think i have that problem09:43
apwcjwatson, well what you ask for and what you get arn't always the same09:43
apwcjwatson, if they added a dependancy on something wich isn't a module it can ripple up09:44
cjwatsonI have a d-i bug due to this - can I lob it over to the kernel and let you guys figure it out?09:44
apwcjwatson, yes09:44
apwcjwatson, whats the number09:45
cjwatsoncool, thanks, it's bug 82719709:45
ubot2Launchpad bug 827197 in user-setup "/usr/bin/ecryptfs-setup-private fails with exit status 1 during install - User's home directory not encrypted" [High,Triaged] https://launchpad.net/bugs/82719709:45
cjwatsonthrown your way now09:45
bjfapw, finally found it, it's in CCSM "general options"09:56
apwbjf, sadly it is not sloppy focus09:57
* smb -> reboot after resync10:08
apwbjf have you found a way to get sloppy focus rather than just follows mouse ?10:09
bjfapw, not sure while i'm typing this my mouse pointer is not in the xchat window but over the desktop10:11
bjfand now over the launcher10:11
apwok my test is " open two overlapping windows, cursor in the one behind, alt-tab to the other window (cursor is now not in the new window but still in the old), where is focus10:14
apwunder sloppy it would be in the new alt-tabbed to window10:14
bjfhmm, seems to be working that way for me, alt-tab to xchat, mouse still over terminal window behind while i type this10:15
apwso what are you doing different10:16
apwyou just flipped that one ticky in ccsm ?10:16
apwoh you are on oneiric, they may have fixed it there10:16
apwDOH test on the same platform wally10:16
bjfheh, yes10:17
apwyeah they have fixed it on oneiric, so i can switch back if i upgrade ... oh the joy of that choice10:18
apwogasawara, i've just pushed a fix to bug #827197 to the oneiric tree, this is affecting the installer so needs to be in for beta-111:16
ubot2Launchpad bug 827197 in linux "/usr/bin/ecryptfs-setup-private fails with exit status 1 during install - User's home directory not encrypted" [High,Fix committed] https://launchpad.net/bugs/82719711:16
apwcjwatson, ^^11:16
* ppisati -> lunch11:57
ogasawaraapw: ack12:48
hertonsmb: prepare-package should be fix released (bug 829162), fixed that, just minor thing13:03
ubot2Launchpad bug 829162 in linux-ec2 "linux-ec2: 2.6.32-318.37 -proposed tracker" [Medium,In progress] https://launchpad.net/bugs/82916213:03
smbherton, Ah, darn. Ok, next time then13:03
smbherton, note that you might need to fetch --tags because I reused the previous (unreleased/unused) version13:04
hertonok13:04
cjwatsonapw: ta13:35
* ogasawara back in 2013:47
ogasawarakees: if you get me that updated seccomp pull request by noon-ish, I'll throw it into our Beta-1 upload that I plan to do by EOD14:27
illusecwhere is ubuntu's kernel changelog?14:32
illusecand list of all patches and etc14:33
ppisatiherton: while trying to close a tracking bug14:36
ppisatiherton: 14:36
ppisatiherton: http://pastebin.ubuntu.com/670124/14:36
tgardnerogasawara, you need to add an ignore.modules14:37
smbillusec, The changelog you will find either in the git repo under debian.master/changelog or on launchpad (https://launchpad.net/ubuntu/+source/linux/+publishinghistory)14:38
illusecsmb, thanks in advance14:38
hertonppisati: I think you need to add this ppa: sudo apt-add-repository ppa:arsenal-devel/ppa14:39
hertonppisati: then update to latest lpltk14:39
herton(python-launchpadlib-toolkit)14:41
keesogasawara: okay, cool14:42
ogasawaratgardner: ack, will do14:42
=== med_out is now known as medberry
ppisatiherton: uhmm... what's the exact name of the pkg i need?14:48
hertonppisati: python-launchpadlib-toolkit14:48
sconklinsmb, Sarvatt: Looks like we have an i915 regression in Lucid -proposed https://bugs.launchpad.net/ubuntu/+source/linux/+bug/82855014:49
ubot2Ubuntu bug 828550 in linux "kernel BUG at /build/buildd/linux-2.6.32/drivers/gpu/drm/i915/i915_gem_evict.c:183!" [Undecided,Confirmed]14:49
ppisatiherton: it worked, thanks :)14:51
hertoncool14:51
ppisatiapw: what did it happen to the CVE matrix on people/~apw/cve/...?14:52
apwppisati, s/apw/kernel14:52
ppisatiherton: is it normal that it changed the bug title to "Ignore this bug"?14:52
bjfppisati, http://people.canonical.com/~kernel/cve/pkg/ALL-linux.html14:52
ppisatiok, no need fo any rebase then14:53
hertonppisati: yes. I think fsl-imx51 needs to have the released closed no and uploaded no?14:54
ppisatiherton: both mvl-dove and fsl-imx51, i'm --invalidate-ing the tracking bugs14:55
ppisatiok, did for both14:55
hertonppisati: ok, so please don't invalidate14:55
smbsconklin, Hm ok. Ithink there was a large patchset to fix another nasty lockup...14:55
ppisatidoh14:55
ppisatiherton: just did...14:55
hertonppisati: ok, I'll fix here, wait a sec14:55
ppisatiherton: ok, so what do i have to do in case there's no need for ny uploaD?14:55
hertonppisati: you just invalidate when there is nothing to upload release14:55
sconklinsmb: yes, there were a number of patches. I just wanted you to be aware. As soon as we get a known good version from the reporter we can start bisecting14:55
ppisatiherton: wait14:55
ppisatiherton: that's the situation, nothing to do14:56
ppisatiherton: aka i've notjing new to push14:56
hertonppisati: hmm ok. but isn't there anything new in the branches that should be uploaded?14:56
ppisatiherton: nope14:57
smbsconklin, Yeah. Actually it seems the file where the bug occurs was created for fixes for http://bugs.launchpad.net/bugs/599017 http://bugs.launchpad.net/bugs/80750814:57
ubot2Ubuntu bug 599017 in linux "[gm45] Xorg freeze on Firefox on one particular page" [High,Fix committed]14:57
hertonppisati: ah ok, that's fine then14:57
ppisatiherton: ok, done then14:57
ppisatiherton: anything else i've to do?14:57
hertonppisati: nope14:57
ppisatiok14:57
apwherton, i think this bug here is actually fixed by the fix for the CVE crasher: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/82846514:59
ubot2Ubuntu bug 828465 in linux "Kernel OOPS while running Chrome: BUG: unable to handle kernel paging request at fffffff3" [Undecided,Confirmed]14:59
apwso if you had a bug for that this should be a dup of it14:59
hertonapw: correct, let me see here, I think there was another bug opened15:00
apwhttp://bugs.launchpad.net/bugs/813026 perhaps15:00
ubot2Ubuntu bug 813026 in linux-ti-omap4 "CVE-2011-1020" [Low,Fix committed]15:00
apwoh hrm no thats the cve bug itself15:01
smbsforshee, So maybe you are interested in that bug above in some way... ;)15:01
hertonapw: we can duplicate it against bug 827198, though this one is nominated for maverick only, not lucid (which 828465 is for)15:03
ubot2Launchpad bug 827198 in linux "Kernel update google Chrome and Chromium freeze" [Undecided,In progress] https://launchpad.net/bugs/82719815:03
sforsheesmb, yes15:03
apwherton, so if i nominate 827198 for lucid too does that make more sense15:03
hertonapw: yep15:04
apwherton, nom done15:04
hertonapw: thanks, marked 828465 as a duplicate15:05
smbsforshee, Hm, interestingly the BUG_ON that is hit was removed by e39a01501b228e1be2037d5bddccae2a820af90215:05
apwhttp://status.ubuntu.com/ubuntu-oneiric/group/topic-oneiric-kernel-tasks.html15:06
sforsheesmb, I'm still trying to catch up on the issue -- which commit is causing the regression?15:07
smbsforshee, Well I guess it is multiple which were part of the fix for that hang which could be triggered through firefox15:08
ogasawarasconklin: http://people.canonical.com/~platform/workitems/oneiric/u/sconklin-ubuntu-11.10-beta-1.html15:08
smbsforshee, You should be able to search for one of the bugnumbers I posted15:08
* tgardner relocates. back on in a bit.15:18
* smb decides to retire for this week. back next one :)15:20
apwsmb, have fun15:25
hertonppisati: shouldn't fsl-imx51 have an update? there were changes (cve fixes) since Ubuntu-2.6.31-609.26 in -updates. also mvl-dove should be rebased15:36
hertonI was checking it here now15:36
ppisatiherton: not by me, at least15:41
ppisatiherton: come back tuesday and i didn't commit anything, so...15:41
ppisatiherton: perhas someone else have fixes and their tree, but i'm unaware15:41
ppisatis/and/in/15:42
ppisati(bloody usb keyboard)15:42
hertonppisati: ok, then you have something to do. if there are changes on the branch since latest fsl-imx51 that got uploaded, then I expected that you closed a new released and pushed, so I can prepare a new source package and upload15:42
apwfsl-imx51 is a raw tree so its not rebased, it has stuff on it ready i suspect so needs closing out; but herton you guys close them yes15:42
hertonapw: hmm, so should I close? I thought ppisati did the same as stefan15:43
apwherton, i don't really care who closes it, when we talked about the process i am pretty sure sconklin said he wanted to close things as you had process and scripting in place to get it right15:45
apwsconklin, ??15:45
sconklinreading back15:46
hertonthe way I thought would be, is that we open a tracking bug for ppisati, without the package version. ppisati checks and closes the release in the branch if there were changes from the last package pushed in updates, or if a rebase is needed. then he updates the tracking bug with the package version, sets prepare-package to fix released. Then I or sconkling prepare the src pkg and upload15:47
sforsheesconklin, herton, smb: I chatted with Chris Wilson about the BUG_ON from bug 828550. He said it was just paranoia, never actually necessary, and in any case not something the kernel should explode on. So we could try removing it and see if any issues remain with the BUG_ON removed.15:47
ubot2Launchpad bug 828550 in linux "kernel BUG at /build/buildd/linux-2.6.32/drivers/gpu/drm/i915/i915_gem_evict.c:183!" [Undecided,Incomplete] https://launchpad.net/bugs/82855015:47
apwsforshee, what fun15:48
sforsheeI hope we can avoid reverting the fair lru eviction patches, as they fix a pretty severe problem (full-on X hang)15:48
sconklinapw, herton: my memory matches what herton just described15:49
sforsheeIf that's agreeable to you guys I can make a test build15:49
apwsconklin, ok then cool15:49
apwppisati, either way the mvl-dove branch needs a rebase i suspect15:49
sconklinsforshee: I'd be tickled if you just run with this and ask the reporter to test15:49
sforsheesconklin, all right, I'm on it :)15:49
apwsconklin, now the copy branches do you do those or do we15:50
apwi presume we do those too15:50
apwbut you do the lts-backport-xxx yes ?15:50
ppisatiapw: really? actually there are no open cve in mvl-dove that were closed in master15:51
ppisatianyway, i rebase15:51
mjg59kirkland: http://fedoraproject.org/wiki/Features/Matahari is what I mentioned yesterday15:51
sconklinapw: yes, I think that is what was intended to be accomplished by creating the tracking bugs for derived packages, and assiging them to various teams or people. Maybe we don't have that right yet15:51
apwppisati, right but there are general updates which it will get if rebased, stable updates etc yes ?15:52
ppisatiok15:52
apwa15:52
ppisatiso, a rebase is coming15:52
sconklintypically, someone else prepares the lts-backport-xxx kernal and tags it (coughTim) and we package it, I think15:52
apwsconklin, ok if you arn't doing them then we need shankbot to make derivative branch bugs for them too no ?15:53
apwsconklin, t15:53
hertonsconklin: hmm, I thought were doing now the lts-backport-*, I did the last maverick backport15:53
apwthey are just a script and upload15:53
sconklinok, if herton did it, then they are ours15:53
sconklinyeah they are easy15:53
ppisatigit branc15:53
ppisatiops15:53
apwgit: did you mean15:54
apw git branch15:54
ppisati:)15:54
apw git remove-all-my-files15:54
apw git fall-over-in-a-heap15:54
apwgit: chosing git-remove-all-my-files -- hope i got it right15:54
hertonppisati: so I'm reopening/fixing your tracking bugs, so you can update them when finished15:54
ppisatiherton: k15:54
ppisatiherton: so, i rebase mvl-dove and where do i put it? zinc?15:55
apwppisati, i'd say push it to zinc and put the pull request in the bug15:56
hertonyep, works for us15:56
ppisatiin the tracking bug?15:56
ppisatiok15:56
ppisatiok, rebase done, is compiling now16:05
ppisatiill be back in a bit16:05
hertonppisati: fixed tracking bugs. when you're ready, you can comment on them, and set prepare-package to fix released (also update the bug title with the version of the closed release)16:07
hertonbbl, lunch here16:07
herton_ppisati: fixed tracking bugs. when you're ready, you can comment on them, and set prepare-package to fix released (also update the bug title with the version of the closed release)16:10
* herton_ -> lunch16:11
diwichey you git experts16:12
apwdiwic, s'up16:12
diwicI'm trying to run "git blame" on something, and what I get is a whitespace change 16:12
diwicfor the line I'm interested in.16:12
apwok16:13
apwso perhaps git blame <whitspace committish>^ -- <filename>16:13
diwichow do I continue, i e "git blame" for the version of the file that was before the whitespace change?16:13
apwand get a history at that point instead16:13
apwnote the ^16:13
diwicapw, hey, we could do jeopardy, you come up with the answer before I even ask the question!16:14
apwheheh16:14
apwlet me know if it doens't wor16:14
apwwork16:14
diwicit did, many thanks16:15
=== herton_ is now known as herton
=== medberry is now known as med_out
kirklandmjg59: aha, thanks, reading now17:07
ppisatiherton: ok, should be done18:00
ppisatiherton: tell me if it's ok, i'll prepare dinner in the mean time18:00
hertonppisati: ack18:00
hertonppisati: at mvl-dove, it's missing a * Release Tracking Bug:... entry in the changelog, with the tracking bug number opened18:11
ppisatiherton: hold on18:12
ppisatiherton: does it go in debian/changelog or debian.mvl-dove/changelog? or both?18:17
hertonppisati: only in debian.mvl-dove/changelog18:17
ppisatiherton: ok, see if it's ok18:18
hertonppisati: looks good now18:20
ppisaticool18:21
hertonppisati: oops, noted a problem18:21
* ppisati finally bails out for the weekend :)18:21
hertonppisati: you used the maverick mvl-dove bug, that was recently opened. It's confusing right now, since we have mvl-dove on lucid and maverick18:21
ppisatidoh!18:21
ppisaticrap18:22
ppisatiok, let me fix it18:22
hertonwe have two bugs, for now check the tag or nomination to see which is which. I think may be shank bot could add a comment there, when opening the tracking bug, to make things more clear (eg. saying from which maverick or lucid release it opened the tracking bug)18:23
ppisatiherton: ok, repushed to zinc pointing to the lucid mvl-dove tracking bug18:26
ppisatiherton: in the maverick bug, i deleted the name/version and reverted "prepare package" to New18:27
ppisatiunfortunaely i can't delete my comment "please reset HEAD ..."18:27
ppisatii'll add anither comment down there18:27
ppisatisaying to ignore my pull request18:27
hertonppisati: hehe np, it's ok now both, thanks. about fsl-imx51, will you close the release later, or do you wish that I do it?18:27
ppisatii can close it now if you want, i mean, --invalidate it18:28
ppisatithe same could be done for omap418:28
=== kamalmostafa is now known as kamal
hertonppisati: seems a netsplit here. about fsl-imx51 we shouldn't invalidate it, we must release, there are unreleased cve fixes in the branch, but that can wait, no need for you to verify now18:48
=== med_out is now known as medberry
* jjohansen -> lunch19:47
pedahzurDon't know if this is directly kernel related (feel free to direct to the appropriate place), but: https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/82969619:50
ubot2Ubuntu bug 829696 in linux-firmware "Upgrading to version 1.52.1 breaks broadcom b43 driver" [Undecided,New]19:50
=== medberry is now known as med_out
=== yofel_ is now known as yofel
keeshm, bug 82520721:35
ubot2Launchpad bug 825207 in linux "gnome-system-monitor fails to launch with latest kernel upgrade" [Undecided,Confirmed] https://launchpad.net/bugs/82520721:35
=== Quintasan_ is now known as Quintasan
jjohansenrebooting22:22
=== jmknsd is now known as jakemp

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