[packages/kernel/LINUX_5_10] - 5.10.268
baggins
baggins at pld-linux.org
Mon Aug 31 02:16:24 CEST 2026
commit fe982ab14912889adca14ffcb2eda25986751a36
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Aug 31 02:15:52 2026 +0200
- 5.10.268
kernel-aufs5.patch | 14 +++++++-------
kernel.spec | 4 ++--
2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index ff7e6284..81335372 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -73,7 +73,7 @@
%define rel 1
%define basever 5.10
-%define postver .264
+%define postver .268
# define this to '-%{basever}' for longterm branch
%define versuffix -%{basever}
@@ -127,7 +127,7 @@ Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
# Source0-md5: 753adc474bf799d569dec4f165ed92c3
%if "%{postver}" != ".0"
Patch0: https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Patch0-md5: 05de1dce3c4f9b22b7af84cef049d75a
+# Patch0-md5: 6fb64ebff7fe549279e9cec4c65bc20c
%endif
Source1: kernel.sysconfig
diff --git a/kernel-aufs5.patch b/kernel-aufs5.patch
index e12feae8..7391b07b 100644
--- a/kernel-aufs5.patch
+++ b/kernel-aufs5.patch
@@ -890,7 +890,7 @@ index 8ea826ea6167..a1e4bb7eacce 100644
+++ b/security/security.c
@@ -1109,6 +1109,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);
@@ -898,7 +898,7 @@ index 8ea826ea6167..a1e4bb7eacce 100644
{
@@ -1125,6 +1126,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);
@@ -906,7 +906,7 @@ index 8ea826ea6167..a1e4bb7eacce 100644
struct dentry *new_dentry)
@@ -1133,6 +1135,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);
@@ -914,7 +914,7 @@ index 8ea826ea6167..a1e4bb7eacce 100644
const struct path *new_dir, struct dentry *new_dentry,
@@ -1160,6 +1163,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);
@@ -922,7 +922,7 @@ index 8ea826ea6167..a1e4bb7eacce 100644
{
@@ -1167,6 +1171,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);
@@ -930,7 +930,7 @@ index 8ea826ea6167..a1e4bb7eacce 100644
{
@@ -1174,6 +1179,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);
@@ -938,7 +938,7 @@ index 8ea826ea6167..a1e4bb7eacce 100644
{
@@ -1274,6 +1280,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);
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/fe982ab14912889adca14ffcb2eda25986751a36
More information about the pld-cvs-commit
mailing list