HID: Add Support for Setting and Getting Feature Reports from hidraw
On Tue, 08 Jun 2010 09:42:55 -0400 Alan Ott <alan(a)signal11.us> wrote: On 06/08/2010 02:32 AM, Antonio Ospite wrote: On Mon, 7 Jun 2010 23:51:48 -0400 Alan Ott<alan(a)signal11.us> wrote: Per the HID Specification, Feature reports must be sent and received on the Configuration en... 9 Jun 2010 05:20
Please apply ucc_geth patches to 2.6.32-stable
On Wed, Jun 9, 2010 at 10:16 AM, Petri Lehtinen <petri.lehtinen(a)inoi.fi> wrote: The following three patches fix some serious flaws in the ucc_geth network driver in 2.6.32. From oldest to newest: 7583605b6d29f1f7f6fc505b883328089f3485ad ucc_geth: Fix empty TX queue processing 08b5e1c91ce95793c59a59529a36... 25 Jun 2010 19:46
[stable] Please apply ucc_geth patches to 2.6.32-stable
The following three patches fix some serious flaws in the ucc_geth network driver in 2.6.32. From oldest to newest: 7583605b6d29f1f7f6fc505b883328089f3485ad ucc_geth: Fix empty TX queue processing 08b5e1c91ce95793c59a59529a362a1bcc81faae ucc_geth: Fix netdev watchdog triggering on link changes 34692421bc7d6145ef3... 9 Jun 2010 04:16
[PATCH] [ath5k][leds] Ability to disable leds support. If leds support enabled do not force mac802.11 leds layer selection.
Hi! Here is the patch to disable ath5k leds support on build stage. However if the leds support was enabled do not force selection of 802.11 leds layer. Depency on LEDS_CLASS is kept. Suggestion given by Pavel Roskin and Bob Copeland applied. Changes from the previos version of the patch: - Use bool direct... 9 Jun 2010 04:16
vmlinux.lds.h: allow people to set a smaller rootfs alignment
On Sat, 5 Jun 2010 at around 14:14:45 -0400, Mike Frysinger wrote: Add a new INIT_RAMFS() define to compliment the existing INIT_RAM_FS, but this one lets people control the alignment. diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h index 48c5299..9ca268f 100644 ... 9 Jun 2010 04:16
[RFC][PATCH] memcg remove css_get/put per pages v2
Still RFC, added lkml to CC: list. == From: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> Now, memory cgroup increments css(cgroup subsys state)'s reference count per a charged page. And the reference count is kept until the page is uncharged. But this has 2 bad effect. 1. Because css_get/put calls ato... 9 Jun 2010 03:10
Your mailbox is over its size limit
Your mailbox has exceeded one or more size limits set by your administrator. Your mailbox size is 102145 KB. Mailbox size limits: You will receive a warning when your mailbox reaches 90000 KB. You cannot send mail when your mailbox reaches 100000 KB. You cannot send or receive mail when you... 9 Jun 2010 03:10
Fix a race in pid generation that causes pids to be reused immediately.
Salman <sqazi(a)google.com> writes: +++ b/kernel/pid.c @@ -153,8 +153,17 @@ static int alloc_pidmap(struct pid_namespace *pid_ns) if (likely(atomic_read(&map->nr_free))) { do { if (!test_and_set_bit(offset, map->page)) { + int prev; atomic_dec(&map->nr_free); - pid_ns->la... 9 Jun 2010 03:10
slab: Introduce a constant for a unspecified node.
On Wed, 9 Jun 2010, Pekka Enberg wrote: As I said, we can probably get away with that in slab.git because we're so small but that doesn't work in general. If we ignore the fact how painful the actual rebase operation is (there's a 'sleb/core' branch that shares the commits), I don't think the revis... 9 Jun 2010 03:10
[PATCH] Fix a race in pid generation that causes pids to be reused immediately.
A program that repeatedly forks and waits is susceptible to having the same pid repeated, especially when it competes with another instance of the same program. This is really bad for bash implementation. Furthermore, many shell scripts assume that pid numbers will not be used for some length of time. Thanks to... 9 Jun 2010 03:10