All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix double mem region release
@ 2018-01-19 18:03 Ladislav Michl
  2018-01-19 18:04 ` [PATCH 1/2] devres: Fix double mem region release in devm_ioremap_resource() Ladislav Michl
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ladislav Michl @ 2018-01-19 18:03 UTC (permalink / raw)
  To: linux-pci, linux-kernel
  Cc: Wolfram Sang, Bjorn Helgaas, Greg Kroah-Hartman, Thomas Gleixner

Two one-liners for the same issue, second bug occurrence is just
a copy&pasted mistake from 2011...

Ladislav Michl (2):
  devres: Fix double mem region release in devm_ioremap_resource()
  PCI: Fix double mem region release in devm_pci_remap_cfg_resource()

 drivers/pci/pci.c | 1 -
 lib/devres.c      | 1 -
 2 files changed, 2 deletions(-)

-- 
2.15.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-01-19 23:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-19 18:03 [PATCH 0/2] Fix double mem region release Ladislav Michl
2018-01-19 18:04 ` [PATCH 1/2] devres: Fix double mem region release in devm_ioremap_resource() Ladislav Michl
2018-01-19 18:05 ` [PATCH 2/2] PCI: Fix double mem region release in devm_pci_remap_cfg_resource() Ladislav Michl
2018-01-19 23:36 ` [PATCH 0/2] Fix double mem region release Ladislav Michl

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.