On Thu, 21 Aug 2025, Jung-uk Kim wrote:
The branch main has been updated by jkim:
URL:
https://cgit.FreeBSD.org/src/commit/?id=b5daf675efc746611c7cfcd1fa474b8905064c4b
commit b5daf675efc746611c7cfcd1fa474b8905064c4b
Merge: b03f765f076c 5bb60d44e941
Author: Jung-uk Kim <j...@freebsd.org>
AuthorDate: 2025-08-21 21:45:33 +0000
Commit: Jung-uk Kim <j...@freebsd.org>
CommitDate: 2025-08-21 21:45:33 +0000
acpica: Merge ACPICA 20250807
Merge commit '5bb60d44e94172a567412968545c82065695d871'
sys/contrib/dev/acpica/changes.txt | 28 ++++++--
sys/contrib/dev/acpica/common/adisasm.c | 12 ++--
sys/contrib/dev/acpica/common/ahtable.c | 1 +
sys/contrib/dev/acpica/common/dmtable.c | 1 +
sys/contrib/dev/acpica/common/dmtbdump2.c | 2 +-
sys/contrib/dev/acpica/common/dmtbinfo2.c | 2 +-
sys/contrib/dev/acpica/common/dmtbinfo3.c | 2 +-
sys/contrib/dev/acpica/compiler/aslanalyze.c | 16 ++++-
sys/contrib/dev/acpica/compiler/aslrestype2s.c | 2 +-
sys/contrib/dev/acpica/compiler/dttable2.c | 77 +++++++++++++++-------
sys/contrib/dev/acpica/compiler/dttemplate.c | 24 +++++--
sys/contrib/dev/acpica/compiler/dttemplate.h | 24 +++----
sys/contrib/dev/acpica/compiler/dtutils.c | 1 +
.../dev/acpica/components/disassembler/dmresrcl2.c | 2 +-
.../dev/acpica/components/dispatcher/dsmethod.c | 29 ++++----
.../dev/acpica/components/dispatcher/dsmthdat.c | 1 +
sys/contrib/dev/acpica/components/events/evglock.c | 5 ++
.../dev/acpica/components/executer/extrace.c | 66 ++++++++++++++++++-
.../dev/acpica/components/parser/psopinfo.c | 8 +--
sys/contrib/dev/acpica/components/tables/tbprint.c | 8 +++
.../dev/acpica/components/utilities/utnonansi.c | 2 +-
sys/contrib/dev/acpica/include/acdebug.h | 2 +-
sys/contrib/dev/acpica/include/acexcep.h | 9 ++-
sys/contrib/dev/acpica/include/acinterp.h | 4 ++
sys/contrib/dev/acpica/include/acpixf.h | 8 ++-
sys/contrib/dev/acpica/include/actbl.h | 2 +-
sys/contrib/dev/acpica/include/actbl1.h | 2 +-
sys/contrib/dev/acpica/include/actbl2.h | 25 +++++++
28 files changed, 280 insertions(+), 85 deletions(-)
i386 world fails with:
sys/contrib/dev/acpica/components/executer/extrace.c:304:63: error: format
specifies type 'unsigned long' but the argument has type 'UINT64' (aka
'unsigned long long') [-Werror,-Wformat]
7757 304 | ACPI_DEBUG_PRINT_RAW((ACPI_DB_TRACE_POINT, "%lx",
obj_desc->Integer.Value));
7758 | ~~~
^~~~~~~~~~~~~~~~~~~~~~~
7759 | %llx
--
Bjoern A. Zeeb r15:7