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:	Thu, 20 Feb 2014 11:45:38 -0700
From:	Bjorn Helgaas <bhelgaas@...gle.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-pci@...r.kernel.org, linux-kernel@...r.kernel.org,
	Alexander Gordeev <agordeev@...hat.com>,
	Masanari Iida <standby24x7@...il.com>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	Andrew Lunn <andrew@...n.ch>, Tejun Heo <tj@...nel.org>,
	Sarah Sharp <sarah.a.sharp@...ux.intel.com>
Subject: [GIT PULL] PCI updates for v3.14

Hi Linus,

The most interesting thing here is the change to enable INTx (by clearing
PCI_COMMAND_INTX_DISABLE) if the BIOS left INTx disabled.  Apparently the
Baytrail BIOS does this, which means EHCI doesn't work.

Also, fix an AHCI MSI regression and other issues with the recent MSI
changes. This also adds pci_enable_msi_exact() and pci_enable_msix_exact(),
which aren't regression fixes, but will keep us from touching drivers twice
(once to stop using the deprecated pci_enable_msi(), etc., and again to use
the *_exact() variants).

There's also a minor MVEBU fix.

Bjorn


The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:

  Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v3.14-fixes-1

for you to fetch changes up to fc40363b2140f5777c88e67814fac9327bf1ee68:

  ahci: Fix broken fallback to single MSI mode (2014-02-14 14:27:19 -0700)

----------------------------------------------------------------
PCI updates for v3.14:

  MSI
    - Fix AHCI single-MSI fallback (Alexander Gordeev)
    - Fix populate_msi_sysfs() error paths (Greg Kroah-Hartman)
    - Fix htmldocs problem (Masanari Iida)
    - Add pci_enable_msi_exact() and pci_enable_msix_exact() (Alexander Gordeev)
    - Update documentation (Alexander Gordeev)

  Miscellaneous
    - mvebu: expose device ID & revision via lspci (Andrew Lunn)
    - Enable INTx if the BIOS left them disabled (Bjorn Helgaas)

----------------------------------------------------------------
Alexander Gordeev (4):
      PCI/MSI: Add pci_enable_msi() documentation back
      PCI/MSI: Fix cut-and-paste errors in documentation
      PCI/MSI: Add pci_enable_msi_exact() and pci_enable_msix_exact()
      ahci: Fix broken fallback to single MSI mode

Andrew Lunn (1):
      PCI: mvebu: Use Device ID and revision from underlying endpoint

Bjorn Helgaas (1):
      PCI: Enable INTx if BIOS left them disabled

Greg Kroah-Hartman (2):
      PCI/MSI: Check kmalloc() return value, fix leak of name
      PCI/MSI: Fix leak of msi_attrs

Masanari Iida (1):
      PCI/MSI: Fix pci_msix_vec_count() htmldocs failure

 Documentation/PCI/MSI-HOWTO.txt | 119 ++++++++++++++++++++++++++++++++++++----
 drivers/ata/ahci.c              |   4 +-
 drivers/pci/host/pci-mvebu.c    |  11 +---
 drivers/pci/msi.c               |  10 +++-
 drivers/pci/pci.c               |  10 ++++
 include/linux/pci.h             |  20 +++++++
 6 files changed, 152 insertions(+), 22 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ