Re: [PATCH v2 00/27] PCI resource mmap cleanup

2017-04-19 Thread Bjorn Helgaas
On Wed, Apr 19, 2017 at 2:23 AM, David Woodhouse wrote: > On Tue, 2017-04-18 at 13:28 -0500, Bjorn Helgaas wrote: >> >> Applied to pci/resource-mmap for v4.12, thanks! >> >> This consists of the email patches + the acks/etc so far. It doesn't >> include any updates from your git branch (but it do

Re: [PATCH v2 00/27] PCI resource mmap cleanup

2017-04-19 Thread David Woodhouse
On Tue, 2017-04-18 at 13:28 -0500, Bjorn Helgaas wrote: > > Applied to pci/resource-mmap for v4.12, thanks! > > This consists of the email patches + the acks/etc so far.  It doesn't > include any updates from your git branch (but it doesn't look like it's > been updated recently). Thanks. Aside

Re: [PATCH v2 00/27] PCI resource mmap cleanup

2017-04-18 Thread Bjorn Helgaas
On Tue, Apr 18, 2017 at 01:28:16PM -0500, Bjorn Helgaas wrote: > On Wed, Apr 12, 2017 at 01:25:49PM +0100, David Woodhouse wrote: > > This pursues my previous patch set all the way to its logical conclusion. > > > > It kills off the legacy arch-provided pci_mmap_page_range() completely, > > along

Re: [PATCH v2 00/27] PCI resource mmap cleanup

2017-04-18 Thread Bjorn Helgaas
On Wed, Apr 12, 2017 at 01:25:49PM +0100, David Woodhouse wrote: > This pursues my previous patch set all the way to its logical conclusion. > > It kills off the legacy arch-provided pci_mmap_page_range() completely, > along with its vile 'address converted by pci_resource_to_user()' API > and the

[PATCH v2 00/27] PCI resource mmap cleanup

2017-04-12 Thread David Woodhouse
This pursues my previous patch set all the way to its logical conclusion. It kills off the legacy arch-provided pci_mmap_page_range() completely, along with its vile 'address converted by pci_resource_to_user()' API and the various bugs and other strange behaviour that various architectures had.