[PATCH 0/4] do_coredump: cleanups
On 03/15, Oleg Nesterov wrote: On 03/15, Neil Horman wrote: Hey, so I've rediffed and tested the user mode helper bits from my previous patch set that got wrecked when the rcustring bits got pulled. More wrecked patches on top of Neil's refactoring. And some more, this time in fs/exec.c. ... 16 Mar 2010 16:14
USB: xhci: rename driver to xhci_hcd
On Tue, Mar 09, 2010 at 10:52:49AM -0700, Alex Chiang wrote: Naming consistency with other USB HCDs. Signed-off-by: Alex Chiang <achiang(a)hp.com> This doesn't apply to the 2.6.34-rc1 kernel. Care to redo it so that I can apply it? thanks, greg k-h -- To unsubscribe from this list: send the line "u... 17 Mar 2010 01:24
[PATCH 3/3] sdhci-pltfm: Do not print errors in case of an extended iomem size
Some hosts have an extended SDHCI iomem size, so the driver should only print errors if the iomem size is less than 0x100. Signed-off-by: Anton Vorontsov <avorontsov(a)ru.mvista.com> --- drivers/mmc/host/sdhci-pltfm.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/host/sdh... 16 Mar 2010 15:05
[PATCH 1/3] sdhci: Implement CAP_CLOCK_BASE_BROKEN quirk
Some hosts (e.g. as found in CNS3xxx SOCs) report wrong value in CLOCK_BASE capability field, and currently there is no way to force the SDHCI core to use the platform-provided base clock value. This patch implements CAP_CLOCK_BASE_BROKEN quirk. When enabled, the SDHCI core will always use base clock frequency pr... 16 Mar 2010 15:05
no kernel events
Hi All, I'm puzzled by a machine where "udevadm monitor --kernel" reports nothing when items are connected/disconnected to USB. Only when I disconnect the USB-keyboard I get one disconnect event and nothing after. Reconnecting the keyboard leaves it unrecognised and dis-functional. Kees -- To unsubscribe fr... 16 Mar 2010 15:05
[git pull] PCMCIA bugfixes for 2.6.34-rc2
Linus, some PCMCIA bugfixes for 2.6.34-rc2 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git urgent Please pull from that location. The diffstat and list of changes follows, the individual diffs were sent (at least) to the linux-pcmcia list. Thanks... 16 Mar 2010 15:05
[PATCH 09/14] syscalls: add new COMPAT_SYSCALL_DEFINE#N() macro
Add COMPAT_SYSCALL_DEFINE#N() macro define common compat syscalls that are not arch specific. Prepends "compat_sys_" to the syscall name to identify it. Signed-off-by: Jason Baron <jbaron(a)redhat.com> --- include/linux/syscalls.h | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/i... 16 Mar 2010 15:05
[PATCH 12/14] tags: recognize compat syscalls
make tags.sh recognize the new syscall macros: COMPAT_SYSCALL_DEFINE#N() ARCH_COMPAT_SYSCALL_DEFINE#N() Signed-off-by: Jason Baron <jbaron(a)redhat.com> --- scripts/tags.sh | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/scripts/tags.sh b/scripts/tags.sh index 1a0c44d..fe5d4a... 16 Mar 2010 15:05
[PATCH 00/14] tracing: add compat syscall support v3
Hi, Re-post to add infrastructure for compat syscall event tracing support. This patch series also adds x86_64 arch specific support as an example consumer of the new infrastructure. Arches can request compat syscall tracing by setting: __HAVE_ARCH_FTRACE_COMPAT_SYSCALLS, if CONFIG_COMPAT and CONFIG_FTRACE_SY... 16 Mar 2010 13:57
[PATCH 2/2] scripts/kernel-doc: handle/ignore __aligned
From: Randy Dunlap <randy.dunlap(a)oracle.com> scripts/kernel-doc erroneously says: Warning(include/linux/skbuff.h:410): Excess struct/union/enum/typedef member 'cb' description in 'sk_buff' on this line in struct sk_buff: char cb[48] __aligned(8); due to treating the last field as the struct member name,... 16 Mar 2010 13:57