Re: Fail to probe qla2xxx fiber channel card while doing pci hotplug

2012-09-15 Thread Bjorn Helgaas
On Sat, Sep 15, 2012 at 4:22 AM, Yijing Wang wrote: > Hi all, >I encountered a very strange problem when I hot plug a fiber channel > card(using qla2xxx driver). > I did the hotplug in arch x86 machine, using pciehp driver for hotplug, this > platform supports pci hot-plug triggering from bo

[GIT PULL] target fixes for v3.6-rc6

2012-09-15 Thread Nicholas A. Bellinger
Hello Linus! Here is the current set of target-pending fixes headed for v3.6-final. Please go ahead and pull from: git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master The main parts of this series include bug-fixes from Paolo Bonzini to address an use-after-free bug in

Re: [PATCH 22/24] scsi: eesox: use __iomem pointers for MMIO

2012-09-15 Thread Arnd Bergmann
On Saturday 15 September 2012, Russell King - ARM Linux wrote: > On Sat, Sep 15, 2012 at 08:00:35AM +, Arnd Bergmann wrote: > > On Friday 14 September 2012, Russell King - ARM Linux wrote: > > > On Fri, Sep 14, 2012 at 11:34:50PM +0200, Arnd Bergmann wrote: > > > > ARM is moving to stricter che

Fail to probe qla2xxx fiber channel card while doing pci hotplug

2012-09-15 Thread Yijing Wang
Hi all, I encountered a very strange problem when I hot plug a fiber channel card(using qla2xxx driver). I did the hotplug in arch x86 machine, using pciehp driver for hotplug, this platform supports pci hot-plug triggering from both sysfs and attention button. If a hot-plug slot is empty when

Re: [PATCH 22/24] scsi: eesox: use __iomem pointers for MMIO

2012-09-15 Thread Russell King - ARM Linux
On Sat, Sep 15, 2012 at 08:00:35AM +, Arnd Bergmann wrote: > On Friday 14 September 2012, Russell King - ARM Linux wrote: > > On Fri, Sep 14, 2012 at 11:34:50PM +0200, Arnd Bergmann wrote: > > > ARM is moving to stricter checks on readl/write functions, > > > so we need to use the correct types

Re: [PATCH 22/24] scsi: eesox: use __iomem pointers for MMIO

2012-09-15 Thread Arnd Bergmann
On Friday 14 September 2012, Russell King - ARM Linux wrote: > On Fri, Sep 14, 2012 at 11:34:50PM +0200, Arnd Bergmann wrote: > > ARM is moving to stricter checks on readl/write functions, > > so we need to use the correct types everywhere. > > There's nothing wrong with const iomem pointers. If