summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-01-09 12:35:19 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-01-09 12:35:19 +0000
commit182bbf60b75605535671757fc8c4e7af9385418e (patch)
tree18562139cd7a0ec518c3d4f6a5835b1259a0bb4c /target
parent39d0b8fea8c8731fb6829f8568edaec80bdf44db (diff)
downloadmaster-31e0f0ae-182bbf60b75605535671757fc8c4e7af9385418e.tar.gz
master-31e0f0ae-182bbf60b75605535671757fc8c4e7af9385418e.tar.bz2
master-31e0f0ae-182bbf60b75605535671757fc8c4e7af9385418e.zip
upgrade to 3.18.2
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 43892
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic/patches-3.18/941-ocf_20120127.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.18/941-ocf_20120127.patch b/target/linux/generic/patches-3.18/941-ocf_20120127.patch
index cc512f8359..ee36f1ee49 100644
--- a/target/linux/generic/patches-3.18/941-ocf_20120127.patch
+++ b/target/linux/generic/patches-3.18/941-ocf_20120127.patch
@@ -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);
}