File linux-stable-version-update.patch of Package linux-glibc-devel.29087
--- a/include/linux/version.h 2021-09-01 22:50:37.733453121 +0200
+++ b/include/linux/version.h 2021-10-11 18:56:53.607662277 +0200
@@ -1,5 +1,5 @@
-#define LINUX_VERSION_CODE 331264
+#define LINUX_VERSION_CODE 331285
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c)))
#define LINUX_VERSION_MAJOR 5
#define LINUX_VERSION_PATCHLEVEL 14
-#define LINUX_VERSION_SUBLEVEL 0
+#define LINUX_VERSION_SUBLEVEL 21