=== doko_ [n=doko@dslb-084-059-064-157.pools.arcor-ip.net] has joined #ubuntu-kernel === johnm [n=johnm@gentoo/developer/johnm] has joined #ubuntu-kernel === _maydayjay_ [n=maydayja@ip101109.101.nas.net] has joined #ubuntu-kernel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel [06:37] lamont: got your sound working yet? If not, try sudo modprobe snd-cs4232 port=0x534 cport=0x538 mpu_port=-1 fm_port=0x388 irq=5 dma1=1 dma2=0 isapnp=0 [06:37] lamont: values to some of those params may differ, but it should be the idea === Yagisan [n=jamie@60-240-10-153-nsw-pppoe.tpgi.com.au] has joined #ubuntu-kernel === JaneW [n=JaneW@wbs-146-167-38.telkomadsl.co.za] has joined #ubuntu-kernel === svenl [n=sven@AStrasbourg-251-1-25-57.w82-126.abo.wanadoo.fr] has joined #ubuntu-kernel [11:31] hi guys. [11:31] BenC: i hear you are the new guy in charge of the ubuntu kernel. [11:32] i am testing ubuntu/breezy on pegasos, and fixing the remaining problems. [11:34] BenC: i would like your comment on 15573, which allows the marvell gigabit ethernet to support hotplug. [11:42] fabbione: hi. [11:42] svenl: ho [11:42] hi even [11:43] fabbione: do you have a powerrpc 2.6.14-rc4 kernel handy somewhere, i just did a breezy install and wants to play with the new marvell sata driver. [11:44] no i don't [11:44] we are still working on the tree [11:44] portforwarding the patches and stuff [11:44] ok. [11:44] you have too much patches :) [11:45] no [11:45] fabbione: i will use the debian kernel for testing, may work. [11:45] we are just switching RCS at the same time [11:45] fabbione: BTW, what about : #15573 [11:45] svenl: you need to wait for Ben [11:45] i don't have commit access yet [11:45] fabbione: i will probably not be online later when he is active, can you ping him about it ? [11:46] fabbione: where will it go ? [11:46] svenl: i won't be online either [11:46] but he reads backlog i think [11:46] fabbione: cool. [11:46] svenl fabbione: where will it go ? <- ??? [11:46] i had hoped to see it in breezy. [11:47] if it goes in, will be for dapper [11:47] fabbione: in what kind of kernel packages, breezy-updates, breezy+1, ? [11:47] :/ [11:47] dapper [11:47] i will need to do a custom build then. [11:48] but then it will br broken again in each subsequent upgrade. [11:48] which sucks. === zul [n=chuck@CPE0006258ec6c2-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel [03:00] heylo [03:02] anyone care to explain this 2 kernel business? [03:07] zul: if I understood it correctly - it's like this [03:08] zul: we have source a, we add patches b + c to create -foo, and we add patches c + d to create -bar [03:09] zul: It all uses 'a' as the base source, to keep updates in sync [03:09] zul: That is of course assuming I understood it correctly [03:11] hmmm...ok...ill go read the thread again === mkrufky [n=mk@68.160.103.77] has joined #ubuntu-kernel [04:23] zul: yeah.. more or less like Yagisan says [04:23] zul: but even simpler [04:23] -server will be source a+fix(b) [04:23] desktop will be source a+fix(b)+shinyfeature(c) [04:23] basically server will be more conservative [04:38] most likely server will be the same source with shinyfeatures(c) disabled, correct? [04:39] most shinyfeatures are configurable and non-intrusive [04:39] BenC: if we can do that, yes [04:39] BenC: anyway a long thread explode on ubuntu-devel mailing list [04:40] and it's a good idea you look at it and answer too [04:40] BenC: i finally managed to get a checkout of your tree [04:40] did you grab the cloop source pristine from Debian or just ported our patch? [04:41] iirc we did add an extra fix to it, that for one reason or another never made upstream [04:41] but in any case we have it in .12 as reference [04:41] trying to remember [04:41] BenC: now we should try a commit if you have time.. [04:42] sure [04:42] ok.. just a one liner change in debian/changelog [04:42] i did the change [04:42] now git commit [04:42] fabbione: can you bounce me the primary email to that thread so I can comment? I'm not sub'd to -devel yet, and when I do today, I still wont be getting most of it [04:43] edit, git-update-index ; git commit [04:43] hold a sec before the commit [04:43] sure [04:43] use this template [04:43] [UBUNTU:] [04:43] PatchAuthor: [04:43] UpstreamStatus: [04:43] space after first line [04:43] wait, is this an external driver? [04:44] BenC: no, just a one liner change as test commit [04:44] we did never try if it work [04:44] ok, then use that template [04:44] since it will commit to your tree [04:44] or should at least [04:44] and the last line should read "Signed-off-by: Fabio ..." [04:44] you are pushing to my tree or yours? [04:44] BenC: iirc there was a file to stick that Signed-off-by: [04:45] to your tree [04:45] fabbione: git commit -s [04:45] that will do it if you have the proper env vars set [04:45] GIT_COMMITTER_NAME=Ben Collins [04:45] GIT_COMMITTER_EMAIL=bcollins@ubuntu.com [04:45] that i don't think i do [04:45] exacly [04:46] first line should look like: [04:46] [UBUNTU:ppc] Disable serial 8250 initialization on PMAC [04:47] ok, but i am going to change only your email address in debian/changelog as a test commit [04:47] so i will write: [04:47] [UBUNTU:debian] Test commit - fix Ben email address [04:48] does that fit? [04:48] we only want to check if it works.. [04:48] sorry to barge in on the conversation.... are you guys moving away from Baz and towards -git ? [04:48] mkrufky: see /topic :) [04:48] lol [04:48] oops [04:49] BenC: ok. trying to commit now :) [04:49] awesome..... [04:49] sure, that will work [04:49] BenC: hmm it didn't like GIT_COMMITTER_EMAIL [04:50] Signed-off-by: Fabio M. Di Nitto [04:50] but the env var is there [04:50] sure you exported it? [04:50] run "git-var GIT_COMMITTER_IDENT" [04:50] you [04:50] echo $GIT_COMMITTER_EMAIL [04:50] fabbione@ubuntu.com [04:51] export GIT_COMMITTER_EMAIL GIT_COMMITTER_NAME [04:51] see if that helps [04:51] it does.. but it's weird [04:51] they are in .bashrc [04:51] oh well crappy [04:51] i will lart the bash maintainer later [04:51] if you don't export it, it's only a local var, not an env var [04:52] than it shouldn't take the NAME either.. but it does :) [04:52] it got that from gecos probably [04:53] oh right [04:53] [UBUNTU:debian] Test commit - Fix Ben C. email address. [04:53] Signed-off-by: Fabio M. Di Nitto [04:53] # On branch refs/heads/ubuntu-2.6.14 [04:53] # [04:53] # Updated but not checked in: [04:53] # (will commit) [04:53] # [04:53] # modified: debian/changelog [04:53] except for the blank line between [UBUNTU [04:53] and the Signed off [04:53] do you want me to add anything else? === fabbione commits [04:56] nah, that looks good [04:56] CRANKY [04:56] Author: Fabio M. Di Nitto [04:56] it still got the Author line wrong [04:56] GIT_AUTHOR_NAME/EMAIL too [04:56] where are you committing to [04:57] i committed only on the local tree [04:57] and you are going push to your rookery tree, right? [04:57] not with these bad info.. no [04:58] let see how undo works :) [04:59] ok perfect.. [04:59] i am satisfied [04:59] Author: Fabio M. Di Nitto [05:01] BenC: git revert is fun :) [05:03] BenC: did put all these things somewhere on the wiki or in a doc? [05:05] yeah, in a doc that I still need to post to the wiki [05:06] BenC: ok :) [05:06] that will be really helpful :) [05:14] yep yep === HiddenWolf [n=HiddenWo@136.39.dynamic.phpg.net] has joined #ubuntu-kernel [05:42] BenC: i think that the idea of helpers is good, but the fact that we will push into the kernel the same crack as in desktop.. hmm i am not so convinced about it [05:42] BenC: if you mean different configs on the same tree than i am more ok with ti [05:43] like disabling software suspend and stuff like that [05:46] hi BenC . [05:46] about #15573 [05:46] do you have any coments ? === Le_Vert_ [n=Le_Vert_@123.115.119-80.rev.gaoland.net] has joined #ubuntu-kernel === Le_Vert_ [n=Le_Vert_@123.115.119-80.rev.gaoland.net] has left #ubuntu-kernel ["Leaving"] [06:06] svenl: sure, I'll get it into dapper's kernel for sure [06:07] fabbione: I meant same source tree, different configs [06:19] mjg59: ping [06:21] BenC: Hi [06:21] mjg59: can you tell me about external-arch-i386-kernel-reboot_reboot-thru-bios? [06:21] -static int reboot_thru_bios; [06:21] +static int reboot_thru_bios=1; [06:22] I think that may be causing our "machine halts instead of reboot in breezy" problem [06:23] brb [06:25] I asked you to drop that patch [06:25] I thought we had done [07:36] maybe it was [07:37] nope, it was in breezy [07:53] fabbione: ping [08:02] BenC: Ok. We fixed the problem another way, so it should have been removed [08:03] It can still be overridden with reboot=h [08:03] scheduled for 9.24 === zul [n=chuck@CPE0006258ec6c2-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel [08:58] BenC: would have been nice to have it fixed for breezy though. [09:30] svenl: I can think of a few dozen bugs that would have been nice to have fixed for breezy :) [09:30] fabbione: around? [09:31] BenC: well, sure, but this one had a patch, and was orthogonal to everything else, and the patch was written especially for ubuntu, and it would have taken maybe 5 minutes to apply it. [09:32] BenC: and now we have to wait again 6 month to get a version of ubuntu who really works on pegasos, and we can thus not ship ubuntu DVDs which each outgoing pegasos machine. [09:32] BenC: unless we hack the iso and produce our own kernels. [09:32] BenC: which are a nightmare with regard to security updates. [09:32] BenC: still, there was not even a comment on the bug report. [09:33] considering the bug was never called to my attention until now, it's not surprising that it didn't get in [09:33] BenC: yeah, well, the bug was filled against the ubuntu kernel package on sept 16. [09:34] what would you like me to do? [09:34] does this mean that the ubuntu BTS can't be thrusthed. [09:34] BenC: i guess there is nothing to do except use a time machine :/ [09:34] svenl, what's pegasos? [09:34] every bug has a priority, and that close to release, the patch wasn't a priority, since it wasn't a regression [09:34] HiddenWolf: A hacker's only developer board [09:35] HiddenWolf: the only powerpc desktop still selling. [09:35] usually, anyone using it would be compiling their own kernel [09:35] BenC: that is pure bullshit. [09:35] BenC: the debian kernel works perfectly on it, and i have not seen people recompile their kernels since a long long time. [09:36] ok, I stand corrected [09:36] svenl, I agree it sucks, but please stay cool. [09:36] BenC: but then, nothing ever came from the ubuntu/debian kernel co-operation tproject. [09:36] HiddenWolf: well, i am a bit disapointed, but cool. [09:36] svenl: look, I've only been the kernel maintainer ofr a few months for ubuntu [09:37] so taking out your agression on me will get you ignored more than anything [09:37] svenl: Septembe 16th is way after most of the freezes. [09:37] BenC: i aplogize, i didn't want to sound agressive. [09:37] well, you were way across the agressive line [09:37] jbailey: well, there are at least 3 ubuntu folk with pegasos machines, aren't there. [09:38] BenC: sorry. [09:38] jbailey: donated pegasos machines even :) [09:38] svenl: Sure. And you'll notice that as soon as we moved into the new release cycle that I asked you right away about it. [09:38] svenl, the ubuntu guys get buried under bugs. The project is still young, and the userbase has exploded. Please do the math. If you really care about a bug, you should try and take proactive action and bring it to the attention. [09:38] svenl: That way we can deal with it early and make sure that it's ready for the next release. [09:38] jbailey: and not a single one of those tested breezy installs on it :) [09:39] svenl: Thinking of which, got a new OF for me for the yaboot CD bug? =) [09:39] HiddenWolf: whatever, still, there are only 15k bugs in the BTS, so i wonder how this is supposed to work. [09:39] svenl: it'll get better in dapper, and I'll try to squeeze in the fix you pointed out for a breezy update [09:39] svenl, that is 15.000 bugs on Ubuntu main in a year. [09:39] that's about all I can promise at this point [09:39] Maybe i am spoiled by the debian system, but when i file a bug, i don't expect it to be ignored. === BenC notes he has over 400 bugs on the kernel alone [09:39] BenC: yep. [09:40] svenl: it wasn't ignored, but bugs do take priority [09:40] BenC: when i get no reply, it is ignored. [09:40] BenC: proof of it is that it wasn't fixed. [09:40] jbailey: please get yaboot fixed first, i filled a bug earlier. [09:41] svenl, you are really not helping your case here. [09:41] svenl: Breezy isn't open for uploads yet. [09:41] BenC: i wonder about the right way to handle this kind of bugs, there is a balance between letting a bug smolder in the BTS, and bothering the ubuntu guys. [09:41] at that point, I was stretching my limits by trying to go through all the old bug [09:41] svenl: If you'd like guarnateed response time, we do offer support contracts. =) [09:41] jbailey: hey, you promised me those grub2 .deb sources. [09:42] svenl: no response doesn't mean it was intentionally ignored [09:42] svenl: They're on the pegasos. [09:42] svenl: I can't send an email to all bugs saying "I got your bug, but it wont be fixed for breezy" [09:42] I should load up the old OF so I can boot. [09:42] jbailey: could you send them to me ? [09:42] svenl: anyway, you've got my response here now, so let's move on [09:43] svenl: Yup [09:44] BenC: well, i am not some random unknown guy, so you could have thrusted me more, especially as the fix went into debian the exact same day, and the fix only needed copying the patch over and adding it to the next build, it would have taken maybe 1 minute, and it only affected a module present only on the pegasos, and tested nowhere else. [09:44] BenC: so, yes, i am happy that you didn't not send such a mail, as it would have taken you more time to apply the fix. [09:45] but as said, enough spoken about this. [09:46] jbailey: BTW, about support contracts, do i then get a share of the money back for the work i do on let's say parted ? [09:46] jbailey: so it should work both way. [09:47] svenl, you just said "enough spoken about this" [09:47] svenl, please leave it at that. [09:49] svenl: No, sorry. But if someone with a support contract asks us to fix a bug, then we do our best to do it. [09:50] svenl: If we contract with you to fix a bug, we'd expect you to do that. [09:51] svenl: The patch in the attachment is bad, anyway. Why's it #including stuff at the end of the file? Why does it have another random hunk in it? [09:53] jbailey: and how many time i got asked to fix parted issues and make uploads ? [09:53] mjg59: the patch in the debian package is fine, and was hinted to back then. [09:53] svenl: I can pretty much promise you so far that none of those requests have been on behalf of our customers. [09:53] mjg59: just grab it from there. [09:53] jbailey: yeah, whatever. just saying it goes both way. [09:54] svenl: The patch that you pointed at in subversion is *not fine* [09:54] svenl: *exactly* We don't have any commitment from you to respond in a timely manner. [09:54] We don't count on it. [09:54] mjg59: ah, yeah, strange, it builds in debian 2.6.12 and 2.6.13 and 2.6.14-rc4 packages, so ? [09:54] If you're swamped with bugs, take a vacation or whatever, you'll respond when you have time or get to that point in the queue. [09:54] jbailey: yeah, i am not convinced. [09:54] svenl: Why does it contain code that's nothing to do with the problem being solved? Why does it have a #include on line 1600? [09:54] *shrug* [09:54] jbailey: but let's not speak about this. [09:54] I'm not trying to convince you of anything. [09:55] mjg59: let me check. [09:55] +#include [09:56] this one ? [09:56] mjg59: to be able to do + { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, PCI_DEVICE_ID_MARVELL_MV64360) }, [09:56] Yes. Put it with all the other #includes. [09:56] And what's the first hunk of the patch all about? [09:56] mjg59: i agree that it could be put in front, but it is cosmetic. [09:57] What's the status of this patch? Is it being pushed upstream? [09:57] mjg59: you may want to rediff it anyway. [09:57] mjg59: it will be pushed upstream. [09:57] # Upstream status: In the process of being submitted, may need a bit of [09:57] # cleanup in order to not break embedded arches using this controller, but [09:57] # should not be a worry for debian. [09:57] nor ubuntu either. [09:57] svenl: So you're complaining that a patch that isn't even guaranteed to apply against the tree you want it applied to wasn't applied? [09:57] mjg59: well, am i supposed to do your job also. [09:58] mjg59: chances are very very good that it applies, unless you have patched this file yourself, but as it is used only for embedded stuff, you probably didn't. [09:58] If you want an enhancement added, then it's far more likely if you make it as easy to do so as possible [09:58] Which includes fixing cosmetic issues and making sure that the diff doesn't include random other shit [09:58] mjg59: also, i have no idea. [09:58] mjg59: you all suck. [09:58] mjg59: that are just excuses. [09:58] and you perfectly know it. === svenl [n=sven@AStrasbourg-251-1-25-57.w82-126.abo.wanadoo.fr] has left #ubuntu-kernel [] [10:08] okie dokie === lamont [n=lamont@15.238.7.121] has joined #ubuntu-kernel