OpenBSD cvs log

created 2023-02-19T04:17:29Z
begin 2023-02-14T00:00:00Z
end 2023-02-15T00:00:00Z
path src/sys
commits 7

date 2023-02-14T08:26:59Z
author kettenis
files src/sys/dev/fdt/files.fdt log diff annotate
message Fix scmi(4) entry.

date 2023-02-14T08:34:49Z
author mvs
files src/sys/kern/sys_generic.c log diff annotate
src/sys/kern/syscalls.master log diff annotate
message Backout previous. Assertion was triggered within tsleep().

date 2023-02-14T08:35:20Z
author mvs
files src/sys/kern/init_sysent.c log diff annotate
src/sys/kern/syscalls.c log diff annotate
src/sys/sys/syscall.h log diff annotate
src/sys/sys/syscallargs.h log diff annotate
message regen

date 2023-02-14T11:31:47Z
author jsg
files src/sys/dev/pci/drm/amd/display/dmub/inc/dmub_cmd.h log diff annotate
message use pragma pack around dmub_addr definition

Avoids warnings about alignment changing when embedded inside of a
packed struct (dmub_rb_cmd_mall) seen with clang 15 on arm64.

reported and compile tested by tb@
sent upstream to amd-gfx list

date 2023-02-14T11:34:32Z
author jsg
files src/sys/dev/pci/drm/amd/pm/powerplay/inc/smu11_driver_if.h log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/inc/smu9_driver_if.h log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/inc/vega12/smu9_driver_if.h log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/inc/pmfw_if/smu11_driver_if_arcturus.h log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/inc/pmfw_if/smu11_driver_if_navi10.h log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/inc/pmfw_if/smu11_driver_if_sienna_cichlid.h log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/inc/pmfw_if/smu13_driver_if_aldebaran.h log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/inc/pmfw_if/smu13_driver_if_v13_0_0.h log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/inc/pmfw_if/smu13_driver_if_v13_0_7.h log diff annotate
message use pragma pack around PPTable_t definitions

Avoids warnings about alignment changing when embedded inside of a
packed struct (such as _ATOM_VEGA20_POWERPLAYTABLE) seen with clang 15
on arm64.

reported and compile tested by tb@
sent upstream to amd-gfx list

date 2023-02-14T12:14:07Z
author stsp
files src/sys/dev/pci/if_iwxreg.h log diff annotate
message jca@ points out that the field I split in iwx(4) Rx descriptors is in a union.
Keep semantics of the field intact by wrapping the split values in struct { }.
Again no size change, because of union semantics.

diff from jca@ with request to commit if ok, thanks!
build-tested again + ok tb@

date 2023-02-14T19:06:18Z
author kettenis
files src/sys/arch/arm64/conf/GENERIC log diff annotate
src/sys/arch/arm64/conf/RAMDISK log diff annotate
message enable scmi(4)