ThinkPad T400 : should kernel option "reboot=pci" be hard coded ?
Since some kernel version (IIRC since 2.6.31) it is necessary to boot the linux kernel with that option to prevent an extra 9 seconds delay during reboot. I found this tip on the LKML -and now I'm wondering whether this option should be hard coded in the kernel sources b/c it seems to be necessary for current ... 9 Jun 2010 08:36
[kbuild regression, post-rc1] Remote installation over read-only NFS broken
Hi Michal, Unfortunately, your commit 73d1393eb8507ed5fd7f8e696f6b1ecc18035ebe (kbuild: Generate modules.builtin in make modules_install) broke my testing environment that had always worked before. Namely, I build kernels on a central machine and export the build directory along with the kernel sources over re... 7 Jun 2010 05:17
Thank You
I work in the audit section of a bank where I discovered $14.5M left in an account by a demised client.The funds have never been applied for since the death of the client because they are lodged in an investment account.This is an opportunity to grab. Can we work together? I need you to get back to me. Phillip Malem... 7 Jun 2010 05:17
[PATCH 3/3] staging: rtl8192u: fix checkpatch.pl issues to line 3000 Fix most problems pointed out by checkpatch.pl in file r8192U_core.c up to line 3000
Signed-off-by: Mike Gilks <mike.kernel(a)gilksonline.com> --- drivers/staging/rtl8192u/r8192U_core.c | 54 +++++++++++++++++-------------- 1 files changed, 30 insertions(+), 24 deletions(-) diff --git a/drivers/staging/rtl8192u/r8192U_core.c b/drivers/staging/rtl8192u/r8192U_core.c index b8ba05f..0f852ad 100644... 7 Jun 2010 05:17
[PATCH 0001] Add Lenovo Thinkpad T400 to the whitelist
From: Ritesh Raj Sarraf <rrs(a)researchut.com> Adding Lenovo Thinkpad T400, I have done the testing on my laptop. The hdaps module detect the device and the hdapds daemon is able to [un]park the disk. Signed-off-by: Ritesh Raj Sarraf <rrs(a)debian.org> --- drivers/hwmon/hdaps.c | 1 + 1 files changed, 1 inse... 7 Jun 2010 05:16
[tgt]: Add BSG v4 backstore support to usr/bs_sg.c
On 06/07/2010 06:50 AM, Nicholas A. Bellinger wrote: From: Nicholas Bellinger <nab(a)linux-iscsi.org> This patch adds initial support for the block layer implementation of the sg v4 interface (BSG) -> STGT with a new struct backingstore_template bsg_bst sharing code with the original sg_bst. It adds for ... 7 Jun 2010 08:32
Add a new structure for skb buffer from external.
Stephen Hemminger <shemminger(a)vyatta.com> writes: Still not sure this is a good idea for a couple of reasons: 1. We already have lots of special cases with skb's (frags and fraglist), and skb's travel through a lot of different parts of the kernel. So any new change like this creates lots of exp... 7 Jun 2010 05:16
[PATCH] megaraid_sas: enable message-signaled interrupts
To avoid sharing interrupts, enable message-signaled interrupts, if possible. Tested with LSI 9260-8i/8e, where sharing the interrupt with the nvidia driver would reduce the RAID performance. Signed-off-by: Clemens Ladisch <clemens(a)ladisch.de> Tested-by: Bert dd <bert.ddecker(a)gmail.com> --- drivers/scsi/meg... 7 Jun 2010 04:12
checkpatch.pl issues in patch
All problems shown by checkpatch.pl are resolved by the end of the patch. I think I should do smaller patches more often. I hope this is helpful anyway Mike. -- 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... 7 Jun 2010 04:12
[tgt]: Add bs_sg struct device_type_template sg_template and struct backingstore_template->bs_init()
On Sun, 6 Jun 2010 20:50:32 -0700 "Nicholas A. Bellinger" <nab(a)linux-iscsi.org> wrote: From: Nicholas Bellinger <nab(a)linux-iscsi.org> This patch adds struct device_type_template sg_template to usr/bs_sg.c used for STGT LUN passthrough with the new bs_sg_lu_init() and bs_sg_rw() functions following usr/... 7 Jun 2010 03:07