sata_sil24: Use memory barriers before issuing commands
On 06/10/2010 04:57 PM, Catalin Marinas wrote: The data in the cmd_block buffers may reach the main memory after the writel() to the device ports. This patch introduces two calls to wmb() to ensure the relative ordering. Signed-off-by: Catalin Marinas <catalin.marinas(a)arm.com> Tested-by: Colin Tuckle... 28 Jun 2010 06:15
[PATCH for-2.6.35] virtio_net: do not reschedule rx refill forever
We currently fill all of RX ring, then add_buf returns ENOSPC, which gets mis-detected as an out of memory condition and causes us to reschedule the work, and so on forever. Fix this by oom = err == -ENOMEM; Signed-off-by: Michael S. Tsirkin <mst(a)redhat.com> --- Rusty, please review the following patch for 2.... 10 Jun 2010 12:16
[PATCH] sata_sil24: Use memory barriers before issuing commands
The data in the cmd_block buffers may reach the main memory after the writel() to the device ports. This patch introduces two calls to wmb() to ensure the relative ordering. Signed-off-by: Catalin Marinas <catalin.marinas(a)arm.com> Tested-by: Colin Tuckley <colin.tuckley(a)arm.com> Cc: Tejun Heo <tj(a)kernel.org> --... 10 Jun 2010 12:16
[PATCH 2/3] uio: Remove IRQF_DISABLED from uio_sercos3.c
Remove IRQF_DISABLED since it is deprecated and a no-op in the current kernel. Acked-by: John Ogness <john.ogness(a)linutronix.de> Signed-off-by: Hans J. Koch <hjk(a)linutronix.de> --- drivers/uio/uio_sercos3.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/uio/uio_sercos3.c b/... 10 Jun 2010 12:16
[10/23] SCHED: Only allocate per cpu cpu mask buffer with offstack cpumasks
Peter Zijlstra <peterz(a)infradead.org> writes: On Thu, 2010-06-10 at 16:52 +0200, Andi Kleen wrote: This patch will actually break things.. please read the code. I guess we could move the unsigned long into that block, but I really don't see the point. How does it break things? ... 10 Jun 2010 12:15
[PATCH 3/3] Staging: rtl8192e: Do not send NULL BSSID events when not associated
If we're not associated, we should not send wireless events to let userspace know that we just left an ESSID, simply because we havent yet joined it. If we keep on doing that, wpa_supplicant could receive such events while actually trying to join an ESSID, and thus decide to stop trying. This leads to a lot of conn... 10 Jun 2010 11:08
xfs, 2.6.27=>.32 sync write 10 times slowdown [was: xfs, aacraid 2.6.27 => 2.6.32 results in 6 times slowdown]
Dave Chinner wrote: On Wed, Jun 09, 2010 at 11:11:53PM +0400, Michael Tokarev wrote: The same is with -o osyncisosync (in .34). Actually, osyncis[od]sync mount options does not change anything, not in .32 nor in .34. I think only osyncisosync exists, and it doesn't do anything anymore. ... 10 Jun 2010 11:08
[PATCH 2/3] Staging: rtl8192e: Do not autoconnect based on probe response
Getting a probe response after sending a probe request to a specific SSID doesnt mean we're trying to associate with this SSID. wpa_supplicant should be the only one deciding when to join an SSID, not the kernel. Signed-off-by: Samuel Ortiz <sameo(a)linux.intel.com> --- drivers/staging/rtl8192e/ieee80211/ieee802... 10 Jun 2010 11:08
BUG: sched:sched_migrate_task event tracing returns incorrect events
Hi, I want to know a little bit more about the execution of my program. Especially I'm interested in cpu migrations of my process. Therefore I use the Linux performance counter infrastructure, set appropriate perf_event attributes and setup the sched:sched_migrate_task event with a system call: .... attr.t... 10 Jun 2010 11:08
[10/23] SCHED: Only allocate per cpu cpu mask buffer with offstack cpumasks
> This patch will actually break things.. please read the code. I guess we could move the unsigned long into that block, but I really don't see the point. How does it break things? ptr is not used for anything unless that define is set. gcc doesn't lie on this. -Andi -- ak(a)linux.intel.com -- S... 10 Jun 2010 12:16