OpenBSD/src tL3GvXTusr.bin/ssh scp.c

   correctly quote filenames in verbose output for local->local
   copies; from Colin Watson via bz3900; ok dtucker@
VersionDeltaFile
1.270+5-6usr.bin/ssh/scp.c
+5-61 files

OpenBSD/src bmSNPhUsys/net if_veb.c

   unbreak the build, if_input_proto isn't in the tree (yet).

   pointed out by deraadt@
VersionDeltaFile
1.65+2-2sys/net/if_veb.c
+2-21 files

OpenBSD/src Co2p3hwsys/net if_veb.c

   the blocknonip flag is supposed to filter outgoing packets too.
VersionDeltaFile
1.64+18-5sys/net/if_veb.c
+18-51 files

OpenBSD/src 221y4M9sys/net if_veb.c

   add veb-port kstats to count which of the many reasons a packet was dropped

   this adds them to the per cpu mem on each port that the refcnt
   "hazards" are on.
VersionDeltaFile
1.63+231-23sys/net/if_veb.c
+231-231 files

OpenBSD/src BFCnrwzshare/man/man4/man4.riscv64 sgmsi.4 Makefile

   sgmsi(4)
VersionDeltaFile
1.1+42-0share/man/man4/man4.riscv64/sgmsi.4
1.12+2-2share/man/man4/man4.riscv64/Makefile
+44-22 files

OpenBSD/src Bde0iAksys/arch/riscv64/conf files.riscv64 GENERIC, sys/arch/riscv64/dev sgmsi.c

   Add sgmsi(4), a driver for the MSI controller implementation on Sophgo
   SG2042 SoCs.

   ok jca@
VersionDeltaFile
1.1+192-0sys/arch/riscv64/dev/sgmsi.c
1.31+6-1sys/arch/riscv64/conf/files.riscv64
1.54+4-1sys/arch/riscv64/conf/GENERIC
1.47+4-1sys/arch/riscv64/conf/RAMDISK
+206-34 files

OpenBSD/src 2gAblYdsys/netinet in.c in_var.h

   Replace macro IFP_TO_IA() with function in_ifp2ia().

   OK claudio@
VersionDeltaFile
1.190+23-1sys/netinet/in.c
1.44+2-18sys/netinet/in_var.h
1.415+6-6sys/netinet/ip_output.c
1.93+4-4sys/netinet/igmp.c
1.322+2-2sys/netinet/in_pcb.c
+37-315 files

OpenBSD/src HIC6MkLshare/man/man5 port-modules.5

   Drop MODTCL_CONFIG and MODTK_CONFIG.

   Replace with equivalents in the only ports affected:
   math/graphviz and math/R.

   Tcl/Tk-dependent ports normally need the location,
   not the full path to the config files.


   ok sthen@
VersionDeltaFile
1.278+4-6share/man/man5/port-modules.5
+4-61 files

OpenBSD/src d5j8wDAusr.sbin/bgpctl output.c output_json.c

   Mechanical rename of prefix_adjout to adjout_prefix.

   OK tb@
VersionDeltaFile
1.64+2-2usr.sbin/bgpctl/output.c
1.55+2-2usr.sbin/bgpctl/output_json.c
1.19+2-2usr.sbin/bgpctl/output_ometric.c
+6-63 files

OpenBSD/src 7IKVNA2usr.sbin/bgpd rde_adjout.c rde_update.c

   Mechanical rename of prefix_adjout to adjout_prefix.

   All the things for the Adj-RIB-Out handling should use adjout_ as prefix.
   So both the struct and the various functions are renamed. This makes it
   clearer what belongs to the adjout code.

   OK tb@
VersionDeltaFile
1.8+82-82usr.sbin/bgpd/rde_adjout.c
1.186+31-31usr.sbin/bgpd/rde_update.c
1.327+30-30usr.sbin/bgpd/rde.h
1.672+22-22usr.sbin/bgpd/rde.c
1.59+7-7usr.sbin/bgpd/rde_peer.c
1.284+3-3usr.sbin/bgpd/rde_rib.c
+175-1756 files

OpenBSD/src QCM3v4Jusr.sbin/rpki-client tak.c

   rpki-client: ensure TAK certificateURIs are https or rsync

   As required by RFC 9691, section 2.2.1. Gets rid of an old XXX.

   ok claudio
VersionDeltaFile
1.29+4-4usr.sbin/rpki-client/tak.c
+4-41 files

OpenBSD/src ZjJR8lfusr.sbin/rpki-client rpki-client.8 ccr.c

   Switch to IANA assigned OID for CCR

   OK tb@
VersionDeltaFile
1.134+3-3usr.sbin/rpki-client/rpki-client.8
1.28+2-2usr.sbin/rpki-client/ccr.c
1.125+2-2usr.sbin/rpki-client/x509.c
+7-73 files

OpenBSD/src cW8GcWhusr.sbin/bgpctl output.c output_json.c

   Update show rib mem output now that there is adjout_attr objects to track.

   OK tb@
VersionDeltaFile
1.63+9-1usr.sbin/bgpctl/output.c
1.54+7-1usr.sbin/bgpctl/output_json.c
1.18+7-1usr.sbin/bgpctl/output_ometric.c
+23-33 files

OpenBSD/src iso2Lhlusr.sbin/bgpd rde_adjout.c rde.h

   Introduce an adjout_attr object that decouples some of the common data
   from the prefix_adjout. This helps to reduce the memory footprint by
   around 20% in large IXP setups.

   The size of struct prefix_adjout is critical since we allocate very many
   of those. e.g. 250k prefixes * 750 peer = 187mio objects. Every byte saved
   makes a big difference.

   OK tb@
VersionDeltaFile
1.7+175-69usr.sbin/bgpd/rde_adjout.c
1.326+20-21usr.sbin/bgpd/rde.h
1.671+18-14usr.sbin/bgpd/rde.c
1.185+7-9usr.sbin/bgpd/rde_update.c
1.283+5-4usr.sbin/bgpd/rde_rib.c
1.58+2-3usr.sbin/bgpd/rde_peer.c
+227-1201 files not shown
+231-1217 files

OpenBSD/src as5hDwYusr.sbin/rpki-client x509.c rsc.c

   rpki-client: treat ASN1_STRING as opaque in rsc, tak, x509

   ok claudio
VersionDeltaFile
1.124+15-10usr.sbin/rpki-client/x509.c
1.43+14-7usr.sbin/rpki-client/rsc.c
1.28+11-7usr.sbin/rpki-client/tak.c
+40-243 files

OpenBSD/src 6omlZyYusr.bin/tmux input.c tty-keys.c

   Add a get-clipboard option which when enabled (the default is off) uses
   the same mechanism as palette requests to request clipboard from the
   terminal and forward to the requesting pane. Remove the now-redundant
   forward-to-pane ability from "refresh-client -l". GitHub issue 4275.
VersionDeltaFile
1.243+79-14usr.bin/tmux/input.c
1.196+18-25usr.bin/tmux/tty-keys.c
1.51+6-35usr.bin/tmux/cmd-refresh-client.c
1.1019+30-9usr.bin/tmux/tmux.1
1.452+6-13usr.bin/tmux/tty.c
1.200+16-1usr.bin/tmux/options-table.c
+155-971 files not shown
+164-997 files

OpenBSD/src AUqsCHxusr.sbin/rpki-client mft.c

   rpki-client: convert mft.c to opaque ASN1_STRING

   Mostly more of the same. In addition the comparison functions can use
   ASN1_STRING_cmp() instead of doing most of it by hand. The additional
   type check this introduces is fine since the ASN.1 template ensures
   that. Annotate a spot where we fail to ensure that the unused bits
   octet is zero, thus libcrypto's misdesign introduces a few bits of
   malleability for every hash that ends in zero bits. This will be easier
   to fix later.

   ok claudio
VersionDeltaFile
1.134+24-21usr.sbin/rpki-client/mft.c
+24-211 files

OpenBSD/src 2pgufTjsys/net if_tpmr.c

   use per cpu refs in the input path instead of one refcnt per port.

   passing packets into tpmr relies on taking a ref from an smr critical
   section so the tprm_port struct can be used while interacting with
   the larger network stack because you can't sleep while in an smr
   critical section and the network stack has sleeping points.

   this is fine, but it's atomic ops against the same refcnt in the
   one tpmr_port struct that can be running in parallel on all the
   softnet threads. this means the cacheline under this refcnt gets
   pulled around a lot, which in turn affects performance.

   to compensate for this loss in performance, this diff adds per cpu
   refcnts that act as a proxy to the tpmr_port refcnt. this effectively
   hashes the softnet threads into individual refcnts on separate cache
   lines.

   unfortunately, softnet threads can move between cpus because the
   network stack has sleeping points. this prevents us from using the

    [12 lines not shown]
VersionDeltaFile
1.42+33-11sys/net/if_tpmr.c
+33-111 files

OpenBSD/src lY1lKKesys/net if_veb.c

   use per cpu refs in the input path instead of one refcnt per port.

   passing packets into veb relies on taking a ref from an smr critical
   section so the veb_port struct can be used while interacting with
   the larger network stack because you can't sleep while in an smr
   critical section and the network stack has sleeping points.

   this is fine, but it's atomic ops against the same refcnt in the
   one veb_port struct that can be running in parallel on all the
   softnet threads. this means the cacheline under this refcnt gets
   pulled around a lot, which in turn affects performance.

   to compensate for this loss in performance, this diff adds per cpu
   refcnts that act as a proxy to the veb_port refcnt. this effectively
   hashes the softnet threads into individual refcnts on separate
   cache lines.

   unfortunately, softnet threads can move between cpus because the
   network stack has sleeping points. this prevents us from using the

    [12 lines not shown]
VersionDeltaFile
1.62+36-7sys/net/if_veb.c
+36-71 files

OpenBSD/src oaIaWZrsys/net if_aggr.c

   use per cpu refs in the input path instead of one refcnt per port.

   previously aggr (and trunk) would swap the if_input handler on their
   port interfaces to intercept packets and make them appear to be
   received by aggr, but this relied on the net lock to coordinate and
   ensure the references to everything were safe. making aggr safe to
   call without the netlock meant using refcnts to ensure the aggr_port
   struct would stay alive while it's being used, but this means a
   couple of atomic operations were added to every packet going through
   aggr.

   this is fine, but it's atomic ops against the same refcnt in the
   one aggr_port struct that can be running in parallel on all the
   softnet threads. this means the cacheline under this refcnt gets
   pulled around a lot, which in turn affects performance.

   to compensate for this loss in performance, this diff adds per cpu
   refcnts that act as a proxy to the aggr_port refcnt. this effectively
   hashes the softnet threads into individual refcnts on separate

    [11 lines not shown]
VersionDeltaFile
1.53+35-7sys/net/if_aggr.c
+35-71 files

OpenBSD/src 2MOTUfrsys/net if_tpmr.c if_veb.c

   let the ether_port ref api have the caller carry local state for the port

   this means ether_input will have a value on the stack that the port
   drivers can use to keep track of a reference with, rather than
   having to rely on implicit state (eg, which cpu they're running on)
   which can change (eg, maybe there's rwlocks in the network stack).
VersionDeltaFile
1.41+25-11sys/net/if_tpmr.c
1.61+12-8sys/net/if_veb.c
1.52+16-3sys/net/if_aggr.c
1.382+7-6sys/net/if_bridge.c
1.159+6-5sys/net/if_trunk.c
1.306+4-3sys/net/if_ethersubr.c
+70-361 files not shown
+73-397 files

OpenBSD/src zNDM5KDusr.sbin/vmd virtio.c vm.c

   Remove redundant program name logging in vmd(8).

   The log.c init function already configures __progname as a default
   log message prefix. No need to include it explicitly anymore.

   ok mlarkin@
VersionDeltaFile
1.133+25-37usr.sbin/vmd/virtio.c
1.121+22-34usr.sbin/vmd/vm.c
1.12+9-11usr.sbin/vmd/fw_cfg.c
1.40+7-8usr.sbin/vmd/pci.c
1.28+5-10usr.sbin/vmd/vionet.c
1.13+5-9usr.sbin/vmd/x86_vm.c
+73-1096 files not shown
+85-13412 files

OpenBSD/src xf98Bbfsys/net if_veb.c

   wrap the veb_port refcnt ops to make it a bit easier to read.

   no functional change
VersionDeltaFile
1.60+23-11sys/net/if_veb.c
+23-111 files

OpenBSD/src gBZbw8Jsys/dev/pci/drm/amd/display/dc/clk_mgr/dcn35 dcn35_clk_mgr.c, sys/dev/pci/drm/amd/display/dc/dccg/dcn35 dcn35_dccg.c

   drm/amd/display: Prevent Gating DTBCLK before It Is Properly Latched

   From Fangzhi Zuo
   53ca559992e6837643ca12ff33c2eea9af225ad9 in linux-6.12.y/6.12.60
   cfa0904a35fd0231f4d05da0190f0a22ed881cce in mainline linux
VersionDeltaFile
1.7+3-1sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c
1.4+1-1sys/dev/pci/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
+4-22 files

OpenBSD/src gTOnvKKsys/dev/pci/drm/amd/display/dc/dccg/dcn35 dcn35_dccg.c

   drm/amd/display: Insert dccg log for easy debug

   From Charlene Liu
   25dcf6299dc963d4a884308ded68681b68d9e9e1 in linux-6.12.y/6.12.60
   35bcc9168f3ce6416cbf3f776758be0937f84cb3 in mainline linux
VersionDeltaFile
1.3+21-3sys/dev/pci/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
+21-31 files

OpenBSD/src DC63gNssys/dev/pci/drm/amd/display/dc/dccg/dcn35 dcn35_dccg.c, sys/dev/pci/drm/amd/display/dc/hwss/dcn35 dcn35_hwseq.c

   drm/amd/display: disable DPP RCG before DPP CLK enable

   From Charlene Liu
   b1515304a5234c787cb8cf1bd96567c3548d283c in linux-6.12.y/6.12.60
   1bcd679209420305a86833bc357d50021909edaf in mainline linux
VersionDeltaFile
1.2+24-14sys/dev/pci/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
1.6+14-7sys/dev/pci/drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c
+38-212 files

OpenBSD/src QHkqJMtsys/dev/pci/drm/amd/display/dc/clk_mgr/dcn35 dcn35_clk_mgr.c

   drm/amd/display: avoid reset DTBCLK at clock init

   From Charlene Liu
   467904aabbfd761c475e9408f081d5476c0773c5 in linux-6.12.y/6.12.60
   0ae47e971b9add8f7b8f8d55ac5f407f6f346758 in mainline linux
VersionDeltaFile
1.6+12-6sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c
+12-61 files

OpenBSD/src jpcUUMHsys/dev/pci/drm/i915/display intel_psr.c

   drm/i915/dp_mst: Disable Panel Replay

   From Imre Deak
   3e5271f22404bea97a39b02b188f05e040a02cb8 in linux-6.12.y/6.12.60
   f2687d3cc9f905505d7b510c50970176115066a2 in mainline linux
VersionDeltaFile
1.12+4-0sys/dev/pci/drm/i915/display/intel_psr.c
+4-01 files

OpenBSD/src hHZpSoMsys/dev/pci/drm/amd/amdgpu gfx_v9_4_3.c aqua_vanjaram.c

   drm/amdgpu: fix gpu page fault after hibernation on PF passthrough

   From Samuel Zhang
   a45d6359eefb41e08d374a3260b10bff5626823b in linux-6.12.y/6.12.60
   eb6e7f520d6efa4d4ebf1671455abe4a681f7a05 in mainline linux
VersionDeltaFile
1.8+3-1sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
1.6+2-1sys/dev/pci/drm/amd/amdgpu/aqua_vanjaram.c
+5-22 files

OpenBSD/src CqNDWp3sys/dev/pci/drm/amd/display/dc/hwss/dcn20 dcn20_hwseq.c

   drm/amd/display: Clear the CUR_ENABLE register on DCN20 on DPP5

   From Ivan Lipski
   a077ec70561b0dce1863bea00a52c81a2ca6f147 in linux-6.12.y/6.12.60
   5bab4c89390f32b2f491f49a151948cd226dd909 in mainline linux
VersionDeltaFile
1.9+8-0sys/dev/pci/drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c
+8-01 files