2016-06-17 14:12, David Marchand: > On Thu, Jun 16, 2016 at 4:33 AM, Tetsuya Mukawa <mukawa at igel.co.jp> wrote: > > This patch fixes wrong resource release of pci_uio_unmap(). > > The 'path' member of mapped_pci_resource structure is allocated by > > primary process, but currently it will be freed by both primary > > and secondary process. > > The patch fixes to be freed by only primary process. > > > > Signed-off-by: Tetsuya Mukawa <mukawa at igel.co.jp> > > Wrong headline uppercase: > eal: Fix wrong resource release while unmapping pci devices > Wrong headline lowercase: > eal: Fix wrong resource release while unmapping pci devices > Missing 'Fixes' tag: > eal: Fix wrong resource release while unmapping pci devices > > Then you can add my ack.
Applied, thanks