lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Sat, 7 Jul 2018 22:46:27 -0500
From:   Bjorn Helgaas <helgaas@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-pci@...r.kernel.org, linux-kernel@...r.kernel.org,
        Lorenzo Pieralisi <lorenzo.pieralisi@....com>,
        Jakub Kicinski <jakub.kicinski@...ronome.com>,
        Nicholas Mc Guire <hofrat@...dl.org>,
        Dan Carpenter <dan.carpenter@...cle.com>,
        Geert Uytterhoeven <geert+renesas@...der.be>,
        Marek Vasut <marek.vasut@...il.com>
Subject: [GIT PULL] PCI fixes for v4.18


PCI fixes:

  - Fix a use-after-free in the endpoint code (Dan Carpenter) 

  - Stop defaulting CONFIG_PCIE_DW_PLAT_HOST to yes (Geert Uytterhoeven)

  - Fix an nfp regression caused by a change in how we limit the number of
    VFs we can enable (Jakub Kicinski)

  - Fix failure path cleanup issues in the new R-Car gen3 PHY support
    (Marek Vasut)

  - Fix leaks of OF nodes in faraday, xilinx-nwl, xilinx (Nicholas
    Mc Guire)


The following changes since commit 925d31668d5b6c9849c50167f31f9b5cf9eec892:

  PCI: controller: Move PCI_DOMAINS selection to arch Kconfig (2018-06-26 15:37:37 -0500)

are available in the Git repository at:

  ssh://git@...olite.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.18-fixes-2

for you to fetch changes up to 83235822b8b4fe47ecbd6b6bcbcc902860ac00fc:

  nfp: stop limiting VFs to 0 (2018-06-29 15:09:00 -0500)

----------------------------------------------------------------
pci-v4.18-fixes-2

----------------------------------------------------------------
Dan Carpenter (1):
      PCI: endpoint: Use after free in pci_epf_unregister_driver()

Geert Uytterhoeven (1):
      PCI: controller: dwc: Do not let PCIE_DW_PLAT_HOST default to yes

Jakub Kicinski (2):
      PCI/IOV: Reset total_VFs limit after detaching PF driver
      nfp: stop limiting VFs to 0

Marek Vasut (2):
      PCI: rcar: Shut the PHY down in failpath
      PCI: rcar: Clean up PHY init on failure

Nicholas Mc Guire (3):
      PCI: xilinx: Add missing of_node_put()
      PCI: xilinx-nwl: Add missing of_node_put()
      PCI: faraday: Add missing of_node_put()

 drivers/net/ethernet/netronome/nfp/nfp_main.c |  6 +-----
 drivers/pci/controller/dwc/Kconfig            |  1 -
 drivers/pci/controller/pci-ftpci100.c         |  2 ++
 drivers/pci/controller/pcie-rcar.c            | 16 +++++++++++++---
 drivers/pci/controller/pcie-xilinx-nwl.c      |  2 +-
 drivers/pci/controller/pcie-xilinx.c          |  1 +
 drivers/pci/endpoint/pci-epf-core.c           |  4 ++--
 drivers/pci/iov.c                             | 16 ++++++++++++++++
 drivers/pci/pci-driver.c                      |  1 +
 drivers/pci/pci.h                             |  4 ++++
 10 files changed, 41 insertions(+), 12 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ