[PATCH 7/9] USB: serial: fix missing locking on fifo in write callback
On errors the fifo was reset without any locking. This could race with write which do kfifo_put and perhaps also chars_in_buffer and write_room. Every other access to the fifo is protected using the port lock so better add it to the error path as well. Signed-off-by: Johan Hovold <jhovold(a)gmail.com> --- driv... 17 Mar 2010 18:40
KVM: Activate Virtualization On Demand
Am 16.11.2009 13:19, schrieb Avi Kivity: From: Alexander Graf <agraf(a)suse.de> diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c index f54c4f9..59fe4d5 100644 --- a/arch/x86/kvm/svm.c +++ b/arch/x86/kvm/svm.c @@ -316,7 +316,7 @@ static void svm_hardware_disable(void *garbage) cpu_svm_disable();... 18 Mar 2010 23:28
Info
Your email have won �891,934.00 Send:Name,Age, Address, Tel,Country -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 17 Mar 2010 18:40
gigaset: fix build failure
From: Tilman Schmidt <tilman(a)imap.cc> Date: Wed, 17 Mar 2010 18:37:05 +0100 Update the dummy LL interface to the LL interface change introduced by commit daab433c03c15fd642c71c94eb51bdd3f32602c8. This fixes the build failure occurring after that commit when enabling ISDN_DRV_GIGASET but neither ISDN_I4L ... 17 Mar 2010 18:40
[PATCH] gigaset: fix build failure
Update the dummy LL interface to the LL interface change introduced by commit daab433c03c15fd642c71c94eb51bdd3f32602c8. This fixes the build failure occurring after that commit when enabling ISDN_DRV_GIGASET but neither ISDN_I4L nor ISDN_CAPI. Impact: bugfix Signed-off-by: Tilman Schmidt <tilman(a)imap.cc> --- ... 17 Mar 2010 17:24
c/r: add checkpoint operation for opened files of generic filesystems
On 2010-03-17, at 10:08, Oren Laadan wrote: These patches extend the use of the generic file checkpoint operation to non-extX filesystems which have lseek operations that ensure we can save and restore the files for later use. Note that this does not include things like FUSE, network filesystems, ... 17 Mar 2010 17:24
drm/i915: Convert some trace events to DEFINE_TRACE
On Thu, 11 Mar 2010 16:41:45 +0800, Li Zefan <lizf(a)cn.fujitsu.com> wrote: Use DECLARE_EVENT_CLASS to remove duplicate code: text data bss dec hex filename 14655 2732 15 17402 43fa i915_trace_points.o.orig 11625 2732 10 14367 381f i915_trace_points.o ... 17 Mar 2010 17:24
[PATCH 2/2] reiserfs: Properly honor read-only devices
The reiserfs journal behaves inconsistently when determining whether to allow a mount of a read-only device. This is due to the use of the continue_replay variable to short circuit the journal scanning. If it's set, it's assumed that there are transactions to replay, but there may not be. If it's unset, it's... 17 Mar 2010 17:23
[PATCH 1/2] reiserfs: fix oops while creating privroot with selinux enabled
Commit 57fe60df contains a bug that will cause it to oops when mounting a file system that didn't previously contain extended attributes on a system using security.* xattrs. The issue is that while creating the privroot during mount reiserfs_security_init calls reiserfs_xattr_jcreate_nblocks which derefere... 17 Mar 2010 17:23
[PATCH] hwmon: Add basic support for lm64 to lm63.c
The lm64 appears to be an lm63 with added gpio lines. Add support for the hwmon functionality - gpio can be added at some later stage if someone has a need for them. Signed-off-by: Matthew Garrett <mjg(a)redhat.com> --- Documentation/hwmon/lm63 | 7 +++++++ drivers/hwmon/lm63.c | 19 +++++++++++++++---- ... 17 Mar 2010 17:23