/srv/irclogs.ubuntu.com/2006/06/30/#ubuntu-kernel.txt

=== _human_blip_ [n=mike@220.157.65.29] has joined #ubuntu-kernel
=== _human_blip_ [n=mike@220.157.65.29] has joined #ubuntu-kernel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel
BenCcrimsun: ping03:37
crimsunBenC: pong03:37
BenCcrimsun: With linux-meta uploaded now, we need to talk about how to best handle alsa03:38
crimsunBenC: ok.03:38
BenCI don't want to start getting a bunch of regression bug reports for stuff that was fixed in dapper, but itsn't in edgy any more03:38
BenCis there a good alsa driver release I can patch into 2.6.17?03:38
BenCor maybe a git tree I can pull from?03:38
BenCone thing I notice is that there is now a snd_aoa which takes over a lot of stuff on powerpc, and I want it badly :)03:39
crimsunBenC: http://www.kernel.org/git/?p=linux/kernel/git/perex/alsa-current.git;a=summary03:39
crimsunBenC: -current tracks -mm I believe03:40
BenCso it's against 2.6.17 still?03:40
zulwould people bitch if there was a 686 only for xen for x86?03:40
crimsunBenC: believe so.03:40
BenCzul: doubt it03:40
crimsunBenC: http://www.kernel.org/git/?p=linux/kernel/git/perex/alsa.git;a=summary   is for Linus's03:40
zulsweet..03:40
BenCzul: anyone running a virtual host/client system like that needs at least a 686 cpu, IMO03:41
BenCI couldn't imagine running it on a 48603:41
zulcool...because CONFIG_M386 is giving me grief03:41
crimsunBenC: I was going over the patches we have in Dapper's tree, and the only really outstanding thing is the Jack Sense blacklist (sound/pci/ac97/ac97_patch.c)03:41
crimsunBenC: that's pretty much the only thing that needs to be forwarded from Dapper->Edgy03:42
BenCcrimsun: can you find the sha commit I need to cherry-pick?03:42
crimsunBenC: I'll work on that tonight and send you a list03:42
BenCnext kernel is forcing an ABI bump already, so I might as well get alsa in there ASAP03:43
BenCcrimsun: great, thanks03:43
BenCgoing to attempt a pull from -current03:43
crimsunBenC: if you get conflicts due to xxx_t types (forwarded from Dapper's tree), take Jaroslav's tree as authoritative03:44
BenCI'm already sitting at stock 2.6.17 code in sound/* anyway03:44
BenCexcept for ppc toonie03:45
crimsunok03:45
BenConly 278 objects pulled, that's a good sign I guess03:45
crimsun-current git lags http://hg-mirror.alsa-project.org/alsa-kernel by a day or so, sometimes longer03:45
BenCthen again, I fetched linus' tree earlier, so I have all the objects already03:46
zulBenC: alot of the security updates doesnt apply to hoary..03:46
BenCzul: don't apply, or aren't relevant?03:46
zulboth...there is no posix-cpu-timers.c in hoary ;)03:46
crimsunall the official work seems to be done in hg and pushed to git via tailor03:46
BenCI read "don't apply" as maybe meaning the patch just chokes :)03:46
BenCcrimsun: good enough03:47
BenCzul: ok, note that when you reply to pitti03:47
=== ..[topic/#ubuntu-kernel:BenC] : Ubuntu kernel development discussion ONLY | Kernel GIT tree info (updated): https://wiki.ubuntu.com/KernelGitGuide | 2.6.17-3.4 uploaded, lrm and linux-meta done as well | Daily kernel builds (for debug and testing purposes only) http://people.ubuntu.com/~bcollins/kernels-daily/ | Kernel Wiki: https://wiki.ubuntu.com/CategoryKernel
zulBenC: i have xen building i just need to figure out how to package it ;)03:48
BenCripping the linux-source-2.6.17 build system would be a good start :)03:49
BenCat least it would be familiar to anyone messing with both03:50
zulgetting there03:50
zulit unpacks it, builds it...??? profilt 03:50
BenCcrimsun: badness...alsa git is pulling in all sorts of junk03:50
crimsunBenC: -current?03:51
BenCyeah03:51
crimsunBenC: ok, what about http://www.kernel.org/git/?p=linux/kernel/git/perex/alsa.git ?03:51
BenCI'll try that next03:51
crimsunok.03:51
BenCwondering if I could just grab sound/* include/sound/* from 2.6.1804:01
BenCor from alsa.git04:01
BenCwish I knew the command that would show me the commits between alsa.git and linux-2.6.git04:02
BenCrevlist doesn't look big enough...did alsa merge in .18?04:16
crimsunI don't believe so04:17
crimsunlast I know of was in .1704:17
=== ajmitch [n=ajmitch@203.89.166.123] has joined #ubuntu-kernel
=== bernard_ [n=bernard@helicon.ucs.uwa.edu.au] has joined #ubuntu-kernel
=== roh [n=roh@yamato.hyte.de] has joined #ubuntu-kernel
BenCthere's only 20 commits in the rev-list from alsa.git to linux-2.604:19
crimsunprobably pushed from akpm, then04:21
crimsunhttp://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-2.6.git;a=blob;h=4f0e65808cf1a29e39757244ce15509b756e39b0;hb=cc1930c5813356d664c160a8fb1db9284580cae7;f=include/sound/version.h  looks fairly current04:22
BenCI know that some of the stuff I pulled from dapper actually applied to the current tree, but I just kept reverting those portions04:23
BenClet me do a diff and see exaclty how much is different04:25
BenC 255 files changed, 22575 insertions(+), 5237 deletions(-)04:26
BenCthat's the diffstat on sound/* between our tree and alsa-current04:26
crimsuncan't pull atm, sorry04:27
BenCusing alsa is not much different04:31
BenCalsa is strictly sound/* and include/sound/* isn't it?04:32
crimsunyep04:32
BenCA direct copy of alsa-current seems to be build just fine, for powerpc at least04:36
BenCI may do this for the next upload04:36
crimsunI see no prob w/ that04:36
BenCsnd_aoa may be the best thing to happen to linux-ppc audio since it was introduced04:36
crimsunnow that we're not juggling mutex/xxx_t typedefs, it should be much easier.04:36
crimsunyep04:37
BenCyeah, definitely04:37
BenCcrap, one driver is looking for a media/v4l2-dev.h include04:37
BenChmm, removing the include lets it build...hope that's ok :)04:41
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel
=== johanbr [n=j@d154-20-189-105.bchsia.telus.net] has joined #ubuntu-kernel
johanbrjoin #suspend204:58
=== chmj_ [n=chmj@196.44.1.98] has joined #ubuntu-kernel
=== chmj [n=chmj@196.44.1.98] has joined #ubuntu-kernel
=== mjg59 [n=mjg59@cavan.codon.org.uk] has joined #ubuntu-kernel
BenCcrimsun: that sync with sound/* include/sound/* seems to have gone pretty well05:59
BenCdoing a 6-arch build now to see if there's any other quirks06:00
crimsunBenC: excellent06:00
BenCthe only thing I have in sound now that isn't stock is bt-sco06:01
BenCwish alsa would pick that up at some point06:01
crimsunI'll poke takashi about it06:01
=== nigel_c [n=nigel@nigel.suspend2.net] has joined #ubuntu-kernel
=== nigel_c [n=nigel@nigel.suspend2.net] has joined #ubuntu-kernel
=== _human_blip_ [n=mike@220.157.65.29] has joined #ubuntu-kernel
=== Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-kernel
=== Lure_ [n=lure@external-7.hermes.si] has joined #ubuntu-kernel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel
=== johanbr [n=j@d154-20-189-105.bchsia.telus.net] has joined #ubuntu-kernel
=== allee [n=ach@dialin-212-144-128-077.pools.arcor-ip.net] has joined #ubuntu-kernel
=== nigel_c [n=nigel@nigel.suspend2.net] has joined #ubuntu-kernel
=== sivang [i=sivan@ubuntu/member/sivang] has joined #ubuntu-kernel
sivangmorning10:18
=== doko [n=doko@dslb-088-073-109-065.pools.arcor-ip.net] has joined #ubuntu-kernel
=== cjb [n=cjb@pool-141-154-73-247.bos.east.verizon.net] has joined #ubuntu-kernel
=== nigel_c [n=nigel@nigel.suspend2.net] has joined #ubuntu-kernel
=== nigel_c [n=nigel@nigel.suspend2.net] has joined #ubuntu-kernel
nigel_cHmm.11:59
sivanghi all01:18
sivangI can't boot edgy's kenrel on my laptop,01:19
sivangI get:01:19
sivangBad EIP Value01:19
sivangEIP:[<0000000>] 01:19
sivang_stext+0x3feffd68/0x801:20
sivangSS:ESP 0068:dfd81f0801:20
sivangAny idea what could have went wrong?01:20
=== Keybuk [n=scott@quest.netsplit.com] has joined #ubuntu-kernel
=== zul [n=chuck@dsl-72-1-199.219.tel-ott.com] has joined #ubuntu-kernel
zulhey02:28
=== tuxmaniac [n=aanjhan@60.254.67.17] has joined #ubuntu-kernel
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel
BenCsivang: which version, -3?04:17
mjg59sivang: The rest of the dump is likely to be necessary04:33
sivangBenC: let me check04:37
sivangBenC: linux-image-2.6.17-3-686 , so yes04:53
BenCsivang: can you take a photo of the screen with the crash on it?04:54
sivangBenC: I'll do that, but this is the exact string I saw when it crashed05:01
=== fabbione [i=fabbione@gordian.fabbione.net] has joined #ubuntu-kernel
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel
=== mdz_ [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has joined #ubuntu-kernel
mdz_BenC: I just got a hard freeze on my desktop running 2.6.17-3.406:47
mdz_it was in X, so I don't think I can do much useful with it before I reset, but thought I'd ask06:47
mdz_it doesn't even respond to sysrq06:49
mdz_no lights on the keyboard06:49
mdz_wasn't doing anything particularly interesting at the time; had just closed gnucash and switched desktops over to xchat06:50
mdz_same box ran solid since Dapper on the Dapper kernel06:50
mdz_and for a short time on 2.6.17-106:51
mdz_I'm leaving town this afternoon, so I'm reverting to 2.6.15-23-k7 to be safe06:52
=== mdz_ [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has joined #ubuntu-kernel
=== sivang [n=sivan@ubuntu/member/sivang] has joined #ubuntu-kernel
=== johanbr [n=j@d154-20-189-105.bchsia.telus.net] has joined #ubuntu-kernel
=== cjb [n=cjb@pool-141-154-73-247.bos.east.verizon.net] has joined #ubuntu-kernel
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel
BenCmdz: Sorry, was up in the barn08:50
BenCmdz: hopefully when I get kdump uploaded, you can reproduce it08:51
BenCwe can grab the freeze with that08:51
=== allee [n=ach@dialin-212-144-128-087.pools.arcor-ip.net] has joined #ubuntu-kernel
=== johanbr [n=j@jupiter.physics.ubc.ca] has joined #ubuntu-kernel
=== BenC_ [n=bcollins@72.169.114.90] has joined #ubuntu-kernel

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