update to 2.6.37.1

SVN-Revision: 25577
This commit is contained in:
Florian Fainelli
2011-02-19 12:43:59 +00:00
parent a0ee5b91fd
commit 3cd87d2d81
10 changed files with 11 additions and 11 deletions

View File

@@ -105,7 +105,7 @@
{
--- a/fs/partitions/check.c
+++ b/fs/partitions/check.c
@@ -707,6 +707,7 @@ rescan:
@@ -715,6 +715,7 @@ rescan:
kfree(state);
return 0;
}

View File

@@ -17,7 +17,7 @@
port->bulk_in_size = buffer_size;
port->bulk_in_endpointAddress = endpoint->bEndpointAddress;
port->bulk_in_buffer = kmalloc(buffer_size, GFP_KERNEL);
@@ -1388,3 +1389,5 @@ MODULE_LICENSE("GPL");
@@ -1392,3 +1393,5 @@ MODULE_LICENSE("GPL");
module_param(debug, bool, S_IRUGO | S_IWUSR);
MODULE_PARM_DESC(debug, "Debug enabled or not");

View File

@@ -76,7 +76,7 @@
* macro override instead of weak attribute alias, to workaround
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -4773,6 +4773,7 @@ int can_nice(const struct task_struct *p
@@ -4776,6 +4776,7 @@ int can_nice(const struct task_struct *p
return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) ||
capable(CAP_SYS_NICE));
}