aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.14/941-ocf_20120127.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2015-01-11 01:28:32 +0000
committerLuka Perkov <luka@openwrt.org>2015-01-11 01:28:32 +0000
commitb78cddafcc74d83fe93057bd8623ae0701a4c93f (patch)
tree62258e8cc8f684570a6dfc9f3ee21a95a2fbf75c /target/linux/generic/patches-3.14/941-ocf_20120127.patch
parent884a01d8a4e88d5f21a69ad555df26c0baac02bc (diff)
downloadupstream-b78cddafcc74d83fe93057bd8623ae0701a4c93f.tar.gz
upstream-b78cddafcc74d83fe93057bd8623ae0701a4c93f.tar.bz2
upstream-b78cddafcc74d83fe93057bd8623ae0701a4c93f.zip
kernel: update 3.14 to 3.14.28
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 43929
Diffstat (limited to 'target/linux/generic/patches-3.14/941-ocf_20120127.patch')
-rw-r--r--target/linux/generic/patches-3.14/941-ocf_20120127.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.14/941-ocf_20120127.patch b/target/linux/generic/patches-3.14/941-ocf_20120127.patch
index b8b1eed9bd..b744026cb1 100644
--- a/target/linux/generic/patches-3.14/941-ocf_20120127.patch
+++ b/target/linux/generic/patches-3.14/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);
}