**** BEGIN LOGGING AT Sat Jul 12 02:59:59 2014 Jul 12 09:12:25 bluelightning: hey, on which side of the earth are you? Jul 12 09:12:59 ant_home: hey Jul 12 09:13:18 ant_home: I'm in Germany atm, driving back to the UK tomorrow Jul 12 09:13:20 stay away from this stormy Europe Jul 12 09:13:25 heh Jul 12 09:13:35 glad not to be flying :) Jul 12 09:13:54 we had a bit of a tropical storm flying out of the maldives, takeoff was a bit hairy Jul 12 09:14:04 he he Jul 12 09:14:04 made it back in one piece though :) Jul 12 09:14:28 how have you been? Jul 12 09:15:25 busy with the little childs those days Jul 12 09:15:41 birthsdays and so on... Jul 12 09:15:58 anyway, the fresh weather has been inspiring Jul 12 09:16:22 with anarsoul we have almost solved the opie's ts calibration Jul 12 09:17:19 ah ok, interesting... I'll have to catch up with him too Jul 12 09:18:53 ofc on collie it is still a bit b0rked :p Jul 12 09:22:34 we have a pretty number of regressions to fix :/ Jul 12 09:22:46 this july is starting awkwards Jul 12 09:23:59 'someone up on the food chain' (as rpdays loves to say) decided to change the zImage symlinks Jul 12 09:24:22 so kexecboot and other bootscripts are all failing... Jul 12 09:24:53 sigh.. little patch I know but that's unexpected breakage Jul 12 09:37:58 we should add some unit tests in for those bits of the code Jul 12 09:38:27 the tests get run regularly so that should pick up regressions like this Jul 12 09:39:04 that's a subtle one Jul 12 09:39:34 we can adapt kexecboot but I guess more are affected Jul 12 09:40:17 old lrwxrwxrwx 1 root root 28 lug 5 12:26 zImage ->zImage-3.14.5-yocto-standard Jul 12 09:40:37 new rwxrwxrwx 1 root root 34 lug 5 12:26 zImage ->/boot/zImage-3.14.5-yocto-standard Jul 12 09:40:53 then Jul 12 09:40:55 Cannot open `/mnt/boot/zImage': No such file or directory Jul 12 09:40:56 Nothing has been loaded! Jul 12 09:41:27 "I think that, as a general rule, any symlink where the source and target file Jul 12 09:41:27 both reside in the same directory should be a relative symlink." Jul 12 09:41:40 I agree Jul 12 09:43:25 Bruce is investigating Jul 12 09:43:40 anyway, we have just to fix kexecboot changing #define MOUNTPOINT "/mnt" Jul 12 09:43:52 plus a bit of extra fixes Jul 12 09:45:03 brb Jul 12 16:53:42 lumag: hi Jul 12 16:53:53 ant_home, hello Jul 12 16:53:56 what's the joke? CONFIG_SPI_DEBUG=y does nothing... Jul 12 16:54:25 one-line Jul 12 16:54:26 pxa2xx-spi: probe of pxa2xx-spi.1 failed with error -2 Jul 12 16:54:46 I guess max1111 fails because it is on spi Jul 12 16:54:54 then the oops Jul 12 16:55:11 on poodle you only notice the lack of ts Jul 12 16:56:06 fwiw: BUG: mapping for 0x00000000 at 0xff000000 out of vmalloc space is fixed Jul 12 16:56:28 on both poodle and corgi Jul 12 17:01:54 lumag, seems broonie is our man Jul 12 17:02:15 * ant_home reading spi sources, sob Jul 12 17:02:26 ant_home, I did not have time for spi, sorry. Jul 12 17:02:48 I think we need a single fix Jul 12 17:03:02 forget pxa, stay on sa1100 Jul 12 17:03:05 ;) Jul 12 17:03:28 pxa can only have recent/minor flaws Jul 12 17:04:26 about collie, I pestered enough the maintainer and now the -mtd patch is in next pull Jul 12 17:04:38 so for 3.16 only your patchsets are pending Jul 12 17:04:54 (plus that dubious patch of mine) Jul 12 17:27:46 lumag, uh...https://lkml.org/lkml/2014/5/16/145 Jul 12 17:28:45 Heh, It might be the case. Jul 12 17:31:59 same on poodle.c Jul 12 17:32:12 though, This typo was introduced in v2.6.28 Jul 12 17:32:42 3.2/3.8/3.10 were ok afair Jul 12 17:55:29 did you push spi to the module by chance? Jul 12 17:55:57 not yet Jul 12 17:56:08 then the patch probably should not help. Jul 12 17:56:14 sorry, gtg now. Jul 12 17:56:19 grep reveals it's only corgi Jul 12 17:56:28 I hope to have some time for that on Monday evening. Jul 12 17:56:32 np Jul 12 17:56:34 to/3.14.5+gitAUTOINC+602be954ac_96930820e0-r0/linux/arch/arm/mach-pxa$ grep -R CONFIG_SPI_PXA Jul 12 17:56:34 poodle.c:#if defined(CONFIG_SPI_PXA2XX) || defined(CONFIG_SPI_PXA2XX_MODULE) Jul 12 17:56:34 spitz.c:#if defined(CONFIG_SPI_PXA2XX) || defined(CONFIG_SPI_PXA2XX_MODULE) Jul 12 17:56:34 z2.c:#if defined(CONFIG_SPI_PXA2XX) || defined(CONFIG_SPI_PXA2XX_MODULE) Jul 12 17:56:34 cm-x255.c:#if defined(CONFIG_SPI_PXA2XX) Jul 12 17:56:34 cm-x270.c:#if defined(CONFIG_SPI_PXA2XX) || defined(CONFIG_SPI_PXA2XX_MODULE) Jul 12 17:56:37 corgi.c:#if defined(CONFIG_SPI_PXA2XX) || defined(CONFIG_SPI_PXA2XX_MASTER) Jul 12 17:56:39 littleton.c:#if defined(CONFIG_SPI_PXA2XX) || defined(CONFIG_SPI_PXA2XX_MODULE) Jul 12 17:56:41 em-x270.c:#if defined(CONFIG_SPI_PXA2XX) || defined(CONFIG_SPI_PXA2XX_MODULE) Jul 12 17:57:19 enjpy the weekend Jul 12 17:57:45 forget about spi on pxa Jul 12 17:57:52 locomo spi needs love Jul 12 17:57:56 ;) Jul 12 17:58:32 that corgi fix is pulled for 3.17 Jul 12 17:59:20 I'll try with modules-dynamic debug and printk Jul 12 17:59:27 as for mtd :/ Jul 12 21:49:37 lumag: some progress Jul 12 21:49:43 it loads on 2nd try... Jul 12 21:49:44 root@poodle:~# modprobe spi-pxa2xx-platform dyndbg==pmf Jul 12 21:49:44 pxa2xx-spi pxa2xx-spi.1: failed to get ssp Jul 12 21:49:44 root@poodle:~# modprobe spi-pxa2xx-platform dyndbg==pmf Jul 12 21:49:44 root@poodle:~# Jul 12 21:50:04 root@poodle:~# lsmod Jul 12 21:50:05 Module Size Used by Jul 12 21:50:05 spi_pxa2xx_platform 13747 0 Jul 12 21:50:05 ssp 2466 1 spi_pxa2xx_platform Jul 12 21:50:05 bluetooth 308550 2 Jul 12 21:50:05 6lowpan_iphc 9762 1 bluetooth Jul 12 21:50:07 ipv6 271915 16 Jul 12 21:50:09 pxaficp_ir 8446 0 Jul 12 21:50:11 irda 90321 1 pxaficp_ir Jul 12 21:50:13 root@poodle:~# **** ENDING LOGGING AT Sun Jul 13 02:59:59 2014