OpenBSD cvs log

created 2022-10-16T02:58:57Z
begin 2022-10-10T00:00:00Z
end 2022-10-11T00:00:00Z
path src/sys
commits 4

date 2022-10-10T01:58:36Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_display.c log diff annotate
message revert amdgpu dirty fb helper changes from 5.15.71

drm/amdgpu: don't register a dirty callback for non-atomic
drm/amdgpu: use dirty framebuffer helper

kettenis found that these changes made xpdf slow on x395 (picasso).
I can not reproduce this on renoir.

date 2022-10-10T03:01:11Z
author jsg
files src/sys/arch/amd64/amd64/amd64errata.c log diff annotate
src/sys/arch/i386/i386/amd64errata.c log diff annotate
message add references to 10h 12h revision guides

date 2022-10-10T16:43:12Z
author bket
files src/sys/net/pf.c log diff annotate
src/sys/net/pf_norm.c log diff annotate
src/sys/net/pfvar.h log diff annotate
message Recalculate checksum of normalised packet

In 2011, henning@ removed fiddling with the ip checksum of normalised
packets in r1.131 of sys/net/pf_norm.c. Rationale was that the checksum
is always recalculated in all output paths anyway. In 2016, procter@
reintroduced checksum modification to preserve end-to-end checksums in
r1.189 of sys/net/pf_norm.c. Likely soomewhere in that timeslot checksum
recalculation of normalised packets was broken.

With input from bluhm@.

OK sashan@, bluhm@

date 2022-10-10T17:45:35Z
author kettenis
files src/sys/dev/fdt/rkpmic.c log diff annotate
message Add support for the RK817 PMIC.

ok patrick@, mlarkin@