openwrt/target/linux/generic
Christian Marangi 77ecc2844b
generic: 5.15: backport bcm63xx wdt patch fixing fallthrough warning
Backport patch present upstream fixing error for bcm63xx:
drivers/watchdog/bcm63xx_wdt.c: In function 'bcm63xx_wdt_ioctl':
drivers/watchdog/bcm63xx_wdt.c:208:17: error: this statement may fall through [-Werror=implicit-fallthrough=]
  208 |                 bcm63xx_wdt_pet();
      |                 ^~~~~~~~~~~~~~~~~
drivers/watchdog/bcm63xx_wdt.c:210:9: note: here
  210 |         case WDIOC_GETTIMEOUT:
      |         ^~~~
cc1: all warnings being treated as errors

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2023-05-12 03:15:35 +02:00
..
backport-5.10 kernel: bump 5.10 to 5.10.179 2023-04-30 00:01:12 +02:00
backport-5.15 generic: 5.15: backport bcm63xx wdt patch fixing fallthrough warning 2023-05-12 03:15:35 +02:00
files kernel: mtk_bmt: refactor to avoid deep recursion 2023-04-29 12:58:48 +02:00
hack-5.10 kernel: bump 5.10 to 5.10.179 2023-04-30 00:01:12 +02:00
hack-5.15 generic: add hack for MT753x LED configuration 2023-05-11 23:09:04 +02: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.10 kernel: bump 5.10 to 5.10.179 2023-04-30 00:01:12 +02:00
pending-5.15 generic: 5.15: add pending patch fixing binfmt compilation warning 2023-05-12 03:15:35 +02:00
config-5.10 kernel: fix handling of CONFIG_DYNAMIC_DEBUG 2023-05-03 10:26:17 -07:00
config-5.15 generic: 5.15: enable Werror by default for kernel compile 2023-05-12 03:15:32 +02:00
config-filter kernel: filter out pahole version 2023-03-29 17:36:19 +02:00
PATCHES