[PATCH] security: fix error return path in ima_inode_alloc
If radix_tree_preload is failed in ima_inode_alloc, we don't need radix_tree_preload_end because kernel is alread preempt enabled Signed-off-by: Xiaotian Feng <dfeng(a)redhat.com> Cc: Mimi Zohar <zohar(a)us.ibm.com> Cc: James Morris <jmorris(a)namei.org> Cc: Eric Paris <eparis(a)redhat.com> Cc: Al Viro <viro(a)zeniv.linu... 24 Feb 2010 06:25
Regulators: wm8994 - clean up driver data after removal
On Tue, Feb 23, 2010 at 11:38:44PM -0800, Dmitry Torokhov wrote: It is a good tone to reset driver data after unbinding the device. You mean "good style" here. Anyway, Acked-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com> BTW, this patch is an example of the sort of stuff I'm talking about with addin... 24 Feb 2010 06:25
Regulators: wm8400 - cleanup platform driver data handling
On Tue, Feb 23, 2010 at 11:38:50PM -0800, Dmitry Torokhov wrote: Driver data set by platform_set_drvdata() is for private use of the driver currently bound to teh device and not for use by parent, subsystem and anyone else. Also have wm8400_register_regulator() accept 'sturct wm8400 *' instead of gen... 25 Feb 2010 05:51
winbond-cir: fix suspend/resume
On Wed, Feb 10, 2010 at 11:00:25PM +0100, David H�rdeman wrote: I finally got the time to fix suspend/resume with the winbond-cir driver on my mainboard. The main problem turned out to be that the ACPI _DIS method would completely power off the SP3 module which meant that the output lines (including IRQ lin... 24 Feb 2010 05:20
Irish 2010 Grant Winner
�1,000,000Pounds has been awarded to you in the BRITISH PROMO.send your Names,,,,,,,,,,, Tel,,,,,,,,,,,,,,,,,, Age,,,,,,,,,,,,,,,, Address,,,,,,,,,,,, Occupation,,,,,,,,,, Country,,,,,,,,,,,,,,, Email:b_nl1234(a)hotmail.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body o... 24 Feb 2010 05:20
[PATCH 2/4] x86-32: allow UP/SMP lock replacement in cmpxchg64 (v2)
Changes in v2: - Naming change Use the functionality just introduced in the previous patch. Signed-off-by: Luca Barbieri <luca(a)luca-barbieri.com> --- arch/x86/include/asm/cmpxchg_32.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/arch/x86/include/asm/cmpxchg_32.h b/arch/x86/inc... 24 Feb 2010 05:20
KVM: x86: Kick VCPU outside PIC lock again
On 02/24/2010 11:41 AM, Jan Kiszka wrote: Thomas Gleixner wrote: On Tue, 23 Feb 2010, Jan Kiszka wrote: Thomas Gleixner wrote: The i8254/i8259 locks need to be real spinlocks on preempt-rt. Convert them to raw_spinlock. No change for !RT kernels. ... 24 Feb 2010 07:31
introduce sys_membarrier(): process-wide memory barrier (v9)
On Mon, Feb 22, 2010 at 04:23:21PM -0500, Mathieu Desnoyers wrote: * Chris Friesen (cfriesen(a)nortel.com) wrote: On 02/12/2010 04:46 PM, Mathieu Desnoyers wrote: Editorial question: This synchronization only takes care of threads using the current process memory map. It should... 16 Mar 2010 10:14
drivers: isdn: get rid of custom strtoul()
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 2010-02-23 20:21 schrieb Andy Shevchenko: --- a/drivers/isdn/gigaset/ev-layer.c +++ b/drivers/isdn/gigaset/ev-layer.c @@ -420,64 +420,18 @@ static const struct zsau_resp_t { {NULL, ZSAU_UNKNOWN} }; -/* - * Get integer from char-pointer... 6 Mar 2010 19:35
[patch 09/32] [PATCH] smp: rename and add lowcore defines
From: Heiko Carstens <heiko.carstens(a)de.ibm.com> Rename __LC_RESTART_PSW to __LC_RST_NEW_PSW, add a define for the missing 32 bit variant and the missing old PSWs. Signed-off-by: Heiko Carstens <heiko.carstens(a)de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky(a)de.ibm.com> --- arch/s390/include/asm/... 24 Feb 2010 04:15