First  |  Prev |  Next  |  Last
Pages: 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183
[PATCH 1/42] drivers/net/wan: Adjust confusing if indentation
From: Julia Lawall <julia(a)diku.dk> Indent the branch of an if. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @r disable braces4@ position p1,p2; statement S1,S2; @@ ( if (...) { ... } | if (...) S1(a)p1 S2(a)p2 ) @script:python@ p1 << r.p1; p2 << ... 5 Aug 2010 16:54
[GIT PULL] dlm updates for 2.6.36
Linus, Please pull dlm updates for 2.6.36 from: git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git for-linus There just two patches picked up from different tree-cleanup series. Thanks, Dave Changli Gao (1): dlm: use genl_register_family_with_ops() Julia Lawall (1): fs/dlm: Dr... 5 Aug 2010 16:54
[PATCH 7/42] net/atm: Adjust confusing if indentation
From: Julia Lawall <julia(a)diku.dk> Outdent the code following an if. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @r disable braces4@ position p1,p2; statement S1,S2; @@ ( if (...) { ... } | if (...) S1(a)p1 S2(a)p2 ) @script:python@ p1 << r.p1; ... 5 Aug 2010 16:54
NET_NS: unregister_netdevice: waiting for lo to become free (adding ipv6 address to interface)
Michael Leun <lkml20100708(a)newton.leun.net> writes: On Thu, 05 Aug 2010 02:51:29 -0700 ebiederm(a)xmission.com (Eric W. Biederman) wrote: Jul 10 20:02:36 doris kernel: unregister_netdevice: waiting for lo to become free. Usage count = 3 [repeated] How many times? Un... 5 Aug 2010 16:54
[PATCH 3/12] scsi: megaraid_sas - Online Controller Reset - III: add the reset function for Gen2 related chip
Re-submitted requested by James Bottomley. Add the gen2 chip reset functions to the driver. Driver will write the gen2 chip register offset to force the controller to reset. Signed-off-by Bo Yang<bo.yang(a)lsi.com> --- drivers/scsi/megaraid/megaraid_sas.c | 41 +++++++++++++++++++++++++++++++++++ 1 file cha... 5 Aug 2010 16:54
[git pull] PCI changes
The following changes since commit a2dccdb2055abeb8a7ce8e45e5f83de9c980a00c: Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 (2010-07-29 15:23:28 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 linux-next Mostly small ch... 5 Aug 2010 16:54
[PATCH 2/12] scsi: megaraid_sas - Online Controller Reset - II: Add the Chip reset functions to the driver
Re-submit requested by James Bottomley. Add the chip reset functions to the driver. Driver will write the chip register offset to force the controller to reset. This patch implemented the function for Xscale Signed-off-by Bo Yang<bo.yang(a)lsi.com> --- drivers/scsi/megaraid/megaraid_sas.c | 143 +++++++++++... 5 Aug 2010 16:54
[PATCH 1/12] scsi: megaraid_sas - Online Controller Reset - I: Enable Online Controller Reset Bit in register related functions
James Bottomley suggested me to resubmit those patches (12 patches). First 8 patches should be downloaded together and them compile them. Enable the Online Controller reset bit in the register related functions. This is first part of the Online Controller Reset. The driver supports XScle and Gen2 chips. Driver n... 5 Aug 2010 16:54
[PATCH 3/5] staging: hv: Fixed the value of the 64bit-hole inside ring buffer
From: Haiyang Zhang <haiyangz(a)microsoft.com> Fixed the value of the 64bit-hole inside ring buffer, this caused a problem on Hyper-V when running checked Windows builds. Checked builds of Windows are used internally and given to external system integrators at times. They are builds that for example that all elem... 5 Aug 2010 15:46
[PATCH 5/5] staging: hv: Gracefully handle SCSI resets
From: Hank Janssen <hjanssen(a)microsoft.com> If we get a SCSI host bus reset we now gracefully handle it, and we take the device offline. This before sometimes caused hangs. Signed-off-by:Hank Janssen <hjanssen(a)microsoft.com> Signed-off-by:Haiyang Zhang <haiyangz(a)microsoft.com> Cc: stable <stable(a)kernel.org> ... 5 Aug 2010 15:46
First  |  Prev |  Next  |  Last
Pages: 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183