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
commit725f724cc86cf6dea41eff8f2eb32b1499fd5385 (patch)
tree6116f84c29d3abfc8f4af16af03b25dd0e638510 /target/linux/generic/patches-3.14/941-ocf_20120127.patch
parente8a287dda63fe7065ba5aa14ba9c155401402f0b (diff)
downloadmaster-187ad058-725f724cc86cf6dea41eff8f2eb32b1499fd5385.tar.gz
master-187ad058-725f724cc86cf6dea41eff8f2eb32b1499fd5385.tar.bz2
master-187ad058-725f724cc86cf6dea41eff8f2eb32b1499fd5385.zip
kernel: update 3.14 to 3.14.28
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43929 3c298f89-4303-0410-b956-a3cf2f4a3e73
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);
}