zephyr/subsys
Dominik Ermel bb0fa0746b stream_flash: Enforce size to be explicitly present on init
The commit changes requirements for stream_flash_init, where size
can no longer be 0 and has to be explicitly set, to avoid situation
where size autodetection, invoked by size == 0, would miss changes in
layout and silently allow overflow of Stream Flash into other partitions.

There has also been new Kconfig option CONFIG_STREAM_FLASH_INSPECT,
set to y by default to keep legacy behaviour, that can be used to turn
off stream_flash_ctx vs device inspection, allowing user to shed
inspection code once it is not useful anymore.

Fixes: #71042

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2025-01-07 15:56:49 +01:00
..
bindesc
bluetooth Bluetooth: MPL: Fix build issues with the MPL shell 2025-01-07 00:27:17 +01:00
canbus
console
dap
debug drivers: coredump: Place API into iterable section 2024-12-03 02:36:38 +01:00
demand_paging
dfu dfu: boot: mcuboot: fix boot_is_img_confirmed 2024-12-05 12:29:44 +01:00
disk
dsp
emul
fb drivers: display: Place API into iterable section 2024-12-02 22:05:41 +00:00
fs fs: shell: Add configuration option for mount subcommand 2024-12-29 05:49:58 +01:00
input
ipc
jwt mbedtls: select ENTROPY_GENERATOR when a driver is available 2024-12-19 17:53:37 +01:00
llext llext: move a calculation to a more logical location 2024-12-17 20:55:15 +01:00
logging logging: increase the maximum value of LOG_BUFFER_SIZE 2024-12-12 19:59:51 +01:00
lorawan
mem_mgmt
mgmt mgmt: mcumgr: grp: os_mgmt: Add error code for invalid responses 2025-01-03 10:02:23 +01:00
modbus modbus: serial: remove redundant cfg->dev usage in uart_cb_handler 2024-12-13 11:34:44 +01:00
modem
net net: ip: Add a name to existing Kconfig choice 2025-01-07 08:08:58 +01:00
pm shell: use shell_device_get_binding 2024-12-18 15:32:10 +01:00
portability kernel: Introduce _THREAD_SLEEPING state bit 2024-12-18 18:17:03 +01:00
profiling
random mbedtls: select ENTROPY_GENERATOR when a driver is available 2024-12-19 17:53:37 +01:00
retention
rtio
sd
secure_storage secure_storage: its: store: settings: improve debug logging 2024-12-17 11:34:42 +00:00
sensing drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
settings
shell shell: modules: kernel: streamline code 2024-12-13 11:35:28 +01:00
sip_svc
stats
storage stream_flash: Enforce size to be explicitly present on init 2025-01-07 15:56:49 +01:00
task_wdt
testsuite
timing
tracing tracing: sysview: Clang-format tracing_sysview_ids.h 2024-12-30 17:32:03 +01:00
usb usb: device_next: cdc_acm: set the thread name after initializing it 2024-12-27 14:10:05 +01:00
zbus zbus: optional unique channel numeric identifiers 2024-12-18 12:47:24 +01:00
CMakeLists.txt
Kconfig