[packages/kernel] Up to 7.1.5
arekm
arekm at pld-linux.org
Mon Jul 27 09:42:24 CEST 2026
commit 3b8098570a3f89a2a81fb68f679d7e80f8fb7afa
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 27 09:42:03 2026 +0200
Up to 7.1.5
kernel-aufs.patch | 196 +++++++++++++++++++++++++++---------------------------
kernel.spec | 4 +-
2 files changed, 100 insertions(+), 100 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 8f17e208..77dce56c 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -53,7 +53,7 @@
%define rel 1
%define basever 7.1
-%define postver .4
+%define postver .5
# define this to '-%{basever}' for longterm branch
%define versuffix %{nil}
@@ -107,7 +107,7 @@ Source0: https://www.kernel.org/pub/linux/kernel/v7.x/linux-%{basever}.tar.xz
# Source0-md5: b6b169bbd9c9c19857ad16db2ddf8def
%if "%{postver}" != ".0"
Patch0: https://www.kernel.org/pub/linux/kernel/v7.x/patch-%{version}.xz
-# Patch0-md5: 0f903f42c04a7b254f8e636fc6f723c7
+# Patch0-md5: 169fdd6cf4ea2b8f1d5a7397098f8ec2
%endif
Source1: kernel.sysconfig
diff --git a/kernel-aufs.patch b/kernel-aufs.patch
index e5213679..f6e652b0 100644
--- a/kernel-aufs.patch
+++ b/kernel-aufs.patch
@@ -1,6 +1,6 @@
diff -urN /usr/share/empty/Documentation/ABI/testing/debugfs-aufs linux/Documentation/ABI/testing/debugfs-aufs
--- /usr/share/empty/Documentation/ABI/testing/debugfs-aufs 1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/ABI/testing/debugfs-aufs 2026-04-24 21:34:40.149432183 +0200
++++ linux/Documentation/ABI/testing/debugfs-aufs 2022-11-05 23:02:18.955889283 +0100
@@ -0,0 +1,55 @@
+What: /debug/aufs/si_<id>/
+Date: March 2009
@@ -59,7 +59,7 @@ diff -urN /usr/share/empty/Documentation/ABI/testing/debugfs-aufs linux/Document
+ will be empty. About XINO files, see the aufs manual.
diff -urN /usr/share/empty/Documentation/ABI/testing/sysfs-aufs linux/Documentation/ABI/testing/sysfs-aufs
--- /usr/share/empty/Documentation/ABI/testing/sysfs-aufs 1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/ABI/testing/sysfs-aufs 2026-04-24 21:34:40.149513054 +0200
++++ linux/Documentation/ABI/testing/sysfs-aufs 2022-11-05 23:02:18.955889283 +0100
@@ -0,0 +1,31 @@
+What: /sys/fs/aufs/si_<id>/
+Date: March 2009
@@ -94,7 +94,7 @@ diff -urN /usr/share/empty/Documentation/ABI/testing/sysfs-aufs linux/Documentat
+ will be empty. About XINO files, see the aufs manual.
diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/01intro.txt linux/Documentation/filesystems/aufs/design/01intro.txt
--- /usr/share/empty/Documentation/filesystems/aufs/design/01intro.txt 1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/01intro.txt 2026-04-24 21:34:40.149685874 +0200
++++ linux/Documentation/filesystems/aufs/design/01intro.txt 2026-07-27 09:19:57.509886455 +0200
@@ -0,0 +1,158 @@
+
+# Copyright (C) 2005-2026 Junjiro R. Okajima
@@ -256,7 +256,7 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/01intro.txt lin
+about it. But currently I have implemented it in kernel space.
diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/02struct.txt linux/Documentation/filesystems/aufs/design/02struct.txt
--- /usr/share/empty/Documentation/filesystems/aufs/design/02struct.txt 1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/02struct.txt 2026-04-24 21:34:40.149764063 +0200
++++ linux/Documentation/filesystems/aufs/design/02struct.txt 2026-07-27 09:19:57.509886455 +0200
@@ -0,0 +1,245 @@
+
+# Copyright (C) 2005-2026 Junjiro R. Okajima
@@ -505,7 +505,7 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/02struct.txt li
+For this purpose, use "aumvdown" command in aufs-util.git.
diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/03atomic_open.txt linux/Documentation/filesystems/aufs/design/03atomic_open.txt
--- /usr/share/empty/Documentation/filesystems/aufs/design/03atomic_open.txt 1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/03atomic_open.txt 2026-04-24 21:34:40.149764063 +0200
++++ linux/Documentation/filesystems/aufs/design/03atomic_open.txt 2026-07-27 09:19:57.509886455 +0200
@@ -0,0 +1,72 @@
+
+# Copyright (C) 2015-2026 Junjiro R. Okajima
@@ -581,7 +581,7 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/03atomic_open.t
+ be implemented in aufs, but not all I am afraid.
diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/03lookup.txt linux/Documentation/filesystems/aufs/design/03lookup.txt
--- /usr/share/empty/Documentation/filesystems/aufs/design/03lookup.txt 1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/03lookup.txt 2026-04-24 21:34:40.149764063 +0200
++++ linux/Documentation/filesystems/aufs/design/03lookup.txt 2026-07-27 09:19:57.509886455 +0200
@@ -0,0 +1,100 @@
+
+# Copyright (C) 2005-2026 Junjiro R. Okajima
@@ -685,7 +685,7 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/03lookup.txt li
+ by over-mounting something (or another method).
diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/04branch.txt linux/Documentation/filesystems/aufs/design/04branch.txt
--- /usr/share/empty/Documentation/filesystems/aufs/design/04branch.txt 1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/04branch.txt 2026-04-24 21:34:40.149764063 +0200
++++ linux/Documentation/filesystems/aufs/design/04branch.txt 2026-07-27 09:19:57.509886455 +0200
@@ -0,0 +1,61 @@
+
+# Copyright (C) 2005-2026 Junjiro R. Okajima
@@ -750,7 +750,7 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/04branch.txt li
+ same named entry on the upper branch.
diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/05wbr_policy.txt linux/Documentation/filesystems/aufs/design/05wbr_policy.txt
--- /usr/share/empty/Documentation/filesystems/aufs/design/05wbr_policy.txt 1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/05wbr_policy.txt 2026-04-24 21:34:40.149764063 +0200
++++ linux/Documentation/filesystems/aufs/design/05wbr_policy.txt 2026-07-27 09:19:57.509886455 +0200
@@ -0,0 +1,51 @@
+
+# Copyright (C) 2005-2026 Junjiro R. Okajima
@@ -805,7 +805,7 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/05wbr_policy.tx
+ copyup policy.
diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/06dirren.dot linux/Documentation/filesystems/aufs/design/06dirren.dot
--- /usr/share/empty/Documentation/filesystems/aufs/design/06dirren.dot 1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/06dirren.dot 2026-04-24 21:34:40.149764063 +0200
++++ linux/Documentation/filesystems/aufs/design/06dirren.dot 2026-07-27 09:19:57.509886455 +0200
@@ -0,0 +1,31 @@
+
+// to view this graph, run dot(1) command in GRAPHVIZ.
@@ -840,7 +840,7 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/06dirren.dot li
+}
diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/06dirren.txt linux/Documentation/filesystems/aufs/design/06dirren.txt
--- /usr/share/empty/Documentation/filesystems/aufs/design/06dirren.txt 1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/06dirren.txt 2026-04-24 21:34:40.149764063 +0200
++++ linux/Documentation/filesystems/aufs/design/06dirren.txt 2026-07-27 09:19:57.509886455 +0200
@@ -0,0 +1,89 @@
+
+# Copyright (C) 2017-2026 Junjiro R. Okajima
@@ -933,7 +933,7 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/06dirren.txt li
+equivalen to udba=reval case.
diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/06fhsm.txt linux/Documentation/filesystems/aufs/design/06fhsm.txt
--- /usr/share/empty/Documentation/filesystems/aufs/design/06fhsm.txt 1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/06fhsm.txt 2026-04-24 21:34:40.149764063 +0200
++++ linux/Documentation/filesystems/aufs/design/06fhsm.txt 2026-07-27 09:19:57.509886455 +0200
@@ -0,0 +1,105 @@
+
+# Copyright (C) 2011-2026 Junjiro R. Okajima
@@ -1042,7 +1042,7 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/06fhsm.txt linu
+should restore the original file state after an error happens.
diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/06mmap.txt linux/Documentation/filesystems/aufs/design/06mmap.txt
--- /usr/share/empty/Documentation/filesystems/aufs/design/06mmap.txt 1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/06mmap.txt 2026-04-24 21:34:40.149764063 +0200
++++ linux/Documentation/filesystems/aufs/design/06mmap.txt 2026-07-27 09:19:57.509886455 +0200
@@ -0,0 +1,27 @@
+
+# Copyright (C) 2005-2026 Junjiro R. Okajima
@@ -1073,7 +1073,7 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/06mmap.txt linu
+will be much smaller than the approach aufs used to take.
diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/06xattr.txt linux/Documentation/filesystems/aufs/design/06xattr.txt
--- /usr/share/empty/Documentation/filesystems/aufs/design/06xattr.txt 1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/06xattr.txt 2026-04-24 21:34:40.149764063 +0200
++++ linux/Documentation/filesystems/aufs/design/06xattr.txt 2026-07-27 09:19:57.509886455 +0200
@@ -0,0 +1,81 @@
+
+# Copyright (C) 2014-2026 Junjiro R. Okajima
@@ -1158,7 +1158,7 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/06xattr.txt lin
+now, aufs implements the branch attributes to ignore the error.
diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/07export.txt linux/Documentation/filesystems/aufs/design/07export.txt
--- /usr/share/empty/Documentation/filesystems/aufs/design/07export.txt 1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/07export.txt 2026-04-24 21:34:40.149764063 +0200
++++ linux/Documentation/filesystems/aufs/design/07export.txt 2026-07-27 09:19:57.509886455 +0200
@@ -0,0 +1,45 @@
+
+# Copyright (C) 2005-2026 Junjiro R. Okajima
@@ -1207,7 +1207,7 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/07export.txt li
+ lookup_one_len(), vfs_getattr(), encode_fh() and others.
diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/08shwh.txt linux/Documentation/filesystems/aufs/design/08shwh.txt
--- /usr/share/empty/Documentation/filesystems/aufs/design/08shwh.txt 1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/08shwh.txt 2026-04-24 21:34:40.149764063 +0200
++++ linux/Documentation/filesystems/aufs/design/08shwh.txt 2026-07-27 09:19:57.509886455 +0200
@@ -0,0 +1,39 @@
+
+# Copyright (C) 2005-2026 Junjiro R. Okajima
@@ -1250,7 +1250,7 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/08shwh.txt linu
+initramfs will use it to replace the old one at the next boot.
diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/10dynop.txt linux/Documentation/filesystems/aufs/design/10dynop.txt
--- /usr/share/empty/Documentation/filesystems/aufs/design/10dynop.txt 1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/10dynop.txt 2026-04-24 21:34:40.149764063 +0200
++++ linux/Documentation/filesystems/aufs/design/10dynop.txt 2026-07-27 09:19:57.509886455 +0200
@@ -0,0 +1,34 @@
+
+# Copyright (C) 2010-2026 Junjiro R. Okajima
@@ -1288,7 +1288,7 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/10dynop.txt lin
+regular files only.
diff -urN /usr/share/empty/Documentation/filesystems/aufs/README linux/Documentation/filesystems/aufs/README
--- /usr/share/empty/Documentation/filesystems/aufs/README 1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/README 2026-04-24 21:34:40.149564643 +0200
++++ linux/Documentation/filesystems/aufs/README 2026-07-27 09:19:57.506553122 +0200
@@ -0,0 +1,398 @@
+
+Aufs7 -- advanced multi layered unification filesystem version 7.x
@@ -1690,7 +1690,7 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/README linux/Documenta
+# End: ;
diff -urN /usr/share/empty/fs/aufs/aufs.h linux/fs/aufs/aufs.h
--- /usr/share/empty/fs/aufs/aufs.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/aufs.h 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/aufs.h 2026-07-27 09:19:57.513219789 +0200
@@ -0,0 +1,49 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
@@ -1743,7 +1743,7 @@ diff -urN /usr/share/empty/fs/aufs/aufs.h linux/fs/aufs/aufs.h
+#endif /* __AUFS_H__ */
diff -urN /usr/share/empty/fs/aufs/branch.c linux/fs/aufs/branch.c
--- /usr/share/empty/fs/aufs/branch.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/branch.c 2026-06-20 09:58:16.176588071 +0200
++++ linux/fs/aufs/branch.c 2026-07-27 09:19:57.513219789 +0200
@@ -0,0 +1,1412 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -3159,7 +3159,7 @@ diff -urN /usr/share/empty/fs/aufs/branch.c linux/fs/aufs/branch.c
+}
diff -urN /usr/share/empty/fs/aufs/branch.h linux/fs/aufs/branch.h
--- /usr/share/empty/fs/aufs/branch.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/branch.h 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/branch.h 2026-07-27 09:19:57.513219789 +0200
@@ -0,0 +1,362 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
@@ -3525,7 +3525,7 @@ diff -urN /usr/share/empty/fs/aufs/branch.h linux/fs/aufs/branch.h
+#endif /* __AUFS_BRANCH_H__ */
diff -urN /usr/share/empty/fs/aufs/conf.mk linux/fs/aufs/conf.mk
--- /usr/share/empty/fs/aufs/conf.mk 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/conf.mk 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/conf.mk 2022-11-05 23:02:18.959222617 +0100
@@ -0,0 +1,40 @@
+# SPDX-License-Identifier: GPL-2.0
+
@@ -3569,7 +3569,7 @@ diff -urN /usr/share/empty/fs/aufs/conf.mk linux/fs/aufs/conf.mk
+-include ${srctree}/${src}/conf_priv.mk
diff -urN /usr/share/empty/fs/aufs/cpup.c linux/fs/aufs/cpup.c
--- /usr/share/empty/fs/aufs/cpup.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/cpup.c 2026-06-20 09:58:16.176588071 +0200
++++ linux/fs/aufs/cpup.c 2026-07-27 09:19:57.513219789 +0200
@@ -0,0 +1,1439 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -5012,7 +5012,7 @@ diff -urN /usr/share/empty/fs/aufs/cpup.c linux/fs/aufs/cpup.c
+}
diff -urN /usr/share/empty/fs/aufs/cpup.h linux/fs/aufs/cpup.h
--- /usr/share/empty/fs/aufs/cpup.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/cpup.h 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/cpup.h 2026-07-27 09:19:57.513219789 +0200
@@ -0,0 +1,88 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
@@ -5104,7 +5104,7 @@ diff -urN /usr/share/empty/fs/aufs/cpup.h linux/fs/aufs/cpup.h
+#endif /* __AUFS_CPUP_H__ */
diff -urN /usr/share/empty/fs/aufs/dbgaufs.c linux/fs/aufs/dbgaufs.c
--- /usr/share/empty/fs/aufs/dbgaufs.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/dbgaufs.c 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/dbgaufs.c 2026-07-27 09:19:57.513219789 +0200
@@ -0,0 +1,512 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -5620,7 +5620,7 @@ diff -urN /usr/share/empty/fs/aufs/dbgaufs.c linux/fs/aufs/dbgaufs.c
+}
diff -urN /usr/share/empty/fs/aufs/dbgaufs.h linux/fs/aufs/dbgaufs.h
--- /usr/share/empty/fs/aufs/dbgaufs.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/dbgaufs.h 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/dbgaufs.h 2026-07-27 09:19:57.513219789 +0200
@@ -0,0 +1,40 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
@@ -5664,7 +5664,7 @@ diff -urN /usr/share/empty/fs/aufs/dbgaufs.h linux/fs/aufs/dbgaufs.h
+#endif /* __DBGAUFS_H__ */
diff -urN /usr/share/empty/fs/aufs/dcsub.c linux/fs/aufs/dcsub.c
--- /usr/share/empty/fs/aufs/dcsub.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/dcsub.c 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/dcsub.c 2026-07-27 09:19:57.513219789 +0200
@@ -0,0 +1,212 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -5880,7 +5880,7 @@ diff -urN /usr/share/empty/fs/aufs/dcsub.c linux/fs/aufs/dcsub.c
+}
diff -urN /usr/share/empty/fs/aufs/dcsub.h linux/fs/aufs/dcsub.h
--- /usr/share/empty/fs/aufs/dcsub.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/dcsub.h 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/dcsub.h 2026-07-27 09:19:57.513219789 +0200
@@ -0,0 +1,126 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
@@ -6010,7 +6010,7 @@ diff -urN /usr/share/empty/fs/aufs/dcsub.h linux/fs/aufs/dcsub.h
+#endif /* __AUFS_DCSUB_H__ */
diff -urN /usr/share/empty/fs/aufs/debug.c linux/fs/aufs/debug.c
--- /usr/share/empty/fs/aufs/debug.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/debug.c 2026-06-20 09:58:16.176588071 +0200
++++ linux/fs/aufs/debug.c 2026-07-27 09:19:57.513219789 +0200
@@ -0,0 +1,435 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -6449,7 +6449,7 @@ diff -urN /usr/share/empty/fs/aufs/debug.c linux/fs/aufs/debug.c
+}
diff -urN /usr/share/empty/fs/aufs/debug.h linux/fs/aufs/debug.h
--- /usr/share/empty/fs/aufs/debug.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/debug.h 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/debug.h 2026-07-27 09:19:57.513219789 +0200
@@ -0,0 +1,213 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
@@ -6666,7 +6666,7 @@ diff -urN /usr/share/empty/fs/aufs/debug.h linux/fs/aufs/debug.h
+#endif /* __AUFS_DEBUG_H__ */
diff -urN /usr/share/empty/fs/aufs/dentry.c linux/fs/aufs/dentry.c
--- /usr/share/empty/fs/aufs/dentry.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/dentry.c 2026-06-20 09:58:16.176588071 +0200
++++ linux/fs/aufs/dentry.c 2026-07-27 09:19:57.513219789 +0200
@@ -0,0 +1,1217 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -7887,7 +7887,7 @@ diff -urN /usr/share/empty/fs/aufs/dentry.c linux/fs/aufs/dentry.c
+};
diff -urN /usr/share/empty/fs/aufs/dentry.h linux/fs/aufs/dentry.h
--- /usr/share/empty/fs/aufs/dentry.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/dentry.h 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/dentry.h 2026-07-27 09:19:57.513219789 +0200
@@ -0,0 +1,258 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
@@ -8149,7 +8149,7 @@ diff -urN /usr/share/empty/fs/aufs/dentry.h linux/fs/aufs/dentry.h
+#endif /* __AUFS_DENTRY_H__ */
diff -urN /usr/share/empty/fs/aufs/dinfo.c linux/fs/aufs/dinfo.c
--- /usr/share/empty/fs/aufs/dinfo.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/dinfo.c 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/dinfo.c 2026-07-27 09:19:57.513219789 +0200
@@ -0,0 +1,544 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -8697,7 +8697,7 @@ diff -urN /usr/share/empty/fs/aufs/dinfo.c linux/fs/aufs/dinfo.c
+}
diff -urN /usr/share/empty/fs/aufs/dir.c linux/fs/aufs/dir.c
--- /usr/share/empty/fs/aufs/dir.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/dir.c 2026-05-13 01:29:20.693332780 +0200
++++ linux/fs/aufs/dir.c 2026-07-27 09:19:57.516553122 +0200
@@ -0,0 +1,752 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -9453,7 +9453,7 @@ diff -urN /usr/share/empty/fs/aufs/dir.c linux/fs/aufs/dir.c
+};
diff -urN /usr/share/empty/fs/aufs/dir.h linux/fs/aufs/dir.h
--- /usr/share/empty/fs/aufs/dir.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/dir.h 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/dir.h 2026-07-27 09:19:57.516553122 +0200
@@ -0,0 +1,121 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
@@ -9578,7 +9578,7 @@ diff -urN /usr/share/empty/fs/aufs/dir.h linux/fs/aufs/dir.h
+#endif /* __AUFS_DIR_H__ */
diff -urN /usr/share/empty/fs/aufs/dirren.c linux/fs/aufs/dirren.c
--- /usr/share/empty/fs/aufs/dirren.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/dirren.c 2026-06-20 09:58:16.176588071 +0200
++++ linux/fs/aufs/dirren.c 2026-07-27 09:19:57.516553122 +0200
@@ -0,0 +1,1294 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -10876,7 +10876,7 @@ diff -urN /usr/share/empty/fs/aufs/dirren.c linux/fs/aufs/dirren.c
+}
diff -urN /usr/share/empty/fs/aufs/dirren.h linux/fs/aufs/dirren.h
--- /usr/share/empty/fs/aufs/dirren.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/dirren.h 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/dirren.h 2026-07-27 09:19:57.516553122 +0200
@@ -0,0 +1,127 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
@@ -11007,7 +11007,7 @@ diff -urN /usr/share/empty/fs/aufs/dirren.h linux/fs/aufs/dirren.h
+#endif /* __AUFS_DIRREN_H__ */
diff -urN /usr/share/empty/fs/aufs/dynop.c linux/fs/aufs/dynop.c
--- /usr/share/empty/fs/aufs/dynop.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/dynop.c 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/dynop.c 2026-07-27 09:19:57.516553122 +0200
@@ -0,0 +1,351 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -11362,7 +11362,7 @@ diff -urN /usr/share/empty/fs/aufs/dynop.c linux/fs/aufs/dynop.c
+}
diff -urN /usr/share/empty/fs/aufs/dynop.h linux/fs/aufs/dynop.h
--- /usr/share/empty/fs/aufs/dynop.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/dynop.h 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/dynop.h 2026-07-27 09:19:57.516553122 +0200
@@ -0,0 +1,64 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
@@ -11430,7 +11430,7 @@ diff -urN /usr/share/empty/fs/aufs/dynop.h linux/fs/aufs/dynop.h
+#endif /* __AUFS_DYNOP_H__ */
diff -urN /usr/share/empty/fs/aufs/export.c linux/fs/aufs/export.c
--- /usr/share/empty/fs/aufs/export.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/export.c 2026-06-20 09:58:16.176588071 +0200
++++ linux/fs/aufs/export.c 2026-07-27 09:19:57.516553122 +0200
@@ -0,0 +1,816 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -12250,7 +12250,7 @@ diff -urN /usr/share/empty/fs/aufs/export.c linux/fs/aufs/export.c
+}
diff -urN /usr/share/empty/fs/aufs/fhsm.c linux/fs/aufs/fhsm.c
--- /usr/share/empty/fs/aufs/fhsm.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/fhsm.c 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/fhsm.c 2026-07-27 09:19:57.516553122 +0200
@@ -0,0 +1,413 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -12667,7 +12667,7 @@ diff -urN /usr/share/empty/fs/aufs/fhsm.c linux/fs/aufs/fhsm.c
+}
diff -urN /usr/share/empty/fs/aufs/file.c linux/fs/aufs/file.c
--- /usr/share/empty/fs/aufs/file.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/file.c 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/file.c 2026-07-27 09:19:57.516553122 +0200
@@ -0,0 +1,835 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -13506,7 +13506,7 @@ diff -urN /usr/share/empty/fs/aufs/file.c linux/fs/aufs/file.c
+};
diff -urN /usr/share/empty/fs/aufs/file.h linux/fs/aufs/file.h
--- /usr/share/empty/fs/aufs/file.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/file.h 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/file.h 2026-07-27 09:19:57.516553122 +0200
@@ -0,0 +1,314 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
@@ -13824,7 +13824,7 @@ diff -urN /usr/share/empty/fs/aufs/file.h linux/fs/aufs/file.h
+#endif /* __AUFS_FILE_H__ */
diff -urN /usr/share/empty/fs/aufs/finfo.c linux/fs/aufs/finfo.c
--- /usr/share/empty/fs/aufs/finfo.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/finfo.c 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/finfo.c 2026-07-27 09:19:57.516553122 +0200
@@ -0,0 +1,135 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -13963,7 +13963,7 @@ diff -urN /usr/share/empty/fs/aufs/finfo.c linux/fs/aufs/finfo.c
+}
diff -urN /usr/share/empty/fs/aufs/f_op.c linux/fs/aufs/f_op.c
--- /usr/share/empty/fs/aufs/f_op.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/f_op.c 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/f_op.c 2026-07-27 09:19:57.516553122 +0200
@@ -0,0 +1,778 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -14745,7 +14745,7 @@ diff -urN /usr/share/empty/fs/aufs/f_op.c linux/fs/aufs/f_op.c
+};
diff -urN /usr/share/empty/fs/aufs/fsctx.c linux/fs/aufs/fsctx.c
--- /usr/share/empty/fs/aufs/fsctx.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/fsctx.c 2026-06-20 09:58:16.176588071 +0200
++++ linux/fs/aufs/fsctx.c 2026-07-27 09:19:57.516553122 +0200
@@ -0,0 +1,1234 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -15983,7 +15983,7 @@ diff -urN /usr/share/empty/fs/aufs/fsctx.c linux/fs/aufs/fsctx.c
+}
diff -urN /usr/share/empty/fs/aufs/fstype.h linux/fs/aufs/fstype.h
--- /usr/share/empty/fs/aufs/fstype.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/fstype.h 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/fstype.h 2026-07-27 09:19:57.516553122 +0200
@@ -0,0 +1,406 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
@@ -16393,7 +16393,7 @@ diff -urN /usr/share/empty/fs/aufs/fstype.h linux/fs/aufs/fstype.h
+#endif /* __AUFS_FSTYPE_H__ */
diff -urN /usr/share/empty/fs/aufs/hbl.h linux/fs/aufs/hbl.h
--- /usr/share/empty/fs/aufs/hbl.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/hbl.h 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/hbl.h 2026-07-27 09:19:57.516553122 +0200
@@ -0,0 +1,52 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
@@ -16449,7 +16449,7 @@ diff -urN /usr/share/empty/fs/aufs/hbl.h linux/fs/aufs/hbl.h
+#endif /* __AUFS_HBL_H__ */
diff -urN /usr/share/empty/fs/aufs/hfsnotify.c linux/fs/aufs/hfsnotify.c
--- /usr/share/empty/fs/aufs/hfsnotify.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/hfsnotify.c 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/hfsnotify.c 2026-07-27 09:19:57.516553122 +0200
@@ -0,0 +1,277 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -16730,7 +16730,7 @@ diff -urN /usr/share/empty/fs/aufs/hfsnotify.c linux/fs/aufs/hfsnotify.c
+};
diff -urN /usr/share/empty/fs/aufs/hfsplus.c linux/fs/aufs/hfsplus.c
--- /usr/share/empty/fs/aufs/hfsplus.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/hfsplus.c 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/hfsplus.c 2026-07-27 09:19:57.516553122 +0200
@@ -0,0 +1,47 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -16781,7 +16781,7 @@ diff -urN /usr/share/empty/fs/aufs/hfsplus.c linux/fs/aufs/hfsplus.c
+}
diff -urN /usr/share/empty/fs/aufs/hnotify.c linux/fs/aufs/hnotify.c
--- /usr/share/empty/fs/aufs/hnotify.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/hnotify.c 2026-06-20 09:58:16.176588071 +0200
++++ linux/fs/aufs/hnotify.c 2026-07-27 09:19:57.519886456 +0200
@@ -0,0 +1,702 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -17487,7 +17487,7 @@ diff -urN /usr/share/empty/fs/aufs/hnotify.c linux/fs/aufs/hnotify.c
+}
diff -urN /usr/share/empty/fs/aufs/iinfo.c linux/fs/aufs/iinfo.c
--- /usr/share/empty/fs/aufs/iinfo.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/iinfo.c 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/iinfo.c 2026-07-27 09:19:57.519886456 +0200
@@ -0,0 +1,275 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -17766,7 +17766,7 @@ diff -urN /usr/share/empty/fs/aufs/iinfo.c linux/fs/aufs/iinfo.c
+}
diff -urN /usr/share/empty/fs/aufs/inode.c linux/fs/aufs/inode.c
--- /usr/share/empty/fs/aufs/inode.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/inode.c 2026-06-20 09:58:16.176588071 +0200
++++ linux/fs/aufs/inode.c 2026-07-27 09:19:57.519886456 +0200
@@ -0,0 +1,520 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -18290,7 +18290,7 @@ diff -urN /usr/share/empty/fs/aufs/inode.c linux/fs/aufs/inode.c
+}
diff -urN /usr/share/empty/fs/aufs/inode.h linux/fs/aufs/inode.h
--- /usr/share/empty/fs/aufs/inode.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/inode.h 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/inode.h 2026-07-27 09:19:57.519886456 +0200
@@ -0,0 +1,716 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
@@ -19010,7 +19010,7 @@ diff -urN /usr/share/empty/fs/aufs/inode.h linux/fs/aufs/inode.h
+#endif /* __AUFS_INODE_H__ */
diff -urN /usr/share/empty/fs/aufs/ioctl.c linux/fs/aufs/ioctl.c
--- /usr/share/empty/fs/aufs/ioctl.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/ioctl.c 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/ioctl.c 2026-07-27 09:19:57.519886456 +0200
@@ -0,0 +1,207 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -19221,7 +19221,7 @@ diff -urN /usr/share/empty/fs/aufs/ioctl.c linux/fs/aufs/ioctl.c
+#endif
diff -urN /usr/share/empty/fs/aufs/i_op_add.c linux/fs/aufs/i_op_add.c
--- /usr/share/empty/fs/aufs/i_op_add.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/i_op_add.c 2026-06-20 09:58:16.176588071 +0200
++++ linux/fs/aufs/i_op_add.c 2026-07-27 09:19:57.519886456 +0200
@@ -0,0 +1,943 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -20168,7 +20168,7 @@ diff -urN /usr/share/empty/fs/aufs/i_op_add.c linux/fs/aufs/i_op_add.c
+}
diff -urN /usr/share/empty/fs/aufs/i_op.c linux/fs/aufs/i_op.c
--- /usr/share/empty/fs/aufs/i_op.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/i_op.c 2026-06-20 09:58:16.176588071 +0200
++++ linux/fs/aufs/i_op.c 2026-07-27 09:19:57.519886456 +0200
@@ -0,0 +1,1504 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -21676,7 +21676,7 @@ diff -urN /usr/share/empty/fs/aufs/i_op.c linux/fs/aufs/i_op.c
+};
diff -urN /usr/share/empty/fs/aufs/i_op_del.c linux/fs/aufs/i_op_del.c
--- /usr/share/empty/fs/aufs/i_op_del.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/i_op_del.c 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/i_op_del.c 2026-07-27 09:19:57.519886456 +0200
@@ -0,0 +1,504 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -22184,7 +22184,7 @@ diff -urN /usr/share/empty/fs/aufs/i_op_del.c linux/fs/aufs/i_op_del.c
+}
diff -urN /usr/share/empty/fs/aufs/i_op_ren.c linux/fs/aufs/i_op_ren.c
--- /usr/share/empty/fs/aufs/i_op_ren.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/i_op_ren.c 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/i_op_ren.c 2026-07-27 09:19:57.519886456 +0200
@@ -0,0 +1,1229 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -23417,7 +23417,7 @@ diff -urN /usr/share/empty/fs/aufs/i_op_ren.c linux/fs/aufs/i_op_ren.c
+}
diff -urN /usr/share/empty/fs/aufs/Kconfig linux/fs/aufs/Kconfig
--- /usr/share/empty/fs/aufs/Kconfig 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/Kconfig 2026-04-24 21:34:40.150806085 +0200
++++ linux/fs/aufs/Kconfig 2025-07-24 19:31:57.786514124 +0200
@@ -0,0 +1,201 @@
+# SPDX-License-Identifier: GPL-2.0
+config AUFS_FS
@@ -23622,7 +23622,7 @@ diff -urN /usr/share/empty/fs/aufs/Kconfig linux/fs/aufs/Kconfig
+endif
diff -urN /usr/share/empty/fs/aufs/lcnt.h linux/fs/aufs/lcnt.h
--- /usr/share/empty/fs/aufs/lcnt.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/lcnt.h 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/lcnt.h 2026-07-27 09:19:57.519886456 +0200
@@ -0,0 +1,173 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
@@ -23799,7 +23799,7 @@ diff -urN /usr/share/empty/fs/aufs/lcnt.h linux/fs/aufs/lcnt.h
+#endif /* __AUFS_LCNT_H__ */
diff -urN /usr/share/empty/fs/aufs/loop.c linux/fs/aufs/loop.c
--- /usr/share/empty/fs/aufs/loop.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/loop.c 2026-05-24 11:15:13.176717211 +0200
++++ linux/fs/aufs/loop.c 2026-07-27 09:19:57.519886456 +0200
@@ -0,0 +1,144 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -23947,7 +23947,7 @@ diff -urN /usr/share/empty/fs/aufs/loop.c linux/fs/aufs/loop.c
+}
diff -urN /usr/share/empty/fs/aufs/loop.h linux/fs/aufs/loop.h
--- /usr/share/empty/fs/aufs/loop.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/loop.h 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/loop.h 2026-07-27 09:19:57.519886456 +0200
@@ -0,0 +1,42 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
@@ -23993,7 +23993,7 @@ diff -urN /usr/share/empty/fs/aufs/loop.h linux/fs/aufs/loop.h
+#endif /* __AUFS_LOOP_H__ */
diff -urN /usr/share/empty/fs/aufs/magic.mk linux/fs/aufs/magic.mk
--- /usr/share/empty/fs/aufs/magic.mk 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/magic.mk 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/magic.mk 2026-07-27 09:19:57.519886456 +0200
@@ -0,0 +1,25 @@
+# SPDX-License-Identifier: GPL-2.0
+
@@ -24022,7 +24022,7 @@ diff -urN /usr/share/empty/fs/aufs/magic.mk linux/fs/aufs/magic.mk
+endif
diff -urN /usr/share/empty/fs/aufs/Makefile linux/fs/aufs/Makefile
--- /usr/share/empty/fs/aufs/Makefile 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/Makefile 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/Makefile 2026-07-27 09:19:57.513219789 +0200
@@ -0,0 +1,49 @@
+# SPDX-License-Identifier: GPL-2.0
+
@@ -24075,7 +24075,7 @@ diff -urN /usr/share/empty/fs/aufs/Makefile linux/fs/aufs/Makefile
+aufs-$(CONFIG_AUFS_MAGIC_SYSRQ) += sysrq.o
diff -urN /usr/share/empty/fs/aufs/mf.c linux/fs/aufs/mf.c
--- /usr/share/empty/fs/aufs/mf.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/mf.c 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/mf.c 2026-07-27 09:19:57.519886456 +0200
@@ -0,0 +1,119 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -24198,7 +24198,7 @@ diff -urN /usr/share/empty/fs/aufs/mf.c linux/fs/aufs/mf.c
+EXPORT_SYMBOL_GPL(au_do_file_user_inode);
diff -urN /usr/share/empty/fs/aufs/module.c linux/fs/aufs/module.c
--- /usr/share/empty/fs/aufs/module.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/module.c 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/module.c 2026-07-27 09:19:57.519886456 +0200
@@ -0,0 +1,262 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -24464,7 +24464,7 @@ diff -urN /usr/share/empty/fs/aufs/module.c linux/fs/aufs/module.c
+module_exit(aufs_exit);
diff -urN /usr/share/empty/fs/aufs/module.h linux/fs/aufs/module.h
--- /usr/share/empty/fs/aufs/module.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/module.h 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/module.h 2026-07-27 09:19:57.519886456 +0200
@@ -0,0 +1,167 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
@@ -24635,7 +24635,7 @@ diff -urN /usr/share/empty/fs/aufs/module.h linux/fs/aufs/module.h
+#endif /* __AUFS_MODULE_H__ */
diff -urN /usr/share/empty/fs/aufs/mvdown.c linux/fs/aufs/mvdown.c
--- /usr/share/empty/fs/aufs/mvdown.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/mvdown.c 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/mvdown.c 2026-07-27 09:19:57.519886456 +0200
@@ -0,0 +1,687 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -25326,7 +25326,7 @@ diff -urN /usr/share/empty/fs/aufs/mvdown.c linux/fs/aufs/mvdown.c
+}
diff -urN /usr/share/empty/fs/aufs/opts.c linux/fs/aufs/opts.c
--- /usr/share/empty/fs/aufs/opts.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/opts.c 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/opts.c 2026-07-27 09:19:57.519886456 +0200
@@ -0,0 +1,1017 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -26347,7 +26347,7 @@ diff -urN /usr/share/empty/fs/aufs/opts.c linux/fs/aufs/opts.c
+}
diff -urN /usr/share/empty/fs/aufs/opts.h linux/fs/aufs/opts.h
--- /usr/share/empty/fs/aufs/opts.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/opts.h 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/opts.h 2026-07-27 09:19:57.519886456 +0200
@@ -0,0 +1,251 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
@@ -26602,7 +26602,7 @@ diff -urN /usr/share/empty/fs/aufs/opts.h linux/fs/aufs/opts.h
+#endif /* __AUFS_OPTS_H__ */
diff -urN /usr/share/empty/fs/aufs/plink.c linux/fs/aufs/plink.c
--- /usr/share/empty/fs/aufs/plink.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/plink.c 2026-06-20 09:58:16.176588071 +0200
++++ linux/fs/aufs/plink.c 2026-07-27 09:19:57.519886456 +0200
@@ -0,0 +1,495 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -27101,7 +27101,7 @@ diff -urN /usr/share/empty/fs/aufs/plink.c linux/fs/aufs/plink.c
+}
diff -urN /usr/share/empty/fs/aufs/poll.c linux/fs/aufs/poll.c
--- /usr/share/empty/fs/aufs/poll.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/poll.c 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/poll.c 2026-07-27 09:19:57.519886456 +0200
@@ -0,0 +1,38 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -27143,7 +27143,7 @@ diff -urN /usr/share/empty/fs/aufs/poll.c linux/fs/aufs/poll.c
+}
diff -urN /usr/share/empty/fs/aufs/posix_acl.c linux/fs/aufs/posix_acl.c
--- /usr/share/empty/fs/aufs/posix_acl.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/posix_acl.c 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/posix_acl.c 2026-07-27 09:19:57.519886456 +0200
@@ -0,0 +1,95 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -27242,7 +27242,7 @@ diff -urN /usr/share/empty/fs/aufs/posix_acl.c linux/fs/aufs/posix_acl.c
+}
diff -urN /usr/share/empty/fs/aufs/procfs.c linux/fs/aufs/procfs.c
--- /usr/share/empty/fs/aufs/procfs.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/procfs.c 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/procfs.c 2026-07-27 09:19:57.519886456 +0200
@@ -0,0 +1,155 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -27401,7 +27401,7 @@ diff -urN /usr/share/empty/fs/aufs/procfs.c linux/fs/aufs/procfs.c
+}
diff -urN /usr/share/empty/fs/aufs/rdu.c linux/fs/aufs/rdu.c
--- /usr/share/empty/fs/aufs/rdu.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/rdu.c 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/rdu.c 2026-07-27 09:19:57.523219788 +0200
@@ -0,0 +1,371 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -27776,7 +27776,7 @@ diff -urN /usr/share/empty/fs/aufs/rdu.c linux/fs/aufs/rdu.c
+#endif
diff -urN /usr/share/empty/fs/aufs/rwsem.h linux/fs/aufs/rwsem.h
--- /usr/share/empty/fs/aufs/rwsem.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/rwsem.h 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/rwsem.h 2026-07-27 09:19:57.523219788 +0200
@@ -0,0 +1,76 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
@@ -27856,7 +27856,7 @@ diff -urN /usr/share/empty/fs/aufs/rwsem.h linux/fs/aufs/rwsem.h
+#endif /* __AUFS_RWSEM_H__ */
diff -urN /usr/share/empty/fs/aufs/sbinfo.c linux/fs/aufs/sbinfo.c
--- /usr/share/empty/fs/aufs/sbinfo.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/sbinfo.c 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/sbinfo.c 2026-07-27 09:19:57.523219788 +0200
@@ -0,0 +1,302 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -28162,7 +28162,7 @@ diff -urN /usr/share/empty/fs/aufs/sbinfo.c linux/fs/aufs/sbinfo.c
+}
diff -urN /usr/share/empty/fs/aufs/super.c linux/fs/aufs/super.c
--- /usr/share/empty/fs/aufs/super.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/super.c 2026-06-20 09:58:16.176588071 +0200
++++ linux/fs/aufs/super.c 2026-07-27 09:19:57.523219788 +0200
@@ -0,0 +1,858 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -29024,7 +29024,7 @@ diff -urN /usr/share/empty/fs/aufs/super.c linux/fs/aufs/super.c
+};
diff -urN /usr/share/empty/fs/aufs/super.h linux/fs/aufs/super.h
--- /usr/share/empty/fs/aufs/super.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/super.h 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/super.h 2026-07-27 09:19:57.523219788 +0200
@@ -0,0 +1,606 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
@@ -29634,7 +29634,7 @@ diff -urN /usr/share/empty/fs/aufs/super.h linux/fs/aufs/super.h
+#endif /* __AUFS_SUPER_H__ */
diff -urN /usr/share/empty/fs/aufs/sysaufs.c linux/fs/aufs/sysaufs.c
--- /usr/share/empty/fs/aufs/sysaufs.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/sysaufs.c 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/sysaufs.c 2026-07-27 09:19:57.523219788 +0200
@@ -0,0 +1,81 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -29719,7 +29719,7 @@ diff -urN /usr/share/empty/fs/aufs/sysaufs.c linux/fs/aufs/sysaufs.c
+}
diff -urN /usr/share/empty/fs/aufs/sysaufs.h linux/fs/aufs/sysaufs.h
--- /usr/share/empty/fs/aufs/sysaufs.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/sysaufs.h 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/sysaufs.h 2026-07-27 09:19:57.523219788 +0200
@@ -0,0 +1,91 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
@@ -29814,7 +29814,7 @@ diff -urN /usr/share/empty/fs/aufs/sysaufs.h linux/fs/aufs/sysaufs.h
+#endif /* __SYSAUFS_H__ */
diff -urN /usr/share/empty/fs/aufs/sysfs.c linux/fs/aufs/sysfs.c
--- /usr/share/empty/fs/aufs/sysfs.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/sysfs.c 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/sysfs.c 2026-07-27 09:19:57.523219788 +0200
@@ -0,0 +1,361 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -30179,7 +30179,7 @@ diff -urN /usr/share/empty/fs/aufs/sysfs.c linux/fs/aufs/sysfs.c
+}
diff -urN /usr/share/empty/fs/aufs/sysrq.c linux/fs/aufs/sysrq.c
--- /usr/share/empty/fs/aufs/sysrq.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/sysrq.c 2026-04-24 21:34:40.150886425 +0200
++++ linux/fs/aufs/sysrq.c 2026-07-27 09:19:57.523219788 +0200
@@ -0,0 +1,144 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -30327,7 +30327,7 @@ diff -urN /usr/share/empty/fs/aufs/sysrq.c linux/fs/aufs/sysrq.c
+}
diff -urN /usr/share/empty/fs/aufs/vdir.c linux/fs/aufs/vdir.c
--- /usr/share/empty/fs/aufs/vdir.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/vdir.c 2026-06-20 09:58:16.176588071 +0200
++++ linux/fs/aufs/vdir.c 2026-07-27 09:19:57.523219788 +0200
@@ -0,0 +1,883 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -31214,7 +31214,7 @@ diff -urN /usr/share/empty/fs/aufs/vdir.c linux/fs/aufs/vdir.c
+}
diff -urN /usr/share/empty/fs/aufs/vfsub.c linux/fs/aufs/vfsub.c
--- /usr/share/empty/fs/aufs/vfsub.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/vfsub.c 2026-04-24 21:34:40.153340997 +0200
++++ linux/fs/aufs/vfsub.c 2026-07-27 09:19:57.523219788 +0200
@@ -0,0 +1,1039 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -32257,7 +32257,7 @@ diff -urN /usr/share/empty/fs/aufs/vfsub.c linux/fs/aufs/vfsub.c
+}
diff -urN /usr/share/empty/fs/aufs/vfsub.h linux/fs/aufs/vfsub.h
--- /usr/share/empty/fs/aufs/vfsub.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/vfsub.h 2026-04-24 21:34:40.153340997 +0200
++++ linux/fs/aufs/vfsub.h 2026-07-27 09:19:57.523219788 +0200
@@ -0,0 +1,423 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
@@ -32684,7 +32684,7 @@ diff -urN /usr/share/empty/fs/aufs/vfsub.h linux/fs/aufs/vfsub.h
+#endif /* __AUFS_VFSUB_H__ */
diff -urN /usr/share/empty/fs/aufs/wbr_policy.c linux/fs/aufs/wbr_policy.c
--- /usr/share/empty/fs/aufs/wbr_policy.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/wbr_policy.c 2026-04-24 21:34:40.153340997 +0200
++++ linux/fs/aufs/wbr_policy.c 2026-07-27 09:19:57.523219788 +0200
@@ -0,0 +1,828 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -33516,7 +33516,7 @@ diff -urN /usr/share/empty/fs/aufs/wbr_policy.c linux/fs/aufs/wbr_policy.c
+};
diff -urN /usr/share/empty/fs/aufs/whout.c linux/fs/aufs/whout.c
--- /usr/share/empty/fs/aufs/whout.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/whout.c 2026-04-24 21:34:40.153340997 +0200
++++ linux/fs/aufs/whout.c 2026-07-27 09:19:57.523219788 +0200
@@ -0,0 +1,1060 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -34580,7 +34580,7 @@ diff -urN /usr/share/empty/fs/aufs/whout.c linux/fs/aufs/whout.c
+}
diff -urN /usr/share/empty/fs/aufs/whout.h linux/fs/aufs/whout.h
--- /usr/share/empty/fs/aufs/whout.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/whout.h 2026-04-24 21:34:40.153340997 +0200
++++ linux/fs/aufs/whout.h 2026-07-27 09:19:57.523219788 +0200
@@ -0,0 +1,74 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
@@ -34658,7 +34658,7 @@ diff -urN /usr/share/empty/fs/aufs/whout.h linux/fs/aufs/whout.h
+#endif /* __AUFS_WHOUT_H__ */
diff -urN /usr/share/empty/fs/aufs/wkq.c linux/fs/aufs/wkq.c
--- /usr/share/empty/fs/aufs/wkq.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/wkq.c 2026-04-24 21:34:40.153340997 +0200
++++ linux/fs/aufs/wkq.c 2026-07-27 09:19:57.523219788 +0200
@@ -0,0 +1,357 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -35019,7 +35019,7 @@ diff -urN /usr/share/empty/fs/aufs/wkq.c linux/fs/aufs/wkq.c
+}
diff -urN /usr/share/empty/fs/aufs/wkq.h linux/fs/aufs/wkq.h
--- /usr/share/empty/fs/aufs/wkq.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/wkq.h 2026-04-24 21:34:40.153340997 +0200
++++ linux/fs/aufs/wkq.h 2026-07-27 09:19:57.523219788 +0200
@@ -0,0 +1,76 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
@@ -35099,7 +35099,7 @@ diff -urN /usr/share/empty/fs/aufs/wkq.h linux/fs/aufs/wkq.h
+#endif /* __AUFS_WKQ_H__ */
diff -urN /usr/share/empty/fs/aufs/xattr.c linux/fs/aufs/xattr.c
--- /usr/share/empty/fs/aufs/xattr.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/xattr.c 2026-04-24 21:34:40.153340997 +0200
++++ linux/fs/aufs/xattr.c 2026-07-27 09:19:57.523219788 +0200
@@ -0,0 +1,347 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -35450,7 +35450,7 @@ diff -urN /usr/share/empty/fs/aufs/xattr.c linux/fs/aufs/xattr.c
+}
diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
--- /usr/share/empty/fs/aufs/xino.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/xino.c 2026-06-20 09:58:16.176588071 +0200
++++ linux/fs/aufs/xino.c 2026-07-27 09:19:57.523219788 +0200
@@ -0,0 +1,1913 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
@@ -37367,7 +37367,7 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
+}
diff -urN /usr/share/empty/include/uapi/linux/aufs_type.h linux/include/uapi/linux/aufs_type.h
--- /usr/share/empty/include/uapi/linux/aufs_type.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/include/uapi/linux/aufs_type.h 2026-07-07 08:23:07.147713636 +0200
++++ linux/include/uapi/linux/aufs_type.h 2026-07-27 09:19:57.523219788 +0200
@@ -0,0 +1,434 @@
+/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
+/*
@@ -37398,7 +37398,7 @@ diff -urN /usr/share/empty/include/uapi/linux/aufs_type.h linux/include/uapi/lin
+#include <limits.h>
+#endif /* __KERNEL__ */
+
-+#define AUFS_VERSION "7.1-20260622"
++#define AUFS_VERSION "7.1-20260713"
+
+/* todo? move this to linux-2.6.19/include/magic.h */
+#define AUFS_SUPER_MAGIC ('a' << 24 | 'u' << 16 | 'f' << 8 | 's')
@@ -38342,12 +38342,12 @@ index 0000000000000..64c4d93ba9f50
+}
+EXPORT_SYMBOL_GPL(au_file_user_inode);
diff --git a/fs/proc/base.c b/fs/proc/base.c
-index d9acfa89c894b..f3d4acf9ac6b6 100644
+index 5042f14d24f36..4aed8876fb13d 100644
--- a/fs/proc/base.c
+++ b/fs/proc/base.c
-@@ -1788,8 +1788,8 @@ static int proc_exe_link(struct dentry *dentry, struct path *exe_path)
+@@ -1764,8 +1764,8 @@ static int proc_exe_link(struct dentry *dentry, struct path *exe_path,
+
exe_file = get_task_exe_file(task);
- put_task_struct(task);
if (exe_file) {
- *exe_path = exe_file->f_path;
- path_get(&exe_file->f_path);
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/3b8098570a3f89a2a81fb68f679d7e80f8fb7afa
More information about the pld-cvs-commit
mailing list