OpenBSD cvs log

created 2025-04-02T04:11:30Z
begin 2025-03-06T00:00:00Z
end 2025-03-07T00:00:00Z
path src/sys
commits 8

date 2025-03-06T00:59:45Z
author jsg
files src/sys/dev/pci/pcidevs log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h log diff annotate
message add Navi 48 id

7550 rev c0 is Radeon RX 9070 XT
7550 rev c3 is Radeon RX 9070
found in ROCm 6.3.3 libdrm-amdgpu-common

date 2025-03-06T01:00:15Z
author jsg
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2025-03-06T02:50:20Z
author jsg
files src/sys/dev/pci/drm/include/linux/bitops.h log diff annotate
message make hweight functions return the same types as linux

date 2025-03-06T09:56:45Z
author kevlo
files src/sys/dev/ic/qla.c log diff annotate
src/sys/dev/pci/qle.c log diff annotate
message Check the return value for memory allocation failures.

ok jmatthew@

date 2025-03-06T10:31:09Z
author mvs
files src/sys/kern/uipc_socket2.c log diff annotate
src/sys/kern/uipc_usrreq.c log diff annotate
src/sys/sys/socketvar.h log diff annotate
message Get rid of unused `so' argument in sbappendrecord(). No functional
changes.

ok bluhm

date 2025-03-06T13:35:34Z
author mvs
files src/sys/kern/uipc_socket2.c log diff annotate
src/sys/kern/uipc_usrreq.c log diff annotate
src/sys/sys/socketvar.h log diff annotate
message Get rid of unused `so' argument in sbappend(). No functional changes.

ok bluhm

date 2025-03-06T14:25:55Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h log diff annotate
message add comment for another revision

1586 rev d5 is Radeon 8040S
found in AMD Software: Adrenalin Edition 25.3.1

date 2025-03-06T23:09:02Z
author bluhm
files src/sys/net/route.c log diff annotate
src/sys/net/route.h log diff annotate
message Protect route entry cache count with mutex.

rtdeletemsg() may be called concurrently. Protect the rt_cachecnt
field of the next hop route with per rtentry mutex. Move all the
RTF_CACHED logic into rt_putgwroute() to handle it in a single
place.

OK mvs@; begrudgingly OK claudio@ on a previous diff