Re: [PATCH v2 1/5] acpi: Add basic device probing infrastructure
On Sunday, September 13, 2015 03:02:19 PM Marc Zyngier wrote: The subject is slightly confusing IMO (there is a device probing infrastructure in the ACPI subsystem, but not for the kind of devices in...
View ArticleRe: [PATCH] dax: fix deadlock in __dax_fault
On Fri, Sep 25, 2015 at 12:23:34PM -0600, Ross Zwisler wrote: > On Fri, Sep 25, 2015 at 12:53:57PM +1000, Dave Chinner wrote: > <> > > We've already got block allocation...
View ArticleRe: [PATCH 1/1] PCI/MSI: X-Gene: Remove msi_controller assignment in X-Gene...
On Fri, Sep 18, 2015 at 09:59:56AM +0100, Marc Zyngier wrote: > On Wed, 16 Sep 2015 17:31:40 -0700 > Duc Dang <dhdang@apm.com> wrote: > > > With commit 8d63bc7beaee ("PCI/MSI:...
View ArticleRe: [Bugfix 1/2] ACPI, PCI, irq: Do not share PCI IRQ with ISA IRQ
On Thu, Sep 17, 2015 at 02:02:45PM +0800, Jiang Liu wrote: > Avoid IRQs occupied by ISA IRQs when allocating IRQs for PCI link devices, > otherwise it may cause interrupt storm due to...
View ArticleRe: [Bugfix 2/2] ACPI / PCI: Remove duplicated penalty on SCI IRQ
On Thu, Sep 17, 2015 at 02:02:46PM +0800, Jiang Liu wrote: > Now we have dedicated interface acpi_penalize_sci_irq() to penalize > ISA IRQ used by ACPI SCI, so remove duplicated code to penalize...
View ArticleRe: [PATCH v3 1/4] scsi: remove old-style type names from sg.h
On 09/25/2015 11:27 AM, Paolo Bonzini wrote: > These will not be exported by the new linux/sg.h header, and scsi/sg.h will > not have any user API after linux/sg.h is created. Since they have no...
View ArticleRe: [PATCH v3 2/4] scsi: cleanup scsi/scsi_ioctl.h
On 09/25/2015 11:27 AM, Paolo Bonzini wrote: > SCSI_REMOVAL_* goes together with other SCSI command constants in > include/scsi/scsi.h. It is also used outside the implementation > of the...
View ArticleRe: [PATCH v3 3/4] scsi: move all obsolete ioctls to scsi_ioctl.h
On 09/25/2015 11:27 AM, Paolo Bonzini wrote: > Some are in scsi.h. Keep them together in preparation for exposing them > in UAPI headers. > > Cc: James Bottomley...
View ArticleRe: [PATCH v3 4/4] scsi: provide UAPI version of scsi/sg.h and scsi/scsi_ioctl.h
On 09/25/2015 11:27 AM, Paolo Bonzini wrote: > Provide a UAPI version of the header in the kernel, making it easier > for interested projects to use an up-to-date version of the header. >...
View ArticleRe: [PATCH v2 1/2] ACPI / tables: simplify acpi_parse_entries
On Wednesday, September 16, 2015 01:58:06 PM Sudeep Holla wrote: > acpi_parse_entries passes the table end pointer to the sub-table entry > handler. acpi_parse_entries itself could validate the...
View ArticleRe: [RFC] PCI: Unassigned Expansion ROM BARs
On Fri, Sep 25, 2015 at 9:18 AM, Alex Williamson <alex.williamson@redhat.com> wrote: >> > > Or do we want to keep a white list to say which device should have >> > > ROM...
View ArticleRe: [PATCH 1/1] PCI/MSI: X-Gene: Remove msi_controller assignment in X-Gene...
On Fri, Sep 25, 2015 at 4:34 PM, Bjorn Helgaas <helgaas@kernel.org> wrote: > On Fri, Sep 18, 2015 at 09:59:56AM +0100, Marc Zyngier wrote: >> On Wed, 16 Sep 2015 17:31:40 -0700 >>...
View ArticleRe: [PATCH 01/15] avr32: convert to asm-generic/memory_model.h
On Thu, Sep 24, 2015 at 8:10 AM, Christoph Hellwig <hch@infradead.org> wrote: > On Wed, Sep 23, 2015 at 12:41:18AM -0400, Dan Williams wrote: >> Switch avr32/include/asm/page.h to use...
View ArticleRe: [PATCH 1/6] driver-core: platform: Provide helpers for multi-driver modules
On Fri, Sep 25, 2015 at 04:29:44PM +0200, Thierry Reding wrote: > On Thu, Sep 24, 2015 at 07:02:36PM +0200, Thierry Reding wrote: > > From: Thierry Reding <treding@nvidia.com> > >...
View Article[PATCH 0/3] numa allocations for devm and pmem
I noticed that pmem should be using blk_alloc_queue_node() and then I wondered about the devm allocations... So, here is a quick conversion of devm to use dev_to_node() for node local allocations by...
View Article[PATCH 3/3] pmem, memremap: convert to numa aware allocations
Given that pmem ranges come with numa-locality hints, arrange for the resulting driver objects to be obtained from node-local memory. Signed-off-by: Dan Williams <dan.j.williams@intel.com> ---...
View Article[PATCH 1/3] devm: make allocations numa aware by default
Given we already have a device just use dev_to_node() to provide hint allocations for devres. However, current devres_alloc() users will need to explicitly opt-in with devres_alloc_node()....
View Article[PATCH 2/3] devm_memremap_pages: use numa_mem_id
Hint to closest numa node for the placement of newly allocated pages. As that is where the device's other allocations will originate by default when it does not specify a NUMA node. Cc: Christoph...
View Article[PATCH linux-review] drm: bridge: anx78xx: pxtal_data[] can be static
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> --- slimport_tx_drv.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git...
View Article