kernel: backport gnu11 upgrade
authorOlliver Schinagl <oliver@schinagl.nl>
Sun, 4 Sep 2022 20:08:47 +0000 (22:08 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 13 Oct 2022 14:03:35 +0000 (16:03 +0200)
commit41a1a652fbd407a40d55a07bccdbc92770a4c2be
tree785e3241cb775121ad98ab8bd39125976287efd0
parent2f8ac8bcea879542b2bc414a108c3aff166d5ef5
kernel: backport gnu11 upgrade

Upstream has switched to gnu11 not too long ago. One advantage of
backporting this to these older kernels is, that we can encourage and
write better upstreamable kernels. E.g. the kernel devs prefer loop
declarations. Shrinking the master/local gap will be useful in these
cases.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Acked-by: Christian Marangi <ansuelsmth@gmail.com>
target/linux/generic/backport-5.10/005-v5.17-01-Kbuild-use-Wdeclaration-after-statement.patch [new file with mode: 0644]
target/linux/generic/backport-5.10/005-v5.17-02-Kbuild-move-to-std-gnu11.patch [new file with mode: 0644]
target/linux/generic/backport-5.10/005-v5.17-03-Kbuild-use-std-gnu11-for-KBUILD_USERCFLAGS.patch [new file with mode: 0644]
target/linux/generic/backport-5.15/005-v5.17-01-Kbuild-use-Wdeclaration-after-statement.patch [new file with mode: 0644]
target/linux/generic/backport-5.15/005-v5.17-02-Kbuild-move-to-std-gnu11.patch [new file with mode: 0644]
target/linux/generic/backport-5.15/005-v5.17-03-Kbuild-use-std-gnu11-for-KBUILD_USERCFLAGS.patch [new file with mode: 0644]