bfa: wrong fcport H2I message tested in bfa_fcport_isr()
This is not intended. Using penable_rsp or pdisable_rsp in this case doesn't have functional difference since it is a union, but it is confusing and should be fixed. Thanks Jing -----Original Message----- From: Roel Kluin [mailto:roel.kluin(a)gmail.com] Sent: Monday, March 22, 2010 1:49 PM To: Jing Huang; li... 22 Mar 2010 20:39
Compile error in latest -git: ipc/syscall.c:17: error: conflicting types for ‘sys_ipc’
Hi everyone (you were all identified by get_maintainer.pl, in case you are wondering), In case this hasn't been reported before, I get the following compile error with latest git: ipc/syscall.c:17: error: conflicting types for �sys_ipc� include/linux/syscalls.h:691: note: previous declaration of �sys_ipc� ... 22 Mar 2010 20:39
(none)
You have $50,000USD.Confirm this receipt by replying the due process unit officer:Fill the details:Full Name,Address,Tel,Occupation,etc,Reply -- 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.ke... 22 Mar 2010 20:39
[PATCH] kbuild: Include gen_initramfs_list.sh and the file list in the .d file
Expand the dependency set used for the initrd to include the CONFIG_INITRAMFS_SOURCE file and the generator script itself. Signed-off-by: Jason Gunthorpe <jgunthorpe(a)obsidianresearch.com> --- scripts/gen_initramfs_list.sh | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) Otherwise changing the ini... 22 Mar 2010 19:13
bridge: make bridge support netpoll
On Mon, 2010-03-22 at 04:17 -0400, Amerigo Wang wrote: Based on the previous patch, make bridge support netpoll by: 1) implement the 4 methods to support netpoll for bridge; 2) modify netpoll during forwarding packets in bridge; 3) disable netpoll support of bridge when a netpoll-unabled device ... 27 Apr 2010 19:05
bonding: make bonding support netpoll
On Mon, 2010-03-22 at 04:17 -0400, Amerigo Wang wrote: Based on Andy's work, but I modify a lot. Similar to the patch for bridge, this patch does: 1) implement the 4 methods to support netpoll for bonding; 2) modify netpoll during forwarding packets in bonding; 3) disable netpoll support ... 27 Apr 2010 22:25
drivers:misc: sources for ST core
On Mon, Mar 22, 2010 at 04:19:13PM -0500, pavan_savoy(a)ti.com wrote: From: Pavan Savoy <pavan_savoy(a)ti.com> Texas Instruments BT, FM and GPS combo chips/drivers make use of a single TTY to communicate with the chip. This module constitutes the core logic, TTY ldisc driver and the exported symbols for ... 23 Mar 2010 17:10
drivers:misc: sources for Init manager module
On Mon, Mar 22, 2010 at 04:19:14PM -0500, pavan_savoy(a)ti.com wrote: +/* structures specific for sysfs entries */ +static struct kobj_attribute pid_attr = +__ATTR(pid, 0644, (void *)show_pid, (void *)store_pid); + +static struct kobj_attribute list_protocols = +__ATTR(protocols, 0444, (void *)show_list... 24 Mar 2010 18:09
[PATCH] vt6655: CGI/CSI confusion in device_ioctl()
The wrong messages were printed Signed-off-by: Roel Kluin <roel.kluin(a)gmail.com> --- drivers/staging/vt6655/device_main.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/vt6655/device_main.c b/drivers/staging/vt6655/device_main.c index 1d64365..16cfd30 100644 --- a... 22 Mar 2010 18:04
drivers:misc: Kconfig, Makefile for TI's ST ldisc
On Mon, Mar 22, 2010 at 04:19:12PM -0500, pavan_savoy(a)ti.com wrote: From: Pavan Savoy <pavan_savoy(a)ti.com> This change adds the Kconfig and Make file for TI's ST line discipline driver and the BlueZ driver for BT core of the TI BT/FM/GPS combo chip. This patch breaks the build if you were to apply th... 23 Mar 2010 22:55