[PATCH -V9 7/9] x86: Add new syscalls for x86_32
This patch adds sys_name_to_handle_at and sys_open_by_handle_at syscalls to x86_32 Acked-by: Serge Hallyn <serue(a)us.ibm.com> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar(a)linux.vnet.ibm.com> --- arch/x86/include/asm/unistd_32.h | 4 +++- arch/x86/kernel/syscall_table_32.S | 2 ++ 2 files changed, 5 in... 18 May 2010 09:15
HID: Added further information for Roccat Kone
On Wed, 12 May 2010, Stefan Achatz wrote: From 0875b1fdc784c60d28d3c5bc02ffcf0f30ccea2c Mon Sep 17 00:00:00 2001 From: Stefan Achatz <erazor_de(a)users.sourceforge.net> Date: Sat, 8 May 2010 16:53:31 +0200 Subject: [PATCH 2/5] HID: Added further information for Roccat Kone Added new data and cha... 19 May 2010 08:14
[PATCH -V9 5/9] vfs: Support null pathname in readlink
From: NeilBrown <neilb(a)suse.de> This enables to use readlink to get the link target name from a file descriptor point to the link. This can be used with open_by_handle syscall that returns a file descriptor for a link. We can then use this file descriptor to get the target name. Signed-off-by: NeilBrown <neilb... 18 May 2010 09:15
[PATCH -V9 9/9] ext3: Copy fs UUID to superblock.
This enable user space application to get the file system UUID using sys_name_to_handle_at syscall Signed-off-by: Aneesh Kumar K.V <aneesh.kumar(a)linux.vnet.ibm.com> --- fs/ext3/super.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/ext3/super.c b/fs/ext3/super.c index 1bee604..7c... 18 May 2010 09:15
HID: refactored special event handling in Roccat Kone
On Wed, 12 May 2010, Stefan Achatz wrote: From e550163af2c39c4e7490cd5bf02e44c5dec72d2b Mon Sep 17 00:00:00 2001 From: Stefan Achatz <erazor_de(a)users.sourceforge.net> Date: Sat, 8 May 2010 17:30:27 +0200 Subject: [PATCH 4/5] HID: refactored special event handling in Roccat Kone As special e... 19 May 2010 08:14
[PATCH -V9 8/9] x86: Add new syscalls for x86_64
Add sys_name_to_handle_at and sys_open_by_handle_at syscalls for x86_64 Signed-off-by: Aneesh Kumar K.V <aneesh.kumar(a)linux.vnet.ibm.com> --- arch/x86/ia32/ia32entry.S | 2 ++ arch/x86/include/asm/unistd_64.h | 4 ++++ fs/compat.c | 11 +++++++++++ fs/open.c ... 18 May 2010 09:15
HID: Correctly mark init and exit functions of Roccat Kone module
On Wed, 12 May 2010, Stefan Achatz wrote: From bbc9f26b13e7756061adb62c561d40f060623bd7 Mon Sep 17 00:00:00 2001 From: Stefan Achatz <erazor_de(a)users.sourceforge.net> Date: Sat, 8 May 2010 17:20:38 +0200 Subject: [PATCH 3/5] HID: Correctly mark init and exit functions of Roccat Kone module Adde... 18 May 2010 09:15
linux-next: build failure after merge of the final tree (devicetree tree related)
On Tue, May 18, 2010 at 1:47 AM, Stephen Rothwell <sfr(a)canb.auug.org.au> wrote: Hi Grant, After merging the final tree, yesterday's linux-next build (powerpc mpc85xx_defconfig) failed like this: http://kisskb.ellerman.id.au/kisskb/buildresult/2615202/ I suspect that is something to do with the d... 18 May 2010 19:14
HID: Removing/Renaming preprocessor macros for Roccat Kone
On Wed, 12 May 2010, Stefan Achatz wrote: From a50a004999d4bd2b9ae08f1298b1fc89ce9e1e12 Mon Sep 17 00:00:00 2001 From: Stefan Achatz <erazor_de(a)users.sourceforge.net> Date: Sat, 8 May 2010 16:34:05 +0200 Subject: [PATCH 1/5] HID: Removing/Renaming preprocessor macros for Roccat Kone Removed useles... 18 May 2010 08:09
[PATCH] Staging: comedi: quatech_daqp_cs.c Replace eos semaphore with a completion.
Build tested only. Signed-off-by: Alessio Igor Bogani <abogani(a)texware.it> --- drivers/staging/comedi/drivers/quatech_daqp_cs.c | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/drivers/staging/comedi/drivers/quatech_daqp_cs.c b/drivers/staging/comedi/drivers/quatech_daqp_c... 18 May 2010 08:09