# HG changeset patch # User Rob Landley # Date 1381994126 18000 # Node ID 23b9782e7ab0c6b8c92fda962ab087932bee2697 # Parent a4823c561e289becfd5bbfe471addef221b7fc0e Linux commit a5463cd34354 introduced random breakage for no apparent reason, resulting in armv6l not booting unless you enable CONFIG_KUSER_HELPERS (which makes that commit a NOP). diff -r a4823c561e28 -r 23b9782e7ab0 sources/targets/armv6l --- a/sources/targets/armv6l Tue Oct 15 22:25:55 2013 -0500 +++ b/sources/targets/armv6l Thu Oct 17 02:15:26 2013 -0500 @@ -47,6 +47,9 @@ CONFIG_SCSI_SYM53C8XX_2=y CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=0 CONFIG_SCSI_SYM53C8XX_MMIO=y + +# Work around random breakage in the 3.11 kernel +CONFIG_KUSER_HELPERS=y " emulator_command()