/srv/irclogs.ubuntu.com/2009/08/18/#ubuntu-kernel.txt

amenowill the vanilla kernel build configs get synced/fixed?05:32
amitkjjohansen: Have you seen: pastebin.ubuntu.com/255032 ?11:15
apwsmb, i see that 27.31 just dropped reverting something... might want to check we didn't slurp it up someewhere11:49
amitkseems like a nice reference to git: http://progit.org/book/12:09
=== seann_ is now known as Jseann
=== Jseann is now known as JSeann
smbapw, Thanks, seems we are safe. Did not find the original patch in our trees.12:54
apwsmb, phew ... 12:54
amitkogra: should the bootloader be set to "flash-kernel" for dove as well?12:56
amitk... to facilitate updates?12:56
ograamitk, depends on the design NCommander develops12:56
ograwhich he didnt document *anywhere* 12:56
ogra(grmbl)12:56
amitkogra: I assume it should be for imx51 atleast?12:57
ograyes, for imx51 we use flash-kernel for updates (not as the bootloader indeed)12:57
ograbootloader == redboot, flash-kernel is the upgrade tool for kernel and initramfs in flash12:58
ogra(where flash might be mtd or SD here )12:58
amitkogra: ok, I've pushed that fix to the FSL branch (rtg, FYI). Will await your instructions for dove.12:58
ogradove uses uboot as bootloader, i'm not sure how NCommander planned to implement it12:58
rtgamitk, did you change to uImage as the target (I haven't looked at all my email yet)12:59
ograhttps://blueprints.launchpad.net/ubuntu/+spec/mobile-karmic-marvell-desktop is the dove spec12:59
amitkrtg: not yet. It requires adding the uboot-tools dependency. I'd much prefer NCommander to finish his design before making those changes.13:00
ograright13:00
ogranobody apart from him even remotely knows how the images will look like13:01
rtgamitk, I think all it requires from the kernel side is uboot-mkimage.13:01
ograi asked him to document it already but seems he didnt yet, https://wiki.ubuntu.com/Specs/KarmicMarvellDesktop looks quite empty13:01
ograright, for uImage you need a dep on uboot-mkimage13:01
amitkrtg: uuh, right. uboot-mkimage, not uboot-tools13:02
ograand indeed make the build process call "make uImage" instead of zImage13:02
ograi think thats a clear fact that we'll need it 13:02
ogramarvell wont switch to another bootloader13:02
amitktrue13:02
ograi dont know how the whole rest of the bootprocess will look like though 13:03
ogratheoretically we shouldnt need flash-kernel given that uboot should be able to read the kernel and initramfs binaries from disk13:03
rtgogra, will you ever need udebs for Dove? I've disabled all but the nic-modules13:05
ograwe might at some point, not urgent now though13:05
ograbut i think your naming of the headers wil cause probs13:05
ograhttp://paste.ubuntu.com/255034/ is a snippet from the livefs builder script13:05
ogracan you shuffle the name a bit for them ? 13:06
rtgogra, much like linux-image-* ? I suppose.13:06
ograyeah13:06
ograwell, it even looks for linux-image-2* and linux-headers-2*13:07
* apw waves to rtg. i see you pulled in some of the abstraction stuff into the arm branches13:07
rtgapw, its where I actually developed the proof of concept. master came last13:08
apwahh makes more sense when you think about it that way13:08
* rhkfin_ wonders if #403656 aka CVE-2009-2692 (incorrect proto_ops initializations) will get a fix soon... (https://bugs.launchpad.net/ubuntu/+source/linux/+bug/413656)13:09
ubot3Malone bug 413656 in linux "Local root exploit via CVE-2009-2692 (incorrect proto_ops initializations)" [Unknown,Confirmed] 13:09
* Nakkel wonders if anyone notices rhkfin_'s wondrings about #403656 aka CVE-2009-2692 (incorrect proto_ops initializations)13:10
ograluckily that doesnt affct 9.04 at least13:11
athreally?13:11
athwhy?13:11
ograbut #ubuntu-security would be the better place to ask about 8.10 and 8.0413:12
ograbecause the 9.04 kernel sets vm.mmap_min_address to 65535 via sysctl, the issue only shows up if thats not the case13:12
ograwell, actually if its set to 013:12
ograbut its definately a question for #ubuntu-security more than here13:13
athcat /proc/sys/vm/mmap_min_addr13:13
ath013:13
athReaaallly safe13:13
ln-*definitely13:13
ograwell, thats not the default13:13
mjg59If you've got wine or dosemu installed you'll have it at that address13:13
* rhkfin_ has 0 there too..13:14
ograright wine wipes that setting13:14
* rhkfin_ thinks it makes it an issue for 9.04 too... 13:14
ograbut doesnt make it more on topic here :)13:16
rhkfin_-> #ubuntu-security...13:16
ograright :)13:16
rtgapw, if you're OK with the abstracted-debian branch, then I'm just gonna do it for master, then make all of the topic branches work right with rebase.13:17
apwrtg am happy with it, i already implemented it for head on my abstracted-debian branch13:20
apwthat contains the runes to allow it be reconstructed on any master13:21
rtgapw, I'd just planned on cherry-picking and squashing those 4 commits.13:21
apwit might be worth squashing 2-4 and leaving 1 as a separate entiry13:21
apwentity as that better lets someone implement the same on older trees13:21
rtgwhich we are going to do (smb^^)13:22
apwas the first is a 'programatic step' and 2-4 is just the delta13:22
apwie can be cherry-picked back to older debian's13:22
apwbut yes squash 2-4 for sure13:22
rtgapw, why don't you go ahead and push those changes the way you'd like to see them13:22
smbrtg, Was your comment about the branches or the security issue?13:23
rtgsmb, about master as well as the topic branches.13:24
smbrtg, I have not followed to be honest. I know you had done some things to the karmic arm branches to make rebasing a simple rebase. But I had no time to look at what you actually did13:26
rtgsmb, so now that yingying has slapped you around, are you gonna backport the igb driver?13:26
apwrtg i am guessing we could do the equivalent on just the branches on jaunty... ie make i safer by not modifying the master branch13:27
smbrtg, If that is completely new, why not. They could use a few new numbers to be a bit more diverse13:27
apwas the conversion there is the programatic step and then the patch on top13:27
apwthat can just as well be in the branch13:27
rtgapw, why wouldn't we do Jaunty master? The rebase issues there are at least as problematic as they are for Karmic, what with the netbook and arm branches13:29
lesshastehi all13:29
apwrtg we can, from a risk point of view we could choose to leave master alone but do the same trick inside the branch13:30
apwit depends how risk averse we are feeling13:30
rtgapw, these are build issues. I consider that to be pretty low risk, if not zero.13:30
apwfair enough13:31
smbapw, Likely most of it is in the buildenv, so at least it would be failing early13:31
apwyeah likely so, fair enough, i am convinced13:31
apwrtg shall i prepare a jaunty master delta to see how it looks?13:34
rtgapw, sure13:34
apwi am assuming you are handling karmic en-toto as its complex with the branches there13:34
apwthen i can see how easy my jaunty netbook branch rebases too13:34
rtgapw, nope, just [ush the master branch changes and I'll fix the topic branches after the fact.13:35
apwok i'll squash 2-4 and push that 13:35
amitkrtg: fsl-imx51 doesn't need uboot (ATM)13:58
amitkonly mvl-dove needs it for now13:59
amitkalso, fsl-imx51 will still use zImage, while mvl-dove will use uImage13:59
rtgamitk, oops, wrong flavour.14:07
ograas long as yu dont switch -generic to uboot :)14:07
ograi suspect even grub2 wouldnt handle that :)14:08
rtgamitk, I just slammed HEAD on the fsl-imx51 branch to drop the build-dep patch14:16
amitkrtg: ack14:17
gonzo_Hi! Two questions: 1. Are the kernels at http://kernel.ubuntu.com/~kernel-ppa/mainline/ built from  http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-karmic.git;a=summary15:10
gonzo_2. With the latest 2.6.31 kernels my DVB-T receiver stopped working. It seems that the modules are not built anymore. Is that known?15:11
NCommanderrtg, ping?15:15
rtgapw, I though we were gonna squash the karmic master branch 'ARM: IMX51:' patches out of existence?15:16
rtgNCommander, yo15:16
NCommanderrtg, I just wanted to compare notes w.r.t. to the dove kernel on the generation of the output files (I heard that the kernel packages are getting twisted to build uImages now)15:17
rtgNCommander, if that is what you want, then now is the time to make the change to uImage15:17
NCommanderWell, I did a writeup of what I'm sorta hoping to get w.r.t. to filesystem layout in the Marvell spec (it was living on the internal wiki until earlier today: https://wiki.ubuntu.com/Specs/KarmicMarvellDesktop)15:18
rtgNCommander, I'll have a look. I'm in the middle of reorganizing the dove branch, so it'll be a bit.15:18
NCommanderrtg, I'd appeicate your input in it 15:19
NCommanderoh right15:19
ograusing uImage saves extra hacks and the dove cant use a zImage anyway15:20
NCommanderogra, right, and then we can just update any boot script (if we use one, which I'm in favor of) as part of the postinst after the updated ramdisk is generated15:21
ograbeyond that marvell will take care of the load adresses change in the kernel tree and you dont need to make the up yourself15:21
ogras/of/if/15:21
ogras/the/them/15:21
NCommanderogra, load address changes?15:21
ografor mkimage you need load adresses15:21
NCommanderRight15:21
NCommanderOh, Marvell gave us a set of addresses to use for uImage/uRamdisk?15:22
ograthe kernel tree has some for uImage15:22
ogramkimage wont run without proper load address15:22
ograto create a uImage mkimage is run15:22
NCommanderI was using the addresses from the sheevaplug, but I much rather use a more sancationed address :-)15:23
NCommander^- ogra 15:23
ograright, make uImage will set the ones definaed by marvell15:23
NCommander\o/15:23
ogra*defined15:23
NCommanderYay for making life easier15:23
ograthats how make uImage works15:23
NCommanderAh, I didn't know there was a pre-existing target in the Marvell kernel tree to spit out a uImage15:24
ograso the only change you will need will be to initramfs-tools 15:25
ograif you even need a uInitramfs15:25
amitkNCommander: the 'make uImage' target isn't just in the Marvell kernel tree. Upstream kernels also support it IIRC15:30
apwrtg, we were and erm did15:31
* apw looks whats occured15:31
rtgapw, they appear to be back in the repo15:31
apwyes they do15:31
NCommanderamitk, that's good to know15:32
* apw must have the original branch here somewhere15:32
amitkogra: what command are you running?15:36
ograi run fakeroot debian/rules binary, kill that if i see it starting to build (assuming it configured) and then run make uImage 15:37
rtgapw, I'm wondering if I didn't do it because of the way I rebase against origin/master.15:37
* ogra knows thats wrog but seemed the fastesr15:37
ogra*fastest15:37
apwrtg as in you think you might have undone it?15:37
amitkogra: use fakeroot debian/rules prepare-dove15:38
rtgapw, right. after you pushed I likely did 'git fetch origin;git rebase origin master'. Since I still had those commits in my master branch, then I probably pushed 'em back out.15:38
apwhmm perhap :/15:38
ograogra@dove:~/kernel/mvl-dove$ fakeroot debian/rules prepare-dove15:38
ogramake: *** No rule to make target `prepare-dove'.  Stop.15:38
amitkogra: the prepare target will create the debian/build dire15:39
ograhrm15:39
amitkare you on the dove branch?15:39
apwwell i can get rid of them again in short order15:39
ograi thought so15:39
* ogra curses git once again15:39
rtgapw, I've already done that. 15:39
rtgI'll just re-push, OK ?15:39
apwrtg ok then15:39
ograogra@dove:~/kernel/mvl-dove$ git branch15:39
ogra* master15:39
apwabsolutly15:39
ogrameh15:39
bjfogra, building that way in the dove/mvl branch isn't working15:40
ograhow do i have to build it then ? 15:40
apwrtg do the dove and imx51 branches have my patch to allow all targets trhough?15:40
ograright, git fetch only gets me 15:40
ogra + ba9ee58...a5dde05 fsl-imx51  -> origin/fsl-imx51  (forced update)15:40
ogra + b5c2598...a436a05 master     -> origin/master  (forced update)15:40
bjfogra, you need to:debuild --no-lintian -eCROSS_COMPILE=arm-none-linux-gnueabi- --prepend-path=/home/toolchains/arm-2009q1/bin -b -aarmel -us -uc15:41
rtgapw, not yet. I'm in the middle of it.15:41
ograbjf, no15:41
apwahh so prepare-dove won't work15:41
bjfogra, no?15:41
apwyou would need to do fakeroot debian.mvl-dove/rules prepare-dove to get it to work15:41
ograbjf, a) i dont crossbuild, b) i dont want to use debuild, amitk wants the binary from make uImage15:41
apwthat will be fixed shortly15:41
rtgapw, master HEAD pushed. I suggest you make sure your update doesn't recreate those damn IMX51 patches.15:42
apwheh yep am updating now to make sure it doesn't15:42
amitkogra: make ARCH=arm CROSS_COMPILE=arm-linux- O=`pwd`/../build/15:42
amitkogra: you'll need to create a ../build and copy the .config there first, though15:43
apw fakeroot debian.mvl-dove/rules prepare-dove 15:43
rtgamitk, dove won't build out of tree yet15:43
apwsomthing like that ought to get it prepared in theory15:43
ograit did so last week15:43
amitkohh right, drop the O=15:43
ograthe kernel i currently run is built from your mvl-dove tree15:43
apwogra, yeah but someone keeps wanting machinary changes, and they have risk of breakage15:44
apw:)15:44
* ogra hugs apw 15:44
ograthat seems to work :)15:44
apwogra, that should get fixes shortly when we rebase those trees onto the new abstracted stuff15:44
ograsure, i only care about an uImage to give feedback to amitk 15:44
* ogra doesnt want to touch the packaging :)15:45
apwrtg on this abstracted form for jaunty... it occurs to me we are also going to want the stuff to allow us to change the source package name and the like15:45
rtgapw, correct15:45
apwand so i am thinking that actually i should really be looking to take the karmic machinary15:45
apwand all the nice fixes therein15:45
* amitk steps out for a bit15:45
rtgapw, agreed15:45
apwgood.  thats much easier (i hope)15:45
bjfogra, are you talking mvl or fsl?15:46
ogramvl15:46
rtgapw, my goal is to have the packaging for all branches in all repos look mostly the same.15:46
apwyeah so thats also the right thing that way15:46
ograbjf, amitk wants to know if the resulting uImage from make uImage works fine so we can enable it in the package 15:46
jjohansen1amitk: no I haven't seen pastebin.ubuntu.com/255032, where did you hit it15:47
ograinstead of running make zImage15:47
ograapw, hmm, still fails with "make: *** No rule to make target `include/config/auto.conf', needed by `include/config/kernel.release'.  Stop."15:47
bjfogra,ok15:48
* ogra just ran make oldconfig now ... seems to work15:48
ograthough it used my existing /boot/config-2.6.31-0-dove apparently15:49
amitkjjohansen1: just saw it randomly on my laptop (rebooted since and not seen)16:04
amitkbjf: make uImage is a supported target in the kernel. If that works already, then we don't have to do postinst munging of zImage to uImage. Therefore, I asked someone who had the HW to test if the resulting kernel is bootable.16:05
amitkI recall that sometimes the kernels aren't bootable (wrong addresses, perhaps)16:06
ograamitk, well, it definately worked on friday i'm currently running that uImage on my dove16:06
jjohansen1amitk: hrmm okay that is a strange failure16:06
ograi just dont have the latest merges16:06
ograbut i doubt they change anything wrt mkimage 16:07
bjfamitk, I had been building that way before this last week and I was giving the mobile guys my uImage to test with16:07
amitkogra: but you did a manual mkimage then, right?16:07
bjfamitk, that had/has been working16:07
ograamitk, no16:07
ograamitk, oh, sorry, i did 16:07
ograi used debuild and used the vmlinuz from that package 16:08
bjfamitk, the issue right now is that the work that rtg and apw have been doing has "changed" things a bit16:08
amitkbjf: ok, great. Then we should change rule.d/vars.armel in the mvl branch (build_image = uImage, kernel_file= arch/$(build_arch)/boot/uImage, etc.)16:09
bjfamitk, yes16:09
rtgamitk, don't forget the prerm, postinstall, etc scripts16:10
amitkack16:10
amitkrtg: does this new debian.* world order mean that all the debian.* directories are in the master branch?16:10
rtgamitk, yeah, have a look at Karmic master. There is now a debian.master16:11
rtgthe only thing under the debian directory is rules.16:11
rtgs/thing/file/16:12
rtgand some other invariant stuff16:12
amitkdoesn't debuild complain (about the relatively empty debian/ dir)?16:12
rtgamitk, run 'fakeroot debian/rules clean' first16:13
amitkrtg: I see it now. But can't _all_ the debian.* directories now live in the master branch? That way all the topic branches only muck with code.16:15
apwamitk, the debian.branch is still only in the branch currently16:15
apwif you do that, to change something which needs to add code and modify configs say16:15
apwyou would have to commit half to master, the other half to branch and then rebase the branch to get the whole16:15
apwor somthing nasty like that16:16
rtgamitk, I found that the packaging rules vary enough across topic branches that it was simpler to just separate them out.16:16
amitkok16:16
=== bjf is now known as bjf-afk
=== bjf-afk is now known as bjf
cking**16:57
cking** Ubuntu Kernel Team Meeting - Today @ 17:00 UTC - #ubuntu-meeting16:57
cking**16:57
rydbergI have a question regarding suspend problems in 2.6.31-6-generic not present in v2.6.31-rc617:07
rtgrydberg, rfkill related?17:08
rydbergHello Tim, long time no see. I cannot say, sorry - was just wondering if these problems seem common, and thus whether I should simply wait with whistle-blowing until after karmic catches up with rc6. I guess from your answer that it is common indeed.17:10
rtgrydberg, we did note some suspend issues with bluetooth. try 'sudo rfkill block all' prior to suspending.17:11
rtgif you indeed have bluetooth.17:11
ograamitk, http://paste.ubuntu.com/255224/ ... lets see if it boots now :)17:12
rydbergi usuall keep it off, but i will have a look anyways, thanks for the tip17:12
rydberg1rtg, no dice using 'rfkill block all'. What does work so far is a pristine rc6, without ramdisk.17:24
rtgrydberg1, what is your platform?17:31
rydberg1its a macbook air 1,1 running karmic alpha 4 plus updates. I just noted there were updates in the karmic kernel today, I will try building those and report back17:33
rtgrydberg1, its just packaging changes. I doubt it'll have any effect17:33
rydberg1oh, ok17:34
rtgyou have ath5k wireless? 17:34
rydberg1the bcm4328, which works with the bcmwl dkms package17:35
rtgrydberg1, try 'sudo modprobe -r wl' before suspending.17:35
rydberg1oki17:35
smbapw, FYI, I pushed all repos17:35
apwack, thanks17:36
rydberg1nope, still hangs with blinking cursor on suspend17:36
apwyou might want to boot with no_console_suspend, and then perform the suspend from VT-1 using sudo pm-suspend17:37
rtgrydberg1, do you still have older Ubuntu kernels installed, like 2.6.31-5.24 ?17:37
rydberg1thanks apw, ive been doing all those things, there is a distinct difference in behavior between ubuntu-2.6.31-6 and v2.6.31-rc617:38
rydberg1trying the 2.6.31-5 now17:39
rydberg1same thing there, not suspending but hanging. i am happy to wait with further testing until a rc6 rebase, i am hopeful it will work17:44
apw2.6.31-6 is an -rc6 rebase?17:45
rydberg1i thought it was rc5?17:45
apwnope its definatly an -rc6 rebase17:46
rydberg1i just read the git tree, couldnt find the rebase point but that changes things drastically. Ok, ill dig a bit more17:47
apwthe -rc6 kernel you are testing, is that our mainline build?17:48
rydberg1its staight off linus' tree17:48
bjfapw, the reading back he tested 2.6.31-5 not 2.6.31-617:48
apw$ git show `git merge-base linus/master Ubuntu-2.6.31-6.25`17:48
apwcommit 64f1607ffbbc772685733ea63e6f7f4183df1b1617:48
apwAuthor: Linus Torvalds <torvalds@linux-foundation.org>17:48
apwDate:   Thu Aug 13 15:43:34 2009 -070017:48
apw    Linux 2.6.31-rc617:48
apwrydberg1, can we confirm which ones of ours you have tested?17:49
rydberg1i have tested the two packages 2.6.31-6-generic and 2.6.31-5-generic17:50
rydberg1and i have tested the -rc6 from linus, without ramdisk17:50
rydberg1the two former hangs on suspend, the latter works flawlessly, both suspend and resume17:50
apwthat implies the bug is in our delta, so you could consider doing a bisect between -rc6 and Ubuntu-2.6.31-6.2517:50
rydberg1yep17:51
rydberg1"day" means US day time, I suppose? this will take a couple of hours :-)17:53
apwday ?17:59
rydberg1as in bug day - im in europe17:59
=== lieb_ is now known as lieb
ograbug days in ubuntu usually span across all timezones18:00
rydberg1long working hours, then :-)18:01
ograstarting at NZ moring and ending in pacific evening18:01
ograwell, the ubuntu developer and bugtriager teams span across the whole world ;)18:02
ogra(as well as the users reporting bugs :) )18:02
Q-FUNKogasawara: thanks for subscribing yourself to the bug :)18:03
rydberg1rtg, apw: ill start off verifying the problem between 64f1607ffbbc772685733ea63e6f7f4183df1b16 and the karmic head, just to make sure its not my kernel config that makes it work18:03
apwsensible idea18:03
rydberg1tlsup seems to have a problem compiling here, same for you?18:28
ogasawaradhillon-v10: hi!  thanks for sitting in on the meeting18:29
dhillon-v10ogasawara: Hi how are you18:29
ogasawaradhillon-v10: great, so you mentioned you'd be interested in helping out18:30
dhillon-v10ogasawara: yes how can I get started18:30
ogasawaradhillon-v10: one of the biggest problems we face as a team is dealing with a large volume of bugs coming in18:30
ogasawaradhillon-v10: I think dealing with some of these bugs would be a great starting point18:31
dhillon-v10ogasawara: yah I read that in the wiki, I am actually working with Ubuntu-doc team in the wikis and such18:31
ogasawaradhillon-v10: awesome.  we can also always use help cleaning up or documentation on the wikis also18:32
dhillon-v10ogasawara: :)18:32
ogasawaradhillon-v10: as it happens, today we're holding a kernel bug day18:32
dhillon-v10ogasawara: I am subscribed to the mailing list and I get a lot of bugs in my mail but I can't solve any of them can you help me with that18:33
dhillon-v10ogasawara: most of them are sound related, I mostly work in computer vision18:33
ogasawaradhillon-v10: sure, do you have a list of them you can point me to18:33
dhillon-v10ogasawara: please elaborate yourself, I don't get it18:34
ogasawaradhillon-v10: you mentioned you have some sound related bugs which you'd like to try to work on, I'm wondering if you have specific bug #'s we can work through18:35
dhillon-v10ogasawara: oh sure just one sec.18:35
dhillon-v10ogasawara: how about this one: Bug 41497718:36
ubot3Malone bug 414977 in pulseaudio "in karmic, any application being started mutes the volume" [Undecided,Fix committed] https://launchpad.net/bugs/41497718:36
ogasawaradhillon-v10: hrm, that's reported against pulseaudio (ie not the kernel) but it seems Daniel's commited a fix?18:37
ogasawaradhillon-v10: I do know that the upgrade to pulseaudio 0.9.16 cause some regressions18:38
ogasawaradhillon-v10: which I believe they are trying to resolve by uploading test packages to their PPA18:38
dhillon-v101ogasawara: sorry about that18:40
* apw ^5's ogasawara 18:41
apwogasawara, i've rearranged the regressions review to next monday, sorry we forgot yesterday even though you were ahead18:41
dhillon-v10ogasawara: my internet just  got disconnected, I fixed that 18:41
apwand got it out on time18:41
rydberg1rtg, apw: 64f1607f: good (suspends, resumes)18:42
ogasawaraapw: no worries, wasn't much to review this week anyways18:42
rydberg1rtg, apw: ad1dfe69: good (suspends, resumes)18:42
rydberg1rtg, apw: thus the problem lies somewhere in the configuration, not the tree itself (phew, saved me a couple of hours of bisecting :-))18:42
dhillon-v10ogasawara: So what was that you were saying before my Internet got disconnected18:42
apwogasawara, we did meet this morning in and doa  quick review18:43
apwrydberg1, interesting, now to bisect the configuration delta18:43
ogasawara[10:37:40] <ogasawara> dhillon-v10: hrm, that's reported against pulseaudio (ie not the kernel) but it seems Daniel's commited a fix?18:43
ogasawara[10:38:33] <ogasawara> dhillon-v10: I do know that the upgrade to pulseaudio 0.9.16 cause some regressions18:43
ogasawara[10:38:49] <ogasawara> dhillon-v10: which I believe they are trying to resolve by uploading test packages to their PPA18:43
ogasawaradhillon-v10: do you have another kernel bug we could look at?  Or I can put together a list for us to work through.18:44
dhillon-v10ogasawara: I think you should put together a list, thanks18:44
ogasawaradhillon-v10: would you prefer to target sound related bugs?  If not, I'll assemble a variety.18:44
dhillon-v10ogasawara: I doesn't really matter :)18:45
ogasawaradhillon-v10: ok, care to privately msg me your email address and I'll send you a good starter list with instructions18:46
dhillon-v10ogasawara: how do I do that18:46
ogasawaraI'll message you18:46
dmclainWhats the equivalent of kern.maxproc for Ubuntu?19:01
dmclainin /etc/sysctl.conf?19:02
dmclainWhats the equivalent of kern.maxproc for Ubuntu in /etc/sysctl.conf?  I didn't see a default in there for it, but I think I need to set it higher than the default for the box.19:04
Q-FUNKogasawara: is there anything I should do, now that we narrowed down the source of the regression and attached screenshots?19:40
ogasawaraQ-FUNK: I pasted the bad commit we bisected to the upstream bug report so hopefully it'll get passed along19:42
ogasawaraQ-FUNK: I noticed that in the thread on LKML you'd posted that another user mentioned they were not seeing issues . . .19:42
ogasawaraQ-FUNK: looking at the config they posted it seems they have CONFIG_FS_POSIX_ACL list disabled so they won't be affected by that patch19:43
Q-FUNKogasawara: I mentioned this earlier as well and attached that user's config to the LP bug.19:43
ogasawaraQ-FUNK: since the bad patch is ifdef'd with CONFIG_FS_POSIX_ACL19:43
Q-FUNKindeed19:43
ogasawaraQ-FUNK: you did?  maybe I missed that19:43
Q-FUNKgood point19:44
Q-FUNKI'll reply to him and point this out19:44
ogasawaraQ-FUNK: if you like, I can build you a test kernel with that config disabled19:47
ogasawaraQ-FUNK: else we can try to revert that commit, but I recall it didn't revert cleanly on the latest Karmic19:48
Q-FUNKogasawara: sure, why not.  against 2.6.31-rc6 ?19:48
ogasawaraQ-FUNK: yup19:48
Q-FUNKogasawara: sure, let's have a go at it19:48
ogasawaraQ-FUNK: k, gimme a bit, I have to queue up another build first but you're next in the queue19:49
Q-FUNKogasawara: ok, fair enough :)19:49
apwrtg ok i've reconstructed abstracted debian against jaunty before smbs latest pushed its here:   git://kernel.ubuntu.com/apw/ubuntu-jaunty abstracted-debian19:53
apwwill update it shortly to the latest tip#19:53
apwsmb, am i only expecting to find one new tag in jaunty?19:55
smbapw, In theory there should be one new one, yes. Why?19:55
apwi was expecting a tag for security and a new proposed one?19:56
smbapw, Which proposed? :)19:56
apwwe have no -proposed to jaunty now then i guess?19:57
smbapw, Right, the old one just was accepted and I had no time to create the new one19:57
apwok cool thanks, thought i was going mad for a sec there19:57
smbapw, Relax, its just me being slow19:58
apwheh no i think thats the definition of _me_ being slow :)19:58
smbHeh, lets agree on that it is past beer o' clock for both of us. We are entitled to being slow. :)19:59
apwyeah thats all very true, and worse my beer store is empty19:59
apwi must go get some more asap19:59
smbNot even cider?19:59
apwnope ... not a drinkable thing other than ... water19:59
smbeek. thats an emergency20:00
rydberg1bring some for the rest of us, too :-)20:01
apwheh a plan indeed20:01
smbWe should pre-order for Portland. The bars tend to get out of stock if we arrive. :)20:03
rydberg1quite the contrary happened when Las Vegas hosted the yearly American Physical Society conference: they were kindly asked never to return :-)20:08
rtgapw, looks good. i assume you test built?20:09
rtgapw, you're gonna have to rebase your Jaunty abstracted-debian branch against Ubuntu-2.6.28-15.4920:17
rydberg1rtg, apw: ad1dfe69 with config-2.6.31-6-generic: fail (hangs on suspend)20:19
rydberg1looking at suspicious modules now20:19
smbrtg, apw I might make a new proposed tomorrowish. Maybe it is more worth the effort to rebase against that...20:20
rtgsmb, lets get it tip of the tree soonish20:21
smbrtg, I guess apw and me will sort things out tomorrow morning20:22
rtgbjf, amitk, git://kernel.ubuntu.com/rtg/ubuntu-karmic fsl-imx51 for a preview of the havoc I'm gonna wreak on your branch20:23
bjfrtg, debuild: fatal error at line 630:20:29
bjfcannot find readable debian/changelog anywhere!20:29
bjfAre you in the source code tree?20:29
rtgbjf, fdr clean first20:29
bjfrtg, ok, thats working, when we settle on this we'll need to do some wiki updating20:30
rtgbjf, right. my hope is to have all of the topic branches behave the same way.20:30
bjfrtg, I'm looking at that tree & branch, what should I notice?20:37
rtgbjf, just make sure I didn't lose any IMX51 patches.20:37
bjfrtg, that's kind of hard to tell, I'm not sure what amit commited20:38
rtgbjf, do you HW to run the kernel on?20:38
bjfrtg, that's part of the reason I went back and reapplied *all* the patches to jaunty, I don't have to remember what I did or didn't apply20:39
bjfrtg, however, it was/is harder for amit since the patches are against .28 not .3120:39
rtgbjf, yeah, well, the fsl-imx51 branch was a little disorganized wrt to master because of the way the rebase script works20:39
bjfrtg, well my build of the mvl-dove branch worked just fine20:40
apwrtg yep, already done here, will push it shortly (rebase to smb's latest tag) will get with him to get it on tip in the am20:41
rtgbjf, the dove branch is much simpler right now because its not  a rebase against master, its just the debianiozed build system for the kernel that Marvell provrides.20:41
rtgapw, thanks20:41
rtgapw, as soon as you have that sorted in the  AM, how about tackling the netbook branch?20:42
bjfrtg, is your plan to rebase the dove branch against master?20:42
rtgbjf, the dove branch _is_ rebased against master20:43
rtg(or will be when I push it)20:43
rtgbjf, shit, never mind. the dove branch won't get rebased against master until Marvell produces a 2.6.31 final.20:44
bjfrtg, ok, you said earlier it wasn't, look forward to your push20:44
rtgbjf, it's fsl-imx51 thats currently rebased against master (when I push it)20:44
apwrtg absolutly, my plan is to get the thing on tip and get smb to review, as he's not seen it yet20:45
apwand in parallel frig it onto the current netbook branch, and then prove that a rebase works20:46
bjfrtg, the packaging stuff you have been hashing out with mobile guys and with cjwatson, is that all handled in the "meta" package20:46
rtgbjf, the meta package is a bit of a different animal. its the package we use to maintain upgradeability when the kernel package name changes.20:48
rydberg1rtg, apw, current status: the config-2.6.31-6-generic breaks the karmic head, compared to a slimmed custom configuration. Will take a while to single out the configuration culprit (taking a break now).20:55
Q-FUNKogasawara: can you put the link to this new kernel on the bug, when it's ready?  I'll be heading to bed soon here.21:29
ogasawaraQ-FUNK: will do21:30
Q-FUNKogasawara: thanks! :)21:34
NCommanderapw, did you ever get a chance to apply the sparc config patch i sent to you?21:34
apwNCommander, remind me of the patch, i thought i saw all the patches get pulled, but i may have blinked21:36
NCommanderapw, it was the patch that fixed the d-i folder to disable all the modules that couldn't be built on SPARC (like DAC960), and a few config tweaks)21:38
NCommanderapw, I can resend/paste-bin it if need be21:38
apwwas there a subject21:39
apwso i can check21:39
NCommanderapw, probably SPARC configuration21:39
apwNCommander, resend it and i can check21:43
ghostcubehi i just wanted to know if anyone is taking care about the mainline kernels too22:18
ghostcube:)22:18
ghostcubeor is this only release support22:18
=== bjf is now known as bjf-afk
FjodorHi guys. Does anyone know what happened to the gspca driver in the 2.6.31-rc series from http://kernel.ubuntu.com/~kernel-ppa ?23:42
ghostcubehmm i have a problem with mainline 2.6.31rc6 and winbond chipdriver with lmsensors23:56
ghostcubeit doesnt load the modul rc5 does23:56

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