/srv/irclogs.ubuntu.com/2009/09/08/#ubuntu-kernel.txt

=== hggdh_ is now known as hggdh
legend2440looking at config-2.6.28-15-generic i see that CONFIG_HZ=250 and that # CONFIG_HZ_1000 is not set. would there be any noticeable benefit to recompiling  with CONFIG_HZ_1000 enabled?04:33
maxbWhat's the proper way to request a backport of an upstream kernel cset as SAUCE? Straightforward bug on the linux package?07:38
amitksmb: You set LSM_MMAP_MIN_ADDR to 0 for the x86 archs08:56
smbyes08:56
amitkI don't see that documented in the Kconfig08:56
amitkwhat does that do?08:56
amitkI need to decide what to set it to for ARM08:57
smbUpstream added a hard low barrier for the mmap addresses. So if you set LSM_MMAP_MIN_ADDR to any value you cannot change the mmap_min_addr in the running system to something lower than that08:57
smbThere is a DEFAULT_MMAP_MIN_ADDR which sets the default value, and the LSM version is the lower barrier08:58
amitkaah, I get it now08:58
smbChanging that to 0 might be a temporary solution until we know how to allow certain applications access to lower regions with that in effect08:58
amitkand I presume a sysfs interface allows one to change it to any value between DEFAULT_MMAP_MIN_ADDR and LSM_MMAP_MIN_ADDR08:59
smbcorrect08:59
smberr08:59
smbno08:59
smbyou can change it to anything between LSM_MMAP_MIN_ADDR...max08:59
amitkLSM_MMAP_MIN_ADDR <= DEFAULT_MMAP_MIN_ADDR <= max ?09:00
smbThe DEFAULT is just the initial starting point after boot09:00
amitkso LSM_MMAP_MIN_ADDR <= DEFAULT_MMAP_MIN_ADDR <= max ?09:01
smbI cannot remember to have seen code to make sure DEFAULT is bigger or equal than LSM_MIN09:01
smbIt probably is assumed you act sensible09:01
amitkok, in any case LSM_MMAP_MIN_ADDR=0 allows userspace policy overrides w/o any sideeffects?09:02
smbI would say so09:02
* amitk goes about changing the ARM values to 009:03
smbThe thing is maybe, for security reasons, you want to have it set so normal userspace cannot go below a certain value and then define some security framework exceptions for those special apps that really need it09:03
amitksmb: I was hoping that the 0 recommendation was from our security team09:04
amitkand that they are working on policy to enforce it09:04
smbamitk, Well the 0 was from our security team because the upstream change broke the current interface. I still have to get back to them with that proposeal/question09:07
amitkogra: regarding bug 42376709:18
ubot3`Malone bug 423767 in linux-fsl-imx51 "please enable rt3070sta in the imx51 kernel" [Medium,New] https://launchpad.net/bugs/42376709:18
amitkogra http://pastebin.ubuntu.com/267080/09:18
amitkthat driver is currently x86-only09:18
* ogra points to #mobile09:18
=== Ng_ is now known as Ng
amitkogra: re: bug 42440009:41
ubot3`Malone bug 424400 in linux-fsl-imx51 "DM9601 or Pegasus based USB NICs dont find their MAC address under 2.6.31-100-imx51" [High,New] https://launchpad.net/bugs/42440009:41
amitkis this a bug only with the imx51 flavour or x86 as well?09:42
amitknevermind, it seems to work on i386 according to you last line in your report09:42
ograamitk, its not my bug :)09:43
amitkyou reported it09:44
ograand i cant reproduce it with any NIC i have 09:44
ograi moved it out of another bug that got very confusion because it had ten different things going on09:44
ograits Tobins bug09:44
amitkok09:44
ograamitk, tobin has a million of starnge things going on with his setup ... using a chain of USB KVMs, i still think its power related or his board is screwed09:46
amitkogra: who is Vladimir Vukicevic?09:46
ograno idea09:46
ograwhere do you see him ?09:46
amitkbug 41823809:46
ubot3`Malone bug 418238 in linux-fsl-imx51 "Ethernet (FEC) not functional on Babbage with 2.6.31" [Medium,Incomplete] https://launchpad.net/bugs/41823809:46
ograoh, wait09:46
ograyeah, i remember him, he has a B1 09:47
amitkFSL?09:47
ograhe hangs around in #ubuntu-armel09:47
ograi dont think so09:47
ograFSL doesnt touch the B1 platform anymore09:47
ogra(he is vlad in -armel)09:48
amitkneither do I (touch the B1, that is). Atleast for now.09:48
ograright, feel free to say its not supported and mark it invalid ... or dup it against the actual NIC bug09:49
ograi suspect once the NIC works generally it will work on the B1 too09:49
amitkogra: I don't see any other nic bug09:49
ograhmm, didnt i file it 09:50
amitkso I changed the description on that to be applicable to B209:50
amitkhttps://bugs.edge.launchpad.net/ubuntu/+source/linux-fsl-imx5109:50
ograok09:50
ografine with me09:50
Twigathyrar12:10
TwigathyI just got a kernel oops... is this dead hardware or a bug in the kernel? http://paste.lisp.org/display/86753 (Last line is `[  954.886783] Fixing recursive fault but reboot is needed!')12:10
=== zul_ is now known as zul
amitklool: ogra http://people.canonical.com/~amitk/mx51/linux-image-2.6.31-100-imx51_2.6.31-100.8_armel.deb has the rt3070 wireless enabled. (Plus the non working sound driver)13:19
=== bjf-afk is now known as bjf
ograamitk, installing ...13:46
loolTwigathy: no idea13:59
loolamitk: ok thanks13:59
ograamitk, you didnt break it hard enough, still boots properly ;)14:01
amitkdamn. I need to work harder.14:01
ograheh14:01
ograhttp://paste.ubuntu.com/267256/14:02
amitkogra: btw, did you insmod the sound driver last time?14:04
ograno, it was loaded automatically14:04
amitkok14:04
ograi rmmodded all sound stuff and modprobed it though14:04
ograneither gave any msg in dmesg14:05
ograamm14:07
ograhmm even14:07
ograhttp://paste.ubuntu.com/267260/14:07
ograogra@babbage2:~$ sudo iwlist scan 2>&1|grep ^wlan14:08
ograwlan4     Interface doesn't support scanning : Network is down14:08
ograogra@babbage2:~$ sudo ifconfig wlan4 up14:08
ograSIOCSIFFLAGS: Unknown error 13214:08
ograamitk, so i'D say that driver does noting helpful for us atm14:18
amitktoo bad14:19
ograamitk, oh, it didnt work because the kernal always loads rt3070sta and rt2800usb at the same time ....15:09
ograamitk, rmmodding both and then modprobing rt3070sta gets me this intresting output: http://paste.ubuntu.com/267302/15:10
amitkaaah. yet another rt* driver that tries to load multiple drivers15:10
amitkrt* device15:10
ograwell, the outcome of the dmesg info looks very intresting15:10
ograsome kind of ascii art15:11
amitkheh15:11
maxbhi, is a backport of an upstream changeset that fixes the acerhdf fan control driver to work on more kinds of Aspire One something that could be considered for SAUCE in karmic?15:51
amitkmaxb: is it already going into 2.6.32? If so, yes. Pointer to a bug and a patch sent to kernel-team@lists.ubuntu.com are appreciated.15:52
maxbaccording to kernel patchwork it's currently in acpi-test15:52
maxbso aimed at 2.6.3215:53
maxbhttp://patchwork.kernel.org/patch/39701/ <-- this is it. So, I should file a bug against "linux" sourcepackage and then email kernel-team?15:54
amitkmaxb: yes, thats about right.15:55
maxbok, will do15:56
rtgbjf, did 2.6.31-203.9 fix your Dove video issues?17:12
bjfrtg, I didn't test that build, I tested the one I had done with the patch17:13
rtgbjf, hint, hint...17:13
bjfrtg, ack17:14
* amitk takes a break. Back in 40 mins for the meeting17:20
rtgamitk, fix committed for bug #35904918:34
ubot3`Malone bug 359049 in linux-mvl-dove "imx51 udeb hardcodes linux version in vmlinuz binary name" [High,Fix committed] https://launchpad.net/bugs/35904918:34
amitkrtg: ack, thanks18:35
rtgamitk, thought I'd save you an hour of groveling around in kernel-wedge18:36
bjfrtg, actually you saved me, I was going to tell amitk I'd take care of it18:36
amitkrtg: you probably did. I have no idea what changing bdep from y to n does18:37
rtgamitk, actually, it was suffix, bdep isn't set18:37
amitkaah, ok18:38
amitkI'll pull in that patch to my rebased tree18:38
amitkrtg: does wireless-crda come from a completely separate source package?20:39
rtgamitk, it comes from a couple of git repositories20:40
rtgamitk, see debian/scripts/update-crda-from-git.sh20:41
rtggit://kernel.ubuntu.com/rtg/wireless-crda.git20:42
amitkthanks20:42
amitkrtg: hmm, it doesn't seem to be compiled for arm...20:43
rtgamitk, uh, no, probably not20:43
amitkI wonder how kernel packages are being installed in the arm live images currently. Because dpkg -i linux-image-2.6.31-100-imx51_2.6.31-100.8_armel.deb fails due to lack of wireless-crda20:45
amitklool: ogra ^20:45
rtgamitk, good question20:45
amitkrtg: the control file has Architecture: any20:48
rtgamitk, oh, well then its built for any arch supported by the buildd20:48
amitkrmadison wireless-crda20:50
amitkwireless-crda |        1.7 |        jaunty | source, amd64, i38620:50
amitkwireless-crda |       1.10 |        karmic | source, amd64, i38620:50
amitkrtg: any clue why it isn't available for arm ^ ?20:50
rtgamitk, I just tried pciutils, it only shows up for amd64 and i38620:51
amitkpackages.ubuntu.com shows the same20:52
amitkrtg: it could be because arm packages lives on ports.ubuntu.com20:59
apwTheMuso, seems our hda pcbeep channel is not well.  if you do enable it the sound is no longer pure tones but a nasty rasp21:17
Q-FUNKogasawara: anything new? :)21:32
Q-FUNKI seem to notice initramfs hooks to dump a kernel panic to a file with kexec-tools and makedumpfile but where is the file dumped to?23:38

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