/srv/irclogs.ubuntu.com/2012/06/04/#ubuntu-kernel.txt

ppisatimoin06:48
=== smb` is now known as smb
smbmorning07:19
=== deffrag_ is now known as deffrag
ericm|ubuntuppisati, what's the solution for irq_to_gpio() being messed up in 3.2 kernel, which may have impact on several ARM flavours?07:28
ppisatiericm|ubuntu: messed?07:47
ppisatiericm|ubuntu: IIRC every platform provides its own implemantation07:47
=== dholbach_ is now known as dholbach
dholbachhey08:25
dholbachhow do I debug a kernel which crashed (no magic sysrq, had to turn off and back on again) - nothing in /var/log/syslog?08:25
ppisatismb: apw if off today, right?08:26
smbppisati, and tomorrow08:26
smbdholbach, not very much08:26
dholbachthat sucks :-(08:26
smbdholbach, You had flashing caps (if there is still a led for it)?08:26
dholbachnope, it didn't flash08:27
smbSo it might not have gone to the crash handler. Did you try to ping/ssh into it and it was dead, too?08:28
dholbachno, I didn't have another machine to ping it handy08:29
dholbachbut changing to the console, magic sysrq and ctrl-alt-del weren't available08:29
smbHm, ok. Wait you were able to change to the console?08:30
dholbachno08:30
dholbachnone of the above worked08:30
dholbachI had to power off and back on again08:30
smbdholbach, ok, so it still could be a lock up which affected the input handler as well.08:31
dholbachright, I guess so08:31
smbBut the problem is without anything else it could be that or something else. Just not possible to say anything for sure... :/08:32
smbdholbach, So the only thing you can do is trying to observe whether it repeats and if it does whether there is any pattern to it.08:34
dholbachok, let's say I have a machine to ssh/ping it with next time08:34
dholbachwhat are the next steps, if I 1) can ssh into it, 2) can't08:34
dholbachit doesn't happen very often, so bisecting kernels will be hard to do08:35
dholbachis there any debug information I can try to dig out?08:35
dholbach(this time I didn't do anything out of the ordinary: IRC, some terminals)08:35
smbIf it pings, it is at least alive on a low level. If ssh succeeds its a lockup somewhere in X/input, ssh responding but login not succeeded, may point to a low-memory issue08:36
dholbachlow memory meaning I ran out of memory or that there's a bug in memory handling somewhere?08:37
smbright08:37
dholbachI can't imagine I ran out of memory this time08:37
dholbachbut I'll check the next time08:38
dholbachis there a way to have a kernel with more debug output or something?08:38
smbThat was more related to the case that you can ssh but the login does not work. 08:38
dholbachah ok08:39
smbThe problem with that kind of bug is that if shutting down is the only solution then more debug does not help either08:39
dholbachat least some of it might have gone to /var/log/syslog, no?08:39
smbYou can boot with "debug" (instead of quiet) in the kernel commandline from grub08:39
dholbachalright, will do08:39
smbMost of the times if there is a hard crash, writing to a filesystem stops before that (its not synchronous)08:40
dholbachok08:42
ericm|ubuntuppisati, omap provides one?08:43
dholbachthanks smb08:44
dholbachI'll see what I can dig out08:44
ericm|ubuntuppisati, git grep 'irq_to_gpio' arch/arm/mach-omap2/ shows no result08:45
smbdholbach, Welcome. The primary step right now would be to find out whether it was really a crash (able to ping/ssh or not). The next steps would then depend on that outcome08:45
* dholbach nods08:45
ppisatiericm|ubuntu: sorry, omap3 in master is busted... :P09:08
ericm|ubuntuppisati, which ARM flavour is not busted so far?09:08
ppisatiericm|ubuntu: err.. i think you are right, and i'm pretty sure i hit this in the omap4 branch too09:08
ppisatiericm|ubuntu: :)09:08
ericm|ubuntuppisati, I think the issue could have been fixed in Q (3.4) by the way, we may have to identifiy and backport them09:09
ppisatiericm|ubuntu: uhm09:11
ppisatiericm|ubuntu: drivers/gpio/gpio-ep93xx.c:#define irq_to_gpio(irq)     ((irq) - gpio_to_irq(0))09:13
ppisatiericm|ubuntu: and gpio_to_irq() is defined for mach-omap2/$board09:13
ericm|ubuntuppisati, that's actually not a correct fix09:13
ericm|ubuntuppisati, but not irq_to_gpio()09:13
ericm|ubuntuppisati, all those drivers making use of irq_to_gpio() now failed in 3.209:13
ppisatiericm|ubuntu: do you have the commit where they retired irq_to_gpio for omap?09:14
ericm|ubuntuppisati, I think it's a global one, removing all the specific APIs to asm-generic09:15
ericm|ubuntuppisati, wait09:15
ericm|ubuntuppisati, 7563bbf gpiolib/arches: Centralise bolierplate asm/gpio.h09:15
ppisatiand i just found out another case where having vfat + nls_iso8859_1 builtin is mandatory...09:16
ericm|ubuntuppisati, actually when doing the config comparison, I came up with the table - https://wiki.canonical.com/EricMiao/Highbank/ConfigReview/Ubuntu-3.2.0-25.40/5/PurpleLinesClassified09:19
ericm|ubuntuppisati, where we do have many inconsistent config options between ARM flavours and X86 ones09:19
ericm|ubuntuppisati, some are for no obvious reason09:20
ppisatiericm|ubuntu: i know, it's on my todo list09:20
ericm|ubuntuppisati, ok - just let know what I can help on that09:20
ppisatiericm|ubuntu: https://wiki.ubuntu.com/Kernel/Dev/pisosandbox09:20
ppisatiericm|ubuntu: but this one is only for omap409:20
ericm|ubuntuppisati, and btw - apw is working on config alignment between flavours09:20
ppisatiericm|ubuntu: yep09:21
janimoapw, do you know if adjustments were made to kernel package builds to cope with some headers moving to multiarch dirs? I get sys/types.h not found when building scripts/basic/fixdep in the armadaxp kernel09:42
oratedHey ppisati09:49
oratedI'm using Beagleboard B4 and for getting ethernet working, a usb-ethernet adapter is connected. I'm not able to get ethernet working on it. Is there any specific kernel module required to be loaded for it to work? My connection setup - Both beaglebaord and USB hub are externally powered with 5V supply. USB ethernet adapter connected to the HUB09:51
ppisatiorated: if the adapter is supported, the module should be autoloaded09:53
ppisatiorated: have you tried this adapter with another pc running ubuntu?09:53
oratedYes09:53
oratedHold on, I'll give you the details09:53
ppisatiorated: does it work? which module does it use?09:53
oratedID 0fe6:9700 Kontron (Industrial Computer Source / ICS Advent) DM9601 Fast Ethernet Adapter09:54
orateddriver:dm9601(configuration: autonegotiation=on broadcast=yes driver=dm9601 driverversion=22-Aug-2005 duplex=full firmware=Davicom DM9601 USB Ethernet ip=192.168.10.110 link=yes multicast=yes port=MII speed=100Mbit/s)09:54
oratedSame setup on host system with the hub09:54
ogra_do you see it with lsusb 09:54
ogra_?09:55
ogra_(on the beagle that is)09:55
ogra_note that nobody in the ubuntu dev team has tested on beage B models in years (they dont fulfill the minimal reqs.we usually only test XM)09:55
oratedOn the beagle, no 09:56
oratedah09:56
ogra_a server install should still be possible on the rev. B though09:56
oratedCould you guide me on that?09:56
ogra_(dont expect a great experience with 600MHz and 128MB though)09:57
oratedI only need network connection to install and update packages09:57
ogra_hmm, https://wiki.ubuntu.com/ARM/Server/Install used to have a section for omap3 too, seems it is gone, talk to #ubuntu-server, seems they removed that section (especially all the special setup you hgave to do with old beagles)09:59
oratedI tried sudo dhclient usb0 and then ifconfig usb0 192.168.1.5 netmask 255.255.255.0 and they ran without errors10:00
oratedok, I'll try10:00
ogra_well, does a plain ifconfig show the usb0 device ?10:01
oratedyes10:01
ogra_so your network should work then after you set up proper routing10:02
oratedproper routing, like? I'm new to nwtwork related tasks10:02
ogra_look on your desktop computer (if its in the same network) with "route -n" what the default GW points to 10:03
oratedYes, in the same network10:03
ogra_then use "sudo route add efault GW <IP you found above>"10:03
ogra_*default10:03
ogra_probably gw needs to be non capitalized ... 10:04
* ogra_ doesnt use this very often10:04
ogra_after that try to ping the gateway IP10:04
oratedogra_: http://paste.ubuntu.com/1022830/10:12
oratedIs that correct?10:12
ogra_well, are you sure a plain ifconfig (without options) shows usb0 on the beagle ? also, if you use dhclient you dont need to set the IP manually with ifconfig afterwards10:14
ogra_(and if the dhclient command worked you shouldnt need to set the route either)10:14
oratedogra_: Yes, http://paste.ubuntu.com/1022834/10:16
oratedThere are some garbage character coming on the serial terminal though10:16
ogra_looks all fine, you should be able to ping the GW right after the dhclient command, weird that you cant10:17
oratedAlright, now I would like to know if there is any need to load module like g_ether ?10:17
ogra_no, g_ether is for USB->USB networking through an USB cable 10:18
oratedEthernet gadget, ok10:18
ogra_(it emulates the ethernet connection between two USB devices)10:18
oratedThen is there any module required for usb-ethernet adapter?10:18
ogra_no10:18
ogra_not apart from the one that brings it up as usb010:19
ogra_which apparently is already loaded on your beagle (else ifconfig wouldnt see a device)10:19
ogra_so there might be a bug with that driver or a wrong/outdated firmware etc ... i'll leave you with ppisati to debug that part :) 10:20
oratedIn desktop with USB hub it uses driver:dm9601 and without usb hub, its not getting connected. So in beagleboard, is there any module to load to be use that driver?10:20
oratedhmm, thanks for your help :)10:20
ppisatiorated: i bet you need the dm9601 kernel module10:21
ogra_well, if ifconfig sees usb0 that driver should be in use already 10:21
ogra_lsmod|grep dm960110:21
ogra_that should show the module being loaded on the beagle 10:21
ppisatiogra_: isn't it the usb network?10:21
oratedno, nothing ogra_10:22
ppisatiorated: we had the usb0 as a nic till maverick10:22
ppisatiorated: sudo modprobe dm960110:22
ppisatiorated: which kernel are you using?10:22
ogra_(and which image did you install)10:22
oratedomap 3.2.17-11 #1 SMP Tue May 15 12:16:43 UTC 2012 armv7l10:22
ppisatiorated: find /lib/modules/`uname -r` -name \*9601\*10:23
oratedone moment please10:26
oratedppisati: /lib?mdules?3.217-11?kernel?drivers?net?usb?dm9601.k10:28
oratedThere are still garbage issues, I restarted for the same10:28
oratedMaybe its the cable or loose connection10:28
ppisatiorated: ok, then you have the module10:28
ppisatisudo modprobe dm960110:28
oratedYes, I did that10:28
ppisatiuhm10:29
ppisatican you bypass the usb hub>10:29
ppisati?10:29
oratedAnd its listed now in lsmod10:29
oratedbypass as in?10:29
ppisatiand you didn't get anything in console, right?10:29
oratednope, just the prompt after the command10:30
ppisatiack10:30
ppisatithen unplug it from the usb hub and attach it directly to the board10:30
oratedOne moment, I think the adapter got disconnected10:30
oratedYes, restarting the whole setup. .. One minute10:31
=== orated_ is now known as orated
oratedppisati:  Regarding OTG port on BB, I've connected a OTB to USB  which is then connected to USB female to female adapter and then it goes to USB hub or USB storage device/usb-ethernet. The problem of connecting it directly without the hub is that, it doesn't get powered up. ..10:44
oratedRegarding the USB hub, its Belkin self powered 4 ports USB2.0 if that helps10:45
ppisatiorated: well, the problem is that your board doesn't sense any "usb thing" attached to it wrt to your usb nic10:47
oratedAnd I tried it again with the hub, its still outputting nothing on sudo modprobe dm9601, falling back to prompt10:47
ppisatiorated: so we need to get rid of the usb hub10:47
oratedIt requires to be independently powered10:47
ppisatiorated: wait10:47
ppisatiorated: how do you power the board?10:48
oratedAlso , other storage devices comes up with same behaviour. The BB is powered using 5V adapter10:48
oratedAnd the hub is also powered using another 5V adapter10:48
oratedBTW I've noticed that if I connect any storage device to the hub, it doesn't show up in /media10:49
ppisatiok, the if the board is powered indipendently, why can't you unplug the usb hub and attached the usb nic to the board?10:49
ppisati*attach10:49
oratedOh, you wanted to know if OTG is unused or not. Yes, I can unplug the usb nic from hub and conenct to board but its not getting its not getting sufficient power to start it. There is a LED on the nic which glows when RJ45 is connected10:51
oratedAnyway, I'll try connecting it directly again10:51
oratedNic removed from the hub, connected to board, no led on nic10:52
ppisatiany msg on console?10:54
ppisatidmesg?10:54
oratedNo, the serial console hanged10:54
oratedIts not accepting any input. Hold on please10:54
oratedppisati: Back, no no change in dmesg on connecting/disconnecting nic directly to the board11:01
oratedppisati: Do you think its due BB being not sufficiently powered?11:04
ppisatiorated: could be11:04
ppisatiorated: i've a dm9601 adapter, let me try it with my bbxm11:05
oratedppisati: But then what's the problem when USB hub is used?11:05
oratedppisati: And secondly, I don't understand why usb storeage devices don11:06
oratedn't show up in lsusb//media when they are connected to the hub11:06
oratedstorage*11:06
oratedIs 12.04 LTS server image supported for BB or should I try 11.10?11:16
ogra_as i said before, we all only test on beagle Xm since it is the only beagle that fulfills the minimal requirements for ubuntu11:17
ogra_so getting it to run on a beagle rev. B is really a matter of luck11:18
jMCgI got 10.10 in a KVM in an init=bash: http://dpaste.com/755097/ -- can someone help me debug and make it boot?11:20
jMCgs/10.10/10.04/11:20
ogra_seems to boot just fine 11:22
ogra_(for booting with init=bash at least)11:23
jMCgogra_: that's true, but when I take that away, it chokes. I've pasted --verbose and --debug in this channel, let me reproduce those.11:26
jMCghttp://sprunge.us/iGaU << --debug11:27
oratedppisati: Is dm9601 adapter working for you in BB xm?11:29
oratedUnfortunately, xm is on back order here and can be available only after a month11:37
ppisati[ 3757.129302] usb 1-2.2: new full-speed USB device number 8 using ehci-omap11:52
ppisati[ 3757.365447] dm9601 1-2.2:1.0: eth1: register 'dm9601' at usb-ehci-omap.0-2.2, Davicom DM9601 USB Ethernet, 00:10:13:50:a3:4311:52
ppisati[ 3757.373413] usbcore: registered new interface driver dm960111:52
ppisatiorated: ^^11:52
ppisatiworks here11:53
ppisatiorated: what's the output of your power adapter used with BB?11:54
ppisatiorated: i'm using a 5v 3.8A adapter11:54
orated5V 900mA for BB, 5V 2.6A for hub11:55
ppisatiah11:57
ppisatiorated: i doubt that's enough11:57
oratedcurrent rating, yes11:57
ppisatibut when you attach stuff, it drains power11:58
ppisatiorated: try with a beefier adapter11:58
oratedppisati: Yes, one moment. brb12:00
bjfppisati: bug 951043 needs verification, can you take care of that ?12:27
ubot2`Launchpad bug 951043 in linux-ti-omap4 "Port OOM changes into do_page_fault for arm" [Medium,Confirmed] https://launchpad.net/bugs/95104312:27
ppisatibjf: ack12:28
oratedppisati: Is it possible to install xfce/gnome and opencv offline on SD card and run them on BB?12:48
ppisatiorated: an a BB board? no way, it'll swap like hell12:49
ogra_on a BB rev. B !12:49
ogra_(600MHz/128MB ram)12:49
ogra_probably lxde or a standalone window manager might work ... 12:50
ogra_xfce and gnome are surely to big for that12:50
ppisatibjf: there's no mention of any test to validate that bug, i can confirm the patch is there and kernel boots, but not much more12:50
oratedAfaik, its lxde>xfce>gnome>KDE in incresing order of memory consumption12:52
oratedSo, is it possible to install lxde and openCV offline on SD or atleast openCV?12:52
ogra_yes, install qemu-user-static on your host PC ... 12:53
ogra_then *manually* mount the SD, copy qemu-arm-static from /usr/bin of the host into /usr/bin of the SD and you can chroot into the SD card12:53
oratedogra_: Does chroot requires that the host and guest should be of same architecture... arm-arm, x86-x86 ?12:54
ogra_not with qemu-user-static12:54
oratedAh-ok12:54
ogra_but you need to copy the binary from the host to the same place on the SD12:55
=== yofel_ is now known as yofel
tgardnerogasawara, whats the story on 3.4.0-4.9 ? Is that the version you intend to upload ?14:11
ogasawaratgardner: it is, just wanted to get a quick powerpc build and will then upload.14:12
tgardnerogasawara, ok, I'll start the precise backport14:12
ogasawaratgardner: I just wanted to shove the closing commit in there in case I/you wanted to get a jump on the 3.5-rc1 rebase14:12
ogasawaratgardner: I have not yet pushed it to master14:13
tgardnerogasawara, nah, I think we can wait until -rc214:13
ogasawaratgardner: ack14:13
tgardnerogasawara, 'sides, I'm bailing for a week and don't wanna start something I can't finish today.14:14
ogasawaratgardner: I was also looking at the highbank meta package patch, is there a specific reason we mark the linux-headers-<flavor> packages as "Section: devel" rather than "Section: metapackages"?14:14
ogasawaratgardner: I notice it's only the headers meta packages which are marked devel, all other meta packages are marked as metapackages14:15
tgardnerogasawara, missed that. I'll fix it.14:19
tgardnerogasawara, ok, now I've read your comment for content. I don't think 'Section:' has any real impact in the Ubuntu archive, but I'll ask just to be sure. In the meantime I think its OK as its been that way for multiple releases.14:22
ogasawaratgardner: indeed, I don't think it should hurt anything and should be ok to fix up later if we want to14:23
tgardnerogasawara, its a simple change, so I might as well get it in before A1. gimme a minute.14:23
tgardnerogasawara, hmm, I wonder wtf 'Section: restricted/metapackages' means for powerpc*  ?14:26
ogasawaratgardner: hrm, no idea there14:27
tgardnerwhy not just 'Section: metapackages' ?14:27
ogasawaratgardner: that sounds fine to me14:27
ogasawaratgardner: I've been trying to find a defined list for Section: but have been unsuccessful in my searching14:28
tgardnerogasawara, ok, I pushed both changes, so I guess we'll just see what breaks.14:29
ogasawaratgardner: ack14:29
infinityAnyone know why the ti-omap4-tools package was dropped from linux-ti-omap4?14:40
infinitytgardner / apw: Also, apparently it's our PlusOneMaint month.  Had you guys sorted out how you plan to split your time?14:40
tgardnerinfinity, all of the omap tools should come from the main kernel.14:42
tgardnerinfinity, apw will get started on +1 maint after the UK holiday. perhaps wednesday ?14:43
infinitytgardner: I thought tools had to precisely match ABI or some such, hence the extra packages from out-of-tree builds?14:43
infinitytgardner: (This was always the case in previous releases, but I'm happy to be told that was a mistake)14:43
tgardnerinfinity, perf is the only tool that is ABI sensitive. lemme review... its been awhile.14:43
infinitytgardner: Right, and perf is part of -tools. :P14:44
* ogasawara back in 2014:44
tgardner I'm not sure we're even building perf 'cause it was causing FTBSs, but that was a bit ago during early -rc's14:44
* infinity checks the linux-ti-omap4 changelog.14:44
infinityI see no mention in the changelog of dropping the tools build, it just disappeared with no word.14:47
tgardnerinfinity, looks like I turned it off during the early dev cycle because of FTBS. 'UBUNTU: [Config] armhf: do_tools=false'14:50
infinitytgardner: Oh, was that in the changelog and I'm just blind?  Or just in the git logs?14:52
tgardnerinfinity, just the git logs14:53
infinityAnyhow.  Not world-ending for now, just makes the tools metapackage uninstallable, but would be nice to restore it if and when it can be made to work.14:53
tgardnerinfinity, working on it...14:53
infinityOr maybe it'll all become moot if omap4 upstreaming keeps going well, and we can build 3.5 from mainline.14:53
* infinity crosses his fingers.14:53
tgardnerinfinity, ain't gonna happen. there is still a pile of BSP patches for ti-omap414:54
infinityAt which point, to keep ppisati from getting bored, we'll have to get him to do an mx6 or omap5 or something. ;)14:54
tgardner5 is coming14:54
infinitytgardner: Shame.  I was led to believe it was getting close.  Though, maybe we're still carrying some "won't ever go upstream, don't even try" bits.14:55
ppisatiit's already here, i didn't turn it on yet14:55
oratedSorry, got disconnected before. Thanks ppisati and ogra_ for help14:56
infinityppisati: Does that mean you have a Panda5, or have you just been doing omap5 blind and hoping it will boot? ;)14:57
ppisatiinfinity: it means the BSP supports both omap4 and omap515:08
ppisatiinfinity: but i din't enable the omap5 side yet15:08
infinityppisati: Ahh.15:09
ogra_thats what they tell you :P15:10
dreksI'm trying to set up L2TP over IPSec and I've got the IPSec conn established. When I try to start the L2TP connection with xl2tpd, the kernel log starts filling and PC becomes unusable. I have tested the exact same setup on in virtualizatin and its flawless. I believe it has something to do with my ethernet hardware/kernel combination.15:11
dreksI've posted a portion of my kern.log here, http://paste.ubuntu.com/1023244/15:12
dreksI've tried grabbing the Realtek driver for the integrated adapter straight from their site and using that. It produced the same result.15:12
ogra_dreks, your message might become readable if you change your colors ...15:12
dreksSorry.15:13
dreksThat better?15:14
ogra_yep 15:14
dreksI'm trying to set up L2TP over IPSec and I've got the IPSec conn established. When I try to start the L2TP connection with xl2tpd, the kernel log starts filling and PC becomes unusable. I have tested the exact same setup on in virtualizatin and its flawless. I believe it has something to do with my ethernet hardware/kernel combination.15:14
dreksI've posted a portion of my kern.log here, http://paste.ubuntu.com/1023244/15:14
dreksI've tried grabbing the Realtek driver for the integrated adapter straight from their site and using that. It produced the same result.15:14
tgardnerdreks, try the quantal kernel from https://launchpad.net/~ubuntu-x-swat/+archive/q-lts-backport15:16
dreksok, i can try that. Thanks. Do you see anything in the logs that might indicate kernel over driver problem?15:17
tgardnerdreks, the r8169 driver has had lots of problems in the past, so I suspect you might be right.15:18
dreksIs there anywhere else I can look for driver related bugs? I'd like to find out whats to blame, kernel or driver15:20
dreksIf I need to replace a ethernet card because the issue has not been resolved with the driver, I will do so, but I want to find evidence it's not the kernel15:21
tgardnerdreks, you could try asking romieu@fr.zoreil.com (the maintainer). be sure to Cc: netdev@vger.kernel.org15:21
dreksthanks15:22
=== tgardner is now known as tgardner-afk
=== tgardner-afk is now known as tgardner
* ppisati -> gym15:52
tgardnerogasawara, so, you're happy with Ubuntu-3.4.0-4.9 ? I'll get the LTS backport started.17:45
ogasawaratgardner: I am, just pushed to master.  Am prepping the upload right now.17:45
tgardnerogasawara, yep, saw that when I jst pulled.17:46
tgardnerjust*17:46
=== tgardner is now known as tgardner-afk
infinitytgardner: So, linux-ti-omap4-tools-3.4.0-201 is now the only thing standing between me and beer on the archive health reports. ;)18:05
infinityppisati: ^18:05
infinityppisati: Do you know if the tools can be re-enabled (or, if they need fixing, can we?)18:05
tgardner-afkinfinity, I've got a test build going. if successful I'll upload later this afternoon18:06
infinitytgardner-afk: Ahh, fancy.  Thanks.18:06
* tgardner-afk is now really afk...18:06
infinityogasawara: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1005699 is preventing us from upgrading some of our buildds to precise.  Is there a formal escalation process for these sorts of things?18:51
ubot2`Launchpad bug 1005699 in linux "tg3: reports "eth0: DMA Status error. Resetting chip.", fails to work" [High,Confirmed]18:51
ogasawarainfinity: usually assigning it to the canonical-kernel-team in lp gets it on our radar, or pinging us directly like you've just done18:52
infinityogasawara: Looks like it's fixed upstream, so should just be some tedious bisection back and forth.18:53
ogasawarainfinity: ack, will get a resource on it and get it sorted18:53
infinity(Or perhaps not even that, if the changes to the driver are limited and obvious, I guess)18:53
infinityogasawara: <318:53
oratedogra_: Still there?19:18
Kanohi20:59
Kanoi see your quantal builds need libc 2.1421:00
Kanois it possible to lower that to libc 2.13 as debian only uses 2.1321:01
jjohansenogasawara: so I looked into CONFIG_NF_CONNTRACK_PROCFS its obsolete, and should not be set (so no change) do you want an email to the list before I mark the wi done21:11
ogasawarajjohansen: if you could just send a quick email that'd be great.  it'd be nice for historical tracking purposes.21:12
infinitytgardner-afk: Tools build for ti-omap4 seems to be missing a build-dep on flex.23:36
infinity(at least)23:36
infinitytgardner-afk: There's also the warnings about missing newt/gtk/python support due to not having those dev packages installed, but I'm guessing you don't turn those on for the master branch either?23:37

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