From b858d63f0f0d059213b00f8092fa4b75d5b80aca Mon Sep 17 00:00:00 2001 From: pepe Date: Sun, 28 May 2023 03:41:35 +0000 Subject: [PATCH] Linux 6.3.4 --- asm-generic/fcntl.h | 1 - linux/version.h | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/asm-generic/fcntl.h b/asm-generic/fcntl.h index 1ecdb91..80f37a0 100644 --- a/asm-generic/fcntl.h +++ b/asm-generic/fcntl.h @@ -91,7 +91,6 @@ /* a horrid kludge trying to make sure that this will fail on old kernels */ #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) -#define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT) #ifndef O_NDELAY #define O_NDELAY O_NONBLOCK diff --git a/linux/version.h b/linux/version.h index e6dc99c..9949df8 100644 --- a/linux/version.h +++ b/linux/version.h @@ -1,5 +1,5 @@ -#define LINUX_VERSION_CODE 393987 +#define LINUX_VERSION_CODE 393988 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) #define LINUX_VERSION_MAJOR 6 #define LINUX_VERSION_PATCHLEVEL 3 -#define LINUX_VERSION_SUBLEVEL 3 +#define LINUX_VERSION_SUBLEVEL 4