Re: [PATCH 26/34] mm/gup_benchmark.c: convert put_page() to put_user_page*()

2019-08-02 Thread Keith Busch
s is part a tree-wide conversion, as described in commit fc1d8e7cca2d > ("mm: introduce put_user_page*(), placeholder versions"). > > Cc: Dan Carpenter > Cc: Greg Kroah-Hartman > Cc: Keith Busch > Cc: Kirill A. Shutemov > Cc: Michael S. Tsirkin > Cc: YueHaibing &

Re: [PATCH] ia64/acpi: Fix incorrect callback

2019-04-04 Thread Keith Busch
On Thu, Apr 04, 2019 at 06:20:37PM +0200, Greg Kroah-Hartman wrote: > On Thu, Apr 04, 2019 at 09:35:37AM -0600, Keith Busch wrote: > > A previous commit to make acpi table parsing more common to variable > > header types modified a callback type that was not intended to be > &

[PATCH] ia64/acpi: Fix incorrect callback

2019-04-04 Thread Keith Busch
A previous commit to make acpi table parsing more common to variable header types modified a callback type that was not intended to be included. Fix the callback parameter. Fixes: commit 088d0b345be1952b ("acpi: Create subtable parsing infrastructure") Signed-off-by: Keith Busch ---

Re: [driver-core:driver-core-testing 4/14] arch/ia64/kernel/acpi.c:669:38: error: passing argument 2 of 'acpi_table_parse' from incompatible pointer type

2019-04-04 Thread Keith Busch
On Wed, Apr 03, 2019 at 10:44:36AM +0200, Greg Kroah-Hartman wrote: > On Wed, Apr 03, 2019 at 02:18:18AM +0800, kbuild test robot wrote: > > tree: > > https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git > > driver-core-testing > > head: 5e29ef654e7be73a579b96c1b912dac5cea33

Re: [PATCH v2 3/5] pci: set msi_domain_ops as __ro_after_init

2017-02-13 Thread Keith Busch
drivers/pci/host/pci-hyperv.c | 2 +- > drivers/pci/host/vmd.c| 2 +- Ok for vmd driver. Acked-by: Keith Busch > drivers/pci/msi.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) ___ devel mailing list de.