openwrt/target/linux/generic
Daniel Golle 360d27eb76 kernel: fix warning when building fitblk on 32-bit platforms
Kernel warns about comparision of different types without cast when
building the fitblk driver on 32-bit platforms.
Fix this by using `min_t(size_t, ...`.

Fixes: 8fc5457869 ("kernel: add pending fitblk uImage.FIT sub-image block driver")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-02-24 03:34:27 +00:00
..
backport-5.15 generic: replace simple AQR hack patch with upstream version 2024-02-21 02:34:32 +01:00
backport-6.1 generic: replace simple AQR hack patch with upstream version 2024-02-21 02:34:32 +01:00
files kernel: move uImage.FIT partition parser to mediatek target 2024-02-15 19:06:36 +00:00
hack-5.15 generic: replace simple AQR hack patch with upstream version 2024-02-21 02:34:32 +01:00
hack-6.1 generic: replace simple AQR hack patch with upstream version 2024-02-21 02:34:32 +01:00
image target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
other-files initramfs: switch to tmpfs to fix ujail 2020-11-27 01:23:43 +00:00
pending-5.15 kernel: bump 5.15 to 5.15.148 2024-02-01 21:36:00 +01:00
pending-6.1 kernel: fix warning when building fitblk on 32-bit platforms 2024-02-24 03:34:27 +00:00
config-5.15 kernel: move uImage.FIT partition parser to mediatek target 2024-02-15 19:06:36 +00:00
config-6.1 generic: 6.1: add missing symbol for EN8811H PHY driver 2024-02-19 21:40:06 +01:00
config-filter generic: filter out CONFIG_FRAME_WARN 2023-07-01 11:52:07 +02:00
PATCHES