kernel: update 3.10 to 3.10.13

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 38228
This commit is contained in:
Gabor Juhos
2013-09-27 07:19:21 +00:00
parent 1d89a89667
commit 9c8a5ef115
28 changed files with 28 additions and 43 deletions

View File

@@ -156,7 +156,7 @@
void generate_random_uuid(unsigned char uuid_out[16]);
--- a/kernel/pid.c
+++ b/kernel/pid.c
@@ -422,6 +422,7 @@ void transfer_pid(struct task_struct *ol
@@ -423,6 +423,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);
}