NFS: Fix RCU warnings in nfs_inode_return_delegation_noreclaim()
Trond Myklebust <Trond.Myklebust(a)netapp.com> wrote: + rcu_read_lock(); cred = rcu_dereference(delegation->cred); rcu_assign_pointer(delegation->cred, NULL); + rcu_read_unlock(); call_rcu(&delegation->rcu, nfs_free_delegation_callback); if (cred) put_rpccred(cred); ... 16 Mar 2010 13:57
PROJECT
-- Hello,I am Zhang Tiejun.I have a business worth $17.3M for you to handle with me from my bank.Reply with personal details(names,contact address and phone number) for more infomation. Regards. Zhang Tiejun ---------------------------------------------------------------- This message was sent u... 16 Mar 2010 12:31
Patch not appearing in the archive
Hi All, I have been sending a PATCH to this list, however it is not appearing on the archive. I did neither heard from anyone. It looks like it is being filtered though not sure why. Could it be because of the size or something else ? I got in the documentation that the email size upto 200 KB can be sent, by P... 16 Mar 2010 12:31
2.6.34-rc1 sky2 mtu on second port defaults to 576
On 3/16/2010 11:03 AM, Michael Breuer wrote: Haven't bisected - problem seemed to have started around 2.6.34-rc1-0933 (not seen before the rc1 tag). On boot, eth1 ends up with MTU of 576 (eth0 is 1500). My f12 startup scripts are not setting MTU (never have). Nothing of note in dmesg No c... 16 Mar 2010 15:06
perf, x86: Implement initial P4 PMU driver
Please see my patch below that fixes ther reporting error code that returns from x86_pmu.hw_config. -Robert On 11.03.10 18:33:55, tip-bot for Cyrill Gorcunov wrote: Commit-ID: a072738e04f0eb26370e39ec679e9a0d65e49aea Gitweb: http://git.kernel.org/tip/a072738e04f0eb26370e39ec679e9a0d65e49aea Author:... 16 Mar 2010 22:06
Failure with the 2.6.34-rc1 kernel
On Tue, 16 Mar 2010, Rupjyoti Sarmah wrote: We are seeing issues in booting some of our boards with this new kernel. Kernel version upto 2.6.33 works fine on the boards like Canyonlands, Katmai, Glacier etc. These boards are not booting with kernel later than 2.6.33. Please let me know how about fixing... 16 Mar 2010 12:31
Poor interactive performance with I/O loads with fsync()ing
Hey all, Recently I started using the Xapian-based notmuch mail client for everyday use. One of the things I was quite surprised by after the switch was the incredible hit in interactive performance that is observed during database updates. Things are particularly bad during runs of 'notmuch new,' which scans t... 14 Apr 2010 15:33
[PATCH 1/1] NET: netpoll, fix potential NULL ptr dereference
Stanse found that one error path in netpoll_setup dereferences npinfo even though it is NULL. Avoid that by adding new label and go to that instead. Signed-off-by: Jiri Slaby <jslaby(a)suse.cz> Cc: Daniel Borkmann <danborkmann(a)googlemail.com> Cc: David S. Miller <davem(a)davemloft.net> --- net/core/netpoll.c | ... 16 Mar 2010 12:31
[PATCH 3/3] SCSI: qla2xxx, fix lock imbalance
Stanse found that one error path in qla24xx_bsg_timeout omits to unlock ha->hardware_lock. Fix that. Signed-off-by: Jiri Slaby <jslaby(a)suse.cz> Cc: Giridhar Malavali <giridhar.malavali(a)qlogic.com> Cc: James Bottomley <James.Bottomley(a)suse.de> --- drivers/scsi/qla2xxx/qla_attr.c | 1 + 1 files changed, 1 in... 16 Mar 2010 17:24
[PATCH 1/3] SCSI: be2iscsi, fix lock imbalance
Stanse found that one error path in mgmt_invalidate_icds omits to unlock ctrl->mbox_lock. Fix that. Added in 756d29c8c7ed8887ed7d752371ce2f (Enable async mode for mcc rings) where the spinlock was moved. Signed-off-by: Jiri Slaby <jslaby(a)suse.cz> Cc: Jayamohan Kallickal <jayamohank(a)serverengines.com> Cc: Jame... 16 Mar 2010 12:31