[PATCH 2/2] x86-32: fix atomic64_inc_not_zero return value convention
Buggy like atomic64_add_unless Signed-off-by: Luca Barbieri <luca(a)luca-barbieri.com> --- arch/x86/lib/atomic64_386_32.S | 3 +-- arch/x86/lib/atomic64_cx8_32.S | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/arch/x86/lib/atomic64_386_32.S b/arch/x86/lib/atomic64_386_32.S index a... 1 Mar 2010 14:07
Royal Dutch Shell
$1.500,000.00 US Dollars has been award to you by your Email in the ROYAL DUTCH OIL 2010 send your requirement immediately such as your Names,,,,,,,,,,, Tel,,,,,,,,,,,,,,,,,, Age,,,,,,,,,,,,,,,, Address,,,,,,,,,,,, Occupation,,,,,,,,,, Country,,,,,,,,,,,,,,, Email:pyunit23(a)yahoo.ie -- To unsubscribe from this ... 1 Mar 2010 14:07
[PATCH 2/3] x86: fix atomic64_add_unless return value convention
Reported-by: H. Peter Anvin <hpa(a)zytor.com> Signed-off-by: Luca Barbieri <luca(a)luca-barbieri.com> --- arch/x86/lib/atomic64_386_32.S | 4 ++-- arch/x86/lib/atomic64_cx8_32.S | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/x86/lib/atomic64_386_32.S b/arch/x86/lib/atomic64_386_... 1 Mar 2010 12:32
[PATCH 3/3] lib: fix atomic64_add_unless return value convention
The 0 and 1 return values were incorrectly swapped. Reported-by: H. Peter Anvin <hpa(a)zytor.com> Signed-off-by: Luca Barbieri <luca(a)luca-barbieri.com> --- lib/atomic64.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/atomic64.c b/lib/atomic64.c index 8bee16e..a21c12b 100644 -... 1 Mar 2010 12:32
x86: Fix out of order gsi -- add remap_ioapic_gsi_to_irq()
> so far this patch only affect (fix ) x3950. ... snip .. other solution will ask IBM to fix their bios, so we can get It isn't just IBM. Asus P2B-D (PIIX4) and SuperMicro X8DAL (possibly) seem to have the same issue. (http://lists.xensource.com/archives/html/xen-devel/2010-02/msg00715.html) and ... 1 Mar 2010 12:32
[PATCH 0/3] Fix atomic64_add_unless return value convention
Return values 0 and 1 were swapped both in the generic implementation and my x86-32 one. The x86-32 and atomic64_test.c patches should probably be squashed in the appropriate commits in tip/x86/atomic Luca Barbieri (3): lib: fix atomic64_add_unless test x86: fix atomic64_add_unless return value convention... 1 Mar 2010 12:32
[RFC PATCH] CIFS posix acl permission checking
Hello everyone Firstly, please note that I'm new to the kernel community, so if I'm doing something wrong, just please politely point it out to me and I'll try to fix it, or at the very least not do it again. Also please bear in mind that English isn't my native language. Anyway, I recently realised that wh... 1 Mar 2010 12:31
[RFC PATCH] CIFS posix acl permission checking
Hello everyone Firstly, please note that I'm new to the kernel community, so if I'm doing something wrong, just please politely point it out to me and I'll try to fix it, or at the very least not do it again. Also please bear in mind that English isn't my native language. Anyway, I recently realised that wh... 1 Mar 2010 11:23
Export per-tid and per-tgid cputime in nanoseconds.
On Sat, Feb 27, 2010 at 3:43 AM, Peter Zijlstra <peterz(a)infradead.org> wrote: On Fri, 2010-02-26 at 18:03 -0800, Divyesh Shah wrote: This can be used by applications to get finer granularity cputime usage on platforms that use timestamp counters or HPET. I guess the patch looks good, I'm just not ... 22 Mar 2010 15:30
[PATCH] serial: Add OMAP high-speed UART driver.
This patch adds driver support for OMAP3/4 high speed UART. This driver is made separate from 8250 driver as we cannot over load 8250 driver with omap platform specific configuration for features like DMA, it makes easier to implement features like DMA and hardware flow control and software flow control configura... 1 Mar 2010 10:16