X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fpatches-3.18%2F941-ocf_20120127.patch;h=ee36f1ee49d5645789caa1dc77be7ad86c91b535;hb=a57f4ea38ae0592f23e9782ae5c46bb889c53c98;hp=4e3e99d9256fb32de34c9c19748d6a1168846097;hpb=9512110b6ed22fa7f6344b8fda5fdb46af934b86;p=openwrt.git 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 4e3e99d925..ee36f1ee49 100644 --- a/target/linux/generic/patches-3.18/941-ocf_20120127.patch +++ b/target/linux/generic/patches-3.18/941-ocf_20120127.patch @@ -24,7 +24,7 @@ * All of these routines try to estimate how many bits of randomness a * particular randomness source. They do this by keeping track of the * first and second order deltas of the event timings. -@@ -938,6 +948,63 @@ void add_disk_randomness(struct gendisk +@@ -938,6 +948,63 @@ void add_disk_randomness(struct gendisk EXPORT_SYMBOL_GPL(add_disk_randomness); #endif @@ -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); }