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>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240715150055.GAZpU5p9TOAJSyW3gQ@fat_crate.local>
Date: Mon, 15 Jul 2024 17:00:55 +0200
From: Borislav Petkov <bp@...en8.de>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: x86-ml <x86@...nel.org>, lkml <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] x86/misc for v6.11-rc1

Hi Linus,

please pull the x86/misc lineup for v6.11-rc1.

Thx.

---

The following changes since commit 83a7eefedc9b56fe7bfeff13b6c7356688ffa670:

  Linux 6.10-rc3 (2024-06-09 14:19:43 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip tags/x86_misc_for_v6.11_rc1

for you to fetch changes up to bf6ab33d8487f5e2a0998ce75286eae65bb0a6d6:

  x86/kmsan: Fix hook for unaligned accesses (2024-06-25 11:37:21 +0200)

----------------------------------------------------------------
 - Make error checking of AMD SMN accesses more robust in the callers as
   they're the only ones who can interpret the results properly

 - The usual cleanups and fixes, left and right

----------------------------------------------------------------
Brian Johannesmeyer (1):
      x86/kmsan: Fix hook for unaligned accesses

Christian Heusel (1):
      tools/x86/kcpuid: Add missing dir via Makefile

Ilpo Järvinen (4):
      x86/of: Return consistent error type from x86_of_pci_irq_enable()
      x86/pci/intel_mid_pci: Fix PCIBIOS_* return code handling
      x86/pci/xen: Fix PCIBIOS_* return code handling
      x86/platform/iosf_mbi: Convert PCIBIOS_* return codes to errnos

Marcin Juszkiewicz (1):
      x86, arm: Add missing license tag to syscall tables files

Yazen Ghannam (8):
      EDAC/amd64: Remove unused register accesses
      EDAC/amd64: Check return value of amd_smn_read()
      hwmon: (k10temp) Check return value of amd_smn_read()
      x86/amd_nb: Enhance SMN access error checking
      hwmon: (k10temp) Define a helper function to read CCD temperature
      hwmon: (k10temp) Reduce k10temp_get_ccd_support() parameters
      hwmon: (k10temp) Remove unused HAVE_TDIE() macro
      hwmon: (k10temp) Rename _data variable

 arch/arm/tools/syscall.tbl             |  1 +
 arch/x86/entry/syscalls/syscall_32.tbl |  1 +
 arch/x86/entry/syscalls/syscall_64.tbl |  1 +
 arch/x86/include/asm/amd_nb.h          |  4 +-
 arch/x86/kernel/amd_nb.c               | 44 +++++++++++++++++++---
 arch/x86/kernel/devicetree.c           |  2 +-
 arch/x86/lib/iomem.c                   |  5 ++-
 arch/x86/pci/intel_mid_pci.c           |  4 +-
 arch/x86/pci/xen.c                     |  4 +-
 arch/x86/platform/intel/iosf_mbi.c     |  4 +-
 drivers/edac/amd64_edac.c              | 69 +++++++++++++++++++---------------
 drivers/edac/amd64_edac.h              |  4 --
 drivers/hwmon/k10temp.c                | 62 +++++++++++++++++++-----------
 tools/arch/x86/kcpuid/Makefile         |  4 +-
 14 files changed, 136 insertions(+), 73 deletions(-)


-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ