/srv/irclogs.ubuntu.com/2011/01/07/#ubuntu-kernel.txt

smallfoot-put 2.6.37 in maverick!!!00:20
=== vanhoof_ is now known as vanhoof
=== sconklin is now known as sconklin-afk
janimowhere is the latest omap3 kernel deb? I am confused by the different packages all having omap in their names09:41
janimoI looked on ports.* and archive.*09:42
apwjanimo, it was built out of the linux package, so it would be in the launchpad librarian.  i believe arm is put on ports though09:43
janimoapw, I see https://launchpad.net/ubuntu/+archive/primary/+files/linux-image-omap_2.6.37.12.14_armel.deb on LP09:43
janimobut it is small (not multiMb)09:44
apwyeah thats the meta package09:44
apwhttps://launchpad.net/ubuntu/natty/armel/linux-image-2.6.37-12-omap/2.6.37-12.2609:45
janimoapw, thanks, so this should end up in the archives as well if not there already09:46
janimo?09:46
janimoah, found it, under linux/ (I wa expecting that to be before linux-atm in the directory listing)09:49
janimois omap4 not built from the same source to reduce build times?09:51
ograjanimo, omap4 has its own source, there are about 1200 patches that arent upstream yet10:08
ograjanimo, also, you would extend build times by adding another armel arch 10:09
janimomaybe later when versatile is dropped and omap4 patches are a bit more upstream it can be put in the same source10:13
ograthats the plan but first TI has to upstream their patches10:16
ograuntil then we will build from their sourcetree10:16
stefanlsdhi kernel team!  does anyone know if DMAR will be included by default soon / a kernel exists i can use - or i need to build my own for now if i want it...10:16
stefanlsdspecifically looking at bug #63971210:16
ubot2Launchpad bug 639712 in qemu-kvm (Ubuntu) (and 2 other projects) "PCI Pass Through via libvirt cannot remap IRQ's (affects: 3) (heat: 41)" [Medium,Triaged] https://launchpad.net/bugs/63971210:17
=== diwic is now known as diwic_afk
=== yofel_ is now known as yofel
=== diwic_afk is now known as diwic
=== doko_ is now known as doko
=== Quintasan_ is now known as Quintasan
cndcking, a friend of mine filed this odd bug: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/69795914:07
ubot2Launchpad bug 697959 in linux (Ubuntu) "Brightness hotkeys only work after suspending/resuming system. (affects: 1) (heat: 8)" [Undecided,New]14:07
cndI was wondering if you have seen anything like it before?14:07
ckingcnd, I've observed the converse, they work until one does S314:14
cndheh14:14
cndis it a bios bug?14:14
ckingpossibly14:15
ckingit's a tosh14:15
ckingso likely14:15
cndheh14:15
cndthanks!14:15
ckingcould try the latest natty kernel to see if any upstream fixes may address it14:15
tgardnercnd, http://ppa.launchpad.net/kernel-ppa/ppa/ubuntu has the current kernel built for Lucid14:16
cndtgardner, ok, I'll point him at it14:17
84XABIUT3hello all.. does someone know when this workaround will be used? https://bugs.launchpad.net/ubuntu/+source/linux/+bug/604122 i need to put some files on my sd-card..14:30
ubot2Launchpad bug 604122 in linux (Ubuntu) "mmc0: Got command interrupt 0x00030000 even though no command operation was in progress. (affects: 7) (heat: 44)" [Undecided,Confirmed]14:30
84XABIUT3isn't that possible yet? why isn't it workarounded by CONFIG_MMC_RICOH_MMC=n ?!?14:31
84XABIUT3i don't think it's good for the look of *buntu if so simple things won't work.. and i'm sorry, i'm a bit in a hurry, i have to break up in 30 minutes and just liked to move these files to work... :s14:32
84XABIUT3but i couldn't do anything without that...14:32
84XABIUT3is there no solution for now?14:34
84XABIUT3ping14:35
84XABIUT3no one of 123 users is active yet? all sleeping? 14:36
84XABIUT3i don't like to stress, but so simple things like these should be able to going, not?14:38
84XABIUT3it isn't possible in any **** way?14:38
84XABIUT3hello all.. does someone know when this workaround will be used? https://bugs.launchpad.net/ubuntu/+source/linux/+bug/604122 i need to put some files on my sd-card..14:39
ubot2Launchpad bug 604122 in linux (Ubuntu) "mmc0: Got command interrupt 0x00030000 even though no command operation was in progress. (affects: 7) (heat: 44)" [Undecided,Confirmed]14:39
84XABIUT3ping14:41
=== sconklin-afk is now known as sconklin
apw_without knowing why that module param was enabled it is hard to just turn it off14:48
apw__tgardner: moin, do you remember us enabling ricoh MMC driver support ... it rings a bell but i cannot recall the specifics14:54
tgardnerapw: no memory14:55
apw84XABIUT3, there are many little niggles and not all are trivially fixable.  we'd need to figure out why it was turned on to work out the downside15:03
tgardnerapw, #define pm_qos_add_request(_req, _class, _value) do {                   \15:22
tgardner        (_req)->request = pm_qos_add_request((_class), (_value));       \15:22
tgardner    } while (0)15:22
apw#define FOO FOO15:24
=== diwic is now known as diwic_afk
smoseri have a quick git question i'm sure someone here can answer15:29
smoseri did: git clone --bare git://kernel.ubuntu.com/ubuntu/linux-2.6 linux-2.6.git15:30
smoserthen 15:30
smosergit clone --bare --reference linux-2.6.git git://kernel.ubuntu.com/ubuntu/ubuntu-${rel};15:30
smoserthen, later, i can 'git fetch' inside the linux-2.6.git directory to update it15:30
smoserbut if i try in ubuntu-lucid.git, i get: $ git fetch15:30
smoserfatal: Where do you want to fetch from today?15:30
tgardnersmoser, try 'git fetch origin'15:31
smoserhm.. it must have been user error, i dont know that i told the truth completely above. 15:33
smoseri added a config stanza to 'config' like:15:33
smoser[remote "origin"]15:33
smoser        fetch = +refs/heads/*:refs/remotes/origin/*15:33
smoser        url = git://kernel.ubuntu.com/ubuntu/ubuntu-lucid.git15:33
smoserthen it worked.15:33
tgardnersmoser, hmm, I think its because you cloned as a '--bare' repository.15:34
smoseri would have thoguht it would still record that... i think i also might have lost the '--reference'  bit . at least there is nothing in config suggesting that it should do reference.15:35
tgardnerI think --reference makes soft links down in your object tree15:36
smoseri thoguht htey were hard links... but either way, it would have to "remember" that to continue getting benefit across subsequent fetchs. or maybe i'm missing something.15:37
apwsmoser, the cross linking is via .git/object/info/alternates file15:38
tgardnersmoser, well, they are some kind of link. if you move linux-2.6.git, then ubuntu-lucid.git becomes unuseable15:38
smoserapw, thanks: $ cat objects/info/alternates 15:39
smoser /media/archive/linux/linux-2.6.git/objects15:39
smoserso, it is recorded there.15:39
smosertgardner, thanks for your help.15:40
=== diwic_afk is now known as diwic
=== cmagina is now known as cmagina-lunch
jdstrandsbeattie: since jj is away, you are getting my question :)17:33
jdstrandsbeattie: I got this running the apparmor kernel regression tests:17:33
sbeattiejdstrand: ruh-roh17:33
jdstrandcc  -lapparmor -Wall -Wstrict-prototypes    changeprofile.c   -o changeprofile17:33
jdstrand/tmp/ccrZP2V9.o: In function `main':17:33
jdstrandchangeprofile.c:(.text+0x2aa): undefined reference to `aa_change_profile'17:33
jdstrandcollect2: ld returned 1 exit status17:33
jdstrandmake: *** [changeprofile] Error 117:33
jdstrandsbeattie: that is kinda an important function for libvirt17:33
jdstrandsbeattie: are you familiar with what is going on?17:34
jdstrand$ cat /proc/version_signature 17:34
jdstrandUbuntu 2.6.37-12.26-server 2.6.3717:34
sbeattieno libapparmor1 available?17:34
jdstrandsbeattie: notice the -12.2617:34
jdstrandii  libapparmor1                    2.6~devel+bzr1616-0ubuntu1         changehat AppArmor library17:34
jdstrandsbeattie: I am testing a new 161617:35
jdstrandsbeattie: oh, could this be related to your r1616 commit?17:35
jdstrandsbeattie: probably: 'dynamically link in libapparmor library in libapparmor's testsuite'17:35
jdstrand(I do have libapparmor-dev installed too)17:36
jdstrandsbeattie: we can take this to #apparmor. I misread the error17:36
sbeattiejdstrand: hrm, 1616 is internal in the libapparmor testsuite.17:37
jdstrandsbeattie: this is running qrt which runs the kernel regression testsuite in apparmor17:37
sbeattiejdstrand: sure, we can head to #apparmor17:37
=== cmagina-lunch is now known as cmagina
=== sforshee is now known as sforshee-lunch
=== sconklin is now known as sconklin-afk
pr0ph3thi all18:36
pr0ph3tI have git and the kernel sources, but I am not sure how to apply a specific patch to my kernel before recompiling it, the patch is at this address http://dev.iksaif.net/issues/108. Help please !18:37
* tgardner --> lunch18:43
* cking calls it a day18:54
=== sforshee-lunch is now known as sforshee
=== sconklin-afk is now known as sconklin
* JFo goes to make coffee19:57
Kanohi apw 20:39
Kanodid you notice that rt2800usb and rt2870sta share the same usb ids?20:40
Kanojust that the rt2800usb driver does not really work correctly..20:41
pr0ph3thi all20:49
pr0ph3t how can I point out politely that a driver should be merged with mainline? I can't recompile everytime I want to update kernel!20:50
pr0ph3tthe driver is already in mainline but it is bugged and a patch has been created, but I have to recompile the kernel everytime and I only have a laptop with ULV CPU20:53
bguthropr0ph3t: Submit the patch to lkml. The developers here don't control what is merged into mainline21:25
=== sforshee is now known as sforshee-afk
=== sforshee-afk is now known as sforshee
hallynanyone here been closely following bkl removal patchsets?22:03
=== bjf is now known as bjf[afk]

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