**** BEGIN LOGGING AT Tue Feb 20 03:00:03 2018 Feb 20 08:01:15 ant_work : I just send you an email Feb 20 08:01:53 4.16-rc2 is still black on boot for me, send me your .config and the zImage you have, maybe borzoi related Feb 20 08:02:17 the keyboard issue was related to changes in gpio-pxa.c (quite a while ago) Feb 20 08:03:12 more details in the email. I believe it is related to the GPIO matrix in some whay or the other as the mappings are OK but it may not get parsed correctly for spitz Feb 20 08:04:42 there is a clear pattern on the keys that do not work with SHIFT, they are rows 4 and 5 in the GPIO matrix for spitz. All others work fine. Feb 20 08:07:35 hi Feb 20 08:08:06 I confirm kb issue on c860 as well Feb 20 08:08:30 about lcd/backlight, I fear your spi changes broke it Feb 20 08:08:37 vanilla is ok Feb 20 08:09:07 I have to add, there are apparently DMA Tx errors using SD/mmc cards as root Feb 20 08:09:36 I see these on two cards, only with 4.16-rc0. 4.4 on the same cards, in another partition, is ok Feb 20 08:10:26 last but not least, we have to check about config scsi_scan_async Feb 20 08:10:44 long ago it was only for hddm naybe can help SD/CF detection Feb 20 08:11:50 the 4.16-rc I compile vanilla, so no SPI changes at all Feb 20 08:12:08 I'll upload the image I used Feb 20 08:12:19 and the .config plz Feb 20 08:12:30 yes, that one is actually under verification ;) Feb 20 08:12:39 on c860 initially Feb 20 08:13:04 I did not see any miss, just disabling strange stuff and protocols Feb 20 08:13:42 I stopped on the scsi async Feb 20 08:13:49 that one is interesting Feb 20 08:17:16 you can try my 4.16 config too Feb 20 08:17:19 https://gist.github.com/greguu/b8944d16eb2a2b0ebe3a0a3f13afafb3 Feb 20 08:25:44 greguu, https://github.com/LinuxPDA/test-4.16 Feb 20 08:27:00 fetching... Feb 20 08:27:40 hi ant_work, greguu Feb 20 08:28:15 I have read that the keyboard issues have been fixed in the 4.14.18 kernel, that's great Feb 20 08:28:24 not fixed VartiWork Feb 20 08:28:52 there is a workaround to use an older gpio-pxa.c file Feb 20 08:29:32 but yes I "fixed" it in the last kernel release Feb 20 08:38:12 ok, good to have that fix anyway Feb 20 08:39:09 thanks for your work Feb 20 08:41:50 has someone already reported this issue on mainline? Feb 20 08:44:32 not yet. I did some narrowing down today and found the file related but not yet the exact patch that introduced the issue. Feb 20 08:45:00 ok Feb 20 08:46:50 there are a few patches introduced in late 2015 that made it into mainline in 2016 that are very likely related. Feb 20 08:48:40 greguu, another thing... my linux-kexecboot 3.10 and 3.2 do not mount vfat Feb 20 08:48:47 maybe is the card Feb 20 08:49:03 remember to check fat/vfat Feb 20 08:49:05 hm. I never tried loading from vfat. Feb 20 08:49:15 only ext2/3/4 and f2fs Feb 20 08:49:33 you see that once flashing kexecboot, it should detect itself as zImage Feb 20 08:49:46 on the card used to flash Feb 20 08:50:05 I see, I can try the SD card I used to flash, vfat Feb 20 08:50:14 was not also ext2 supported for flashing ? Feb 20 08:50:51 probably, can't remember whether on collie or what Feb 20 08:51:31 ok, files did upload Feb 20 08:52:18 I'm updating the sources, this evening I'll try 4.16-rc2 Feb 20 08:58:38 Kexeboot - vfat is detected but can not mount "invalid argument" Feb 20 08:58:56 not that I really would need to boot a kernel from vfat.. but yes it seems it does not work in kexecboot 0.6 Feb 20 09:02:37 same here, long ago I forgot CONFIG_NLS_ISO8859_1 Feb 20 09:02:42 or such Feb 20 09:04:54 can you boot my image? Feb 20 09:09:45 well it does show the OE logo, that is better. but it fails to boot into userspace. I enabled debug and loglevel 7 but can not see whats happening. Does it have F2FS enabled ? Feb 20 09:10:02 doh Feb 20 09:10:32 I test on ext3/4 Feb 20 09:10:39 Well I can try on SD card with ext 4 Feb 20 09:10:50 CONFIG_F2FS_FS=y Feb 20 09:10:51 but it seems to load the logo Feb 20 09:11:16 but maybe because you use a fullscreen logo Feb 20 09:11:44 it did not boot completely. the last think I can see that my USB "asix" is registered Feb 20 09:12:50 https://github.com/LinuxPDA/test-4.16/blob/master/spitz/spitz-4.16-rc1.log Feb 20 09:13:41 but I was logged on serial Feb 20 09:14:08 see the DMA errors at end... Feb 20 09:14:14 does yours have support for my SanDisk 8GB CF Card ? Feb 20 09:14:52 ah, maybe not... Feb 20 09:14:55 anyway, your seem not to have an backlight issue. I can try to enable DHCP at boot on mine and SSH into it to see whats happening Feb 20 09:15:26 I think it is a .config issue Feb 20 09:15:43 I may have messed up the oldconfig from 4.14 to 4.16 Feb 20 09:16:07 note I have yet to try CF cards Feb 20 09:17:25 greguu, just diff out the defconfigs Feb 20 09:22:24 they are the same :) Feb 20 09:22:51 I will try a vanilla build with defconfig just in case tomorrow Feb 20 09:23:27 but there are no changes to the defconfig between 4.14 and 4.16 Feb 20 09:29:50 irda is now in staging Feb 20 09:39:49 ant_work : I binwalk'ed your kernel .config out of your zImage. Lets see if this one works for me Feb 20 09:40:15 * greguu *tomorrow Feb 20 09:40:35 heh, I can add the final .config if you need Feb 20 09:43:14 are you using a musl toolchain ? Feb 20 09:47:12 ah, yes Feb 20 09:47:29 for 4.16 I had to add openssl-native Feb 20 09:47:43 new crypto / signed certs stuff Feb 20 09:50:32 greguu, configs https://github.com/LinuxPDA/test-4.16/tree/master/spitz/build Feb 20 09:52:01 ok, I did already a diff and found nothing special compared to mine but I will have a closer look tomorrow **** ENDING LOGGING AT Wed Feb 21 03:00:02 2018