=== serrado1 [n=cyphra@80-28-156-16.adsl.nuria.telefonica-data.net] has left #ubuntu-kernel [] [12:12] Ah, missed him. [12:13] I suspect that he's feeding a different root= in grub than he thinks he is. === mjg59 [n=mjg59@cavan.codon.org.uk] has joined #ubuntu-kernel === zul [n=chuck@CPE0006258ec6c2-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel [02:35] evening [02:35] so...got a question when are you guys gonig to be arriving in montreal? i say we get together for dinner on saturday nightish === doko_ [n=doko@dslb-084-059-067-196.pools.arcor-ip.net] has joined #ubuntu-kernel === calc [n=ccheney@ip70-185-4-246.ma.dl.cox.net] has joined #ubuntu-kernel === _maydayj_ [n=maydayja@ip101109.101.nas.net] has joined #ubuntu-kernel === _maydayj_ [n=maydayja@ip101109.101.nas.net] has joined #ubuntu-kernel === Yagisan [n=jamie@60-240-8-226-nsw-pppoe.tpgi.com.au] has joined #ubuntu-kernel === _maydayjay_ [n=maydayja@ip101109.101.nas.net] has joined #ubuntu-kernel === iram [n=iram@eycb01-00-cntnga-69-164-216-192.atlaga.adelphia.net] has joined #ubuntu-kernel [06:08] Hello all, I'm trying to figure out what the ubuntu specific patches to the kernel are. I'm need to use kernel 2.6.13 and I'm just not sure what the reprocussions of using a virgin kernel are. I've looked around a bunch trying to find this information but I can't find it anywhere. Can anyone give me some pointers on where to find this. === _maydayjay_ [n=maydayja@ip101109.101.nas.net] has joined #ubuntu-kernel [06:45] iram: install linux-patch-ubuntu-2.6.12 [06:46] iram: if you need to use 2.6.13 for a specific driver, feature, or fix, you may well find it easier to backport it === fabbione [i=fabbione@gordian.fabbione.net] has left #ubuntu-kernel ["Leaving"] [07:07] crisun: what I am trying to get is the ite 8212 driver that is in the 2.6.13 kernel. I am currently using the driver on a fedora installation but they kernel team for fedora has included it since 2.6.12. I read the release notes from 2.6.13 and it is now included in the stock kernel (after being tested in fedora). How would I go about 'backporting' this specific chunk of code. The other issue is that apparently [07:07] the ide code has been changed a lot in 2.6.13 so it may be kind of hard to just yank that code === ubuntulog [n=ubuntulo@port49.ds1-van.adsl.cybercity.dk] has joined #ubuntu-kernel === Topic for #ubuntu-kernel: Ubuntu kernel development discussion ONLY | New (non-working) git tree for dapper: rsync://rsync.kernel.org/pub/scm/linux/kernel/git/bcollins/ubuntu-2.6.git / branch ubuntu-2.6.14 | Git guide: http://linux.yyz.us/git-howto.html === Topic (#ubuntu-kernel): set by BenC at Thu Oct 13 23:54:39 2005 === _maydayj_ [n=maydayja@ip101109.101.nas.net] has joined #ubuntu-kernel === fabbione [i=fabbione@gordian.fabbione.net] has joined #ubuntu-kernel === chmj [n=chmj@196.36.161.235] has joined #ubuntu-kernel === iram_ [n=iram@eycb01-00-cntnga-69-164-216-192.atlaga.adelphia.net] has joined #ubuntu-kernel === TheMuso [n=luke@dsl-202-173-132-131.nsw.westnet.com.au] has joined #ubuntu-kernel === Yagisan [n=jamie@60-240-16-210-nsw-pppoe.tpgi.com.au] has joined #ubuntu-kernel === typo [n=typo@c213-100-41-9.swipnet.se] has joined #ubuntu-kernel [02:31] coud someone please explain to me how I can create a package just like "linux-image-2.6.12-9-686"? [02:33] typo: apt-get source linux-image-2.6.12-9-686; cd linux-source-2.6.12-2.6.12; dpkg-buildpackage -rfakeroot [02:34] mjg59: great, thanks [02:38] mjg59: it doesn't have a .config, is that normal? [02:38] typo: That's generated when you do the dpkg-buildpackage [02:38] It builds several different kernels [02:38] mjg59: oh, great, and how can I enable ACPI debug? [02:39] The configs are in debian/config === zul [n=chuck@CPE0006258ec6c2-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel [02:40] can I make it build just the -686 kernel? [02:43] Easiest way is just to delete all the configs except the 686 one [02:43] will it try to build the kernels for the other arches? [02:50] Nope [03:14] how can I add an extra version to the packages so that they're parallel instalable? [03:14] with the ones in breezy I mean [03:19] it's non-trivial [03:21] ok, no problem then === ..[topic/#ubuntu-kernel:BenC] : Ubuntu kernel development discussion ONLY | New (non-working) git tree for dapper: git clone rsync://rsync.kernel.org/pub/scm/linux/kernel/git/bcollins/ubuntu-2.6.git ubuntu-2.6.14 | Git guide: http://linux.yyz.us/git-howto.html [03:45] hmmm? [03:47] the compile failed with: "drivers/acpi/i2c-acpi-ec.c:322: error: `ACPI_EC_COMPONENT' undeclared (first use in this function)" [03:47] anyone know what this is? [03:47] yeah, means you have conflicting patches [03:47] all I changed from the original was adding CONFIG_ACPI_DEBUG=y to the config [03:47] ah [03:47] BenC: how? I didn't patch anything [03:48] well, could be that the debug code isn't well tested [03:49] seems to be the "ACPI_FUNCTION_TRACE" macro [03:49] anyone know where this is defined? [03:51] grep it [03:52] BenC: is there something in the git tree now or am i just crazy? [03:52] zul: should I try .h or .c? [03:53] found it: include/acpi/acmacros.h [03:53] zul: there is, but after doing a clone, do "git checkout ubuntu-2.6.14" [03:54] I know it's counter to what I wanted to do, but all work will be in a branch :) [03:55] yes, the macro is defined to empty when debug is off [04:00] so how can I build a kernel with acpi debug? [04:01] just remove that one ACPI_FUNCTION_TRACE line [04:01] or comment it out [04:02] BenC: it probably happens in all of those lines [04:02] or not? [04:03] oh, that file doesn't exist before the ubuntu patches [04:05] for a centrino laptop should I use 386 or 686? [04:05] for testing I mean [04:08] 686 [04:09] ok [04:09] and how do I remove a patch from the build? [04:13] you don't remove the patch [04:15] if ACPI_FUNCTION_TRACE is broken, then you're looking at a lot of work, really [04:15] BenC: maybe it's just in the i2c patch [04:15] removing it is that hard? [04:16] possible [04:16] no, just edit debian/patches/00list-9.23 [04:16] first do "fakeroot debian/rules clean" [04:18] git's shared object directories are cool [04:27] if I remove that one then the "drivers-acpi-add-devacpi" patch fails [04:28] hey BenC [04:28] I was trying to debug this: "https://bugzilla.ubuntu.com/show_bug.cgi?id=8140" but I guess it's not to be [04:28] which one did you remove? [04:29] hey fabbione [04:29] BenC: pulling your tree from kernel.org is quite of a puzzle :) [04:29] davem 1) Clone Linus's tree [04:29] davem 2) Clone locally, from that, a tree named "ubuntu-2.6" or whatever [04:29] davem 3) In the ubuntu-2.6 tree, pull from Ben's with the "ubuntu-2.6" tag as the last arg [04:29] otherwise we get plenty of errors [04:29] fabbione: that's not how I did it [04:30] BenC: that's what we had to do :) [04:30] BenC: external-drivers-acpi_i2c-acpi-ec.dpatch [04:30] what's another solution? [04:31] do the command in the topic and then do "git checkout ubuntu-2.6.14" [04:32] I created the tree just like Linus told me [04:32] ok [04:32] so if it's wrong, blame Linus :) [04:32] OHH [04:33] i think it's because i missed the tag at the end === fabbione tries again [04:34] BenC: we need to do a git pkg for Ubuntu [04:34] the one we have inside cogito is old [04:34] BenC: any other idea? to do this or to debug it some other way? [04:34] anyway i need to run off now... [04:37] fabbione: I guess I'll be nominated to maintain git since I'm forcing people to use it :) [04:38] BenC: nah. i will prepare the pkgs [04:38] it's okl [04:38] ok [04:40] Isn't git in universe? =) [04:44] jbailey: cogito is [05:21] isn't git as well? istr git being broken out of cogito [05:25] yuck. cogito's changelog is a bit scary; binaries being removed, readded, renamed... [05:26] the debian package is also horribly out of date [05:28] bah [05:28] i know what i'm doing today [06:26] BenC: I now have this: "ABI has changed! Refusing to continue; please update the ABINAME accordingly." [06:26] how do I update ABINAME? [06:34] anyone know? [06:35] the ABINAME is in the package name [06:36] and how do I change it? [06:37] by changing the control file, i would assume [06:37] linux-image-2.6.12-9-386 [06:37] the ABINAME there is '9' [06:37] and that's where I change it? [06:37] i'm not certain where else it might need to be changed, but debian/control is a good start [06:38] I'm guessing debian/abi/ has something to do with it [06:39] disabling the abi check would also work [06:39] anyone know how to do that? [06:42] from debian/rules I'm guessing touching debian/abi/i386.ignore will do that [07:11] typo: debian/rules bumpabi [07:12] and also the ignore will make it continue [07:12] bumabi will change the abi name to -10 [07:54] BenC: that's weird.. [07:54] i did the git pull and git checkout from people [07:54] but there is no debian/ ? [07:55] i was on git web that you commited it === Yagisan [n=jamie@60-240-199-209.tpgi.com.au] has joined #ubuntu-kernel [08:07] fabbione: git checkout ubuntu-2.6.14 [08:08] ahh [08:08] so everything needs to be presented with the branch tag [08:08] thanks :) [08:09] once you checkout with the branchname, you are good [08:09] yup [08:10] then everything will default to that branch [08:10] ah perfect [08:10] so in future i will just git pull to update the tree [08:10] right [08:10] i will need to figure later how to commit/publish the brach without accessing your repo directly [08:11] but that's monday task :) [08:11] BenC: are you using a cronjob to sync with kernel.org? [08:11] commit is local, then you can push it anywhere you want, but back to my repo is best [08:11] or do you need to do it manually? [08:11] not currently [08:11] ok [08:11] right now, I am manually syncing to kernel.org so that I can get some sort of checking for commits [08:11] hmm did you create the repo with the g+s so i can commit? [08:12] because otherwise that can be an issue [08:12] should be, let me check [08:12] what sort of stuff are you going ot be working on? [08:13] right now i am only setting up the enviroment [08:13] ok [08:13] but i will need to commit stuff for cluster and ocfs2 [08:13] bah [08:13] dilinger: yo [08:13] cogito upstream has their own debian stuff [08:13] dilinger: i will make clean gi pkgs next week [08:13] dilinger: no cogito [08:13] git even [08:13] keep all your work local until I write up the commit details (log style, etc) [08:14] BenC: i am not going to do anything without your approval, while we test the bits :) [08:14] also because at the best, the kernel doesn't even compile [08:14] fabbione: well,i'm looking at cogito now [08:14] in order to keep everything clean with this commit-all stuff, we need good logging [08:14] BenC: yup [08:14] since i want to build bzrweb and update gitweb, might as well [08:14] dilinger: most kernel hackers don't use cogito for different reasons [08:14] what is cogito? [08:14] as opposed to git [08:15] BenC: cogito is an simplified UI for git [08:15] BenC: cogito uses git as backend [08:15] nothing fancy [08:15] ah [08:15] makes it easier for cvs folks, I assume? [08:15] the real issue is that cogito Depends: git (= $special_version) [08:15] when git moves forward much faster [08:16] so far I like git [08:16] BenC: yeah sort of [08:16] one thing I like is that I have one main linux-2.6 repo locally, and my ubuntu and linux1394 repo's share the majority of hte objects with it, and it saves space [08:16] fabbione: what reasons are that? [08:16] dilinger: the missing allignment is the first.. [08:17] dilinger: that creates problems for them to keep in sync [08:18] anyway [08:18] gotta go [08:18] cya sunday [08:18] or later [08:30] or maybe i should drop gitweb (can't find bzrweb anymore), and break out the code in tailor for reading distribution RCSs === dilinger blinks [08:34] http://nautilus.homeip.net/~lele/ [08:34] that's a little disturbing === Dexcel [n=Dexcel@pc-238-167-239-201.cm.vtr.net] has joined #ubuntu-kernel === _maydayjay_ [n=maydayja@ip99046.99.nas.net] has joined #ubuntu-kernel [08:56] BenC: it failed because it was expecting to find "debian/build/linux-image-2.6.12-9-386_*i386.deb" and there was a 686 image there instead [08:56] I guess deleting the 386 config wasn't a good idea after all === lamont__ [n=lamont@15.238.6.220] has joined #ubuntu-kernel [09:36] if it got that far, then it might be done [09:37] is there a .deb image in the directory below your build? [10:55] BenC: yes, there's a deb here, I'm going to try this one === typo [n=typo@c213-100-41-9.swipnet.se] has joined #ubuntu-kernel [11:01] BenC: It worked, I got a 2.6.12-9-686 kernel with ACPI debug on [11:02] BenC: it hangs after "Executing all Device _STA and _INI methods:........." [11:05] BenC: if you need the other stuff I can write it all down [11:06] BenC: anything else please ask [11:06] BenC: the bug is here: https://bugzilla.ubuntu.com/show_bug.cgi?id=8140