zephyr/subsys
Charles E. Youse 155853b39c subsys/testsuite/coverage: move initialization vector to RODATA
The .init_array vector is, in fact, read-only data, so put it there.

Previously it was placed at the end of the ROM, but was unknown to
the x86 memory protection code with XIP enabled (because it was not
part of the text, rodata, or kernel RAM). Until recently, the XIP
implementation artificially bloated _image_rodata_size to cover the
entire ROM, so the (mis)placement of .init_array went unnoticed.

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
2019-09-12 09:53:34 +08:00
..
bluetooth Bluetooth: Controller: Typo in Kconfig 2019-09-10 08:32:02 -05:00
console subsystem: console: tty init checks and support for polled-only devices 2019-09-08 12:43:49 +02:00
cpp
debug
dfu
disk
fb
fs
jwt
logging
mgmt Bluetooth: GATT: Fix using variable size storage for CCC 2019-08-22 15:14:39 +03:00
net net: dns: Check family before returning results 2019-09-11 16:17:42 +03:00
power
random
settings
shell subsystem: kernel_shell: extend thread info 2019-09-08 12:39:58 +02:00
stats
storage subsys/storage/flash_map: detect missing flash device 2019-07-24 09:20:56 -04:00
testsuite subsys/testsuite/coverage: move initialization vector to RODATA 2019-09-12 09:53:34 +08:00
usb usb_device: Fix typo in comment 2019-09-09 13:38:41 -05:00
CMakeLists.txt
Kconfig