diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-01-09 12:35:19 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-01-09 12:35:19 +0000 |
commit | c24ba6dff27c33d8a926452d98e23ab717b050f0 (patch) | |
tree | f6fe6a61dda8ca60f1aade53a4affea393cae149 /target | |
parent | b9cc92cad48d0dfc413287639f1a649ef00ed655 (diff) | |
download | upstream-c24ba6dff27c33d8a926452d98e23ab717b050f0.tar.gz upstream-c24ba6dff27c33d8a926452d98e23ab717b050f0.tar.bz2 upstream-c24ba6dff27c33d8a926452d98e23ab717b050f0.zip |
[generic/3.18]: upgrade to 3.18.2
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43892 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/patches-3.18/941-ocf_20120127.patch | 2 |
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); } |