OpenBSD cvs log

created 2024-01-07T15:55:44Z
begin 2024-01-01T00:00:00Z
end 2024-01-02T00:00:00Z
path src/sys
commits 14

date 2024-01-01T07:00:18Z
author jsg
files src/sys/kern/init_main.c log diff annotate
message copyright++;

date 2024-01-01T17:00:57Z
author bluhm
files src/sys/net/pf.c log diff annotate
message Fix white space in pf.c.

date 2024-01-01T18:25:50Z
author kettenis
files src/sys/arch/arm/conf/files.arm log diff annotate
src/sys/arch/arm64/conf/files.arm64 log diff annotate
src/sys/arch/octeon/conf/files.octeon log diff annotate
src/sys/arch/powerpc64/conf/files.powerpc64 log diff annotate
src/sys/arch/riscv64/conf/files.riscv64 log diff annotate
src/sys/conf/files log diff annotate
message Move fdt attachment into sys/conf/files.conf instead of duplicating it on
an MD basis.

ok patrick@

date 2024-01-01T18:47:02Z
author mvs
files src/sys/net/if_gif.c log diff annotate
src/sys/net/if_mpe.c log diff annotate
src/sys/net/if_mpip.c log diff annotate
src/sys/net/if_wg.c log diff annotate
message Call if_counters_alloc() before if_attach().

ok bluhm sashan

date 2024-01-01T18:52:09Z
author bluhm
files src/sys/netinet6/ip6_divert.c log diff annotate
src/sys/netinet6/ip6_divert.h log diff annotate
message Reduce code duplication in ip6 divert.

Protocols like UDP or TCP keep only functions in netinet6 that are
essentially different. Remove divert6_detach(), divert6_lock(),
divert6_unlock(), divert6_bind(), and divert6_shutdown(). Replace
them with identical IPv4 functions. INP_HDRINCL is an IPv4 only
option, remove it from divert6_attach().

OK mvs@ sashan@ kn@

date 2024-01-01T22:16:51Z
author bluhm
files src/sys/net/pf.c log diff annotate
src/sys/net/pfvar.h log diff annotate
src/sys/net/pfvar_priv.h log diff annotate
src/sys/netinet/in_pcb.c log diff annotate
src/sys/netinet/in_pcb.h log diff annotate
message Protect link between pf and inp with mutex.

Introduce global mutex to protect the pointers between pf state key
and internet PCB. Then in_pcbdisconnect() and in_pcbdetach() do
not need exclusive netlock anymore. Use a bunch of read once
unlocked access to reduce performance impact.

OK sashan@

date 2024-01-01T23:45:08Z
author jsg
files src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dc_hw_types.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_hubp.c log diff annotate
message drm/amd/display: fix hw rotated modes when PSR-SU is enabled

From Hamza Mahfooz
913463f8e6cd8b0567c44d7eef350b9592a369dd in linux-6.1.y/6.1.70
f528ee145bd0076cd0ed7e7b2d435893e6329e98 in mainline linux

date 2024-01-01T23:47:01Z
author jsg
files src/sys/dev/pci/drm/i915/display/intel_atomic.c log diff annotate
message drm/i915/mtl: limit second scaler vertical scaling in ver >= 14

From Luca Coelho
99767368b7fad6bee30ca89ef96877d86e3181a1 in linux-6.1.y/6.1.70
8d4312e2b228ba7a5ac79154458098274ec61e9b in mainline linux

date 2024-01-01T23:48:31Z
author jsg
files src/sys/dev/pci/drm/i915/display/intel_atomic.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_atomic.h log diff annotate
src/sys/dev/pci/drm/i915/display/skl_scaler.c log diff annotate
src/sys/dev/pci/drm/i915/display/skl_scaler.h log diff annotate
message drm/i915: Relocate intel_atomic_setup_scalers()

From Ville Syrjala
b097184f80269f384e9f5556e6b3592441e955f4 in linux-6.1.y/6.1.70
8976b18249407df8bf6ea18ecae0640a15341a50 in mainline linux

date 2024-01-01T23:50:42Z
author jsg
files src/sys/dev/pci/drm/i915/display/skl_scaler.c log diff annotate
message drm/i915: Fix intel_atomic_setup_scalers() plane_state handling

From Ville Syrjala
7afe8109456d94d6cc9374da869b2d64852b8535 in linux-6.1.y/6.1.70
c3070f080f9ba18dea92eaa21730f7ab85b5c8f4 in mainline linux

date 2024-01-01T23:53:46Z
author jsg
files src/sys/dev/pci/drm/i915/display/intel_fb.c log diff annotate
message drm/i915/dpt: Only do the POT stride remap when using DPT

From Ville Syrjala
52c1a67dd3039ba254484cb7740d9079663a80bd in linux-6.1.y/6.1.70
ef5cb493a9acd7d97870d6e542020980ae3f3483 in mainline linux

date 2024-01-01T23:55:41Z
author jsg
files src/sys/dev/pci/drm/i915/display/intel_fb.c log diff annotate
message drm/i915/mtl: Add MTL for remapping CCS FBs

From Clint Taylor
de4349bdf9f3ba46d0e5e298924432957328ddfd in linux-6.1.y/6.1.70
0da6bfe857ea9399498876cbe6ef428637b6e475 in mainline linux

date 2024-01-01T23:58:00Z
author jsg
files src/sys/dev/pci/drm/i915/display/intel_fb.c log diff annotate
message drm/i915: Fix ADL+ tiled plane stride when the POT stride is smaller than the original

From Ville Syrjala
900c1b3c62f920a50352f5dff6995bca5836b0c7 in linux-6.1.y/6.1.70
324b70e997aab0a7deab8cb90711faccda4e98c8 in mainline linux

date 2024-01-01T23:59:47Z
author jsg
files src/sys/dev/pci/drm/i915/display/intel_display.c log diff annotate
message drm/i915: Reject async flips with bigjoiner

From Ville Syrjala
7d09c84df5ab9e18464a2f048e393a7860a043e9 in linux-6.1.y/6.1.70
88a173e5dd05e788068e8fa20a8c37c44bd8f416 in mainline linux