[packages/kernel] - resync aufs patch with latest update

baggins baggins at pld-linux.org
Sun Jun 7 14:24:07 CEST 2026


commit d63669117bcc0818077e544956d607bf77cbc78f
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Jun 7 14:20:19 2026 +0200

    - resync aufs patch with latest update

 kernel-aufs.patch | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/kernel-aufs.patch b/kernel-aufs.patch
index 8d77cf97..0df1cb71 100644
--- a/kernel-aufs.patch
+++ b/kernel-aufs.patch
@@ -37365,7 +37365,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-05-24 11:15:13.176717211 +0200
++++ linux/include/uapi/linux/aufs_type.h	2026-06-07 14:19:27.412733782 +0200
 @@ -0,0 +1,439 @@
 +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
 +/*
@@ -37396,7 +37396,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.0-20260518"
++#define AUFS_VERSION	"7.0-20260525"
 +
 +/* todo? move this to linux-2.6.19/include/magic.h */
 +#define AUFS_SUPER_MAGIC	('a' << 24 | 'u' << 16 | 'f' << 8 | 's')
@@ -38217,18 +38217,20 @@ index 0000000000000..64c4d93ba9f50
 +}
 +EXPORT_SYMBOL_GPL(au_file_user_inode);
 diff --git a/fs/proc/base.c b/fs/proc/base.c
-index 4c863d17dfb4c..c338133330c60 100644
+index 4c863d17dfb4c..3b1e5276db400 100644
 --- a/fs/proc/base.c
 +++ b/fs/proc/base.c
-@@ -1788,7 +1788,7 @@ static int proc_exe_link(struct dentry *dentry, struct path *exe_path)
+@@ -1788,8 +1788,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);
 +		*exe_path = *file_user_path(exe_file);
- 		path_get(&exe_file->f_path);
++		path_get(exe_path);
  		fput(exe_file);
  		return 0;
+ 	} else
 diff --git a/fs/proc/nommu.c b/fs/proc/nommu.c
 index c6e7ebc637562..12c340dcdec3d 100644
 --- a/fs/proc/nommu.c
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/72a9482d9006809eb3d9391cd0b86d9c4fc33478



More information about the pld-cvs-commit mailing list