[packages/kernel/LINUX_6_12] - 6.12.95

baggins baggins at pld-linux.org
Tue Jul 7 23:36:36 CEST 2026


commit 24f23a812170ef4ebdc65c60c139caa5528bb103
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Jul 7 23:36:23 2026 +0200

    - 6.12.95

 kernel-aufs.patch | 12 ++++++------
 kernel.spec       |  4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 2baa6f4f..6c874126 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -53,7 +53,7 @@
 
 %define		rel		1
 %define		basever		6.12
-%define		postver		.92
+%define		postver		.95
 
 # define this to '-%{basever}' for longterm branch
 %define		versuffix	-%{basever}
@@ -107,7 +107,7 @@ Source0:	https://www.kernel.org/pub/linux/kernel/v6.x/linux-%{basever}.tar.xz
 # Source0-md5:	844fae6a58c7f43af44d8cea8484b4a1
 %if "%{postver}" != ".0"
 Patch0:		https://www.kernel.org/pub/linux/kernel/v6.x/patch-%{version}.xz
-# Patch0-md5:	02e936e453c15a22df6001160be28888
+# Patch0-md5:	c73236f9d737a04bb83bd69679139f83
 %endif
 Source1:	kernel.sysconfig
 
diff --git a/kernel-aufs.patch b/kernel-aufs.patch
index 87080f8a..aba4c620 100644
--- a/kernel-aufs.patch
+++ b/kernel-aufs.patch
@@ -370,7 +370,7 @@ index cb9f98b540e31..44805e9a38604 100644
 +++ b/include/linux/fs.h
 @@ -2734,6 +2734,21 @@ struct file *dentry_create(const struct path *path, int flags, umode_t mode,
  			   const struct cred *cred);
- struct path *backing_file_user_path(struct file *f);
+ struct path *backing_file_user_path(const struct file *f);
  
 +#if IS_MODULE(CONFIG_AUFS_FS)
 +/* fs/au_mf.c */
@@ -387,12 +387,12 @@ index cb9f98b540e31..44805e9a38604 100644
 +#define au_file_user_inode(f)	NULL
 +#endif
 +
- /*
-  * When mmapping a file on a stackable filesystem (e.g., overlayfs), the file
-  * stored in ->vm_file is a backing file whose f_inode is on the underlying
+ #ifdef CONFIG_SECURITY
+ void *backing_file_security(const struct file *f);
+ void backing_file_set_security(struct file *f, void *security);
 @@ -2746,15 +2761,25 @@ struct path *backing_file_user_path(struct file *f);
  /* Get the path to display in /proc/<pid>/maps */
- static inline const struct path *file_user_path(struct file *f)
+ static inline const struct path *file_user_path(const struct file *f)
  {
 +	const struct path *path;
 +
@@ -404,7 +404,7 @@ index cb9f98b540e31..44805e9a38604 100644
  	return &f->f_path;
  }
  /* Get the inode whose inode number to display in /proc/<pid>/maps */
- static inline const struct inode *file_user_inode(struct file *f)
+ static inline const struct inode *file_user_inode(const struct file *f)
  {
 +	const struct inode *inode;
 +
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/24f23a812170ef4ebdc65c60c139caa5528bb103



More information about the pld-cvs-commit mailing list