• R/O
  • SSH
  • HTTPS

caitsith: コミット


コミットメタ情報

リビジョン164 (tree)
日時2015-07-28 21:03:36
作者kumaneko

ログメッセージ

(メッセージはありません)

変更サマリ

差分

--- trunk/caitsith-patch/patches/ccs-patch-3.18.diff (revision 163)
+++ trunk/caitsith-patch/patches/ccs-patch-3.18.diff (revision 164)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 3.18.18.
1+This is TOMOYO Linux patch for kernel 3.18.19.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.18.18.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.18.19.tar.xz
44 ---
55 fs/exec.c | 2
66 fs/open.c | 2
@@ -29,8 +29,8 @@
2929 security/security.c | 111 +++++++++++++++++++++++++++++++++++++++++-----
3030 25 files changed, 252 insertions(+), 37 deletions(-)
3131
32---- linux-3.18.18.orig/fs/exec.c
33-+++ linux-3.18.18/fs/exec.c
32+--- linux-3.18.19.orig/fs/exec.c
33++++ linux-3.18.19/fs/exec.c
3434 @@ -1436,7 +1436,7 @@ static int exec_binprm(struct linux_binp
3535 old_vpid = task_pid_nr_ns(current, task_active_pid_ns(current->parent));
3636 rcu_read_unlock();
@@ -40,8 +40,8 @@
4040 if (ret >= 0) {
4141 audit_bprm(bprm);
4242 trace_sched_process_exec(current, old_pid, bprm);
43---- linux-3.18.18.orig/fs/open.c
44-+++ linux-3.18.18/fs/open.c
43+--- linux-3.18.19.orig/fs/open.c
44++++ linux-3.18.19/fs/open.c
4545 @@ -1090,6 +1090,8 @@ EXPORT_SYMBOL(sys_close);
4646 */
4747 SYSCALL_DEFINE0(vhangup)
@@ -51,8 +51,8 @@
5151 if (capable(CAP_SYS_TTY_CONFIG)) {
5252 tty_vhangup_self();
5353 return 0;
54---- linux-3.18.18.orig/fs/proc/version.c
55-+++ linux-3.18.18/fs/proc/version.c
54+--- linux-3.18.19.orig/fs/proc/version.c
55++++ linux-3.18.19/fs/proc/version.c
5656 @@ -32,3 +32,10 @@ static int __init proc_version_init(void
5757 return 0;
5858 }
@@ -60,12 +60,12 @@
6060 +
6161 +static int __init ccs_show_version(void)
6262 +{
63-+ printk(KERN_INFO "Hook version: 3.18.18 2015/07/11\n");
63++ printk(KERN_INFO "Hook version: 3.18.19 2015/07/28\n");
6464 + return 0;
6565 +}
6666 +fs_initcall(ccs_show_version);
67---- linux-3.18.18.orig/include/linux/init_task.h
68-+++ linux-3.18.18/include/linux/init_task.h
67+--- linux-3.18.19.orig/include/linux/init_task.h
68++++ linux-3.18.19/include/linux/init_task.h
6969 @@ -166,6 +166,14 @@ extern struct task_group root_task_group
7070 # define INIT_RT_MUTEXES(tsk)
7171 #endif
@@ -89,8 +89,8 @@
8989 }
9090
9191
92---- linux-3.18.18.orig/include/linux/sched.h
93-+++ linux-3.18.18/include/linux/sched.h
92+--- linux-3.18.19.orig/include/linux/sched.h
93++++ linux-3.18.19/include/linux/sched.h
9494 @@ -6,6 +6,8 @@
9595 #include <linux/sched/prio.h>
9696
@@ -111,8 +111,8 @@
111111 };
112112
113113 /* Future-safe accessor for struct task_struct's cpus_allowed. */
114---- linux-3.18.18.orig/include/linux/security.h
115-+++ linux-3.18.18/include/linux/security.h
114+--- linux-3.18.19.orig/include/linux/security.h
115++++ linux-3.18.19/include/linux/security.h
116116 @@ -53,6 +53,7 @@ struct msg_queue;
117117 struct xattr;
118118 struct xfrm_sec_ctx;
@@ -324,8 +324,8 @@
324324 }
325325 #endif /* CONFIG_SECURITY_PATH */
326326
327---- linux-3.18.18.orig/include/net/ip.h
328-+++ linux-3.18.18/include/net/ip.h
327+--- linux-3.18.19.orig/include/net/ip.h
328++++ linux-3.18.19/include/net/ip.h
329329 @@ -215,6 +215,8 @@ void inet_get_local_port_range(struct ne
330330 #ifdef CONFIG_SYSCTL
331331 static inline int inet_is_local_reserved_port(struct net *net, int port)
@@ -344,8 +344,8 @@
344344 return 0;
345345 }
346346 #endif
347---- linux-3.18.18.orig/kernel/fork.c
348-+++ linux-3.18.18/kernel/fork.c
347+--- linux-3.18.19.orig/kernel/fork.c
348++++ linux-3.18.19/kernel/fork.c
349349 @@ -246,6 +246,7 @@ void __put_task_struct(struct task_struc
350350 delayacct_tsk_free(tsk);
351351 put_signal_struct(tsk->signal);
@@ -372,8 +372,8 @@
372372 bad_fork_cleanup_perf:
373373 perf_event_free_task(p);
374374 bad_fork_cleanup_policy:
375---- linux-3.18.18.orig/kernel/kexec.c
376-+++ linux-3.18.18/kernel/kexec.c
375+--- linux-3.18.19.orig/kernel/kexec.c
376++++ linux-3.18.19/kernel/kexec.c
377377 @@ -41,6 +41,7 @@
378378 #include <asm/uaccess.h>
379379 #include <asm/io.h>
@@ -391,8 +391,8 @@
391391
392392 /*
393393 * Verify we have a legal set of flags
394---- linux-3.18.18.orig/kernel/module.c
395-+++ linux-3.18.18/kernel/module.c
394+--- linux-3.18.19.orig/kernel/module.c
395++++ linux-3.18.19/kernel/module.c
396396 @@ -62,6 +62,7 @@
397397 #include <linux/bsearch.h>
398398 #include <uapi/linux/module.h>
@@ -419,8 +419,8 @@
419419
420420 return 0;
421421 }
422---- linux-3.18.18.orig/kernel/ptrace.c
423-+++ linux-3.18.18/kernel/ptrace.c
422+--- linux-3.18.19.orig/kernel/ptrace.c
423++++ linux-3.18.19/kernel/ptrace.c
424424 @@ -1052,6 +1052,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
425425 {
426426 struct task_struct *child;
@@ -445,8 +445,8 @@
445445
446446 if (request == PTRACE_TRACEME) {
447447 ret = ptrace_traceme();
448---- linux-3.18.18.orig/kernel/reboot.c
449-+++ linux-3.18.18/kernel/reboot.c
448+--- linux-3.18.19.orig/kernel/reboot.c
449++++ linux-3.18.19/kernel/reboot.c
450450 @@ -16,6 +16,7 @@
451451 #include <linux/syscalls.h>
452452 #include <linux/syscore_ops.h>
@@ -464,8 +464,8 @@
464464
465465 /*
466466 * If pid namespaces are enabled and the current task is in a child
467---- linux-3.18.18.orig/kernel/sched/core.c
468-+++ linux-3.18.18/kernel/sched/core.c
467+--- linux-3.18.19.orig/kernel/sched/core.c
468++++ linux-3.18.19/kernel/sched/core.c
469469 @@ -3188,6 +3188,8 @@ int can_nice(const struct task_struct *p
470470 SYSCALL_DEFINE1(nice, int, increment)
471471 {
@@ -475,8 +475,8 @@
475475
476476 /*
477477 * Setpriority might change our priority at the same moment.
478---- linux-3.18.18.orig/kernel/signal.c
479-+++ linux-3.18.18/kernel/signal.c
478+--- linux-3.18.19.orig/kernel/signal.c
479++++ linux-3.18.19/kernel/signal.c
480480 @@ -2886,6 +2886,8 @@ SYSCALL_DEFINE4(rt_sigtimedwait, const s
481481 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
482482 {
@@ -522,8 +522,8 @@
522522
523523 return do_send_specific(tgid, pid, sig, info);
524524 }
525---- linux-3.18.18.orig/kernel/sys.c
526-+++ linux-3.18.18/kernel/sys.c
525+--- linux-3.18.19.orig/kernel/sys.c
526++++ linux-3.18.19/kernel/sys.c
527527 @@ -171,6 +171,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
528528
529529 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -553,8 +553,8 @@
553553
554554 down_write(&uts_sem);
555555 errno = -EFAULT;
556---- linux-3.18.18.orig/kernel/time/ntp.c
557-+++ linux-3.18.18/kernel/time/ntp.c
556+--- linux-3.18.19.orig/kernel/time/ntp.c
557++++ linux-3.18.19/kernel/time/ntp.c
558558 @@ -16,6 +16,7 @@
559559 #include <linux/mm.h>
560560 #include <linux/module.h>
@@ -588,8 +588,8 @@
588588
589589 /*
590590 * Check for potential multiplication overflows that can
591---- linux-3.18.18.orig/net/ipv4/raw.c
592-+++ linux-3.18.18/net/ipv4/raw.c
591+--- linux-3.18.19.orig/net/ipv4/raw.c
592++++ linux-3.18.19/net/ipv4/raw.c
593593 @@ -711,6 +711,10 @@ static int raw_recvmsg(struct kiocb *ioc
594594 skb = skb_recv_datagram(sk, flags, noblock, &err);
595595 if (!skb)
@@ -601,8 +601,8 @@
601601
602602 copied = skb->len;
603603 if (len < copied) {
604---- linux-3.18.18.orig/net/ipv4/udp.c
605-+++ linux-3.18.18/net/ipv4/udp.c
604+--- linux-3.18.19.orig/net/ipv4/udp.c
605++++ linux-3.18.19/net/ipv4/udp.c
606606 @@ -1262,6 +1262,10 @@ try_again:
607607 &peeked, &off, &err);
608608 if (!skb)
@@ -614,8 +614,8 @@
614614
615615 ulen = skb->len - sizeof(struct udphdr);
616616 copied = len;
617---- linux-3.18.18.orig/net/ipv6/raw.c
618-+++ linux-3.18.18/net/ipv6/raw.c
617+--- linux-3.18.19.orig/net/ipv6/raw.c
618++++ linux-3.18.19/net/ipv6/raw.c
619619 @@ -478,6 +478,10 @@ static int rawv6_recvmsg(struct kiocb *i
620620 skb = skb_recv_datagram(sk, flags, noblock, &err);
621621 if (!skb)
@@ -627,8 +627,8 @@
627627
628628 copied = skb->len;
629629 if (copied > len) {
630---- linux-3.18.18.orig/net/ipv6/udp.c
631-+++ linux-3.18.18/net/ipv6/udp.c
630+--- linux-3.18.19.orig/net/ipv6/udp.c
631++++ linux-3.18.19/net/ipv6/udp.c
632632 @@ -402,6 +402,10 @@ try_again:
633633 &peeked, &off, &err);
634634 if (!skb)
@@ -640,8 +640,8 @@
640640
641641 ulen = skb->len - sizeof(struct udphdr);
642642 copied = len;
643---- linux-3.18.18.orig/net/socket.c
644-+++ linux-3.18.18/net/socket.c
643+--- linux-3.18.19.orig/net/socket.c
644++++ linux-3.18.19/net/socket.c
645645 @@ -1637,6 +1637,10 @@ SYSCALL_DEFINE4(accept4, int, fd, struct
646646 if (err < 0)
647647 goto out_fd;
@@ -653,8 +653,8 @@
653653 if (upeer_sockaddr) {
654654 if (newsock->ops->getname(newsock, (struct sockaddr *)&address,
655655 &len, 2) < 0) {
656---- linux-3.18.18.orig/net/unix/af_unix.c
657-+++ linux-3.18.18/net/unix/af_unix.c
656+--- linux-3.18.19.orig/net/unix/af_unix.c
657++++ linux-3.18.19/net/unix/af_unix.c
658658 @@ -1817,6 +1817,10 @@ static int unix_dgram_recvmsg(struct kio
659659 wake_up_interruptible_sync_poll(&u->peer_wait,
660660 POLLOUT | POLLWRNORM | POLLWRBAND);
@@ -666,8 +666,8 @@
666666 if (msg->msg_name)
667667 unix_copy_addr(msg, skb->sk);
668668
669---- linux-3.18.18.orig/security/Kconfig
670-+++ linux-3.18.18/security/Kconfig
669+--- linux-3.18.19.orig/security/Kconfig
670++++ linux-3.18.19/security/Kconfig
671671 @@ -167,5 +167,7 @@ config DEFAULT_SECURITY
672672 default "yama" if DEFAULT_SECURITY_YAMA
673673 default "" if DEFAULT_SECURITY_DAC
@@ -676,8 +676,8 @@
676676 +
677677 endmenu
678678
679---- linux-3.18.18.orig/security/Makefile
680-+++ linux-3.18.18/security/Makefile
679+--- linux-3.18.19.orig/security/Makefile
680++++ linux-3.18.19/security/Makefile
681681 @@ -27,3 +27,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
682682 # Object integrity file lists
683683 subdir-$(CONFIG_INTEGRITY) += integrity
@@ -685,8 +685,8 @@
685685 +
686686 +subdir-$(CONFIG_CCSECURITY) += ccsecurity
687687 +obj-$(CONFIG_CCSECURITY) += ccsecurity/
688---- linux-3.18.18.orig/security/security.c
689-+++ linux-3.18.18/security/security.c
688+--- linux-3.18.19.orig/security/security.c
689++++ linux-3.18.19/security/security.c
690690 @@ -203,7 +203,10 @@ int security_syslog(int type)
691691
692692 int security_settime(const struct timespec *ts, const struct timezone *tz)
--- trunk/caitsith-patch/patches/ccs-patch-4.1.diff (revision 163)
+++ trunk/caitsith-patch/patches/ccs-patch-4.1.diff (revision 164)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 4.1.
1+This is TOMOYO Linux patch for kernel 4.1.3.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.1.2.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.1.3.tar.xz
44 ---
55 fs/exec.c | 2
66 fs/open.c | 2
@@ -29,8 +29,8 @@
2929 security/security.c | 110 ++++++++++++++++++++++++++++++++++++++++------
3030 25 files changed, 248 insertions(+), 37 deletions(-)
3131
32---- linux-4.1.2.orig/fs/exec.c
33-+++ linux-4.1.2/fs/exec.c
32+--- linux-4.1.3.orig/fs/exec.c
33++++ linux-4.1.3/fs/exec.c
3434 @@ -1461,7 +1461,7 @@ static int exec_binprm(struct linux_binp
3535 old_vpid = task_pid_nr_ns(current, task_active_pid_ns(current->parent));
3636 rcu_read_unlock();
@@ -40,8 +40,8 @@
4040 if (ret >= 0) {
4141 audit_bprm(bprm);
4242 trace_sched_process_exec(current, old_pid, bprm);
43---- linux-4.1.2.orig/fs/open.c
44-+++ linux-4.1.2/fs/open.c
43+--- linux-4.1.3.orig/fs/open.c
44++++ linux-4.1.3/fs/open.c
4545 @@ -1106,6 +1106,8 @@ EXPORT_SYMBOL(sys_close);
4646 */
4747 SYSCALL_DEFINE0(vhangup)
@@ -51,8 +51,8 @@
5151 if (capable(CAP_SYS_TTY_CONFIG)) {
5252 tty_vhangup_self();
5353 return 0;
54---- linux-4.1.2.orig/fs/proc/version.c
55-+++ linux-4.1.2/fs/proc/version.c
54+--- linux-4.1.3.orig/fs/proc/version.c
55++++ linux-4.1.3/fs/proc/version.c
5656 @@ -32,3 +32,10 @@ static int __init proc_version_init(void
5757 return 0;
5858 }
@@ -60,12 +60,12 @@
6060 +
6161 +static int __init ccs_show_version(void)
6262 +{
63-+ printk(KERN_INFO "Hook version: 4.1.2 2015/07/11\n");
63++ printk(KERN_INFO "Hook version: 4.1.3 2015/07/28\n");
6464 + return 0;
6565 +}
6666 +fs_initcall(ccs_show_version);
67---- linux-4.1.2.orig/include/linux/init_task.h
68-+++ linux-4.1.2/include/linux/init_task.h
67+--- linux-4.1.3.orig/include/linux/init_task.h
68++++ linux-4.1.3/include/linux/init_task.h
6969 @@ -182,6 +182,14 @@ extern struct task_group root_task_group
7070 # define INIT_KASAN(tsk)
7171 #endif
@@ -89,8 +89,8 @@
8989 }
9090
9191
92---- linux-4.1.2.orig/include/linux/sched.h
93-+++ linux-4.1.2/include/linux/sched.h
92+--- linux-4.1.3.orig/include/linux/sched.h
93++++ linux-4.1.3/include/linux/sched.h
9494 @@ -6,6 +6,8 @@
9595 #include <linux/sched/prio.h>
9696
@@ -111,8 +111,8 @@
111111 };
112112
113113 /* Future-safe accessor for struct task_struct's cpus_allowed. */
114---- linux-4.1.2.orig/include/linux/security.h
115-+++ linux-4.1.2/include/linux/security.h
114+--- linux-4.1.3.orig/include/linux/security.h
115++++ linux-4.1.3/include/linux/security.h
116116 @@ -53,6 +53,7 @@ struct msg_queue;
117117 struct xattr;
118118 struct xfrm_sec_ctx;
@@ -319,8 +319,8 @@
319319 }
320320 #endif /* CONFIG_SECURITY_PATH */
321321
322---- linux-4.1.2.orig/include/net/ip.h
323-+++ linux-4.1.2/include/net/ip.h
322+--- linux-4.1.3.orig/include/net/ip.h
323++++ linux-4.1.3/include/net/ip.h
324324 @@ -216,6 +216,8 @@ void inet_get_local_port_range(struct ne
325325 #ifdef CONFIG_SYSCTL
326326 static inline int inet_is_local_reserved_port(struct net *net, int port)
@@ -339,8 +339,8 @@
339339 return 0;
340340 }
341341 #endif
342---- linux-4.1.2.orig/kernel/fork.c
343-+++ linux-4.1.2/kernel/fork.c
342+--- linux-4.1.3.orig/kernel/fork.c
343++++ linux-4.1.3/kernel/fork.c
344344 @@ -257,6 +257,7 @@ void __put_task_struct(struct task_struc
345345 delayacct_tsk_free(tsk);
346346 put_signal_struct(tsk->signal);
@@ -367,8 +367,8 @@
367367 bad_fork_cleanup_perf:
368368 perf_event_free_task(p);
369369 bad_fork_cleanup_policy:
370---- linux-4.1.2.orig/kernel/kexec.c
371-+++ linux-4.1.2/kernel/kexec.c
370+--- linux-4.1.3.orig/kernel/kexec.c
371++++ linux-4.1.3/kernel/kexec.c
372372 @@ -41,6 +41,7 @@
373373 #include <asm/uaccess.h>
374374 #include <asm/io.h>
@@ -386,8 +386,8 @@
386386
387387 /*
388388 * Verify we have a legal set of flags
389---- linux-4.1.2.orig/kernel/module.c
390-+++ linux-4.1.2/kernel/module.c
389+--- linux-4.1.3.orig/kernel/module.c
390++++ linux-4.1.3/kernel/module.c
391391 @@ -61,6 +61,7 @@
392392 #include <linux/bsearch.h>
393393 #include <uapi/linux/module.h>
@@ -414,8 +414,8 @@
414414
415415 return 0;
416416 }
417---- linux-4.1.2.orig/kernel/ptrace.c
418-+++ linux-4.1.2/kernel/ptrace.c
417+--- linux-4.1.3.orig/kernel/ptrace.c
418++++ linux-4.1.3/kernel/ptrace.c
419419 @@ -1034,6 +1034,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
420420 {
421421 struct task_struct *child;
@@ -440,8 +440,8 @@
440440
441441 if (request == PTRACE_TRACEME) {
442442 ret = ptrace_traceme();
443---- linux-4.1.2.orig/kernel/reboot.c
444-+++ linux-4.1.2/kernel/reboot.c
443+--- linux-4.1.3.orig/kernel/reboot.c
444++++ linux-4.1.3/kernel/reboot.c
445445 @@ -16,6 +16,7 @@
446446 #include <linux/syscalls.h>
447447 #include <linux/syscore_ops.h>
@@ -459,8 +459,8 @@
459459
460460 /*
461461 * If pid namespaces are enabled and the current task is in a child
462---- linux-4.1.2.orig/kernel/sched/core.c
463-+++ linux-4.1.2/kernel/sched/core.c
462+--- linux-4.1.3.orig/kernel/sched/core.c
463++++ linux-4.1.3/kernel/sched/core.c
464464 @@ -3145,6 +3145,8 @@ int can_nice(const struct task_struct *p
465465 SYSCALL_DEFINE1(nice, int, increment)
466466 {
@@ -470,8 +470,8 @@
470470
471471 /*
472472 * Setpriority might change our priority at the same moment.
473---- linux-4.1.2.orig/kernel/signal.c
474-+++ linux-4.1.2/kernel/signal.c
473+--- linux-4.1.3.orig/kernel/signal.c
474++++ linux-4.1.3/kernel/signal.c
475475 @@ -2898,6 +2898,8 @@ SYSCALL_DEFINE4(rt_sigtimedwait, const s
476476 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
477477 {
@@ -517,8 +517,8 @@
517517
518518 return do_send_specific(tgid, pid, sig, info);
519519 }
520---- linux-4.1.2.orig/kernel/sys.c
521-+++ linux-4.1.2/kernel/sys.c
520+--- linux-4.1.3.orig/kernel/sys.c
521++++ linux-4.1.3/kernel/sys.c
522522 @@ -183,6 +183,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
523523
524524 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -548,8 +548,8 @@
548548
549549 down_write(&uts_sem);
550550 errno = -EFAULT;
551---- linux-4.1.2.orig/kernel/time/ntp.c
552-+++ linux-4.1.2/kernel/time/ntp.c
551+--- linux-4.1.3.orig/kernel/time/ntp.c
552++++ linux-4.1.3/kernel/time/ntp.c
553553 @@ -16,6 +16,7 @@
554554 #include <linux/mm.h>
555555 #include <linux/module.h>
@@ -583,8 +583,8 @@
583583
584584 /*
585585 * Check for potential multiplication overflows that can
586---- linux-4.1.2.orig/net/ipv4/raw.c
587-+++ linux-4.1.2/net/ipv4/raw.c
586+--- linux-4.1.3.orig/net/ipv4/raw.c
587++++ linux-4.1.3/net/ipv4/raw.c
588588 @@ -727,6 +727,10 @@ static int raw_recvmsg(struct sock *sk,
589589 skb = skb_recv_datagram(sk, flags, noblock, &err);
590590 if (!skb)
@@ -596,8 +596,8 @@
596596
597597 copied = skb->len;
598598 if (len < copied) {
599---- linux-4.1.2.orig/net/ipv4/udp.c
600-+++ linux-4.1.2/net/ipv4/udp.c
599+--- linux-4.1.3.orig/net/ipv4/udp.c
600++++ linux-4.1.3/net/ipv4/udp.c
601601 @@ -1272,6 +1272,10 @@ try_again:
602602 &peeked, &off, &err);
603603 if (!skb)
@@ -609,8 +609,8 @@
609609
610610 ulen = skb->len - sizeof(struct udphdr);
611611 copied = len;
612---- linux-4.1.2.orig/net/ipv6/raw.c
613-+++ linux-4.1.2/net/ipv6/raw.c
612+--- linux-4.1.3.orig/net/ipv6/raw.c
613++++ linux-4.1.3/net/ipv6/raw.c
614614 @@ -477,6 +477,10 @@ static int rawv6_recvmsg(struct sock *sk
615615 skb = skb_recv_datagram(sk, flags, noblock, &err);
616616 if (!skb)
@@ -622,8 +622,8 @@
622622
623623 copied = skb->len;
624624 if (copied > len) {
625---- linux-4.1.2.orig/net/ipv6/udp.c
626-+++ linux-4.1.2/net/ipv6/udp.c
625+--- linux-4.1.3.orig/net/ipv6/udp.c
626++++ linux-4.1.3/net/ipv6/udp.c
627627 @@ -413,6 +413,10 @@ try_again:
628628 &peeked, &off, &err);
629629 if (!skb)
@@ -635,8 +635,8 @@
635635
636636 ulen = skb->len - sizeof(struct udphdr);
637637 copied = len;
638---- linux-4.1.2.orig/net/socket.c
639-+++ linux-4.1.2/net/socket.c
638+--- linux-4.1.3.orig/net/socket.c
639++++ linux-4.1.3/net/socket.c
640640 @@ -1485,6 +1485,10 @@ SYSCALL_DEFINE4(accept4, int, fd, struct
641641 if (err < 0)
642642 goto out_fd;
@@ -648,8 +648,8 @@
648648 if (upeer_sockaddr) {
649649 if (newsock->ops->getname(newsock, (struct sockaddr *)&address,
650650 &len, 2) < 0) {
651---- linux-4.1.2.orig/net/unix/af_unix.c
652-+++ linux-4.1.2/net/unix/af_unix.c
651+--- linux-4.1.3.orig/net/unix/af_unix.c
652++++ linux-4.1.3/net/unix/af_unix.c
653653 @@ -1800,6 +1800,10 @@ static int unix_dgram_recvmsg(struct soc
654654 wake_up_interruptible_sync_poll(&u->peer_wait,
655655 POLLOUT | POLLWRNORM | POLLWRBAND);
@@ -661,8 +661,8 @@
661661 if (msg->msg_name)
662662 unix_copy_addr(msg, skb->sk);
663663
664---- linux-4.1.2.orig/security/Kconfig
665-+++ linux-4.1.2/security/Kconfig
664+--- linux-4.1.3.orig/security/Kconfig
665++++ linux-4.1.3/security/Kconfig
666666 @@ -168,5 +168,7 @@ config DEFAULT_SECURITY
667667 default "yama" if DEFAULT_SECURITY_YAMA
668668 default "" if DEFAULT_SECURITY_DAC
@@ -671,8 +671,8 @@
671671 +
672672 endmenu
673673
674---- linux-4.1.2.orig/security/Makefile
675-+++ linux-4.1.2/security/Makefile
674+--- linux-4.1.3.orig/security/Makefile
675++++ linux-4.1.3/security/Makefile
676676 @@ -27,3 +27,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
677677 # Object integrity file lists
678678 subdir-$(CONFIG_INTEGRITY) += integrity
@@ -680,8 +680,8 @@
680680 +
681681 +subdir-$(CONFIG_CCSECURITY) += ccsecurity
682682 +obj-$(CONFIG_CCSECURITY) += ccsecurity/
683---- linux-4.1.2.orig/security/security.c
684-+++ linux-4.1.2/security/security.c
683+--- linux-4.1.3.orig/security/security.c
684++++ linux-4.1.3/security/security.c
685685 @@ -226,7 +226,10 @@ int security_syslog(int type)
686686
687687 int security_settime(const struct timespec *ts, const struct timezone *tz)
--- trunk/caitsith-patch/patches/ccs-patch-2.6.32-centos-6.diff (revision 163)
+++ trunk/caitsith-patch/patches/ccs-patch-2.6.32-centos-6.diff (revision 164)
@@ -1,6 +1,6 @@
11 This is TOMOYO Linux patch for CentOS 6.
22
3-Source code for this patch is http://vault.centos.org/6.6/updates/Source/SPackages/kernel-2.6.32-504.30.3.el6.src.rpm
3+Source code for this patch is http://vault.centos.org/6.7/updates/Source/SPackages/kernel-2.6.32-573.1.1.el6.src.rpm
44 ---
55 fs/compat.c | 2 +-
66 fs/compat_ioctl.c | 3 +++
@@ -37,8 +37,8 @@
3737 security/Makefile | 3 +++
3838 33 files changed, 201 insertions(+), 2 deletions(-)
3939
40---- linux-2.6.32-504.30.3.el6.orig/fs/compat.c
41-+++ linux-2.6.32-504.30.3.el6/fs/compat.c
40+--- linux-2.6.32-573.1.1.el6.orig/fs/compat.c
41++++ linux-2.6.32-573.1.1.el6/fs/compat.c
4242 @@ -1523,7 +1523,7 @@ int compat_do_execve(const char * filena
4343 if (retval < 0)
4444 goto out;
@@ -48,8 +48,8 @@
4848 if (retval < 0)
4949 goto out;
5050
51---- linux-2.6.32-504.30.3.el6.orig/fs/compat_ioctl.c
52-+++ linux-2.6.32-504.30.3.el6/fs/compat_ioctl.c
51+--- linux-2.6.32-573.1.1.el6.orig/fs/compat_ioctl.c
52++++ linux-2.6.32-573.1.1.el6/fs/compat_ioctl.c
5353 @@ -114,6 +114,7 @@
5454 #ifdef CONFIG_SPARC
5555 #include <asm/fbio.h>
@@ -67,9 +67,9 @@
6767 if (error)
6868 goto out_fput;
6969
70---- linux-2.6.32-504.30.3.el6.orig/fs/exec.c
71-+++ linux-2.6.32-504.30.3.el6/fs/exec.c
72-@@ -1472,7 +1472,7 @@ int do_execve(const char * filename,
70+--- linux-2.6.32-573.1.1.el6.orig/fs/exec.c
71++++ linux-2.6.32-573.1.1.el6/fs/exec.c
72+@@ -1489,7 +1489,7 @@ int do_execve(const char * filename,
7373 goto out;
7474
7575 current->flags &= ~PF_KTHREAD;
@@ -78,8 +78,8 @@
7878 if (retval < 0)
7979 goto out;
8080
81---- linux-2.6.32-504.30.3.el6.orig/fs/fcntl.c
82-+++ linux-2.6.32-504.30.3.el6/fs/fcntl.c
81+--- linux-2.6.32-573.1.1.el6.orig/fs/fcntl.c
82++++ linux-2.6.32-573.1.1.el6/fs/fcntl.c
8383 @@ -428,6 +428,8 @@ SYSCALL_DEFINE3(fcntl, unsigned int, fd,
8484 goto out;
8585
@@ -98,8 +98,8 @@
9898 if (err) {
9999 fput(filp);
100100 return err;
101---- linux-2.6.32-504.30.3.el6.orig/fs/ioctl.c
102-+++ linux-2.6.32-504.30.3.el6/fs/ioctl.c
101+--- linux-2.6.32-573.1.1.el6.orig/fs/ioctl.c
102++++ linux-2.6.32-573.1.1.el6/fs/ioctl.c
103103 @@ -639,6 +639,8 @@ SYSCALL_DEFINE3(ioctl, unsigned int, fd,
104104 goto out;
105105
@@ -109,8 +109,8 @@
109109 if (error)
110110 goto out_fput;
111111
112---- linux-2.6.32-504.30.3.el6.orig/fs/namei.c
113-+++ linux-2.6.32-504.30.3.el6/fs/namei.c
112+--- linux-2.6.32-573.1.1.el6.orig/fs/namei.c
113++++ linux-2.6.32-573.1.1.el6/fs/namei.c
114114 @@ -2040,6 +2040,11 @@ int may_open(struct path *path, int acc_
115115 if (flag & O_NOATIME && !is_owner_or_cap(inode))
116116 return -EPERM;
@@ -198,8 +198,8 @@
198198 if (error)
199199 goto exit5;
200200 error = vfs_rename(old_dir->d_inode, old_dentry,
201---- linux-2.6.32-504.30.3.el6.orig/fs/namespace.c
202-+++ linux-2.6.32-504.30.3.el6/fs/namespace.c
201+--- linux-2.6.32-573.1.1.el6.orig/fs/namespace.c
202++++ linux-2.6.32-573.1.1.el6/fs/namespace.c
203203 @@ -1097,6 +1097,8 @@ static int do_umount(struct vfsmount *mn
204204 LIST_HEAD(umount_list);
205205
@@ -209,7 +209,7 @@
209209 if (retval)
210210 return retval;
211211
212-@@ -2084,6 +2086,7 @@ int copy_mount_string(const void __user
212+@@ -2085,6 +2087,7 @@ int copy_mount_string(const void __user
213213 long do_mount(char *dev_name, const char *dir_name, char *type_page,
214214 unsigned long flags, void *data_page)
215215 {
@@ -217,7 +217,7 @@
217217 struct path path;
218218 int retval = 0;
219219 int mnt_flags = 0;
220-@@ -2131,6 +2134,9 @@ long do_mount(char *dev_name, const char
220+@@ -2132,6 +2135,9 @@ long do_mount(char *dev_name, const char
221221
222222 retval = security_sb_mount(dev_name, &path,
223223 type_page, flags, data_page);
@@ -227,7 +227,7 @@
227227 if (retval)
228228 goto dput_out;
229229
230-@@ -2371,6 +2377,8 @@ SYSCALL_DEFINE2(pivot_root, const char _
230+@@ -2372,6 +2378,8 @@ SYSCALL_DEFINE2(pivot_root, const char _
231231 goto out1;
232232
233233 error = security_sb_pivotroot(&old, &new);
@@ -236,8 +236,8 @@
236236 if (error) {
237237 path_put(&old);
238238 goto out1;
239---- linux-2.6.32-504.30.3.el6.orig/fs/open.c
240-+++ linux-2.6.32-504.30.3.el6/fs/open.c
239+--- linux-2.6.32-573.1.1.el6.orig/fs/open.c
240++++ linux-2.6.32-573.1.1.el6/fs/open.c
241241 @@ -102,6 +102,8 @@ long vfs_truncate(struct path *path, lof
242242 error = locks_verify_truncate(inode, NULL, length);
243243 if (!error)
@@ -319,7 +319,7 @@
319319 error = chown_common(dentry, user, group);
320320 mnt_drop_write(file->f_path.mnt);
321321 out_fput:
322-@@ -1024,6 +1042,8 @@ EXPORT_SYMBOL(sys_close);
322+@@ -1028,6 +1046,8 @@ EXPORT_SYMBOL(sys_close);
323323 */
324324 SYSCALL_DEFINE0(vhangup)
325325 {
@@ -328,8 +328,8 @@
328328 if (capable(CAP_SYS_TTY_CONFIG)) {
329329 tty_vhangup_self();
330330 return 0;
331---- linux-2.6.32-504.30.3.el6.orig/fs/proc/version.c
332-+++ linux-2.6.32-504.30.3.el6/fs/proc/version.c
331+--- linux-2.6.32-573.1.1.el6.orig/fs/proc/version.c
332++++ linux-2.6.32-573.1.1.el6/fs/proc/version.c
333333 @@ -32,3 +32,10 @@ static int __init proc_version_init(void
334334 return 0;
335335 }
@@ -337,12 +337,12 @@
337337 +
338338 +static int __init ccs_show_version(void)
339339 +{
340-+ printk(KERN_INFO "Hook version: 2.6.32-504.30.3.el6 2015/07/16\n");
340++ printk(KERN_INFO "Hook version: 2.6.32-573.1.1.el6 2015/07/28\n");
341341 + return 0;
342342 +}
343343 +module_init(ccs_show_version);
344---- linux-2.6.32-504.30.3.el6.orig/fs/stat.c
345-+++ linux-2.6.32-504.30.3.el6/fs/stat.c
344+--- linux-2.6.32-573.1.1.el6.orig/fs/stat.c
345++++ linux-2.6.32-573.1.1.el6/fs/stat.c
346346 @@ -43,6 +43,8 @@ int vfs_getattr(struct vfsmount *mnt, st
347347 int retval;
348348
@@ -352,8 +352,8 @@
352352 if (retval)
353353 return retval;
354354
355---- linux-2.6.32-504.30.3.el6.orig/include/linux/init_task.h
356-+++ linux-2.6.32-504.30.3.el6/include/linux/init_task.h
355+--- linux-2.6.32-573.1.1.el6.orig/include/linux/init_task.h
356++++ linux-2.6.32-573.1.1.el6/include/linux/init_task.h
357357 @@ -123,6 +123,14 @@ extern struct cred init_cred;
358358 # define INIT_PERF_EVENTS(tsk)
359359 #endif
@@ -377,8 +377,8 @@
377377 }
378378
379379
380---- linux-2.6.32-504.30.3.el6.orig/include/linux/sched.h
381-+++ linux-2.6.32-504.30.3.el6/include/linux/sched.h
380+--- linux-2.6.32-573.1.1.el6.orig/include/linux/sched.h
381++++ linux-2.6.32-573.1.1.el6/include/linux/sched.h
382382 @@ -43,6 +43,8 @@
383383
384384 #ifdef __KERNEL__
@@ -388,7 +388,7 @@
388388 struct sched_param {
389389 int sched_priority;
390390 };
391-@@ -1699,6 +1701,10 @@ struct task_struct {
391+@@ -1708,6 +1710,10 @@ struct task_struct {
392392 } memcg_oom;
393393 #endif
394394 #endif /* __GENKYSMS__ */
@@ -399,8 +399,8 @@
399399 };
400400
401401 /* Future-safe accessor for struct task_struct's cpus_allowed. */
402---- linux-2.6.32-504.30.3.el6.orig/include/linux/security.h
403-+++ linux-2.6.32-504.30.3.el6/include/linux/security.h
402+--- linux-2.6.32-573.1.1.el6.orig/include/linux/security.h
403++++ linux-2.6.32-573.1.1.el6/include/linux/security.h
404404 @@ -35,6 +35,7 @@
405405 #include <linux/xfrm.h>
406406 #include <linux/gfp.h>
@@ -409,8 +409,8 @@
409409
410410 /* Maximum number of letters for an LSM name string */
411411 #define SECURITY_NAME_MAX 10
412---- linux-2.6.32-504.30.3.el6.orig/include/net/ip.h
413-+++ linux-2.6.32-504.30.3.el6/include/net/ip.h
412+--- linux-2.6.32-573.1.1.el6.orig/include/net/ip.h
413++++ linux-2.6.32-573.1.1.el6/include/net/ip.h
414414 @@ -33,6 +33,7 @@
415415 #endif
416416 #include <net/snmp.h>
@@ -419,7 +419,7 @@
419419
420420 struct sock;
421421
422-@@ -230,6 +231,8 @@ extern void inet_get_local_port_range(in
422+@@ -223,6 +224,8 @@ extern void inet_get_local_port_range(in
423423 extern unsigned long *sysctl_local_reserved_ports;
424424 static inline int inet_is_reserved_local_port(int port)
425425 {
@@ -428,8 +428,8 @@
428428 return test_bit(port, sysctl_local_reserved_ports);
429429 }
430430
431---- linux-2.6.32-504.30.3.el6.orig/kernel/compat.c
432-+++ linux-2.6.32-504.30.3.el6/kernel/compat.c
431+--- linux-2.6.32-573.1.1.el6.orig/kernel/compat.c
432++++ linux-2.6.32-573.1.1.el6/kernel/compat.c
433433 @@ -1005,6 +1005,8 @@ asmlinkage long compat_sys_stime(compat_
434434 err = security_settime(&tv, NULL);
435435 if (err)
@@ -439,8 +439,8 @@
439439
440440 do_settimeofday(&tv);
441441 return 0;
442---- linux-2.6.32-504.30.3.el6.orig/kernel/fork.c
443-+++ linux-2.6.32-504.30.3.el6/kernel/fork.c
442+--- linux-2.6.32-573.1.1.el6.orig/kernel/fork.c
443++++ linux-2.6.32-573.1.1.el6/kernel/fork.c
444444 @@ -176,6 +176,7 @@ void __put_task_struct(struct task_struc
445445 exit_creds(tsk);
446446 delayacct_tsk_free(tsk);
@@ -449,7 +449,7 @@
449449 if (!profile_handoff_task(tsk))
450450 free_task(tsk);
451451 }
452-@@ -1210,6 +1211,9 @@ static struct task_struct *copy_process(
452+@@ -1238,6 +1239,9 @@ static struct task_struct *copy_process(
453453
454454 if ((retval = audit_alloc(p)))
455455 goto bad_fork_cleanup_policy;
@@ -459,7 +459,7 @@
459459 /* copy all the process information */
460460 if ((retval = copy_semundo(clone_flags, p)))
461461 goto bad_fork_cleanup_audit;
462-@@ -1395,6 +1399,7 @@ bad_fork_cleanup_semundo:
462+@@ -1423,6 +1427,7 @@ bad_fork_cleanup_semundo:
463463 exit_sem(p);
464464 bad_fork_cleanup_audit:
465465 audit_free(p);
@@ -467,9 +467,9 @@
467467 bad_fork_cleanup_policy:
468468 perf_event_free_task(p);
469469 #ifdef CONFIG_NUMA
470---- linux-2.6.32-504.30.3.el6.orig/kernel/kexec.c
471-+++ linux-2.6.32-504.30.3.el6/kernel/kexec.c
472-@@ -40,6 +40,7 @@
470+--- linux-2.6.32-573.1.1.el6.orig/kernel/kexec.c
471++++ linux-2.6.32-573.1.1.el6/kernel/kexec.c
472+@@ -41,6 +41,7 @@
473473 #include <asm/system.h>
474474 #include <asm/sections.h>
475475 #include <asm/setup.h>
@@ -477,7 +477,7 @@
477477
478478 /* Per cpu memory for storing cpu states in case of system crash. */
479479 note_buf_t __percpu *crash_notes;
480-@@ -947,6 +948,8 @@ SYSCALL_DEFINE4(kexec_load, unsigned lon
480+@@ -948,6 +949,8 @@ SYSCALL_DEFINE4(kexec_load, unsigned lon
481481 /* We only trust the superuser with rebooting the system. */
482482 if (!capable(CAP_SYS_BOOT))
483483 return -EPERM;
@@ -486,8 +486,8 @@
486486
487487 if (kexec_load_disabled)
488488 return -EPERM;
489---- linux-2.6.32-504.30.3.el6.orig/kernel/module.c
490-+++ linux-2.6.32-504.30.3.el6/kernel/module.c
489+--- linux-2.6.32-573.1.1.el6.orig/kernel/module.c
490++++ linux-2.6.32-573.1.1.el6/kernel/module.c
491491 @@ -56,6 +56,7 @@
492492 #include <linux/percpu.h>
493493 #include <linux/kmemleak.h>
@@ -505,7 +505,7 @@
505505
506506 if (strncpy_from_user(name, name_user, MODULE_NAME_LEN-1) < 0)
507507 return -EFAULT;
508-@@ -2599,6 +2602,8 @@ SYSCALL_DEFINE3(init_module, void __user
508+@@ -2604,6 +2607,8 @@ SYSCALL_DEFINE3(init_module, void __user
509509 /* Must have permission */
510510 if (!capable(CAP_SYS_MODULE) || modules_disabled)
511511 return -EPERM;
@@ -514,8 +514,8 @@
514514
515515 /* Only one module load at a time, please */
516516 if (mutex_lock_interruptible(&module_mutex) != 0)
517---- linux-2.6.32-504.30.3.el6.orig/kernel/ptrace.c
518-+++ linux-2.6.32-504.30.3.el6/kernel/ptrace.c
517+--- linux-2.6.32-573.1.1.el6.orig/kernel/ptrace.c
518++++ linux-2.6.32-573.1.1.el6/kernel/ptrace.c
519519 @@ -195,6 +195,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
520520 {
521521 struct task_struct *child;
@@ -540,9 +540,9 @@
540540
541541 if (request == PTRACE_TRACEME) {
542542 ret = ptrace_traceme();
543---- linux-2.6.32-504.30.3.el6.orig/kernel/sched.c
544-+++ linux-2.6.32-504.30.3.el6/kernel/sched.c
545-@@ -6826,6 +6826,8 @@ int can_nice(const struct task_struct *p
543+--- linux-2.6.32-573.1.1.el6.orig/kernel/sched.c
544++++ linux-2.6.32-573.1.1.el6/kernel/sched.c
545+@@ -6838,6 +6838,8 @@ int can_nice(const struct task_struct *p
546546 SYSCALL_DEFINE1(nice, int, increment)
547547 {
548548 long nice, retval;
@@ -551,8 +551,8 @@
551551
552552 /*
553553 * Setpriority might change our priority at the same moment.
554---- linux-2.6.32-504.30.3.el6.orig/kernel/signal.c
555-+++ linux-2.6.32-504.30.3.el6/kernel/signal.c
554+--- linux-2.6.32-573.1.1.el6.orig/kernel/signal.c
555++++ linux-2.6.32-573.1.1.el6/kernel/signal.c
556556 @@ -2312,6 +2312,8 @@ SYSCALL_DEFINE4(rt_sigtimedwait, const s
557557 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
558558 {
@@ -571,7 +571,7 @@
571571
572572 return do_tkill(tgid, pid, sig);
573573 }
574-@@ -2392,6 +2396,8 @@ SYSCALL_DEFINE2(tkill, pid_t, pid, int,
574+@@ -2392,6 +2396,8 @@ SYSCALL_DEFINE2(tkill, pid_t, pid, int,
575575 /* This is only valid for single tasks */
576576 if (pid <= 0)
577577 return -EINVAL;
@@ -580,7 +580,7 @@
580580
581581 return do_tkill(0, pid, sig);
582582 }
583-@@ -2413,6 +2419,8 @@ SYSCALL_DEFINE3(rt_sigqueueinfo, pid_t,
583+@@ -2413,6 +2419,8 @@ SYSCALL_DEFINE3(rt_sigqueueinfo, pid_t,
584584 return -EPERM;
585585 }
586586 info.si_signo = sig;
@@ -598,8 +598,8 @@
598598
599599 return do_send_specific(tgid, pid, sig, info);
600600 }
601---- linux-2.6.32-504.30.3.el6.orig/kernel/sys.c
602-+++ linux-2.6.32-504.30.3.el6/kernel/sys.c
601+--- linux-2.6.32-573.1.1.el6.orig/kernel/sys.c
602++++ linux-2.6.32-573.1.1.el6/kernel/sys.c
603603 @@ -157,6 +157,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
604604
605605 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -638,9 +638,9 @@
638638
639639 down_write(&uts_sem);
640640 errno = -EFAULT;
641---- linux-2.6.32-504.30.3.el6.orig/kernel/sysctl.c
642-+++ linux-2.6.32-504.30.3.el6/kernel/sysctl.c
643-@@ -2073,6 +2073,9 @@ int do_sysctl(int __user *name, int nlen
641+--- linux-2.6.32-573.1.1.el6.orig/kernel/sysctl.c
642++++ linux-2.6.32-573.1.1.el6/kernel/sysctl.c
643+@@ -2110,6 +2110,9 @@ int do_sysctl(int __user *name, int nlen
644644
645645 for (head = sysctl_head_next(NULL); head;
646646 head = sysctl_head_next(head)) {
@@ -650,9 +650,9 @@
650650 error = parse_table(name, nlen, oldval, oldlenp,
651651 newval, newlen,
652652 head->root, head->ctl_table);
653---- linux-2.6.32-504.30.3.el6.orig/kernel/time.c
654-+++ linux-2.6.32-504.30.3.el6/kernel/time.c
655-@@ -92,6 +92,8 @@ SYSCALL_DEFINE1(stime, time_t __user *,
653+--- linux-2.6.32-573.1.1.el6.orig/kernel/time.c
654++++ linux-2.6.32-573.1.1.el6/kernel/time.c
655+@@ -92,6 +92,8 @@ SYSCALL_DEFINE1(stime, time_t __user *,
656656 err = security_settime(&tv, NULL);
657657 if (err)
658658 return err;
@@ -670,8 +670,8 @@
670670
671671 if (tz) {
672672 /* SMP safe, global irq locking makes it work. */
673---- linux-2.6.32-504.30.3.el6.orig/kernel/time/ntp.c
674-+++ linux-2.6.32-504.30.3.el6/kernel/time/ntp.c
673+--- linux-2.6.32-573.1.1.el6.orig/kernel/time/ntp.c
674++++ linux-2.6.32-573.1.1.el6/kernel/time/ntp.c
675675 @@ -14,6 +14,7 @@
676676 #include <linux/timex.h>
677677 #include <linux/time.h>
@@ -696,8 +696,8 @@
696696
697697 /*
698698 * if the quartz is off by more than 10% then
699---- linux-2.6.32-504.30.3.el6.orig/net/ipv4/raw.c
700-+++ linux-2.6.32-504.30.3.el6/net/ipv4/raw.c
699+--- linux-2.6.32-573.1.1.el6.orig/net/ipv4/raw.c
700++++ linux-2.6.32-573.1.1.el6/net/ipv4/raw.c
701701 @@ -77,6 +77,7 @@
702702 #include <linux/seq_file.h>
703703 #include <linux/netfilter.h>
@@ -717,8 +717,8 @@
717717
718718 copied = skb->len;
719719 if (len < copied) {
720---- linux-2.6.32-504.30.3.el6.orig/net/ipv4/udp.c
721-+++ linux-2.6.32-504.30.3.el6/net/ipv4/udp.c
720+--- linux-2.6.32-573.1.1.el6.orig/net/ipv4/udp.c
721++++ linux-2.6.32-573.1.1.el6/net/ipv4/udp.c
722722 @@ -108,6 +108,7 @@
723723 #include <trace/events/udp.h>
724724 #include <net/busy_poll.h>
@@ -738,8 +738,8 @@
738738
739739 ulen = skb->len - sizeof(struct udphdr);
740740 copied = len;
741---- linux-2.6.32-504.30.3.el6.orig/net/ipv6/raw.c
742-+++ linux-2.6.32-504.30.3.el6/net/ipv6/raw.c
741+--- linux-2.6.32-573.1.1.el6.orig/net/ipv6/raw.c
742++++ linux-2.6.32-573.1.1.el6/net/ipv6/raw.c
743743 @@ -59,6 +59,7 @@
744744
745745 #include <linux/proc_fs.h>
@@ -759,8 +759,8 @@
759759
760760 copied = skb->len;
761761 if (copied > len) {
762---- linux-2.6.32-504.30.3.el6.orig/net/ipv6/udp.c
763-+++ linux-2.6.32-504.30.3.el6/net/ipv6/udp.c
762+--- linux-2.6.32-573.1.1.el6.orig/net/ipv6/udp.c
763++++ linux-2.6.32-573.1.1.el6/net/ipv6/udp.c
764764 @@ -50,6 +50,7 @@
765765 #include <linux/proc_fs.h>
766766 #include <linux/seq_file.h>
@@ -780,9 +780,9 @@
780780
781781 ulen = skb->len - sizeof(struct udphdr);
782782 copied = len;
783---- linux-2.6.32-504.30.3.el6.orig/net/socket.c
784-+++ linux-2.6.32-504.30.3.el6/net/socket.c
785-@@ -578,6 +578,8 @@ static inline int __sock_sendmsg(struct
783+--- linux-2.6.32-573.1.1.el6.orig/net/socket.c
784++++ linux-2.6.32-573.1.1.el6/net/socket.c
785+@@ -578,6 +578,8 @@ static inline int __sock_sendmsg(struct
786786 struct msghdr *msg, size_t size)
787787 {
788788 int err = security_socket_sendmsg(sock, msg, size);
@@ -842,8 +842,8 @@
842842 if (err)
843843 goto out_put;
844844
845---- linux-2.6.32-504.30.3.el6.orig/net/unix/af_unix.c
846-+++ linux-2.6.32-504.30.3.el6/net/unix/af_unix.c
845+--- linux-2.6.32-573.1.1.el6.orig/net/unix/af_unix.c
846++++ linux-2.6.32-573.1.1.el6/net/unix/af_unix.c
847847 @@ -866,6 +866,9 @@ static int unix_bind(struct socket *sock
848848 mode = S_IFSOCK |
849849 (SOCK_INODE(sock)->i_mode & ~current_umask());
@@ -865,8 +865,8 @@
865865 if (msg->msg_name)
866866 unix_copy_addr(msg, skb->sk);
867867
868---- linux-2.6.32-504.30.3.el6.orig/security/Kconfig
869-+++ linux-2.6.32-504.30.3.el6/security/Kconfig
868+--- linux-2.6.32-573.1.1.el6.orig/security/Kconfig
869++++ linux-2.6.32-573.1.1.el6/security/Kconfig
870870 @@ -177,5 +177,7 @@ source security/tomoyo/Kconfig
871871
872872 source security/integrity/ima/Kconfig
@@ -875,8 +875,8 @@
875875 +
876876 endmenu
877877
878---- linux-2.6.32-504.30.3.el6.orig/security/Makefile
879-+++ linux-2.6.32-504.30.3.el6/security/Makefile
878+--- linux-2.6.32-573.1.1.el6.orig/security/Makefile
879++++ linux-2.6.32-573.1.1.el6/security/Makefile
880880 @@ -25,3 +25,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
881881 # Object integrity file lists
882882 subdir-$(CONFIG_IMA) += integrity/ima
--- trunk/caitsith-patch/patches/ccs-patch-4.0.diff (revision 163)
+++ trunk/caitsith-patch/patches/ccs-patch-4.0.diff (revision 164)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 4.0.8.
1+This is TOMOYO Linux patch for kernel 4.0.9.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.0.8.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.0.9.tar.xz
44 ---
55 fs/exec.c | 2
66 fs/open.c | 2
@@ -29,8 +29,8 @@
2929 security/security.c | 110 ++++++++++++++++++++++++++++++++++++++++------
3030 25 files changed, 248 insertions(+), 37 deletions(-)
3131
32---- linux-4.0.8.orig/fs/exec.c
33-+++ linux-4.0.8/fs/exec.c
32+--- linux-4.0.9.orig/fs/exec.c
33++++ linux-4.0.9/fs/exec.c
3434 @@ -1451,7 +1451,7 @@ static int exec_binprm(struct linux_binp
3535 old_vpid = task_pid_nr_ns(current, task_active_pid_ns(current->parent));
3636 rcu_read_unlock();
@@ -40,8 +40,8 @@
4040 if (ret >= 0) {
4141 audit_bprm(bprm);
4242 trace_sched_process_exec(current, old_pid, bprm);
43---- linux-4.0.8.orig/fs/open.c
44-+++ linux-4.0.8/fs/open.c
43+--- linux-4.0.9.orig/fs/open.c
44++++ linux-4.0.9/fs/open.c
4545 @@ -1105,6 +1105,8 @@ EXPORT_SYMBOL(sys_close);
4646 */
4747 SYSCALL_DEFINE0(vhangup)
@@ -51,8 +51,8 @@
5151 if (capable(CAP_SYS_TTY_CONFIG)) {
5252 tty_vhangup_self();
5353 return 0;
54---- linux-4.0.8.orig/fs/proc/version.c
55-+++ linux-4.0.8/fs/proc/version.c
54+--- linux-4.0.9.orig/fs/proc/version.c
55++++ linux-4.0.9/fs/proc/version.c
5656 @@ -32,3 +32,10 @@ static int __init proc_version_init(void
5757 return 0;
5858 }
@@ -60,12 +60,12 @@
6060 +
6161 +static int __init ccs_show_version(void)
6262 +{
63-+ printk(KERN_INFO "Hook version: 4.0.8 2015/07/11\n");
63++ printk(KERN_INFO "Hook version: 4.0.9 2015/07/28\n");
6464 + return 0;
6565 +}
6666 +fs_initcall(ccs_show_version);
67---- linux-4.0.8.orig/include/linux/init_task.h
68-+++ linux-4.0.8/include/linux/init_task.h
67+--- linux-4.0.9.orig/include/linux/init_task.h
68++++ linux-4.0.9/include/linux/init_task.h
6969 @@ -182,6 +182,14 @@ extern struct task_group root_task_group
7070 # define INIT_KASAN(tsk)
7171 #endif
@@ -89,8 +89,8 @@
8989 }
9090
9191
92---- linux-4.0.8.orig/include/linux/sched.h
93-+++ linux-4.0.8/include/linux/sched.h
92+--- linux-4.0.9.orig/include/linux/sched.h
93++++ linux-4.0.9/include/linux/sched.h
9494 @@ -6,6 +6,8 @@
9595 #include <linux/sched/prio.h>
9696
@@ -111,8 +111,8 @@
111111 };
112112
113113 /* Future-safe accessor for struct task_struct's cpus_allowed. */
114---- linux-4.0.8.orig/include/linux/security.h
115-+++ linux-4.0.8/include/linux/security.h
114+--- linux-4.0.9.orig/include/linux/security.h
115++++ linux-4.0.9/include/linux/security.h
116116 @@ -53,6 +53,7 @@ struct msg_queue;
117117 struct xattr;
118118 struct xfrm_sec_ctx;
@@ -319,8 +319,8 @@
319319 }
320320 #endif /* CONFIG_SECURITY_PATH */
321321
322---- linux-4.0.8.orig/include/net/ip.h
323-+++ linux-4.0.8/include/net/ip.h
322+--- linux-4.0.9.orig/include/net/ip.h
323++++ linux-4.0.9/include/net/ip.h
324324 @@ -215,6 +215,8 @@ void inet_get_local_port_range(struct ne
325325 #ifdef CONFIG_SYSCTL
326326 static inline int inet_is_local_reserved_port(struct net *net, int port)
@@ -339,8 +339,8 @@
339339 return 0;
340340 }
341341 #endif
342---- linux-4.0.8.orig/kernel/fork.c
343-+++ linux-4.0.8/kernel/fork.c
342+--- linux-4.0.9.orig/kernel/fork.c
343++++ linux-4.0.9/kernel/fork.c
344344 @@ -246,6 +246,7 @@ void __put_task_struct(struct task_struc
345345 delayacct_tsk_free(tsk);
346346 put_signal_struct(tsk->signal);
@@ -367,8 +367,8 @@
367367 bad_fork_cleanup_perf:
368368 perf_event_free_task(p);
369369 bad_fork_cleanup_policy:
370---- linux-4.0.8.orig/kernel/kexec.c
371-+++ linux-4.0.8/kernel/kexec.c
370+--- linux-4.0.9.orig/kernel/kexec.c
371++++ linux-4.0.9/kernel/kexec.c
372372 @@ -41,6 +41,7 @@
373373 #include <asm/uaccess.h>
374374 #include <asm/io.h>
@@ -386,8 +386,8 @@
386386
387387 /*
388388 * Verify we have a legal set of flags
389---- linux-4.0.8.orig/kernel/module.c
390-+++ linux-4.0.8/kernel/module.c
389+--- linux-4.0.9.orig/kernel/module.c
390++++ linux-4.0.9/kernel/module.c
391391 @@ -61,6 +61,7 @@
392392 #include <linux/bsearch.h>
393393 #include <uapi/linux/module.h>
@@ -414,8 +414,8 @@
414414
415415 return 0;
416416 }
417---- linux-4.0.8.orig/kernel/ptrace.c
418-+++ linux-4.0.8/kernel/ptrace.c
417+--- linux-4.0.9.orig/kernel/ptrace.c
418++++ linux-4.0.9/kernel/ptrace.c
419419 @@ -1035,6 +1035,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
420420 {
421421 struct task_struct *child;
@@ -440,8 +440,8 @@
440440
441441 if (request == PTRACE_TRACEME) {
442442 ret = ptrace_traceme();
443---- linux-4.0.8.orig/kernel/reboot.c
444-+++ linux-4.0.8/kernel/reboot.c
443+--- linux-4.0.9.orig/kernel/reboot.c
444++++ linux-4.0.9/kernel/reboot.c
445445 @@ -16,6 +16,7 @@
446446 #include <linux/syscalls.h>
447447 #include <linux/syscore_ops.h>
@@ -459,8 +459,8 @@
459459
460460 /*
461461 * If pid namespaces are enabled and the current task is in a child
462---- linux-4.0.8.orig/kernel/sched/core.c
463-+++ linux-4.0.8/kernel/sched/core.c
462+--- linux-4.0.9.orig/kernel/sched/core.c
463++++ linux-4.0.9/kernel/sched/core.c
464464 @@ -3140,6 +3140,8 @@ int can_nice(const struct task_struct *p
465465 SYSCALL_DEFINE1(nice, int, increment)
466466 {
@@ -470,8 +470,8 @@
470470
471471 /*
472472 * Setpriority might change our priority at the same moment.
473---- linux-4.0.8.orig/kernel/signal.c
474-+++ linux-4.0.8/kernel/signal.c
473+--- linux-4.0.9.orig/kernel/signal.c
474++++ linux-4.0.9/kernel/signal.c
475475 @@ -2898,6 +2898,8 @@ SYSCALL_DEFINE4(rt_sigtimedwait, const s
476476 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
477477 {
@@ -517,8 +517,8 @@
517517
518518 return do_send_specific(tgid, pid, sig, info);
519519 }
520---- linux-4.0.8.orig/kernel/sys.c
521-+++ linux-4.0.8/kernel/sys.c
520+--- linux-4.0.9.orig/kernel/sys.c
521++++ linux-4.0.9/kernel/sys.c
522522 @@ -183,6 +183,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
523523
524524 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -548,8 +548,8 @@
548548
549549 down_write(&uts_sem);
550550 errno = -EFAULT;
551---- linux-4.0.8.orig/kernel/time/ntp.c
552-+++ linux-4.0.8/kernel/time/ntp.c
551+--- linux-4.0.9.orig/kernel/time/ntp.c
552++++ linux-4.0.9/kernel/time/ntp.c
553553 @@ -16,6 +16,7 @@
554554 #include <linux/mm.h>
555555 #include <linux/module.h>
@@ -583,8 +583,8 @@
583583
584584 /*
585585 * Check for potential multiplication overflows that can
586---- linux-4.0.8.orig/net/ipv4/raw.c
587-+++ linux-4.0.8/net/ipv4/raw.c
586+--- linux-4.0.9.orig/net/ipv4/raw.c
587++++ linux-4.0.9/net/ipv4/raw.c
588588 @@ -729,6 +729,10 @@ static int raw_recvmsg(struct kiocb *ioc
589589 skb = skb_recv_datagram(sk, flags, noblock, &err);
590590 if (!skb)
@@ -596,8 +596,8 @@
596596
597597 copied = skb->len;
598598 if (len < copied) {
599---- linux-4.0.8.orig/net/ipv4/udp.c
600-+++ linux-4.0.8/net/ipv4/udp.c
599+--- linux-4.0.9.orig/net/ipv4/udp.c
600++++ linux-4.0.9/net/ipv4/udp.c
601601 @@ -1275,6 +1275,10 @@ try_again:
602602 &peeked, &off, &err);
603603 if (!skb)
@@ -609,8 +609,8 @@
609609
610610 ulen = skb->len - sizeof(struct udphdr);
611611 copied = len;
612---- linux-4.0.8.orig/net/ipv6/raw.c
613-+++ linux-4.0.8/net/ipv6/raw.c
612+--- linux-4.0.9.orig/net/ipv6/raw.c
613++++ linux-4.0.9/net/ipv6/raw.c
614614 @@ -478,6 +478,10 @@ static int rawv6_recvmsg(struct kiocb *i
615615 skb = skb_recv_datagram(sk, flags, noblock, &err);
616616 if (!skb)
@@ -622,8 +622,8 @@
622622
623623 copied = skb->len;
624624 if (copied > len) {
625---- linux-4.0.8.orig/net/ipv6/udp.c
626-+++ linux-4.0.8/net/ipv6/udp.c
625+--- linux-4.0.9.orig/net/ipv6/udp.c
626++++ linux-4.0.9/net/ipv6/udp.c
627627 @@ -416,6 +416,10 @@ try_again:
628628 &peeked, &off, &err);
629629 if (!skb)
@@ -635,8 +635,8 @@
635635
636636 ulen = skb->len - sizeof(struct udphdr);
637637 copied = len;
638---- linux-4.0.8.orig/net/socket.c
639-+++ linux-4.0.8/net/socket.c
638+--- linux-4.0.9.orig/net/socket.c
639++++ linux-4.0.9/net/socket.c
640640 @@ -1549,6 +1549,10 @@ SYSCALL_DEFINE4(accept4, int, fd, struct
641641 if (err < 0)
642642 goto out_fd;
@@ -648,8 +648,8 @@
648648 if (upeer_sockaddr) {
649649 if (newsock->ops->getname(newsock, (struct sockaddr *)&address,
650650 &len, 2) < 0) {
651---- linux-4.0.8.orig/net/unix/af_unix.c
652-+++ linux-4.0.8/net/unix/af_unix.c
651+--- linux-4.0.9.orig/net/unix/af_unix.c
652++++ linux-4.0.9/net/unix/af_unix.c
653653 @@ -1807,6 +1807,10 @@ static int unix_dgram_recvmsg(struct kio
654654 wake_up_interruptible_sync_poll(&u->peer_wait,
655655 POLLOUT | POLLWRNORM | POLLWRBAND);
@@ -661,8 +661,8 @@
661661 if (msg->msg_name)
662662 unix_copy_addr(msg, skb->sk);
663663
664---- linux-4.0.8.orig/security/Kconfig
665-+++ linux-4.0.8/security/Kconfig
664+--- linux-4.0.9.orig/security/Kconfig
665++++ linux-4.0.9/security/Kconfig
666666 @@ -167,5 +167,7 @@ config DEFAULT_SECURITY
667667 default "yama" if DEFAULT_SECURITY_YAMA
668668 default "" if DEFAULT_SECURITY_DAC
@@ -671,8 +671,8 @@
671671 +
672672 endmenu
673673
674---- linux-4.0.8.orig/security/Makefile
675-+++ linux-4.0.8/security/Makefile
674+--- linux-4.0.9.orig/security/Makefile
675++++ linux-4.0.9/security/Makefile
676676 @@ -27,3 +27,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
677677 # Object integrity file lists
678678 subdir-$(CONFIG_INTEGRITY) += integrity
@@ -680,8 +680,8 @@
680680 +
681681 +subdir-$(CONFIG_CCSECURITY) += ccsecurity
682682 +obj-$(CONFIG_CCSECURITY) += ccsecurity/
683---- linux-4.0.8.orig/security/security.c
684-+++ linux-4.0.8/security/security.c
683+--- linux-4.0.9.orig/security/security.c
684++++ linux-4.0.9/security/security.c
685685 @@ -226,7 +226,10 @@ int security_syslog(int type)
686686
687687 int security_settime(const struct timespec *ts, const struct timezone *tz)
--- trunk/caitsith-patch/patches/ccs-patch-4.2.diff (revision 163)
+++ trunk/caitsith-patch/patches/ccs-patch-4.2.diff (revision 164)
@@ -1,6 +1,6 @@
1-This is TOMOYO Linux patch for kernel 4.2-rc3.
1+This is TOMOYO Linux patch for kernel 4.2-rc4.
22
3-Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/testing/linux-4.2-rc3.tar.xz
3+Source code for this patch is https://www.kernel.org/pub/linux/kernel/v4.x/testing/linux-4.2-rc4.tar.xz
44 ---
55 fs/exec.c | 2 -
66 fs/open.c | 2 +
@@ -28,8 +28,8 @@
2828 security/Makefile | 3 ++
2929 24 files changed, 150 insertions(+), 25 deletions(-)
3030
31---- linux-4.2-rc3.orig/fs/exec.c
32-+++ linux-4.2-rc3/fs/exec.c
31+--- linux-4.2-rc4.orig/fs/exec.c
32++++ linux-4.2-rc4/fs/exec.c
3333 @@ -1461,7 +1461,7 @@ static int exec_binprm(struct linux_binp
3434 old_vpid = task_pid_nr_ns(current, task_active_pid_ns(current->parent));
3535 rcu_read_unlock();
@@ -39,8 +39,8 @@
3939 if (ret >= 0) {
4040 audit_bprm(bprm);
4141 trace_sched_process_exec(current, old_pid, bprm);
42---- linux-4.2-rc3.orig/fs/open.c
43-+++ linux-4.2-rc3/fs/open.c
42+--- linux-4.2-rc4.orig/fs/open.c
43++++ linux-4.2-rc4/fs/open.c
4444 @@ -1117,6 +1117,8 @@ EXPORT_SYMBOL(sys_close);
4545 */
4646 SYSCALL_DEFINE0(vhangup)
@@ -50,8 +50,8 @@
5050 if (capable(CAP_SYS_TTY_CONFIG)) {
5151 tty_vhangup_self();
5252 return 0;
53---- linux-4.2-rc3.orig/fs/proc/version.c
54-+++ linux-4.2-rc3/fs/proc/version.c
53+--- linux-4.2-rc4.orig/fs/proc/version.c
54++++ linux-4.2-rc4/fs/proc/version.c
5555 @@ -32,3 +32,10 @@ static int __init proc_version_init(void
5656 return 0;
5757 }
@@ -59,12 +59,12 @@
5959 +
6060 +static int __init ccs_show_version(void)
6161 +{
62-+ printk(KERN_INFO "Hook version: 4.2-rc3 2015/07/21\n");
62++ printk(KERN_INFO "Hook version: 4.2-rc4 2015/07/28\n");
6363 + return 0;
6464 +}
6565 +fs_initcall(ccs_show_version);
66---- linux-4.2-rc3.orig/include/linux/init_task.h
67-+++ linux-4.2-rc3/include/linux/init_task.h
66+--- linux-4.2-rc4.orig/include/linux/init_task.h
67++++ linux-4.2-rc4/include/linux/init_task.h
6868 @@ -173,6 +173,14 @@ extern struct task_group root_task_group
6969 # define INIT_KASAN(tsk)
7070 #endif
@@ -88,8 +88,8 @@
8888 }
8989
9090
91---- linux-4.2-rc3.orig/include/linux/sched.h
92-+++ linux-4.2-rc3/include/linux/sched.h
91+--- linux-4.2-rc4.orig/include/linux/sched.h
92++++ linux-4.2-rc4/include/linux/sched.h
9393 @@ -6,6 +6,8 @@
9494 #include <linux/sched/prio.h>
9595
@@ -110,8 +110,8 @@
110110 /* CPU-specific state of this task */
111111 struct thread_struct thread;
112112 /*
113---- linux-4.2-rc3.orig/include/linux/security.h
114-+++ linux-4.2-rc3/include/linux/security.h
113+--- linux-4.2-rc4.orig/include/linux/security.h
114++++ linux-4.2-rc4/include/linux/security.h
115115 @@ -53,6 +53,7 @@ struct msg_queue;
116116 struct xattr;
117117 struct xfrm_sec_ctx;
@@ -318,9 +318,9 @@
318318 }
319319 #endif /* CONFIG_SECURITY_PATH */
320320
321---- linux-4.2-rc3.orig/include/net/ip.h
322-+++ linux-4.2-rc3/include/net/ip.h
323-@@ -216,6 +216,8 @@ void inet_get_local_port_range(struct ne
321+--- linux-4.2-rc4.orig/include/net/ip.h
322++++ linux-4.2-rc4/include/net/ip.h
323+@@ -217,6 +217,8 @@ void inet_get_local_port_range(struct ne
324324 #ifdef CONFIG_SYSCTL
325325 static inline int inet_is_local_reserved_port(struct net *net, int port)
326326 {
@@ -329,7 +329,7 @@
329329 if (!net->ipv4.sysctl_local_reserved_ports)
330330 return 0;
331331 return test_bit(port, net->ipv4.sysctl_local_reserved_ports);
332-@@ -229,6 +231,8 @@ static inline bool sysctl_dev_name_is_al
332+@@ -230,6 +232,8 @@ static inline bool sysctl_dev_name_is_al
333333 #else
334334 static inline int inet_is_local_reserved_port(struct net *net, int port)
335335 {
@@ -338,8 +338,8 @@
338338 return 0;
339339 }
340340 #endif
341---- linux-4.2-rc3.orig/kernel/fork.c
342-+++ linux-4.2-rc3/kernel/fork.c
341+--- linux-4.2-rc4.orig/kernel/fork.c
342++++ linux-4.2-rc4/kernel/fork.c
343343 @@ -257,6 +257,7 @@ void __put_task_struct(struct task_struc
344344 delayacct_tsk_free(tsk);
345345 put_signal_struct(tsk->signal);
@@ -366,8 +366,8 @@
366366 bad_fork_cleanup_perf:
367367 perf_event_free_task(p);
368368 bad_fork_cleanup_policy:
369---- linux-4.2-rc3.orig/kernel/kexec.c
370-+++ linux-4.2-rc3/kernel/kexec.c
369+--- linux-4.2-rc4.orig/kernel/kexec.c
370++++ linux-4.2-rc4/kernel/kexec.c
371371 @@ -41,6 +41,7 @@
372372 #include <asm/uaccess.h>
373373 #include <asm/io.h>
@@ -385,8 +385,8 @@
385385
386386 /*
387387 * Verify we have a legal set of flags
388---- linux-4.2-rc3.orig/kernel/module.c
389-+++ linux-4.2-rc3/kernel/module.c
388+--- linux-4.2-rc4.orig/kernel/module.c
389++++ linux-4.2-rc4/kernel/module.c
390390 @@ -61,6 +61,7 @@
391391 #include <linux/bsearch.h>
392392 #include <uapi/linux/module.h>
@@ -413,8 +413,8 @@
413413
414414 return 0;
415415 }
416---- linux-4.2-rc3.orig/kernel/ptrace.c
417-+++ linux-4.2-rc3/kernel/ptrace.c
416+--- linux-4.2-rc4.orig/kernel/ptrace.c
417++++ linux-4.2-rc4/kernel/ptrace.c
418418 @@ -1034,6 +1034,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
419419 {
420420 struct task_struct *child;
@@ -439,8 +439,8 @@
439439
440440 if (request == PTRACE_TRACEME) {
441441 ret = ptrace_traceme();
442---- linux-4.2-rc3.orig/kernel/reboot.c
443-+++ linux-4.2-rc3/kernel/reboot.c
442+--- linux-4.2-rc4.orig/kernel/reboot.c
443++++ linux-4.2-rc4/kernel/reboot.c
444444 @@ -16,6 +16,7 @@
445445 #include <linux/syscalls.h>
446446 #include <linux/syscore_ops.h>
@@ -458,8 +458,8 @@
458458
459459 /*
460460 * If pid namespaces are enabled and the current task is in a child
461---- linux-4.2-rc3.orig/kernel/sched/core.c
462-+++ linux-4.2-rc3/kernel/sched/core.c
461+--- linux-4.2-rc4.orig/kernel/sched/core.c
462++++ linux-4.2-rc4/kernel/sched/core.c
463463 @@ -3402,6 +3402,8 @@ int can_nice(const struct task_struct *p
464464 SYSCALL_DEFINE1(nice, int, increment)
465465 {
@@ -469,8 +469,8 @@
469469
470470 /*
471471 * Setpriority might change our priority at the same moment.
472---- linux-4.2-rc3.orig/kernel/signal.c
473-+++ linux-4.2-rc3/kernel/signal.c
472+--- linux-4.2-rc4.orig/kernel/signal.c
473++++ linux-4.2-rc4/kernel/signal.c
474474 @@ -2893,6 +2893,8 @@ SYSCALL_DEFINE4(rt_sigtimedwait, const s
475475 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
476476 {
@@ -516,8 +516,8 @@
516516
517517 return do_send_specific(tgid, pid, sig, info);
518518 }
519---- linux-4.2-rc3.orig/kernel/sys.c
520-+++ linux-4.2-rc3/kernel/sys.c
519+--- linux-4.2-rc4.orig/kernel/sys.c
520++++ linux-4.2-rc4/kernel/sys.c
521521 @@ -183,6 +183,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
522522
523523 if (which > PRIO_USER || which < PRIO_PROCESS)
@@ -547,8 +547,8 @@
547547
548548 down_write(&uts_sem);
549549 errno = -EFAULT;
550---- linux-4.2-rc3.orig/kernel/time/ntp.c
551-+++ linux-4.2-rc3/kernel/time/ntp.c
550+--- linux-4.2-rc4.orig/kernel/time/ntp.c
551++++ linux-4.2-rc4/kernel/time/ntp.c
552552 @@ -16,6 +16,7 @@
553553 #include <linux/mm.h>
554554 #include <linux/module.h>
@@ -582,8 +582,8 @@
582582
583583 /*
584584 * Check for potential multiplication overflows that can
585---- linux-4.2-rc3.orig/net/ipv4/raw.c
586-+++ linux-4.2-rc3/net/ipv4/raw.c
585+--- linux-4.2-rc4.orig/net/ipv4/raw.c
586++++ linux-4.2-rc4/net/ipv4/raw.c
587587 @@ -727,6 +727,10 @@ static int raw_recvmsg(struct sock *sk,
588588 skb = skb_recv_datagram(sk, flags, noblock, &err);
589589 if (!skb)
@@ -595,8 +595,8 @@
595595
596596 copied = skb->len;
597597 if (len < copied) {
598---- linux-4.2-rc3.orig/net/ipv4/udp.c
599-+++ linux-4.2-rc3/net/ipv4/udp.c
598+--- linux-4.2-rc4.orig/net/ipv4/udp.c
599++++ linux-4.2-rc4/net/ipv4/udp.c
600600 @@ -1272,6 +1272,10 @@ try_again:
601601 &peeked, &off, &err);
602602 if (!skb)
@@ -608,8 +608,8 @@
608608
609609 ulen = skb->len - sizeof(struct udphdr);
610610 copied = len;
611---- linux-4.2-rc3.orig/net/ipv6/raw.c
612-+++ linux-4.2-rc3/net/ipv6/raw.c
611+--- linux-4.2-rc4.orig/net/ipv6/raw.c
612++++ linux-4.2-rc4/net/ipv6/raw.c
613613 @@ -477,6 +477,10 @@ static int rawv6_recvmsg(struct sock *sk
614614 skb = skb_recv_datagram(sk, flags, noblock, &err);
615615 if (!skb)
@@ -621,8 +621,8 @@
621621
622622 copied = skb->len;
623623 if (copied > len) {
624---- linux-4.2-rc3.orig/net/ipv6/udp.c
625-+++ linux-4.2-rc3/net/ipv6/udp.c
624+--- linux-4.2-rc4.orig/net/ipv6/udp.c
625++++ linux-4.2-rc4/net/ipv6/udp.c
626626 @@ -413,6 +413,10 @@ try_again:
627627 &peeked, &off, &err);
628628 if (!skb)
@@ -634,8 +634,8 @@
634634
635635 ulen = skb->len - sizeof(struct udphdr);
636636 copied = len;
637---- linux-4.2-rc3.orig/net/socket.c
638-+++ linux-4.2-rc3/net/socket.c
637+--- linux-4.2-rc4.orig/net/socket.c
638++++ linux-4.2-rc4/net/socket.c
639639 @@ -1482,6 +1482,10 @@ SYSCALL_DEFINE4(accept4, int, fd, struct
640640 if (err < 0)
641641 goto out_fd;
@@ -647,8 +647,8 @@
647647 if (upeer_sockaddr) {
648648 if (newsock->ops->getname(newsock, (struct sockaddr *)&address,
649649 &len, 2) < 0) {
650---- linux-4.2-rc3.orig/net/unix/af_unix.c
651-+++ linux-4.2-rc3/net/unix/af_unix.c
650+--- linux-4.2-rc4.orig/net/unix/af_unix.c
651++++ linux-4.2-rc4/net/unix/af_unix.c
652652 @@ -1911,6 +1911,10 @@ static int unix_dgram_recvmsg(struct soc
653653 wake_up_interruptible_sync_poll(&u->peer_wait,
654654 POLLOUT | POLLWRNORM | POLLWRBAND);
@@ -660,8 +660,8 @@
660660 if (msg->msg_name)
661661 unix_copy_addr(msg, skb->sk);
662662
663---- linux-4.2-rc3.orig/security/Kconfig
664-+++ linux-4.2-rc3/security/Kconfig
663+--- linux-4.2-rc4.orig/security/Kconfig
664++++ linux-4.2-rc4/security/Kconfig
665665 @@ -168,5 +168,7 @@ config DEFAULT_SECURITY
666666 default "yama" if DEFAULT_SECURITY_YAMA
667667 default "" if DEFAULT_SECURITY_DAC
@@ -670,8 +670,8 @@
670670 +
671671 endmenu
672672
673---- linux-4.2-rc3.orig/security/Makefile
674-+++ linux-4.2-rc3/security/Makefile
673+--- linux-4.2-rc4.orig/security/Makefile
674++++ linux-4.2-rc4/security/Makefile
675675 @@ -27,3 +27,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_c
676676 # Object integrity file lists
677677 subdir-$(CONFIG_INTEGRITY) += integrity
--- trunk/caitsith-patch/specs/build-c6-2.6.32.sh (revision 163)
+++ trunk/caitsith-patch/specs/build-c6-2.6.32.sh (revision 164)
@@ -10,12 +10,12 @@
1010
1111 cd /tmp/ || die "Can't chdir to /tmp/ ."
1212
13-if [ ! -r kernel-2.6.32-504.30.3.el6.src.rpm ]
13+if [ ! -r kernel-2.6.32-573.1.1.el6.src.rpm ]
1414 then
15- wget http://vault.centos.org/6.6/updates/Source/SPackages/kernel-2.6.32-504.30.3.el6.src.rpm || die "Can't download source package."
15+ wget http://vault.centos.org/6.7/updates/Source/SPackages/kernel-2.6.32-573.1.1.el6.src.rpm || die "Can't download source package."
1616 fi
17-LANG=C rpm --checksig kernel-2.6.32-504.30.3.el6.src.rpm | grep -F ': rsa sha1 (md5) pgp md5 OK' || die "Can't verify signature."
18-rpm -ivh kernel-2.6.32-504.30.3.el6.src.rpm || die "Can't install source package."
17+LANG=C rpm --checksig kernel-2.6.32-573.1.1.el6.src.rpm | grep -F ': rsa sha1 (md5) pgp md5 OK' || die "Can't verify signature."
18+rpm -ivh kernel-2.6.32-573.1.1.el6.src.rpm || die "Can't install source package."
1919
2020 cd /root/rpmbuild/SOURCES/ || die "Can't chdir to /root/rpmbuild/SOURCES/ ."
2121 if [ ! -r caitsith-patch-0.1-20150721.tar.gz ]
@@ -35,7 +35,7 @@
3535 -# % define buildid .local
3636 +%define buildid _caitsith_0.1
3737
38- %define distro_build 504.30.3
38+ %define distro_build 573.1.1
3939 %define signmodules 1
4040 @@ -437,7 +437,7 @@
4141 # Packages that need to be installed before the kernel is, because the %post
@@ -44,7 +44,7 @@
4444 -%define kernel_prereq fileutils, module-init-tools, initscripts >= 8.11.1-1, kernel-firmware >= %{rpmversion}-%{pkg_release}, grubby >= 7.0.4-1
4545 +%define kernel_prereq fileutils, module-init-tools, initscripts >= 8.11.1-1, grubby >= 7.0.4-1
4646 %if %{with_dracut}
47- %define initrd_prereq dracut-kernel >= 004-356.el6_6.3
47+ %define initrd_prereq dracut-kernel >= 004-388.el6
4848 %else
4949 @@ -473,7 +473,7 @@
5050 AutoProv: yes\
@@ -55,7 +55,7 @@
5555 Group: System Environment/Kernel
5656 License: GPLv2
5757 URL: http://www.kernel.org/
58-@@ -768,7 +768,7 @@
58+@@ -767,7 +767,7 @@
5959 Provides: kernel-devel-uname-r = %{KVERREL}%{?1:.%{1}}\
6060 AutoReqProv: no\
6161 Requires(pre): /usr/bin/find\
@@ -64,7 +64,7 @@
6464 This package provides kernel headers and makefiles sufficient to build modules\
6565 against the %{?2:%{2} }kernel package.\
6666 %{nil}
67-@@ -934,6 +934,10 @@
67+@@ -933,6 +933,10 @@
6868
6969 ApplyOptionalPatch linux-kernel-test.patch
7070
@@ -75,7 +75,7 @@
7575 # Any further pre-build tree manipulations happen here.
7676
7777 chmod +x scripts/checkpatch.pl
78-@@ -958,6 +962,8 @@
78+@@ -957,6 +961,8 @@
7979 for i in *.config
8080 do
8181 mv $i .config
旧リポジトリブラウザで表示