[01:03] BenC: pong === TheMuso [n=luke@ubuntu/member/themuso] has joined #ubuntu-kernel === human_blip [n=mike@220.157.65.127] has joined #ubuntu-kernel === bluefoxicy [n=bluefox@c-68-33-112-13.hsd1.md.comcast.net] has joined #ubuntu-kernel === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel === doko [n=doko@201.160.17.131.cableonline.com.mx] has joined #ubuntu-kernel === Keybuk [n=scott@quest.netsplit.com] has joined #ubuntu-kernel === fabbione [i=fabbione@gordian.fabbione.net] has joined #ubuntu-kernel === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel === ivoks [n=ivoks@wall2.grad.hr] has joined #ubuntu-kernel === allee [n=ach@allee.exgal.mpe.mpg.de] has joined #ubuntu-kernel === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel === tuxmaniac [n=aanjhan@60.254.67.17] has joined #ubuntu-kernel === mxpxpod [n=BryanFor@unaffiliated/mxpxpod] has joined #ubuntu-kernel === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-kernel === JaneW [n=JaneW@dsl-146-177-94.telkomadsl.co.za] has left #ubuntu-kernel ["Bye"] === tuxmaniac [n=aanjhan@60.254.67.17] has joined #ubuntu-kernel [04:37] when you all get back from #-meeting in an hour, does anyone want to help me figure out wtf as I try to patch something into my kernel? [04:37] arch/i386/kernel/process.c:667: error: per_cpu__cpu_gdt_table undeclared (first use in this function) [04:37] load_user_cs_desc(cpu, next_p->mm); // the line in question, this is a macro [04:38] #define load_user_cs_desc(cpu, mm) per_cpu(cpu_gdt_table, (cpu))[GDT_ENTRY_DEFAULT_USER_CS] = (mm)->context.user_cs // The macro's definition === fabbione [i=fabbione@gordian.fabbione.net] has joined #ubuntu-kernel === maks [n=max@baikonur.stro.at] has joined #ubuntu-kernel === JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-kernel === mjg59_ [n=mjg59@cavan.codon.org.uk] has joined #ubuntu-kernel === _Traxer|off [i=traxer@shell6.powershells.de] has joined #ubuntu-kernel === lifeless [n=robertc@dsl-152.1.240.220.rns01-kent-syd.dsl.comindico.com.au] has joined #ubuntu-kernel === chninkel [n=yann@alcyone.pleiades.fr.eu.org] has joined #ubuntu-kernel === lamont [n=lamont@mib.fc.hp.com] has joined #ubuntu-kernel === doko [n=doko@201.160.19.41.cableonline.com.mx] has joined #ubuntu-kernel === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel [05:54] wow, I had no idea how much space the debian/abi directory was taking up [05:55] # du -sh debian/abi [05:55] 119M debian/abi [05:55] oi [05:57] and there it's done [05:58] yay... [05:58] now you can go play poker in theory === ..[topic/#ubuntu-kernel:BenC] : Ubuntu kernel development discussion ONLY | New git tree for dapper: https://wiki.ubuntu.com/KernelGitGuide | 2.6.15-22.35 uploaded (May your computer boot happily) [06:00] BenC: what does abi do? [06:01] abi is the kernel compatibility [06:01] abi does not exist ;) [06:01] if the ABI changes, then modules compiled against it (like LRM) have to be recompiled [06:01] if the ABI doesn't change, then all modules should still work [06:02] maks: no, there's no _stable_ abi, but there is an abi :) [06:02] BenC: catched ;) [06:06] BenC: congrats boy [06:07] BenC: time to fork ubuntu-dapper-2.6 and start ubuntu-2.6 for edgy? ;) [06:07] fabbione: don't forget everyone that helped, like you :) [06:07] i didn't do much come on [06:07] yep, that's my unofficial Friday excercise [06:07] ehehe === mxpxpod_ [n=BryanFor@wuw-ojr3gmca.dybb.com] has joined #ubuntu-kernel [06:07] BenC: once you open edgy can you please merge gfs2 from kernel.org? [06:08] gfs2 git tree? [06:08] i want an early start for the cluster stuff since it will change a lot [06:08] yes [06:09] we will be able to kill cman from the kernel [06:09] it's all userland now [06:09] otherwise i can prepare a commit that will revert all the cluster bits from GFS1 [06:10] and we can merge gfs2 later [06:14] BenC, then you can show me some stuff later [06:26] zul: sure thing === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel === chmj [n=chmj@196.44.1.98] has joined #ubuntu-kernel === Mithrand1r [n=tfheen@c5100BC63.inet.catch.no] has joined #ubuntu-kernel === setuid [i=japh@gnu-designs.com] has joined #ubuntu-kernel === blezzie [n=steve@host86-134-167-68.range86-134.btcentralplus.com] has joined #ubuntu-kernel === blezzie [n=steve@host86-134-167-68.range86-134.btcentralplus.com] has left #ubuntu-kernel ["Leaving"] [08:28] setuid: if you just want to build stock kernels for Ubuntu, without initrd, just do a normal kernel build, install, modules-install [08:28] and edit /boot/grub/menu.lst to reflect the lack of initrd [08:29] Of course, but I need the new kernel to represent the same level of functionality as the running Ubuntu kernels, so if that's as simple as dropping in a .config from /boot, I'm golden. I remember running into all kinds of weirdness with this approach about 2 months ago. [08:29] Probably just adding a custom entry to grub's menu for your kernel would suffice (and keep you from messing up anything specific to Ubuntu's stuff) [08:29] I'll give it a go again, maybe bugs were fixed. [08:29] Naturally [08:29] copy the config [08:29] but without an initrd, you will need to change some drivers to be built-in (storage drivers, and filesystem drivers) [08:31] if you want to build the proper way "make-kpkg --initrd --rootcmd fakeroot kernel_image" [08:33] setuid: I have one question, if you don't like the way that Ubuntu's kernel images are working (the boot process, initrd, etc.), why are you using Ubuntu for testing of these drivers? [08:38] BenC: Trying to model the environment with newer kernels for our users (I'm the maintainer of pilot-link, which projects like Evolution, gnome-pilot, J-Pilot, KPilot, PilotManager and several commercial projects rely upon) [08:38] So we get reports of bugs, and I need to identify if they're due to kernel patches, or kernel bugs. [08:38] Then flet out from there [08:38] Fedora is the worst offender, I'm afraid to admit. [08:39] 9 times out of 10, going to a non-Fedora kernel solves a truckload of users problems with sync [08:43] make silentoldconfig doesn't seem to work with the most-recent 6 2.6.16 kernels [08:43] I'll keep going back [08:44] silentoldconfig is only a good idea if you're actually using the same kernel version as the config was generated for [08:44] since otherwise there will be deltas in the available options and you probably want to use 'oldconfig' [08:44] Or close enough, but yes. [08:44] I'll mrproper and restart [08:44] I wish mconfig supported 2.6 [08:48] does 2.7 exist yet? [08:50] Some work in git [08:50] iirc [09:15] BenC: thanks again! === chuck [n=chuck@199.243.173.154] has joined #ubuntu-kernel [09:32] heylo [09:32] doh === chuck_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel === chuck is now known as zul [09:37] hey zul :-) [09:37] hey crimsun === allee [n=ach@allee.exgal.mpe.mpg.de] has joined #ubuntu-kernel [09:41] so I take it im going to the xen conference thingy [09:42] awesome [09:43] heh i was asking === doko [n=doko@201.160.20.136.cableonline.com.mx] has joined #ubuntu-kernel === setuid [i=japh@gnu-designs.com] has joined #ubuntu-kernel [10:29] Ok, that didn't work (blew up in initrd, as I suspected) [10:29] Why does mkinitrd make a cramfs initrd, instead of a standard compressed cpio image? [10:30] I've taken a vanilla 2.6.16.16 kernel and copied my Ubuntu's 2.6.15-22 .config into the tree, did make-kpkg kernel-image, it built the kernel + modules... but initrd fails. [10:30] Because it's mkinitrd, not mkinitramfs [10:30] So I need to use mkinitramfs? [10:31] But the resulting line in grub's config is for an initrd? How... confusing. ;) [10:31] The filename is still initrd for compatibility reasons [10:31] It's loaded in the same way === mxpxpod [n=BryanFor@unaffiliated/mxpxpod] has joined #ubuntu-kernel === mxpxpod_ [n=BryanFor@wuw-ojr3gmca.dybb.com] has joined #ubuntu-kernel [11:12] Almost worked, it booted and X failed, probably some fglrx thing.. no r300 or radeon in this tree, apparently. === human_blip [n=mike@220.157.65.127] has joined #ubuntu-kernel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === Traxer|off [i=traxer@shell6.powershells.de] has joined #ubuntu-kernel