]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branches 'acpica', 'acpi-osl' and 'acpi-tables'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 9 Apr 2026 19:19:34 +0000 (21:19 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 9 Apr 2026 19:19:34 +0000 (21:19 +0200)
Merge ACPICA updates, an ACPI OS service layer (OSL) update and
assorted updates related to parsing ACPI tables for 7.1-rc1:

 - Update maintainers information regarding ACPICA (Rafael Wysocki)

 - Replace strncpy() with strscpy_pad() in acpi_ut_safe_strncpy() (Kees
   Cook)

 - Trigger an ordered system power off after encountering a fatal error
   operator in AML (Armin Wolf)

 - Enable ACPI FPDT parsing on LoongArch (Xi Ruoyao)

 - Remove the temporary stop-gap acpi_pptt_cache_v1_full structure from
   the ACPI PPTT parser (Ben Horgan)

 - Add support for exposing ACPI FPDT subtables FBPT and S3PT (Nate
   DeSimone)

* acpica:
  ACPICA: Update maintainers information
  ACPICA: Replace strncpy() with strscpy_pad() in acpi_ut_safe_strncpy()

* acpi-osl:
  ACPI: OSL: Poweroff when encountering a fatal ACPI error

* acpi-tables:
  ACPI: tables: Enable FPDT on LoongArch
  Documentation: ABI: add FBPT and S3PT entries to sysfs-firmware-acpi
  ACPI: FPDT: expose FBPT and S3PT subtables via sysfs
  ACPI: PPTT: Remove duplicate structure, acpi_pptt_cache_v1_full

1  2  3  4 
Documentation/admin-guide/kernel-parameters.txt
MAINTAINERS
drivers/acpi/pptt.c

diff --cc MAINTAINERS
index c3fe46d7c4bc43e960282537a7d89fd4c34080f7,cff7e08206d59e557c79ac584808be6e190c58e8,77fdfcb55f0607712cc4c5590fb7cd1d13d71105,7d10988cbc62b77515aa1a1fee1c7d3e594869fa..0fb26c9695eb15dd98b805953256dcfc1b6ba549
@@@@@ -8628,14 -8628,8 -8626,9 -8628,8 +8628,14 @@@@@ F:        drivers/gpu/drm/lima
    F:  include/uapi/drm/lima_drm.h
    
    DRM DRIVERS FOR LOONGSON
  - M:  Sui Jingfeng <suijingfeng@loongson.cn>
 +++M:  Jianmin Lv <lvjianmin@loongson.cn>
 +++M:  Qianhai Wu <wuqianhai@loongson.cn>
 +++R:  Huacai Chen <chenhuacai@kernel.org>
 +++R:  Mingcong Bai <jeffbai@aosc.io>
 +++R:  Xi Ruoyao <xry111@xry111.site>
 +++R:  Icenowy Zheng <zhengxingda@iscas.ac.cn>
    L:  dri-devel@lists.freedesktop.org
 - -S:  Orphan
  - S:  Supported
 +++S:  Maintained
    T:  git https://gitlab.freedesktop.org/drm/misc/kernel.git
    F:  drivers/gpu/drm/loongson/
    
@@@@@ -24352,9 -24343,9 -24333,7 -24343,9 +24352,9 @@@@@ F:     drivers/nvmem/layouts/sl28vpd.
    
    SLAB ALLOCATOR
    M:  Vlastimil Babka <vbabka@kernel.org>
 - -M:  Harry Yoo <harry.yoo@oracle.com>
 +++M:  Harry Yoo <harry@kernel.org>
    M:  Andrew Morton <akpm@linux-foundation.org>
  + R:  Hao Li <hao.li@linux.dev>
    R:  Christoph Lameter <cl@gentwo.org>
    R:  David Rientjes <rientjes@google.com>
    R:  Roman Gushchin <roman.gushchin@linux.dev>
Simple merge