Author: kaloz Date: 2015-01-09 13:35:19 +0100 (Fri, 09 Jan 2015) New Revision: 43892
Modified: trunk/include/kernel-version.mk trunk/target/linux/generic/patches-3.18/941-ocf_20120127.patch Log: [generic/3.18]: upgrade to 3.18.2 Signed-off-by: Imre Kaloz <[email protected]> Modified: trunk/include/kernel-version.mk =================================================================== --- trunk/include/kernel-version.mk 2015-01-09 12:35:09 UTC (rev 43891) +++ trunk/include/kernel-version.mk 2015-01-09 12:35:19 UTC (rev 43892) @@ -7,14 +7,14 @@ LINUX_VERSION-3.10 = .58 LINUX_VERSION-3.13 = .7 LINUX_VERSION-3.14 = .27 -LINUX_VERSION-3.18 = .1 +LINUX_VERSION-3.18 = .2 LINUX_KERNEL_MD5SUM-3.3.8 = f1058f64eed085deb44f10cee8541d50 LINUX_KERNEL_MD5SUM-3.8.13 = 2af19d06cd47ec459519159cdd10542d LINUX_KERNEL_MD5SUM-3.10.58 = 3ff3478b6351143cef22d4b81cf48b01 LINUX_KERNEL_MD5SUM-3.13.7 = 370adced5e5c1cb1d0d621c2dae2723f LINUX_KERNEL_MD5SUM-3.14.27 = 0af2d0702df6ee6d7181e697e0af3481 -LINUX_KERNEL_MD5SUM-3.18.1 = 79c9b73a01e1dce0a4c28828496ef02c +LINUX_KERNEL_MD5SUM-3.18.2 = 7b28d5543cf3647d2483830af19f3770 ifdef KERNEL_PATCHVER LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER))) Modified: trunk/target/linux/generic/patches-3.18/941-ocf_20120127.patch =================================================================== --- trunk/target/linux/generic/patches-3.18/941-ocf_20120127.patch 2015-01-09 12:35:09 UTC (rev 43891) +++ trunk/target/linux/generic/patches-3.18/941-ocf_20120127.patch 2015-01-09 12:35:19 UTC (rev 43892) @@ -156,7 +156,7 @@ void generate_random_uuid(unsigned char uuid_out[16]); --- a/kernel/pid.c +++ b/kernel/pid.c -@@ -425,6 +425,7 @@ void transfer_pid(struct task_struct *ol +@@ -427,6 +427,7 @@ void transfer_pid(struct task_struct *ol new->pids[type].pid = old->pids[type].pid; hlist_replace_rcu(&old->pids[type].node, &new->pids[type].node); } _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
