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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 18 Apr 2014 20:53:08 -0600
From:	Myron Stowe <myron.stowe@...hat.com>
To:	bhelgaas@...gle.com, linux-pci@...r.kernel.org
Cc:	suravee.suthikulpanit@....com, aravind.gopalakrishnan@....com,
	kim.naru@....com, andreas.herrmann3@....com, daniel@...ascale.com,
	tglx@...utronix.de, mingo@...hat.com, hpa@...or.com,
	x86@...nel.org, bp@...e.de, sp@...ascale.com,
	linux-acpi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/5] x86/PCI: Add AMD hostbridge support for newer AMD
	systems

Currently the kernel only supports AMD hostbridges up to Family 11h.
This causes PCI numa_node information to be reported incorrectly
for newer Families with multiple sockets.

This patch series augments the logic to discover newer AMD hostbridge types
(Family 12h, 14h 15h and 16h).

Note:
    * Patch 1 and 2 are functional changes for newer AMD Families
    * Patch 3 is general clean up and restructuring
    * Patch 4 warns when BIOS has not supplied an ACPI _PXM method for a
      hostbridge and we "guess" a hostbridge's node value
    * Patch 5 removes the now redundant 'quirk_amd_nb_node'

-v2: This series was introduced by Suravee Suthikulanit but seems to have
     stalled.  I would like to get this moving again and eventually pulled
     upstream so I've taken Suravee's series and -
       o  Rebased the original three patches to v3.15-rc1,
       o  Added a warn if we "guess" a hostbridge's node value (patch 4),
       o  I believe with the additional Family support that
	  'quirk_amd_nb_node' is now redundant so I added patch 5 which
          removes it.

Reference:
  https://bugzilla.kernel.org/show_bug.cgi?id=72051

Myron Stowe (2):
      PCI: Remove redundant 'quirk_amd_nb_node'
      ACPI/PCI: Warn if we have to "guess" host bridge node information

Suravee Suthikulpanit (3):
      x86/PCI: Miscellaneous code clean up for early_fillup_mp_bus_info
      x86/PCI: Support additional MMIO range capabilities
      x86/PCI: Add support for generic AMD hostbridges


 arch/x86/kernel/quirks.c |   58 -------
 arch/x86/pci/acpi.c      |    6 +
 arch/x86/pci/amd_bus.c   |  409 ++++++++++++++++++++++++++++++----------------
 3 files changed, 271 insertions(+), 202 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