-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.12.0 git 4f8a88a40eda2b4c6733127e9e460c55ffa320d1 #422
Comments
Do you have any usb devices plugged in? Can you try booting without any? |
There are no USB devices plugged in (the Ethernet is of course USB). The previous kernel I used, built the same way, is 3.11.7 and boots correctly. This is a 512MB model B Raspberry Pi. |
Some additional notes... I'm using the latest Pidora 18 (fully updated), with raspberrypi-vc-firmware-20131018git4c14569-5.rpfr18.armv6hl. The kernel is built on my desktop with the cross compilation tool chain obtained with: git clone git://github.com/raspberrypi/tools.git I've tried building with both softfp and hardfp, with the same result, though I don't know if that makes a difference for the kernel. |
Out of interest, here is a 3.12 kernel I've build (without the modules). |
No, it hangs at the same point. |
I also tried updating the firmware to the newer upstream with Hexxeh / rpi-update:
The 3.12 kernel still hangs at the same point, and the 3.11.7 kernel still boots normally. |
Dupe of #423 Please test latest; a potential fix has been pushed. |
Confirmed. The fix corrects the issue. Closing. |
Static code analyzer warns that index value for scratch_pt may be equal to -1. Index value type is intel_gvt_gtt_type_t, so it may be any number at range -1 to 17. Check first if cur_pt_type and cur_pt_type+1 is valid values. v2: - Print some error messages if page table type is invalid. (Colin Xu) v4: - Print cur_pt_type in error message. (Colin Xu) This patch fixed the critial issue #422 reported by klocwork. Acked-by: Colin Xu <[email protected]> Signed-off-by: Aleksei Gimbitskii <[email protected]> Cc: Zhenyu Wang <[email protected]> Cc: Zhi Wang <[email protected]> Cc: Colin Xu <[email protected]> Signed-off-by: Zhenyu Wang <[email protected]>
Built the 3.12.y kernel current as of today (2013-11-07) last commit:
4f8a88a
The config used is (unchanged) bcmrpi_defconfig.
At boot, the kernel hangs hard immediately after initializing the smsc95xx (see attached image). The only way to recover is to power down and switch back to an older kernel on the sdcard.
The text was updated successfully, but these errors were encountered: