OpenBSD cvs log

created 2022-01-08T20:16:13Z
begin 2022-01-04T00:00:00Z
end 2022-01-05T00:00:00Z
path src/sys
commits 15

date 2022-01-04T05:50:43Z
author gnezdo
files src/sys/arch/amd64/conf/GENERIC log diff annotate
message Remove commented out gtp from amd64 GENERIC

It has long been irrelevant as pointed out by Crystal Kolipe
kolipe.c AT exoticsilicon.com

ok mlarkin

date 2022-01-04T06:32:39Z
author yasuoka
files src/sys/net/if_bridge.c log diff annotate
src/sys/net/if_veb.c log diff annotate
src/sys/netinet/ip_ipsp.c log diff annotate
src/sys/netinet/ip_ipsp.h log diff annotate
src/sys/netinet/ip_output.c log diff annotate
src/sys/netinet/ip_spd.c log diff annotate
src/sys/netinet/ipsec_input.c log diff annotate
src/sys/netinet/tcp_input.c log diff annotate
message Add `ipsec_flows_mtx' mutex(9) to protect `ipsp_ids_*' list and
trees. ipsp_ids_lookup() returns `ids' with bumped reference
counter. original diff from mvs

ok mvs

date 2022-01-04T06:32:40Z
author yasuoka
files src/sys/netinet/udp_usrreq.c log diff annotate
src/sys/netinet6/ip6_output.c log diff annotate
message Add `ipsec_flows_mtx' mutex(9) to protect `ipsp_ids_*' list and
trees. ipsp_ids_lookup() returns `ids' with bumped reference
counter. original diff from mvs

ok mvs

date 2022-01-04T06:48:46Z
author jsg
files src/sys/arch/alpha/isa/Attic/isafcns_jensen.c log diff annotate
message remove unused file

date 2022-01-04T11:01:24Z
author jsg
files src/sys/dev/ic/Attic/ad1843reg.h log diff annotate
src/sys/dev/ic/Attic/dp8573areg.h log diff annotate
src/sys/dev/ic/Attic/ds1286reg.h log diff annotate
src/sys/dev/ic/Attic/ds1687reg.h log diff annotate
src/sys/dev/ic/Attic/seeq8003reg.h log diff annotate
message remove files missed when sgi was removed
ok visa@

date 2022-01-04T11:31:42Z
author jsg
files src/sys/conf/files log diff annotate
src/sys/dev/ic/Attic/aic6250.c log diff annotate
src/sys/dev/ic/Attic/aic6250reg.h log diff annotate
src/sys/dev/ic/Attic/aic6250var.h log diff annotate
message remove the last part of driver for aic-6250 scsi on aviion

date 2022-01-04T13:40:58Z
author patrick
files src/sys/dev/acpi/acpi.c log diff annotate
message acpi_getprop() needs to actually make sure that we're looking at the
correct property. While there adjust acpi_getpropint() as well to
increase similarity with acpi_getprop().

ok kettenis@

date 2022-01-04T15:53:57Z
author stsp
files src/sys/dev/pci/if_iwm.c log diff annotate
src/sys/dev/pci/if_iwx.c log diff annotate
message fix Rx Block Ack session validity checks in iwm(4) and iwx(4)

I ported a NULL pointer check from iwlwifi rxmq.c which cannot
happen in our version of this code. Instead we need to check
the BA session ID to determine whether a BA session is valid.

Patch by Christian Ehrhardt.

date 2022-01-04T15:55:28Z
author stsp
files src/sys/dev/pci/if_iwm.c log diff annotate
src/sys/dev/pci/if_iwx.c log diff annotate
message fix length boundary checks for incoming packets in iwm/iwx

The minimum length and the maximum length required were both too low,
due to an error in accounting for the 4-byte packet length+flags header.

Patch by Christian Ehrhardt

date 2022-01-04T16:15:28Z
author kettenis
files src/sys/dev/pci/pci.c log diff annotate
message Restrict the pci(4) ioctl interface to devices detected by the kernel.
This fixes issues on the M1 Macs where the PCI probe done by Xorg
breaks the WiFi chip.

ok patrick@

date 2022-01-04T18:13:31Z
author guenther
files src/sys/kern/subr_hibernate.c log diff annotate
message Use the device we read the hibernate signature from for the entire
resume. This fixes setups where a umass device no longer attaching
at resume results in a softraid device being renumbered so the
hibernate-time device is no longer correct

ok mlarkin@ jsing@

date 2022-01-04T20:41:42Z
author deraadt
files src/sys/arch/alpha/include/bus.h log diff annotate
message hide more things behind _KERNEL, in case userland manages to include
this file

date 2022-01-04T20:41:44Z
author deraadt
files src/sys/arch/landisk/include/bus.h log diff annotate
src/sys/arch/sparc64/include/bus.h log diff annotate
message hide more things behind _KERNEL, in case userland manages to include
this file

date 2022-01-04T20:43:44Z
author deraadt
files src/sys/dev/pci/pcivar.h log diff annotate
message struct pci_matchid is useful an upcoming userland program that wants
to includes pcivar.h because it inspects vid/pid tables

date 2022-01-04T20:55:48Z
author kettenis
files src/sys/arch/arm64/dev/aplmbox.c log diff annotate
src/sys/arch/arm64/dev/aplns.c log diff annotate
message Future-proof by adding some proposed compatible strings to match on.