[PATCH 02/11] SCSI: pm8001: Fix spelling of 'unknown'
Signed-off-by: Daniel Mack <daniel(a)caiaq.de> Cc: Jiri Kosina <trivial(a)kernel.org> Cc: Junio C Hamano <gitster(a)pobox.com> Cc: Jack Wang <jack_wang(a)usish.com> Cc: James Bottomley <James.Bottomley(a)suse.de> --- drivers/scsi/pm8001/pm8001_hwi.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --gi... 2 Feb 2010 23:37
[PATCH -tip 3/4] kprobes: Check probe address is reserved
Check whether the address of new probe is already reserved by ftrace or alternatives (on x86) when registering new probe. If reserved, it returns an error and not register the probe. Signed-off-by: Masami Hiramatsu <mhiramat(a)redhat.com> Cc: Ingo Molnar <mingo(a)elte.hu> Cc: Steven Rostedt <rostedt(a)goodmis.org> Cc... 2 Feb 2010 22:20
[PATCH -tip 2/4] ftrace/alternatives: Introducing *_text_reserved functions
Introducing *_text_reserved functions for checking the text address range is partially reserved or not. This patch provides checking routines for x86 smp alternatives and dynamic ftrace. Since both functions modify fixed pieces of kernel text, they should reserve and protect those from other dynamic text modifier, ... 2 Feb 2010 22:20
seastar - SeaStar Ethernet driver
From: "Kevin Pedretti" <ktpedre(a)sandia.gov> Date: Tue, 2 Feb 2010 13:58:45 -0700 +void seastar_setup_htb_bi(uint32_t idr) Please use the in-kernel sized types "u32", "u16", etc. instead of "uint32_t" et al. +extern void +seastar_ip_tx_cmd( + struct ss_priv *ssp, + uint16_t nid, + uint16_t ... 4 Feb 2010 20:15
[PATCH 6/6] x86: convert compat syscalls to use 'DEFINE_SYSCALL()' macros
Convert x86 compat syscalls to use SYSCALL_PREFIX_DEFINE#() macros. This allows us to hook the compat syscalls into the event tracer. Signed-off-by: Jason Baron <jbaron(a)redhat.com> --- arch/x86/ia32/sys_ia32.c | 106 +++++++++++++++++++++++----------------------- 1 files changed, 53 insertions(+), 53 deletions... 2 Feb 2010 22:19
[PATCH 0/6] tracing: add compat syscall support
Hi, This series adds 'compat' syscall tracing support, and updates x86_64 to use this new functionality. Other arches still need to be implemented. To provide arch support 3 interfaces need to be defined: 1) int is_compat_task(void); - most arches seem to have this already 2) unsigned long arch_compat_sysca... 2 Feb 2010 22:19
[PATCH] HID: use multi input quirk for eTurboTouch touchscreen
This device generates ABS_Z and ABS_RX events, while it should be generating ABS_X and ABS_Y instead. Using the MULTI_INPUT quirk solves this issue. Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo(a)holoscopio.com> Signed-off-by: Daniel Oliveira Nascimento <don(a)syst.com.br> --- drivers/hid/hid-ids.h ... 2 Feb 2010 22:19
qla2xxx: negative error return in qla2x00_change_queue_depth()
Acked-by: Giridhar Malavali <giridhar.malavali(a)qlogic.com> On Jan 29, 2010, at 2:25 AM, Roel Kluin wrote: The *change_queue_depth functions usually return a negative error return. Signed-off-by: Roel Kluin <roel.kluin(a)gmail.com> --- diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2... 2 Feb 2010 22:19
readahead: limit readahead size for small devices
On Tue, Feb 02 2010, Wu Fengguang wrote: Linus reports a _really_ small & slow (505kB, 15kB/s) USB device, on which blkid runs unpleasantly slow. He manages to optimize the blkid reads down to 1kB+16kB, but still kernel read-ahead turns it into 48kB. lseek 0, read 1024 => readahead 4 pages (st... 24 Feb 2010 23:17
[PATCH v2 16/18] IB/ucm: increase maximum devices supported
Some large systems may support more than IB_UCM_MAX_DEVICES (currently 32). This change allows us to support more devices in a backwards-compatible manner. the first IB_UCM_MAX_DEVICES keep the same major/minor device numbers they've always had. If there are more than IB_UCM_MAX_DEVICES, then we dynamically re... 2 Feb 2010 22:19