[packages/kernel/LINUX_5_15] - 5.15.219

baggins baggins at pld-linux.org
Mon Aug 31 02:09:55 CEST 2026


commit 0b1e86e24cf8e674efdd7af782715594d4a21182
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Aug 31 02:09:19 2026 +0200

    - 5.15.219

 kernel-aufs5.patch      | 14 +++++++-------
 kernel-multiarch.config |  1 +
 kernel.spec             |  4 ++--
 3 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 0d5e0f54..d669d14f 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -67,7 +67,7 @@
 
 %define		rel		1
 %define		basever		5.15
-%define		postver		.215
+%define		postver		.219
 
 # 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:	b9918f39fd60b23c1fab1b3ab762a2fb
+# Patch0-md5:	037b21ccac2d4aae4efc227fbbec1c45
 %endif
 Source1:	kernel.sysconfig
 
diff --git a/kernel-aufs5.patch b/kernel-aufs5.patch
index 897ca9a0..3b7cb9dd 100644
--- a/kernel-aufs5.patch
+++ b/kernel-aufs5.patch
@@ -872,7 +872,7 @@ index da631339e969..894203de3bcb 100644
 +++ b/security/security.c
 @@ -1160,6 +1160,7 @@ int security_path_rmdir(const struct path *dir, struct dentry *dentry)
  		return 0;
- 	return call_int_hook(path_rmdir, 0, dir, dentry);
+ 	return call_int_hook(path_rmdir, dir, dentry);
  }
 +EXPORT_SYMBOL_GPL(security_path_rmdir);
  
@@ -880,7 +880,7 @@ index da631339e969..894203de3bcb 100644
  {
 @@ -1176,6 +1177,7 @@ int security_path_symlink(const struct path *dir, struct dentry *dentry,
  		return 0;
- 	return call_int_hook(path_symlink, 0, dir, dentry, old_name);
+ 	return call_int_hook(path_symlink, dir, dentry, old_name);
  }
 +EXPORT_SYMBOL_GPL(security_path_symlink);
  
@@ -888,7 +888,7 @@ index da631339e969..894203de3bcb 100644
  		       struct dentry *new_dentry)
 @@ -1184,6 +1186,7 @@ int security_path_link(struct dentry *old_dentry, const struct path *new_dir,
  		return 0;
- 	return call_int_hook(path_link, 0, old_dentry, new_dir, new_dentry);
+ 	return call_int_hook(path_link, old_dentry, new_dir, new_dentry);
  }
 +EXPORT_SYMBOL_GPL(security_path_link);
  
@@ -896,7 +896,7 @@ index da631339e969..894203de3bcb 100644
  			 const struct path *new_dir, struct dentry *new_dentry,
 @@ -1211,6 +1214,7 @@ int security_path_truncate(const struct path *path)
  		return 0;
- 	return call_int_hook(path_truncate, 0, path);
+ 	return call_int_hook(path_truncate, path);
  }
 +EXPORT_SYMBOL_GPL(security_path_truncate);
  
@@ -904,7 +904,7 @@ index da631339e969..894203de3bcb 100644
  {
 @@ -1218,6 +1222,7 @@ int security_path_chmod(const struct path *path, umode_t mode)
  		return 0;
- 	return call_int_hook(path_chmod, 0, path, mode);
+ 	return call_int_hook(path_chmod, path, mode);
  }
 +EXPORT_SYMBOL_GPL(security_path_chmod);
  
@@ -912,7 +912,7 @@ index da631339e969..894203de3bcb 100644
  {
 @@ -1225,6 +1230,7 @@ int security_path_chown(const struct path *path, kuid_t uid, kgid_t gid)
  		return 0;
- 	return call_int_hook(path_chown, 0, path, uid, gid);
+ 	return call_int_hook(path_chown, path, uid, gid);
  }
 +EXPORT_SYMBOL_GPL(security_path_chown);
  
@@ -920,7 +920,7 @@ index da631339e969..894203de3bcb 100644
  {
 @@ -1325,6 +1331,7 @@ int security_inode_permission(struct inode *inode, int mask)
  		return 0;
- 	return call_int_hook(inode_permission, 0, inode, mask);
+ 	return call_int_hook(inode_permission, inode, mask);
  }
 +EXPORT_SYMBOL_GPL(security_inode_permission);
  
diff --git a/kernel-multiarch.config b/kernel-multiarch.config
index d4c8282d..7ea9b1b8 100644
--- a/kernel-multiarch.config
+++ b/kernel-multiarch.config
@@ -6264,6 +6264,7 @@ CAN_MCP251XFD_SANITY all=y
 #-
 CAN_8DEV_USB all=m
 CAN_EMS_USB all=m
+CAN_ESD_USB all=m
 CAN_ESD_USB2 all=m
 CAN_ETAS_ES58X all=m
 CAN_GS_USB all=m
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/0b1e86e24cf8e674efdd7af782715594d4a21182



More information about the pld-cvs-commit mailing list