From: Nitin A Kamble <[email protected]> I was noticing emenlow BSP failing to boot since LTSI was integrated in the v3.10 kernel. After debugging I found out that kernel code was doing an invalid memory access, causing kernel panic. Here is the fix for the issue, which I am also pushing to the upstream v3.10 LTSI kernel repository.
Thanks, Nitin The following changes since commit c7739be126930006e3bfbdb2fb070a967abc5e09: drm/mm: include required headers in drm_mm.h (2014-03-27 13:06:47 -0400) are available in the git repository at: git://git.yoctoproject.org/linux-yocto-contrib nitin/ltsi http://git.yoctoproject.org/cgit.cgi/linux-yocto-contrib/log/?h=nitin/ltsi Nitin A Kamble (1): sdhci-pci.c: a fix for invalid memory access drivers/mmc/host/sdhci-pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.8.1.4 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
