diff for duplicates of <20160618121752.GA22721@localhost> diff --git a/a/1.txt b/N1/1.txt index ff54596..8598e05 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,7 +4,7 @@ On Fri, Jun 17, 2016 at 07:24:46PM -0700, Yinghai Lu wrote: > > | start = vma->vm_pgoff; > | size = ((pci_resource_len(pdev, resno) - 1) >> PAGE_SHIFT) + 1; -> | pci_start = (mmap_api == PCI_MMAP_PROCFS) ? +> | pci_start = (mmap_api = PCI_MMAP_PROCFS) ? > | pci_resource_start(pdev, resno) >> PAGE_SHIFT : 0; > | if (start >= pci_start && start < pci_start + size && > | start + nr <= pci_start + size) diff --git a/a/content_digest b/N1/content_digest index f7afbff..529ac94 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020160618022501.15648-2-yinghai@kernel.org\0" "From\0Bjorn Helgaas <helgaas@kernel.org>\0" "Subject\0Re: [PATCH v13 01/16] PCI: Let pci_mmap_page_range() take resource address\0" - "Date\0Sat, 18 Jun 2016 07:17:52 -0500\0" + "Date\0Sat, 18 Jun 2016 12:17:52 +0000\0" "To\0Yinghai Lu <yinghai@kernel.org>\0" "Cc\0Bjorn Helgaas <bhelgaas@google.com>" David Miller <davem@davemloft.net> @@ -23,7 +23,7 @@ "> \n" "> | start = vma->vm_pgoff;\n" "> | size = ((pci_resource_len(pdev, resno) - 1) >> PAGE_SHIFT) + 1;\n" - "> | pci_start = (mmap_api == PCI_MMAP_PROCFS) ?\n" + "> | pci_start = (mmap_api = PCI_MMAP_PROCFS) ?\n" "> | pci_resource_start(pdev, resno) >> PAGE_SHIFT : 0;\n" "> | if (start >= pci_start && start < pci_start + size &&\n" "> | start + nr <= pci_start + size)\n" @@ -39,4 +39,4 @@ "broken? Can you give a small example of an mmap that is currently\n" broken? -58e48389f88fc478ce2c7308a768e2a582212a7391c52aa775270551a7698d42 +b321bbc5f2c45bdf0c9cc9d8260fc193189c8ec19d11c6b71ba8a4a131edb4db
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.