• R/O
  • SSH
  • HTTPS

tomoyo: Commit


Commit MetaInfo

Revision6907 (tree)
Time2022-05-02 13:37:56
Authorkumaneko

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/1.8.x/ccs-patch/patches/ccs-patch-5.10.diff (revision 6906)
+++ trunk/1.8.x/ccs-patch/patches/ccs-patch-5.10.diff (revision 6907)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 5.10.110.
1+This is TOMOYO Linux patch for kernel 5.10.113.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.110.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.113.tar.xz
44 ---
55 fs/exec.c | 2 -
66 fs/open.c | 2 +
@@ -59,7 +59,7 @@
5959 +
6060 +static int __init ccs_show_version(void)
6161 +{
62-+ printk(KERN_INFO "Hook version: 5.10.110 2022/05/02\n");
62++ printk(KERN_INFO "Hook version: 5.10.113 2022/05/02\n");
6363 + return 0;
6464 +}
6565 +fs_initcall(ccs_show_version);
--- trunk/1.8.x/ccs-patch/patches/ccs-patch-5.15.diff (revision 6906)
+++ trunk/1.8.x/ccs-patch/patches/ccs-patch-5.15.diff (revision 6907)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 5.15.33.
1+This is TOMOYO Linux patch for kernel 5.15.37.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.15.33.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.15.37.tar.xz
44 ---
55 fs/exec.c | 2 -
66 fs/open.c | 2 +
@@ -59,7 +59,7 @@
5959 +
6060 +static int __init ccs_show_version(void)
6161 +{
62-+ printk(KERN_INFO "Hook version: 5.15.33 2022/05/02\n");
62++ printk(KERN_INFO "Hook version: 5.15.37 2022/05/02\n");
6363 + return 0;
6464 +}
6565 +fs_initcall(ccs_show_version);
--- trunk/1.8.x/ccs-patch/patches/ccs-patch-5.16.diff (revision 6906)
+++ trunk/1.8.x/ccs-patch/patches/ccs-patch-5.16.diff (revision 6907)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 5.16.19.
1+This is TOMOYO Linux patch for kernel 5.16.20.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.16.19.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.16.20.tar.xz
44 ---
55 fs/exec.c | 2 -
66 fs/open.c | 2 +
@@ -59,7 +59,7 @@
5959 +
6060 +static int __init ccs_show_version(void)
6161 +{
62-+ printk(KERN_INFO "Hook version: 5.16.19 2022/05/02\n");
62++ printk(KERN_INFO "Hook version: 5.16.20 2022/05/02\n");
6363 + return 0;
6464 +}
6565 +fs_initcall(ccs_show_version);
--- trunk/1.8.x/ccs-patch/patches/ccs-patch-5.17.diff (revision 6906)
+++ trunk/1.8.x/ccs-patch/patches/ccs-patch-5.17.diff (revision 6907)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 5.17.2.
1+This is TOMOYO Linux patch for kernel 5.17.5.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.17.2.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.17.5.tar.xz
44 ---
55 fs/exec.c | 2 -
66 fs/open.c | 2 +
@@ -59,7 +59,7 @@
5959 +
6060 +static int __init ccs_show_version(void)
6161 +{
62-+ printk(KERN_INFO "Hook version: 5.17.2 2022/05/02\n");
62++ printk(KERN_INFO "Hook version: 5.17.5 2022/05/02\n");
6363 + return 0;
6464 +}
6565 +fs_initcall(ccs_show_version);
--- trunk/1.8.x/ccs-patch/patches/ccs-patch-5.18.diff (revision 6906)
+++ trunk/1.8.x/ccs-patch/patches/ccs-patch-5.18.diff (revision 6907)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 5.18-rc2.
1+This is TOMOYO Linux patch for kernel 5.18-rc5.
22
3-Source code for this patch is https://git.kernel.org/torvalds/t/linux-5.18-rc2.tar.gz
3+Source code for this patch is https://git.kernel.org/torvalds/t/linux-5.18-rc5.tar.gz
44 ---
55 fs/exec.c | 2 -
66 fs/open.c | 2 +
@@ -59,7 +59,7 @@
5959 +
6060 +static int __init ccs_show_version(void)
6161 +{
62-+ printk(KERN_INFO "Hook version: 5.18-rc2 2022/05/02\n");
62++ printk(KERN_INFO "Hook version: 5.18-rc5 2022/05/02\n");
6363 + return 0;
6464 +}
6565 +fs_initcall(ccs_show_version);
Show on old repository browser