]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- 5.15.43 auto/th/kernel-5.15-5.15.43-1
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 26 May 2022 10:16:36 +0000 (12:16 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 26 May 2022 10:16:36 +0000 (12:16 +0200)
kernel-aufs5.patch
kernel-x86.config
kernel.spec

index b9caca584a677731321559ba90ed80b6344c7ad7..ae55eaba32e17d54612fb905ef559a2f3df8a962 100644 (file)
@@ -711,14 +711,6 @@ index 45437f8e1003e..786af52904fcf 100644
  
  /*
   * Variant of alloc_empty_file() that doesn't check and modify nr_files.
-@@ -375,6 +376,7 @@ void __fput_sync(struct file *file)
- }
- EXPORT_SYMBOL(fput);
-+EXPORT_SYMBOL_GPL(__fput_sync);
- void __init files_init(void)
- {
 diff --git a/fs/namespace.c b/fs/namespace.c
 index 1283670737826..db99365620118 100644
 --- a/fs/namespace.c
index 2aff2e685424d97d80dbb02c440024c78c5a9256..c14bef2536d424d08115c7e9e83d5fe784b12237 100644 (file)
@@ -7,6 +7,7 @@ SMP x86=y
 X86_X2APIC all=y
 X86_MPPARSE x86=y
 RETPOLINE x86=y
+SLS x86=y
 X86_CPU_RESCTRL all=y
 X86_BIGSMP i386=y
 X86_EXTENDED_PLATFORM i386=y x86_64=y
index 797976112b66e078f964aaa930576926ab27ccca..30970b90297977923193aed8e4a4d396ac290203 100644 (file)
@@ -67,7 +67,7 @@
 
 %define                rel             1
 %define                basever         5.15
-%define                postver         .39
+%define                postver         .43
 
 # define this to '-%{basever}' for longterm branch
 %define                versuffix       -%{basever}
@@ -121,7 +121,7 @@ Source0:    https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
 # Source0-md5: 071d49ff4e020d58c04f9f3f76d3b594
 %if "%{postver}" != ".0"
 Patch0:                https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Patch0-md5:  20b65f6a664201eb0c566e152d906018
+# Patch0-md5:  7aa2e78e9902eab171e51c2119134d76
 %endif
 Source1:       kernel.sysconfig
 
This page took 0.162422 seconds and 4 git commands to generate.