pps: time synchronization over LPT
On Wed, Feb 24, 2010 at 4:28 AM, Alexander Gordeev <lasaine(a)lvk.cs.msu.su> wrote: This patchset is tested against the vanilla 2.6.32.9 kernel. But we are actually using it on 2.6.31.12-rt20 rt-preempt kernel most of the time. Also there is a version which should be applied on top of LinuxPPS out of tree pa... 22 Mar 2010 18:04
coredump: plug a memory leak situation on dump_seek()
> After having started writing the coredump, if filesystem reports an error anytime while writing part of the core file, we would leak a memory page when bailing out. Signed-off-by: André Goddard Rosa <andre.goddard(a)gmail.com> Acked-by: KOSAKI Motohiro <kosaki.motohiro(a)jp.fujitsu.com> Looks good. Th... 10 Mar 2010 04:10
[git pull] Please pull powerpc.git merge branch
Hi Linus ! Ideally this should have reached you earlier last week but I was bogged down in meetings and then away on an extended week-end. It's mostly a few bug fixes, some trivial raw spinlock conversions, and a couple of "features" that I didn't have in my previous merge request for all the wrong reasons, wh... 8 Mar 2010 22:02
fix sync_mm_rss in nommu (Was Re: sync_mm_rss() issues
On Mon, Mar 8, 2010 at 19:58, KAMEZAWA Hiroyuki wrote: David-san, could you check this ? == From: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> Fix breakage in NOMMU build commit 34e55232e59f7b19050267a05ff1226e5cd122a5 added sync_mm_rss() for syncing loosely accounted rss counters. It's fo... 9 Mar 2010 11:10
ar9170: fix for driver-core ABI change
Hi Dave, On Tue, 9 Mar 2010 10:42:21 +1100 Stephen Rothwell <sfr(a)canb.auug.org.au> wrote: Signed-off-by: Stephen Rothwell <sfr(a)canb.auug.org.au> --- drivers/net/wireless/ath/ar9170/usb.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) I have been carrying this patch in linux-nex... 9 Mar 2010 18:05
HID: N-trig MTM Driver fix And cleanup patch 5
> - if (id->driver_data) - hdev->quirks |= HID_QUIRK_MULTI_INPUT; This undoes the unfortunate merger of the pen and touch events. Why would you want to remove that? Is there any actual reason aside from that's the way you've done it so far? I admit that if the user space is smart enough to distinguish t... 8 Mar 2010 20:56
HID: N-trig MTM Driver fix And cleanup patch 6
> static const struct hid_device_id ntrig_devices[] = { { HID_USB_DEVICE(USB_VENDOR_ID_NTRIG, USB_DEVICE_ID_NTRIG_TOUCH_SCREEN), - .driver_data = NTRIG_DUPLICATE_USAGES }, + .driver_data = NTRIG_USB_DEVICE_ID }, The vendor and device id are in the first field "HID_USB_DEVICE", driver data is for fl... 9 Mar 2010 05:38
fs, binfmt_aout: Fix pointer warnings
Thanks for your report. From: Borislav Petkov <petkovbb(a)googlemail.com> Subject: [PATCH] fs, binfmt_aout: Fix pointer warnings Date: Mon, 8 Mar 2010 16:46:01 +0100 Hi, I'm getting the warnings in the commit message below with current git. Maybe fix them like this: -- From: Borislav Petkov ... 8 Mar 2010 20:56
HID: N-trig MTM Driver fix and cleanup patch 2
> - case HID_DG_CONTACTID: /* Not trustworthy, squelch for now */ I squelched contact id because they don't actually track fingers, rather contacts are reported spatially (seems to be from the bottom to top) making this value useless for tracking (after all the user space tools can count contacts since the st... 9 Mar 2010 11:10
[BUGFIX][PATCH] fix sync_mm_rss in nommu (Was Re: sync_mm_rss() issues
David-san, could you check this ? == From: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> Fix breakage in NOMMU build commit 34e55232e59f7b19050267a05ff1226e5cd122a5 added sync_mm_rss() for syncing loosely accounted rss counters. It's for CONFIG_MMU but sync_mm_rss is called even in NOMMU enviroment (kern... 8 Mar 2010 20:56