[12:45] anyone know which driver provides rtc on amd64? === horms [~horms@YahooBB219184134048.bbtec.net] has joined #ubuntu-kernel [02:52] there...quickcam and spca5xx playing together like two peas in a pod === horms [~horms@vagw.valinux.co.jp] has joined #ubuntu-kernel [05:17] bleah...i cant sleep [05:26] morning [05:26] hey fabbione [05:29] zul: 7808 is d-i related. we still need todo thed-i cleanup in the kernel [05:29] see debian/TODO [05:29] updated? [05:29] Verify debdiff with previous kernel and add new drivers to d-i. [05:32] okie dokie printk stuff...what do you want to cut down? [05:33] there are a couple of printk during the boot that are marked as _ERRO or _CRIT [05:33] the audit thing [05:34] and the swsup wrong partition id [05:34] ok i can look into that [05:34] they should be changed to _INFO [05:34] we don't want to lose them [05:34] just make them less noisy [05:36] so the audit: [05:38] yes [05:38] and the swsups one [05:39] okie dokie [05:55] so something like this? http://zulinux.homelinux.net/kernel-power-swsusp_shutup.dpatch [05:57] except you diffed it the wrong way yes [05:57] but not all of the messages [05:57] only the one that shows at startup [05:57] ok...then it might be time get some sleep then [05:57] ok [05:57] some of them are important to have [05:59] ill see you guys tomorrow [06:00] night zul [06:00] i added some more external drivers from the list but ill put them in my baz archive when i get up tomorrow [06:01] late [06:01] later even [06:04] ok [06:59] lamont: ping me when you are around again [07:00] ack [07:01] lamont: i was wondering if we can integrate sparc build logs on people [07:01] yeah - that's on my list of things to ponder. [07:01] specifically, now to integrate them. [07:02] i guess you have somekind of script that scp them from the buildd's to people [07:02] we might just adapt it [07:02] you probably have to change the permissions on the tree so that i can write there [07:03] actually, the copy on rookery is a mirror of the master, that lives elsewhere [07:03] ah [07:03] hmmm [07:03] that makes it more complicate [07:33] mmm the ipw2200 driver has gone from crashing requiring a module reload to crashing requiring a reboot :\ [07:33] Lathiat: complain with upstream [07:33] it's the latest version of the driver [07:34] yeh i know was just saying [07:34] is it hard to debug kernel drivers? [07:37] pretty much yes [07:46] how much do we care about the abi in 2.6.11.9* serie? [08:03] there.... rh cluster suite updated [08:04] lamont: i am still checking out linux-ipv6 [08:04] unbelievable [08:04] more than 24 hours co [08:04] ouch, which project is that from? [08:04] linux-ipv6/usagi [08:04] fabbione: I don't think we care about the abi version until 2.6.12-1.1 [08:04] ipv6 statefull firewall [08:04] yeh usagi [08:05] lamont: yeah [08:05] esp since if we did, we'd be something like 2.6.12-22.1 [08:05] lamont: exactly :) [08:25] lamont: btw.. why the kernel did build 3 times on ppc buildds??? [08:26] at least... there are 3 logs reported [08:27] fabbione: most likely situation was those wonderful SIGILL's that ppc likes to throw on big builds [08:27] it's also possible that I gave it back in the middle of a build [08:27] ah ok === doko [~doko___@dsl-084-059-052-160.arcor-ip.net] has joined #ubuntu-kernel [08:37] hey [08:37] doko, svenl: can we take a look to PPC64 kernel? [08:37] i need to understand a few things [08:38] right now we have 6 ppc flavours [08:38] power3{,-smp} [08:38] power4{,-smp} [08:38] powerpc{,-smp} [08:39] which one of these need to become 64bit? [08:39] or do we need to add a complete new set of flavours? [08:40] for me all this ppc magic is kinda unknow [08:40] and i need to understand what needs to be done [08:41] hmm, don't know, if I can help ... [08:41] doko: well you were asking for a ppc64 kernel [08:42] so where can i build a ppc64 kernel in the first plave [08:42] place [08:43] davis, breezy-ppc64 chroot [08:43] ok.. [08:44] using gcc-3.4 -m64 [08:45] ok we are already using gcc-3.4 [08:45] i think the -m64 is added by the kernel automatically when exporting ARCH=ppc64 === fabbione checks [08:46] yes [08:46] that is done automatically... [08:46] so now.. i need to understand what flavours need to be built that way [08:48] GCC_BROKEN_VEC := $(shell if [ $(GCC_VERSION) -lt 0400 ] ; then echo "y"; fi ;) [08:48] interesting :) [09:23] fabbione: basically, the only thing you need to do is to add ARCH=ppc64 when building. [09:24] fabbione: i guess for symetry purpose, you would need to do : [09:24] svenl: yes.. i know that, but i am more interested to know what flavours i need to build [09:24] ARCH=ppc for powerpc flavour, and ARCH=ppc64 for the ppc64 flavours. [09:24] well. [09:24] yeah i get that :) [09:24] both power3 and power4 are now called pseries. [09:24] so i would have pseries and iseries. [09:25] that is : powerpc/ppc, pseries/ppc64, iseries/ppc64 [09:25] ok from the actual mapping: [09:25] but it is also possible to build a power4 and beyond optimized pseries version, so i would add a : [09:25] powerpc{,-smp} -> ARCH=ppc, no name change [09:25] pseries-power4/ppc64. [09:25] fabbione: ok. [09:26] how do i map power3 and power4? [09:26] fabbione: for power3/power4, just add new versions. [09:26] so something like: [09:26] ppc64-power3 [09:26] ppc64-power6 [09:26] meh [09:26] ppc64-power4 <- [09:26] and of course build them with ARCH=ppc64 [09:27] one moment. [09:27] sure [09:27] fabbione: forget the old mappings. === fabbione scraps the notes === Seveas [~seveas@seveas.demon.nl] has joined #ubuntu-kernel [09:31] Ok, am back. [09:31] no rush.... [09:32] fabbione: i don't have it in my mind right now, but basically, for all ppc/ppc32, the configs should be almost similar. [09:32] with a little modifications. [09:32] svenl: right now i need only the name schema [09:32] fabbione: ok. [09:32] forget about the contents of the configs [09:32] so, i would do : [09:32] ARCH=ppc -> powerpc{-smp} [09:32] ARCH=ppc64 -> pseries{-smp} [09:32] ARCH=ppc64 -> pseries-power4{-smp} [09:33] ARCH=ppc64 -> iseries{-smp} [09:33] where is power3 in this schema? [09:33] as for the actual difference between the 3, iseries is the iseries variant, and pseries is the pseries one. [09:33] and pseries-power4 is the power4 optimized version of pseries. [09:34] fabbione: pseries now support both power3 and power4. [09:34] fabbione: but you can enable power4 and beyond only optimization, which bring a performance gain, but drop support of the power3. [09:34] This is pseries-power4. [09:35] so what is the iseries? [09:36] i am sorry if these questions are lame [09:36] but i am trying to understand the best i can [09:36] AS/400. I didn't think they were shipping with different CPUs than the pseries, just different gear under the hood... [09:40] fabbione: iseries are IBM/power big iron, not previous supported by the ppc32 kernels. [09:41] oh [09:41] so that means generating heaps load of images [09:41] fabbione: not really. [09:41] of the old power3/power4 images.. is there something we can actually drop safely? [09:41] For the installer, we should be able to cut back to two images. [09:41] A very generic ppc32 and a very generic ppc64. [09:41] it will only be 8 images compared to 6 previously. [09:42] fabbione: we can indeed only keep powerpc and pseries for the installer. [09:42] Unless the ppc64 generic images wont boot on AS/400 kit for some reason, and that would be silly. [09:42] or maybe powerpc and pseries-smp [09:42] ok [09:42] fabbione: i would build iseries as netboot only. [09:42] let me try to summarize [09:42] svenl: netboot will still require an image [09:42] but this means enabling the mkvmlinuz build. [09:43] powerpc stays as it is [09:43] fabbione: sure, but you don't need to put it on the CD. [09:43] power4{,-smp} -> pseries-power4 [09:43] power3 -> vanish [09:43] mmm, come to think of it, mkvmlinuz needs fixing for ppc64. [09:43] fabbione: nope. [09:43] we introduce iseries and pseries [09:43] power[34] {-smp} -> pseries{-smp} [09:44] ok [09:44] roger that [09:44] pseries-power4{-smp} is an optimized version of the pseries for power4 and beyond. [09:44] how big is the performance gain? [09:44] like you have normal -386 and -k7 and such. [09:44] fabbione: not sure. [09:44] fabbione: 20-40 % maybe ? [09:44] I'd question that 40.. :) [09:45] 20 would be generous. [09:45] need to ask the IBM guys. [09:45] infinity: i don't know. [09:45] i think no more than 5% [09:45] but it is an important gain. [09:45] fabbione: how much would be the gain from -i386 to -k7 ? [09:45] It's a measurable gain, but it's not massive. [09:45] anyway. [09:45] svenl: minimal :) [09:45] Especially not from the point of view of userspace. [09:46] infinity: the ppc64 guys told me : please don't cripple the ppc64 kernels. [09:46] but well. [09:46] fabbione: if you want to gain space, you can drop the non-smp power3 variant. [09:46] Can't we pull tricks to optimise for power4, without using new ops? [09:46] why that? [09:46] (This can be done in intel systems, slowing down older CPUs, but allowing them to still work) [09:47] Also, I question the value of any non-smp kernels, but that's something we still need to test more, I suppose. [09:47] power3 boxes are few indeed, and the majority of those are smp variants, and the smp kernel should work on up. [09:47] so i would do : [09:47] powerpc, powerpc-smp, pseries-smp, pseries-power4, pseries-power4-smp, iseries [09:47] (i guess it makes no sense to have non-smp iseries :) [09:48] so it would be: [09:48] which leaves us at exact the same amount of kernels as today. [09:48] powerpc, powerpc-smp, pseries-smp, pseries-power4, pseries-power4-smp, iseries-smp [09:48] just to keep the name schema coherent [09:48] fabbione: yep. [09:48] There are single CPU iseries machines, but the only people who use them are hackers writing software for the big iron, generally. === chmj [~d3vic3@dumbledore.hbd.com] has joined #ubuntu-kernel [09:49] infinity: so they can live with the 5% or whatever performance drop, or use their own stuff. [09:49] hackers don't use precompiled kernels [09:50] infinity: do you know what those iseries machine use for booting ? [09:50] Not sure. I've only seen one, and it was running AIX. [09:50] AndErm, OS/400. [09:50] Brain fart. [09:51] But, yeah. I didn't ever hit the little white switch to reboot it. [09:51] It was happy on its own. [09:51] infinity: do you think yaboot will work on them ? [09:51] It's possible. I'd like to get my hands on one for testing. [09:51] And those are the ones which don't do funny partitioned computing stuff. [09:52] A single CPUU iSeries can still run VM, but I'm not sure why one would want to. :) [09:52] (It's a possible use case, though) [09:52] But unless we have some people at IBM who want to help out, this is all "I played with one a couple of years ago" experience. [09:57] i will investigate about this. [10:01] fabbione: will you build an 2.6.12-rc4 kernel packages ? Or still go with 2.6.11 ? [10:01] 09:58 < mpee_> svenl, a non SMP kernel won't boot on iSeries so don't bother [10:02] Oh, they actually market single CPU iSeries stuff to end-users now. [10:02] And yes, they're running VM by default. [10:02] svenl: 2.6.12rc4 [10:02] so i guess that solves it. I would drop the -smp name of it though. [10:02] fabbione: cool. [10:02] i am not spending time on .11 [10:02] (Which allows them to ship them with Linux and OS/400 installed, in two seperate partitions) [10:02] do you have something i can try on my powerbook already ? benh said that 2.6.12-rc4 will solve all power management and sleep issues. [10:02] Which would also explain why the non-smp kernels won't work, cause I think all the VM magic is tied to SMP. [10:02] svenl: not for ppc64 [10:03] svenl: the 32 bit images are in the archive already [10:03] universe -> linux-source-2.6.12/ [10:03] 10:01 < benh> svenl: pmac/pseries/everybody else can be a single image [10:04] fabbione: no prebuilt kernel though. [10:04] fabbione: you think my powerbook G4 will like ppc64 kernels ? [10:04] yes.. they are in that dir [10:04] svenl: no idea.. i am not a ppc guy :) [10:04] that's why i keep asking ppc stuff around [10:04] fabbione: :) [10:05] svenl: what does benh mean? [10:05] fabbione: the G4 is ppc32. [10:05] 10:01 < benh> svenl: drop UP kernels on ppc64 [10:05] 10:01 < svenl> benh: :) [10:05] 10:01 < benh> svenl: I don't think they make any sense [10:05] 10:01 < benh> svenl: iseries ... oh well, yes, they still need a specific kernel [10:05] 10:01 < benh> svenl: pmac/pseries/everybody else can be a single image [10:05] 10:01 < benh> svenl: I'm not sure about the performance impact of doing the CONFIG_POWER4 option there [10:05] 10:01 < svenl> benh: even on pseries-power4 ? There are a bunch of single CPU G5 pmac about, don't they would lose in [10:05] performance. [10:05] 10:02 < svenl> benh: do you know who might know ? [10:05] 10:02 < benh> svenl: maybe they would ... [10:05] 10:02 < benh> dunno [10:05] 10:03 < svenl> ok, so i guess we should keep them in the first run, and then drop them after a bit of experimentation. [10:05] fabbione: basically, he is advocating having only 2 ppc64 kernels, pseries and iseries, both of the smp variant. [10:06] ok [10:06] and one ppc32 kernel [10:06] but 1) no idea what the performance drop will be for single cpu powermac G5s. [10:06] and 2) no idea if the power4 optimization is worth it. [10:06] ok we can start with the minimum [10:06] and see if people will request other kernels [10:06] Shame about iseries needing its own kernel. [10:07] so we will still have 6 kernels :( [10:07] fabbione: i would do : [10:07] no.. actually less [10:07] 3? [10:07] 32bit : powerpc, powerpc-smp [10:07] powepc{,-smp} [10:07] Oh. [10:07] pseries-smp [10:07] 64bit : pseries, iseries [10:07] iseries-smp [10:08] optional 64bit optimized kernels : [10:08] pseries-power4 [10:08] pseries-power4-up [10:08] I'd scrap those two, but whatever. [10:08] me too [10:08] we need to reduce the amount of images [10:08] so, we keep 4 and put them on CD, and build the two others, and keep them on the net. [10:08] fabbione: well. [10:09] fabbione: i would like them to be present in the first round, so we can do performance tests, and then decide. [10:09] fabbione: but as said, you don't need to put them on the CDs. [10:09] svenl: i prefer the other way around :) [10:09] Has anyone done recent tests to see how much it hurts to run smp on up? [10:09] fabbione: not build them, and then make performance tests ? [10:09] infinity: i think not. [10:09] fabbione: maybe we could inverse the situation : [10:09] powerpc-smp should be the only powerpc kernel, if we can help it. [10:10] powerpc, powerpc-up, pseries, iseries. [10:10] (And I'm saying this as aman who owns a ppc32 up machine) [10:10] We can then drop to 3 : powerpc, pseries, iseries. [10:10] svenl: no that would be confusing to death [10:10] and then 3 set of optimized kernels : powerpc-up, pseries-power4 and pseries-power4-up. [10:10] fabbione: why ? [10:11] because the actual schema is -smp [10:11] change it to -up and users will get confused [10:12] fabbione: so what ? [10:12] fabbione: users should not know about this. [10:12] fabbione: have the powerpc/pseries/iseries provide the -smp version and everyone will be happy. [10:12] svenl: they do and they ask questions about stuff like that [10:13] fabbione: so what ? That is what the long description is all about. [10:13] + it breaks coherency with the other arches [10:13] fabbione: so what ? [10:13] fabbione: if we are gonna default to smp versions, let's make it logical. The users will thank you in the long run. [10:13] svenl: i want to be able to keep things coherent even across arches [10:14] infinity: BTW, how do you make up vs smp kernel performance tests ? I could do those on my powerbook. [10:15] svenl : ... Pick a benchmark you like, compile two kernels, identical except for CONFIG_SMP, see how it performs? [10:15] svenl : Benchmarking isn't an exact science, since everyone will want to test different things. Just pick something that should give reasonably consistent numbers. [10:16] I should do this on my amd64 machine when I get it back up, too. [10:16] infinity: ok, my question would be of the kind : what kind of benchmark stress the kernel and not userland ? [10:17] svenl : SOmething that shoves a lot of RAM around for no good reason?.. Filesystem tests... Make something up? :) [10:17] svenl : The real answer is "who cares?.. It's userland performance people see" [10:17] infinity: ok, i will look around. [10:17] infinity: :) [10:17] If a different kernel doesn't appear to affect userland by more than 5%, I say it's "good enough" [10:17] svenl: can a pseriers kernel boot on g5? [10:18] Yes. [10:18] Same CPU. [10:18] infinity: Xu said that the main issue with SMP on UP is the locking mechanism at net layer [10:18] Well, sort of. [10:18] but that's due to: [10:18] fabbione: sure. [10:18] a) crappy code [10:18] b) very very high load on cpu and net (~1GB) [10:18] so it is for sure NOT the common case [10:18] fabbione: notice that the power3 sym53c8xx driver did lock in up mode, and worked fine in smp mode on a dual power3 machine. [10:19] Which brings us to: Thee are shitty Mac-specific drivers for older macs (like my Beige G3) that may suck on SMP, because that hardware just doesn't get used with more than one CPU. [10:20] But it's not hard to put out a call for testers for that sort of thing. [10:20] Most of those driver bugs would surface immediately as oopses or panics, nothing subtle. [10:21] infinity: you default to smp early in the release cycle, and wait for bug reports :) [10:22] People doing constant updates of breezy don't think to upgrade kernels. [10:22] You call for testers, or risk the wrath of a broken installer at release time. :) [10:24] 10:21 < olaf> svenl: running 64bit smp vs. 32bit up on single cpu systems cost 2% [10:27] fabbione : Any objections to dropping the product names (powerpc, pseries) completely from the generic kernels, and just naming them like the hppa kernels? [10:27] 10:23 < olaf> I did not benchmark that. but noone cares. large enterprise thingies run with power4=n and they dont care [10:27] nope [10:27] (2.6.12-32{,-smp}, 2.6.12-64{,-smp}) [10:27] 10:24 < olaf> I did that 64bit smp vs 32bit up on a G5 [10:27] Then for the iseries flavour, you'd have 2.6.12-64-iseries [10:27] Still pretty clear. [10:27] it is just important for me to keep -smp in [10:28] to be coherent with the other arches [10:28] Right. Well, I always found the hppa kernels to be nice and intuitive.. And clean. [10:28] It was obvious what kernel I actually wanted. :) [10:28] exactly [10:28] And Kamion's point about "who would install a kernel called 'pseries' ona G5 Mac?" is a good one. [10:29] yup [10:29] chmj, thom: you around? [10:29] Mac users aren't known for being able to extend their thought processes terribly far. [10:29] yep [10:29] chmj, thom: please start to get familiar with git/cogito [10:29] yep [10:29] there are deb packages around announced on debian-devel mailing list [10:29] or install it from http://www.kernel.org/git/ [10:30] checkout the relevant trees [10:30] linux/kernel/git/torvalds/linux-2.6.git linux/kernel/git/gregkh/stable-queue.git linux/kernel/git/gregkh/linux-2.6.11.y.git [10:30] we have some crack to deal with [10:31] get used on how to grab a single patch out of the tree [10:31] it's pretty simple [10:31] fabbione : Oh, BTW, I sign a lease tomorrow and move my amd64 somewhere where I can actually plug it in, so I will become more useful at that point. [10:31] you use a combination of cg-log and cg-mkpatch [10:31] infinity: rocking :) [10:32] fabbione: i disagree with the -smp part of it. [10:33] fabbione: you will only get questions from people asking where the -up version went. [10:33] fabbione: did you see the info from olaf ? [10:33] fabbione: i would guess just keeping the smp version of powerpc, pseries, iseries would do it. [10:33] as -32, -64 and -64-iseries. [10:34] infinity: you could even do -32 -64 -iseries, as i guess anyone with an iserie machine will know he needs a 64 bit kernel. [10:34] svenl: yes i saw the msgs from olaf [10:36] fabbione: so we are down to 3 (4 if we keep the up 32bit kernels) and add one full subarch. [10:36] infinity: the only problem with your naming scheme would be if you where to support stuff like apus or nubus, which are not yet integrated in the main kernel, as debian will do. [10:37] but then you could have -32, -64, -iseries, -nubus, -apus. [10:37] Would also work fine. [10:48] the only thing i need basically is to be able to recognize a 64bit kernel from a 32bit one from the name, without hardencoding anything in debian/rules [10:48] so something like -64- or ppc64 has to be there [10:48] for the sake of simplicity [10:48] so that given a regexp match i can set the proper arch [10:49] fabbione: just have a flavour file, which gives you the right arch for a given flavour, and parse it from debian/rules. [10:49] fabbione: see how i do it in the 2.4.27 debian powerpc package. [10:52] there is no kernel-image-2.4.7-ppc [10:52] 27 even [10:52] kernel-patch-powerpc-2.4.27 [10:53] fabbione: well, it is overkill for your needs, but the basic format is : [10:53] arch: [10:53] subarch : [10:54] flavour : [10:54] yeah i see [10:54] so you could either have two subarches, ppc and ppc64, and a couple of flavours for each. [10:54] or have only subarch, and use a field to get it. [10:55] something like subarch-arch : ppc64 [10:55] i extract them by grep/sed, which may not be the more astute way of doing it. [10:55] but i believe it is better to have a explicit list, than to try to do some implicit detection like you plan to do. [10:56] and you could even have : [10:56] arch : powerpc [10:56] subarch powerpc : apus nubus ppc32 ppc64 [10:56] flavour ppc32 : 32 32-smp [10:56] flavour ppc64 : 64 iseries [10:56] or whatever. [10:57] i don't need that kind of complexity [10:57] fabbione: bah. [10:57] flavour[iseries] =ppc64 [10:57] fabbione: remember, we spoke of unifying the kernel package with debian, and debian will most decidedly need it. [10:57] that's all i need [10:57] for now. [10:58] yes but i still don't need to make things more complex that they need to be [10:58] how do you think that debian will handle something like the subarch specific patches mips has ? [11:00] svenl: the same way as i do? checking for a per arch patchlist to apply? [11:00] per arch and per flavour [11:00] because that it is easy to implement [11:00] what we need to address now is: [11:00] given flavour foo, what arch is that? [11:01] for our case: [11:01] arch[iseries-smp] = powerpc64 [11:01] source that array [11:01] and you are done with an export [11:01] clearly the array can be built in a clever way [11:01] to handle more things === jane_ [~JaneW@wbs-146-176-233.telkomadsl.co.za] has joined #ubuntu-kernel [11:02] ok. [11:02] so you loose the subarch/flavour distinction, and have only two levels ? [11:03] you could build multiple flavours for a given subarch specific patch. And notice that i didn't mention a arch-specific patch, but an subarch specific one. [11:04] svenl: i think we are using 2 different meanings for subarch/flavour [11:04] because for me flavours are 386 686 k7 [11:04] or power3 power4 powerpc [11:04] what are flavours for you? [11:05] and what is subarch for you? [11:05] (just that we can talk at the same level of terms) [11:05] Flavours are turning features on or off ina subarch. [11:05] Like, -xfs kernels in the good ol' days. [11:06] fabbione: i have a concept where there are three levels. [11:06] fabbione: there is the arch, and we all know what those are. [11:06] yeah [11:06] fabbione: then there are the subarches, which i myself define as those who need incompatible patch sets. [11:07] fabbione: example of those on powerpc (2.4) are nubus, apus and main powerpc. [11:07] make an example [11:07] ok [11:07] fabbione: this is a prerequisite for misp i hear from ths. [11:08] fabbione: the subarches generate the main kernel-header package (may dissapear though in favour of a flavour one), and the subarch specific kernel-patch package. [11:08] fabbione: then flavours are individual config options inside an arch/subarch. [11:08] the subarch level could be dropped, as happens on x86. [11:08] altough you may consider that 64bit and 32bit are two subarches of the x86 arch. [11:09] ok we are on the same level now... [11:09] i think [11:10] there are several things that need to be addressed [11:10] clearly an array can do [11:10] yep. [11:10] given that you build images from what you have in config/ [11:10] each of these config files have a unique name [11:10] you could simply have a subdir in config. [11:11] and they can identify all the info you need [11:11] there is no need [11:11] that's what i mean [11:11] how is the ubuntu config layout ? [11:11] a single level ? [11:11] or a per arch sublevel ? [11:12] debian/config/$arch/$configfile [11:12] per arch [11:12] but config names are unique [11:12] so there is no need for us to stick the $arch in the array [11:12] ok. [11:12] and that somehow eliminates one level of complexity [11:13] how do you handle debian/config/powerpc/32 and debian/config/x86/32 or whatever ? [11:13] now.. to apply my array to your view [11:13] there is no name duplication [11:13] you cannot find 32 in x86 AND ppc [11:13] for your example [11:13] fabbione: this will break infinity's naming proposal. [11:14] svenl: right.. but Kamion already killed it anyway :) [11:14] fabbione: huh, i did miss that. [11:14] it was on u-d [11:14] anyway [11:14] the point is [11:14] once you can get a unique name for each config file [11:15] ok. [11:15] the array can carry all the info you need [11:15] that can be ARCH=ppc64 [11:15] or patch list to apply [11:15] or whatever [11:15] it doesn't matter because the name is unique [11:15] so arch[pseries-smp] =ppc64 [11:15] will tell me everything i need [11:15] or [11:16] patchlist[foo] =00list-1.2.21.foo.bar [11:16] or whatever [11:16] but you get the idea [11:19] indeed. [11:19] so we are back to powerpc, pseries, iseries ? [11:27] infinity: what did you agree with Kamion? [11:32] fabbione: but i would drop the -smp bit. [11:34] :) [11:35] fabbione: no new kernels yet? [11:35] JaneW: nope.. working on them [11:36] JaneW, I surppose you have a name already [11:36] fabbione: can I take the 'affects kernel' column out of the Breezy Goals wiki page, mdz feels it doe not have enough general interest or relevance... [11:36] chmj: of course ;) [11:36] JaneW: well the point is that a bunch of bofs ended with "we need this in the kernel" [11:37] if the people that will implement stuff are going to tell me in a decent time, i am ok with removal [11:37] otherwise i would rather have all of them to update that field [11:41] fabbione: ok lets leave it for now, once the field is filled will you save to a speadsheet? Then we can remove, allowing us space for more info. [11:41] works for me [11:46] go cogito; it's your birthday [11:46] aka, ftbfs on amd64 [11:50] fix it :) [11:50] i think i had to build it with gcc-3.3 [11:50] i can't remember tbh [11:50] ah, just scary signedness warnings; error was just masked a bit [11:51] built ok with gcc 4.0 in the end [11:51] eheh [11:52] (and i just uploaded to breezy ;-) ) [11:52] nice [12:00] oh. should i be merging skge onto kernel-debian--pre1,2--2.6.11.92 or kernel-debian--mainline-2,6,11,92-1,1--0 ? [12:03] pre1,2 [12:03] mainline are basically tags [12:04] okidoke === fabbione -> foods [12:17] fabbione: ok, committed [12:17] cool === fabbione updates === pitti [~martin@box79162.elkhouse.de] has joined #ubuntu-kernel [12:22] Hey [12:23] i am here, but i am eating [12:23] so slow answers [12:24] fabbione: enjoy your meal === fabbione shows the "changelog entry clue bat" to thom === chmj -> food [12:39] fabbione: hrm? === fabbione grins [12:41] oh, you want - add externel-driver-net-skge.dpatch ? [12:42] thom: don't worry.. i am changing the bits to my standard [12:43] so you can see them without getting crazy [12:43] from where did you download the driver? [12:44] http://developer.osdl.org/shemminger/skge/ [12:44] oh you didn't get the one from sysconnect? [12:44] that's why it was so small [12:44] and probably buggy [12:45] eh? [12:45] skge != sk98lin update [12:45] yes [12:45] but there is the driver done by sysconnect [12:45] that is the one supposed to work :) [12:45] yes, that's sk98lin [12:45] oh ok [12:45] i tought you wanted to update sk98lin [12:45] it's big, bloaty and nasty === fabbione understands now [12:47] if it's really broken we can back it out and run away later, but let's see :-) [12:47] i think stephen runs ubuntu anyway :-) [12:47] arch_commit: unable to acquire revision lock (internal error in archive-pfs.c(pfs_lock_revision)) [12:47] WTF IS WRONG NOW [12:48] mind the last words of the petunia bowl [12:48] thom are you in the middle of a commit? [12:49] nope [12:49] hmm i think i know [12:50] thom: what is your umask on roockery? [12:50] ah, that one :-/ [12:51] default, blah [12:51] fixed [12:51] 4 -r--r--r-- 1 thom warthogs 125 May 12 11:16 .listing [12:51] (and i've fixed the rev lock, too) [12:51] fixed that, too [12:51] no it's will 444 [12:51] fabbione@rookery:/home/lamont/public_html/Archives/kernel-team@ubuntu.com--2005/kernel-debian--pre1,2--2.6.11.92/patch-9$ [12:51] -rw-rw-r-- 1 thom warthogs 89 May 12 11:16 .listing [12:52] it still shows as 444 here! [12:52] the .listing in the patch dir doesn't matter [12:52] they're all 444 [12:52] oh right [12:52] anyway, i've fixed the revlock, which is the pertinent point [12:53] the directory .listing one i've fixed [12:53] sftp status: Permission denied [12:53] and now all the archive is fucked [12:53] FUCK [12:55] status on which dir? [12:55] tree, rather? [12:56] pre1,2 patch-9 [12:56] it started moving shit around during the commit [12:57] than i got the sftp error [12:57] BUM [12:57] so now we have a patch-9 without revision lock [12:58] you can create one manually [12:59] baz lock-revision doesn't work? [12:59] baz lock-revision kernel-team@ubuntu.com--2005/kernel-debian--pre1,2--2.6.11.92--patch-9 [12:59] lock-revision: error locking revision kernel-team@ubuntu.com--2005/kernel-team@ubuntu.com--2005/kernel-debian--pre1,2--2.6.11.92--patch-10 -- internal error in archive-pfs.c(pfs_lock_revision) [01:00] thom: is there a ++revision-lock-held-by-crack in the base directory (that with all the patch-* dirs)? [01:00] hold on guys === thom holds [01:01] ok fixed [01:02] what did you do? [01:02] well i removed the bad lock [01:02] and inside the patch dir [01:02] mkdir -p ++revision-lock/+contents [01:02] i missed +contents at the first attempt [01:02] arh [01:03] arch is insane [01:03] yes [01:03] baz should just get "baz unfuck-archive" [01:03] i've fixed my umask [01:03] heh [01:03] baz commit -s'DIE YOU MOTHERFUCKER!' [01:03] it did work... [01:03] thom: you can merge from it now [01:03] there are basically 3 changes [01:03] a more detailes log [01:04] an entry in debian/external-drivers to keep track of what we add from wheree [01:04] and the patch naming is like: [01:04] --_.dpatch in your case [01:04] horms: [01:05] ---_.dpatch [01:05] meh [01:05] s/horms:/or [01:05] ok now.. let's talk about more serious stuff [01:06] pitti is here because we have a bunch of public security issues to deal with [01:06] elmo is going tomorrow to the DC to play rebootorama === chmj stops eating [01:06] so we should try to give him at least a set of patches [01:07] and start working on both warty and hoary kernels [01:07] chmj: what is your email? [01:07] charles@ubuntu.com [01:07] @canonical.com [01:07] @rootcore.co.za [01:07] one is enough [01:08] preference order [01:08] :-) [01:09] you both got mail :) === pitti syncs mail [01:09] pitti: not you.. [01:09] i did forward your mail :) [01:09] What kernel has the holliwood+/dxr3 module? [01:10] mvirkkil: 2.6.12 version 2.6.11.92-1,1 [01:10] fabbione: thanks [01:10] np [01:11] so the first thing is to collect all the patches from the differnt trees [01:11] chmj: did you install git? [01:11] or cogito? [01:12] cogito [01:12] ok [01:13] chmj: the few patches that are missing, are in the gregkh tree [01:13] stable-queue.git [01:13] please start collecting them [01:14] ok [01:14] thom: do you want to start looking at warty and i will start looking at hoary? [01:14] with the patches that we already have [01:14] ok [01:14] pitti: mind to confirm with elmo what version of the kernel he needs? [01:14] sure [01:14] if we can skip one distro for such a short time, it will be better [01:15] thom: warty is not in baz.. [01:15] so it's freestyle :-) [01:15] yeah, i guessed [01:15] ehhe [01:15] fun fun === thom builds a quick warty chroot [01:21] fabbione: hoary kernel is priority for elmo, he does not have warty any mroe [01:21] more, even [01:22] ok [01:22] perfect [01:23] baz is still munging on the tree.... [01:24] i have the feeling that the first vulnerability will change the ABI === fabbione fires up some heavy music === thom goes to get tea [01:31] which group? [01:31] hey btw [01:31] metallica :) [01:31] old or new... [01:31] marylin manson is for the build orgy [01:31] St. Anger [01:31] new [01:32] but old-style [01:32] meh...i like old.. [01:32] i like old too [01:35] ok you can merge from me if you want [01:36] zul: later or tomorrow.. we need to do some security today :) [01:36] cool... [01:36] zul: did you already merge from me?= [01:37] i just did [01:37] ok [01:37] now i have conflicts :( [01:38] no! really? [01:38] :) [01:38] bitch === fabbione turns on CONFIG_BITCH=y [01:40] pitti: do you confirm that i only have one missing CAN from hoary changelog? [01:41] CAN-2005-0977, yes [01:41] ok [01:42] added.. [01:48] fabbione: btw, are the git patches web-published somewhere? so that one can refer to them with an URL? [01:48] pitti: did you see the mail from XU? [01:48] pitti: yes.. kernel.org/git/ [01:48] cool [01:48] no, I didn't [01:48] it just arrived here [01:50] fabbione: ah, I saw [01:50] well, do you want to do the warty kernels now? [01:51] pitti: i am not sure what is the situation with Xu [01:51] pitti: i had say to wait for mdz [01:51] fabbione: me neither, mdz couldn't speak to him, and me neither [01:51] thom is already looking at it [01:51] i did speak with Xu, for 40 minutes [01:51] than he vanished in thin air [01:52] so i should continue, or is xu doing it? [01:52] thom: please keep doing it [01:55] i take it there's no way to check abi for warty kernels? [01:55] thom: not easily [01:56] but since we are going to apply the same patchsets, i am confident that if it doesn't break for me, it won't for you [01:56] ok [01:56] otherwise see how it is done in hoary [01:56] i'll just blame you for everything; it'll be great [01:56] you will need to rebuild the warty kernel to get the current ABI file [01:56] and build the new one to compare [01:56] right [02:04] building the abi stuff now === thom installs ccache first ;-) [02:05] tsk.. you have an amd64! [02:05] chmj: how is it going to find the patches? [02:06] fabbione: the kernel still takes ages :P [02:06] thom: not on concordia dude... === Mithrandir pats his fx53. [02:06] heh [02:07] concordia is a slightly different beast to my poor amd64 3000+ [02:07] we're getting some 275s for hardware.no now. That'll be nice. [02:07] we will need to test build on ppc/i386 [02:07] oh poor.. === fabbione doesn't have amd64 [02:07] (dualcore 250s) [02:07] fabbione: sure; but for the purposes of this i can test quite happily on just amd64 [02:07] Mithrandir: shurrup [02:07] :) [02:07] Mithrandir: send a few in this direction :) [02:08] Mithrandir: seems they're not gonna be released to the public till Q4 :/ [02:08] fabbione: we're talking directly with AMD to get them, since they're totally unavailable still. [02:08] thom: the reason for that might be related to the next undisclosed advisory :) [02:08] that should actually happen in hmmm 1 hour and 52 minutes [02:08] fabbione: doh [02:09] pitti: do you still confirm? [02:09] guess i'll get firefox 1.0.4 built while this rumbles on [02:09] fabbione: well, there is no patch whatsoever for the issue that is disclosed today [02:10] pitti: ok.. [02:10] FUN [02:10] is there any patch for the elf parser bug yet? [02:10] Mithrandir: can? [02:11] Paul Starzetz found an integer overflow in the ELF binary format [02:11] this one? [02:11] CAN-2005-1263 [02:11] yes [02:11] dpatch-edit-patch: * Applying current stolen-from-head_CAN-2005-1263.dpatch for editing. [02:11] nice === pitti [~martin@box79162.elkhouse.de] has joined #ubuntu-kernel === pitti [~martin@box79162.elkhouse.de] has joined #ubuntu-kernel [02:29] fabbione: I still have to learn git properlly, I'm currently doing some CXX transition stuff [02:30] exaclty [02:30] ops [02:30] chmj: we need the patch asap.. can you do it right away? [02:31] otherwise i will [02:32] fabbione: I'm not properly clued up yet, I think you should for now [02:32] provided you show me how [02:32] chmj: ok [02:47] pitti: there is also a scsi tape security fix in 2.6.11.x [02:47] do you know anything about it? [02:47] uh, no? === horms [~horms@YahooBB219184134048.bbtec.net] has joined #ubuntu-kernel [02:48] i found the patch for the keyboard [02:48] i am searching for the other one [02:56] ah here it is [02:58] thom: patches are on the way to you [03:00] ta [03:00] i need to teach this kernel fuckers on how to write a changelog and use a proper patch name [03:02] fabbione: what naming scheme do you use for security patches? [03:02] on warty i have none... [03:02] for hoary/breezy is stolen-from-head_CAN-* [03:03] or something sensible that matches the fix and the proper CAN entry in the changelog [03:03] nod [03:03] breezy actually is sth-* [03:03] sfh-* [03:03] well you got it [03:03] ok, my disk io is totally rammed, i'm going for lunch [03:03] heh, yup [03:03] ahha [03:03] buy more ram :) [03:04] firefox and kernel building at once [03:04] you crazy... [03:04] or buy more amd64's [03:04] distcc the kernel [03:04] heh [03:04] and firefox on local [03:04] more ram is next on my list [03:04] I'd go for the "buy more amd64s", just on general terms. [03:04] Mithrandir: we are not all rich as you are :) [03:05] fabbione: I just have my priorities right. :) [03:05] you will understand after... [03:05] ..after you will get married i mean === Mithrandir wonders when the X2 will be available at a non-cutthroat price. [03:06] X2 ? [03:06] dualcore amd64 [03:06] ah ok [03:12] 1 1 8124 84284 4284 227340 1 1 472 793 473 258 25 10 59 6 [03:12] definitely lunch time [03:12] (that's vmstat) [03:32] Mithrandir: 2006 i guess. [03:33] svenl: given that we had one for test last weekend, I doubt it. === svenl wonders when the dual core G5 will be available :) [03:33] 2010 :P [03:33] Mithrandir: "at a non-cutthroat price: [03:33] never... [03:33] well, 750E is the current price they're talking about ATM. [03:35] Mithrandir: Mithrandir i read that massification will be during 2006, so i guess a year from now. [03:35] Mithrandir: but then intel's dual core is ways cheaper, so ... [03:36] Mithrandir: that said, dual core power4 and beyond are available since a couple years, so i think the dual core G5 will be available this year yet. [03:37] svenl: well, Intel doesn't _have_ a dual core yet. At least none I've seen. And their 64 bit CPUs suck royally compared to AMD's. [03:37] Mithrandir: the current top of line p4 EEs are dual core i thought [03:37] Mithrandir: but they start at 250$, or so the review says, while amd's base offering starts at 550$, but you are right. [03:37] hm, they are? [03:38] could well be wrong though [03:38] Mithrandir: i read a review about them yesterday somewhere, and i think so. [03:38] Mithrandir: they where saying that intel dual head didn't give such a speed advantage, because they already ate their smp bread with HT. [03:38] hm, you're actually right [03:40] apart from the fact that nobody is actually able to sell you one ATM. === svenl wanted to buy a dual power5 2u server recently :) [03:41] thom: yup, looks like it, but I'd rather have a opteron 265 than a P4 EE 840 :) [03:41] Mithrandir: is it true that the X2 will top out at >130W or something such ? [03:42] we had a full system with the top-of-the-line X2 and it drew 168W. [03:42] (1G memory, Radeon 9800 pro/x700 single hard drive) [03:42] Mithrandir: definitely [03:43] thom: though, if I got a P4 EE I could probably get rid of my stove and just use the cooler for the CPU instead. [03:43] heh === doko [~doko___@dsl-084-059-061-070.arcor-ip.net] has joined #ubuntu-kernel [04:06] thom: apparently there are no ABI changes [04:06] score [04:07] but the i386 chroot on concordia hates me [04:08] there must be some x86_64 leaking somewhere [04:08] you did "linux32 dchroot ...", right? :-) [04:08] thom: i hate you [04:09] you hate me because i'm right? :-) [04:09] because i didn't know! [04:09] amd64 is stupid [04:09] heh [04:10] that's because nobody have sent me one [04:10] see.. === fabbione is a poor kernel developer with no hw [04:11] shesh you have more hardware than i do [04:12] than you must suck even more than i do [04:12] yes i think you know that already [04:13] eheh [04:18] heh [04:19] thom: why did you upload cogito 0.8 ????? [04:19] there 1.0 out [04:20] or at least 0.9 [04:21] really? ber [04:21] i'll update it soon then [04:21] thom: www.kernel.org/git :) [04:22] i just love the log for patch-10 ;) [04:23] yeah [04:24] speaking of cogito [04:24] is there a way to diff changesets or files? [04:24] or see your last few commits? [04:25] diff changesets? [04:25] you mean to get a patch from a changeset? [04:28] right [04:28] in baz speak, i want to baz diff base-0 patch-1 [04:29] or do the same but for a single file (which i'm not sure is possible in baz) [04:29] or baz logs -s [04:29] s/or/and/ [04:34] i was playing around w/ cogito yesterday, but didn't see any way to do those [04:35] but i haven't looked at the newly announced packages, which apparently include documentation [04:35] there is not a lot of docs in 0.10 [04:38] dilinger: i use cg-log to get the log history [04:38] and cg-mkpatch -r $commit_num_from_cg-log [04:38] to get the patch [04:40] im out of here for a bit...back later [04:41] fabbione: neat, thanks [04:41] dilinger: what is our use, we don't really need more than that :) [04:42] fabbione: i want to update my bitkeeper helper scripts to use cogito (or git, if cogito doesn't provide the functionality) [04:44] eheh [05:03] lamont: you won't believe it.. i am still doing the checkout for linux-ipv6 [05:03] if i did travel to the server, pluged a disk, copy and fly back, i would have been faster [05:04] fabbione: wth?? [05:04] it's SLOOOOOW [05:04] I originally parsed that as itanglish for 'investigating' - was wondering what was so complicated... this makes much more sense, given you, etc, etc... but holy hell... [05:48] right, so the abi check stuff seems to work correctly with the warty build system, so that's good [05:48] did you port the abi checker to the warty kernel? [05:49] i think so :-) [05:49] i'll find out when i finish with dpatch and run it again [05:49] ehehhee [05:50] i am not 10000% sure mdz will like to see that in warty... [05:50] but we all know that baz sometimes merges wrong bits and pieces... [05:51] ok i am off [05:51] well, it's only like 10 lines of shell; i'll try it on all arches and see [05:51] ciao [05:51] amd64/ppc/i386 hoary is build [05:51] elmo is going to test it tomorrow at the DC [05:51] and we are good to go [05:51] thom: would be cool, though :-) I mean, it doesn't actually change any source code, does it? [05:52] cya either later or tomorrow [05:52] see you fabbione, thanks so far [05:52] pitti: nope.. not a single line [05:52] it's all in the build system [05:52] no, it changes no source [05:52] yeah, it's more or less only an ultra-clever grep over the sources, isn't it? [05:53] yep === jbailey [~jbailey@dhcp802-2-37.dsl.ucc-net.ca] has joined #ubuntu-kernel [06:10] meh === dilinger supresses the urge to vomit [06:31] i just discovered we're using reiserfs on a few machines here [06:31] ewww [06:31] have the responsible parties been slapped [06:31] ? [06:33] i've only been here less than 2 weeks, i'm not allowed to slap people for at least another few weeks [06:34] dilinger: but btrees are _KEWL_ doncha know... [06:34] or are those production machines? [06:37] dilinger: the probably didnt know better.... [06:46] lamont: they're production [06:47] ok now you can shoot them === thom [~thom@amnesiac.heapspace.net] has joined #ubuntu-kernel === thom fucking hopes that ccache is gonna do it's thing === JaneW [~JaneW@wbs-146-176-233.telkomadsl.co.za] has left #ubuntu-kernel ["Leaving"] [07:45] aw [07:46] no search love on kernel.org/git :/ === thom dies of old age whilst the warty kernel builds patchsets [08:06] heh [08:12] huh. This Morn' Omina is great hacking music === dilinger discovers cg-log -c and chuckles. awesome. === thom continues to die of old age (realised i was trying to build a warty kernel on breezy *sigh* ) [08:40] thom: a watched kernel never compiles. something i learned very early on :) [08:40] i usually kick off a build before bed or something === thom_ [~thom@amnesiac.heapspace.net] has joined #ubuntu-kernel [08:46] ber [09:14] i have naps === Seveaz [~seveas@seveas.demon.nl] has joined #ubuntu-kernel [11:24] i watched blade trinity === zul [~chuck@CPE0006258ec6c2-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel [11:57] meh