/srv/irclogs.ubuntu.com/2014/03/26/#ubuntu-kernel.txt

=== gerald is now known as Guest70860
rsalvetiapw: hey, as we're going to set the brightness level using the android hal, we don't need the following patch anymore (for flo): http://kernel.ubuntu.com/git?p=rsalveti/ubuntu-trusty.git;a=commit;h=c8bbd5315bc7d0ad69c2911cd59c807814e7def204:32
rsalvetiapw: reverting that also fixes a stack trace during boot, and sets up the default framebuffer device as used by the stock android image04:33
rsalvetiapw: would you mind reverting that patch and pushing a new package to the ppa?04:33
rsalvetithat was only needed because we could only set the brightness level via sysfs (using a specific device class), and the stock config provides a lcd-backlight device under the leds class04:35
rsalvetiso with the patch we can set brightness using the current indicator-power logic, but can't using the android hal as the device is different04:36
rsalvetiso that's why we need the revert, as once we merge https://code.launchpad.net/~ycheng-twn/indicator-power/indicator-power_set-brightness-via-powerd/+merge/209200 we'll be setting it via hal (which is how powerd is currently using it as well), making it more compatible with the android stack04:37
rsalvetiand compatible with more devices04:37
ppisatiyep07:05
dholbachhey11:33
dholbachcan somebody check what's still missing on this bug: https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/1256949??11:33
ubot2Launchpad bug 1256949 in linux (Ubuntu) "Dell Latitude E5420 doesn't boot if killswitch is turned to "radio off"" [Undecided,Expired]11:33
ogra_apw, since you had so brilliant ideas about the systremsettle test on the phones when we discovered that the CPU core are hotplugged, i was wondering if you have an idea about upstart in that regard .... it is supposed to crop a chart if the system goes idle after a certain app started, but i cant seem to get it to sense that on the phone 12:08
ogra_http://people.canonical.com/~ogra/touch-bootcharts/ has daily bootcharts ....  http://people.canonical.com/~ogra/touch-bootcharts/ubuntu-phablet-trusty-255.png is the only one where the cropping happened, the CPU usage looks like it is close to zero, so i suspect thats a similar issue as the systemsettle idle issue12:09
=== gerald is now known as Guest41288
=== dayangkun is now known as dayangkun_afk
=== hatch__ is now known as hatch
rsalvetiguess apw is not around today15:30
ogra_rsalveti, nope, on friday again15:31
rsalvetirtg: mind handling http://paste.ubuntu.com/7157292/?15:32
ogra_(probably bootchart simply doesnt consider the system idle because the kernel writes 100 battery state messages to syslog all the time :P )15:32
rtgrsalveti, ack15:33
rsalvetirtg: thanks15:33
rtgrsalveti, Uploading linux-flo_3.4.0-3.9.dsc: done.16:07
rsalvetirtg: thanks!16:27
rtgrsalveti, c-k-t PPA as usual. Note the ABI bump (if that is relevant)16:28
rsalvetirtg: thanks, did you also update the meta package?16:28
rsalvetirtg: I can migrate to the archive16:28
rsalvetiafter testing it16:28
rtgrsalveti, yup, hence the ABI update16:28
rsalvetiawesome, thanks so much16:28
rtgnp16:28
infinityrsalveti: I can just copy it to the archive, if you think it's sane.16:36
rsalvetiinfinity: np, will land it together with another silo16:36
rsalvetibut thanks16:36
infinityrsalveti: Whee, silos.  Please copy it instead of reuploading. :P16:37
infinity(with binaries)16:37
rsalvetisure, will just copy them :-)16:37
infinityBenC: Daily ping re: http://launchpad.net/bugs/129112518:15
ubot2Launchpad bug 1291125 in Kernel SRU Workflow "linux-ppc: <version to be filled> -proposed tracker" [Medium,In progress]18:15
BenCinfinity: Build in progress18:15
infinityBenC: \o/18:15
infinityBenC: Can I trust that you're doing a full build so I don't have to do it again before I upload? :)18:16
BenCinfinity: Yes :)18:16
infinityShiny.18:16
infinityBenC: Was there a defensible reason why CONFIG_KVM was =y in powerpc rather than =m?18:56
infinityBenC: Or "just cause"?18:56
BenCinfinity: I don't think it can be =m18:56
infinityBenC: It can (and is) on other platforms, and qemu --enable-kvm forced a load.18:56
infinityBenC: Hence the curiosity.18:57
infinitys/forced/forces/18:57
BenCThen my argument is that qemu --enable-kvm doesn't require root (if /dev/kvm is set to a specific group) :)18:57
BenCBut to be honest, I have no good reason, and I haven't tried it as =m18:57
infinityBenC: That should still work, through the magic of udev and things.18:57
infinityBenC: Alright, we'll give it a whirl as =m and see if the world explodes.18:58
infinityBenC: But there's no reason why your platform(s) would be special in this regard, right?  Like, if it works for me on IBM kit, it should work for you too?18:58
BenCRight18:58
infinityCool.18:58
infinityrtg: ^18:58
rtginfinity, ack18:59
BenCAs long as there aren't really weird module naming that program have to be aware of (e.g. vx and such)18:59
strikovHi guys. Kernels for armhf have flash-kernel in recommends. Due to this fact when you try to use curtin (fast-path installer) inside the virtual instance it crashes. Curtin installs kernel, kernel recommends flash-kernel and flash-kernel crashes because it can't get arch name (dtb is not available and /proc/cpuinfo shows 'Dummy Virtual Machine' which is not in flash-kernel's db). What is the best way to solve this? Thanks20:21
infinitystrikov: How are kernels meant to be booted in these VMs?20:22
infinitystrikov: Is it currently "feed it to qemu externally"?20:22
infinityIt's entirely possible that kernels recommending bootloaders is a silly idea we should stop doing.20:23
infinityBut since it might be a bit late to easily validate that, adding a no-op flash-kernel DB entry for VMs might do.20:24
strikovinfinity: there is no way to boot them right now (when we have grub working inside vm instance that can be the way)20:24
strikovinfinity: db entry looks good to me, just wanted to make sure that we can't drop this recommendation20:25
strikovinfinity: thanks20:25
infinitystrikov: File a bug on flash-kernel with the details and a dump of /proc/cpuinfo on such a setup.20:26
strikovinfinity: will do20:26
infinitystrikov: I'm pretty sure the right answer here is to make kernels on all arches stop recommending bootloaders, it should be up to your installer to pick one for you, not the kernel package to make sure you have one, but final beta time is probably not the right time to make changes like that.20:26
strikovinfinity: agreed20:27
strikovinfinity: and do you have example of this no-op entry?20:27
strikovinfinity: how it should look like to avoid any work done20:27
dannfinfinity: if we do this for just arm64 (remove recommends), and we verify that d-i still works on supported platforms, is that good?20:28
infinitydannf: Possibly, but the above was about armhf. :P20:29
dannfoh - nm, strikov says it related to armhf, and yeah - too late to validate that20:29
dannfwe have the same problem on both, but no-op entry would fix it for both20:29
infinityI'd imagine that "Machine: Foo\nKernel-Flavors: generic generic-lpae" and nothing else in the stanza would do pretty much nothing on Foo.20:30
infinityThough please do test. ;)20:31
infinityThough, this conversation did highlight a bug on ppc64el, where loader is wrong.20:35
strikovinfinity: http://paste.ubuntu.com/7158987/ at the end of db list did the trick20:50
infinitystrikov: Erm, what's that second line for?20:53
strikovinfinity: well, we have different /proc/cpuinfo lines on armhf and arm64 :(20:55
strikovinfinity: inside the vm instance i mean20:55
infinityOh, that's for the two arches.  Kay.20:55
infinityAwkward that the second one is so ugly.20:55
infinityIs this with hallyn's qemu 2.0 packages?20:55
strikovinfinity: it is20:56
strikovinfinity: oh, sorry, i'm using 1.720:57
strikovinfinity: https://bugs.launchpad.net/ubuntu/+source/flash-kernel/+bug/1298070 Thanks for helping21:56
ubot2Launchpad bug 1298070 in flash-kernel (Ubuntu) "Flash-kernel shouldn't raise any errors while running inside vm instance" [Undecided,New]21:56
infinityNot sure I entirely agree with the Foundation Model being in there, but I guess it doesn't hurt terribly.21:58
infinitySince, in theory, if we ever have a bootloader there, it's going to be grub.21:58
infinityWhich I assume it also true for our VM story.21:58
infinitys/it/is/21:59
strikovinfinity: yeah, i don't think that we have any chance to see u-boot inside any virt environment22:04
strikovinfinity: and flash-kernel is about u-boot22:04
hallynok, i apparently misread the memo - 12.04 has a very long chain of hwe kernels;  do i understand right that 14.04 will only have 2 years of kernel support?23:13
infinityhallyn: No.23:40

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