CVS: cvs.openbsd.org: src

2022-10-03 Thread Klemens Nanni
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2022/10/04 00:52:52

Modified files:
sbin/vnconfig  : vnconfig.c 

Log message:
Don't print device when passed as an argument

r1.11 "Don't print device name on failure" made it print unconditionally,
which contradicts what the manual says.

Report + diff from Brin Conway , thanks.

>From Brian Conway



CVS: cvs.openbsd.org: src

2022-10-03 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2022/10/03 20:58:41

Modified files:
distrib/sets/lists/comp: mi 

Log message:
sync



CVS: cvs.openbsd.org: www

2022-10-03 Thread Jonathan Gray
CVSROOT:/cvs
Module name:www
Changes by: j...@cvs.openbsd.org2022/10/03 19:38:08

Modified files:
.  : 72.html 

Log message:
fix case and remove unwanted apostrophe



CVS: cvs.openbsd.org: www

2022-10-03 Thread Sebastian Benoit
CVSROOT:/cvs
Module name:www
Changes by: be...@cvs.openbsd.org   2022/10/03 15:44:19

Modified files:
.  : 72.html 

Log message:
add manpage links to LibreSSL section



CVS: cvs.openbsd.org: www

2022-10-03 Thread Sebastian Benoit
CVSROOT:/cvs
Module name:www
Changes by: be...@cvs.openbsd.org   2022/10/03 15:30:58

Modified files:
.  : 72.html 

Log message:
improve the description of the pledge("vminfo") and ypldap local bind mode
changes. proded by deraadt@.
Remove duplicate bgpd add-path feature.



CVS: cvs.openbsd.org: src

2022-10-03 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/10/03 15:02:02

Modified files:
sys/dev/fdt: dapmic.c 

Log message:
dapmic(4): support clean shutdown with the power button

Register an interrupt handler and look for nONKEY events.
Mask off all other events.  Also clear the FAULT_LOG register at
startup, but don't attempt to acknowledge its contents at runtime.  This
lets the user force a shutdown with a long power button press.  Some
events in EVENT_* or FAULT_LOG may benefit from more graceful handling.

This makes it possible to cleanly shutdown my Hifive Unmatched using
the power button.

Thanks to kettenis@ who wrote sfgpio(4) to handle dapmic(4) interrupts
on the Unmatched.  ok kettenis@



CVS: cvs.openbsd.org: www

2022-10-03 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:www
Changes by: na...@cvs.openbsd.org   2022/10/03 14:41:40

Modified files:
.  : 72.html 

Log message:
7.2 release: 9275 sparc64 packages



CVS: cvs.openbsd.org: src

2022-10-03 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2022/10/03 13:32:22

Modified files:
sys/arch/arm64/arm64: machdep.c 
sys/arch/arm64/conf: files.arm64 
sys/arch/armv7/armv7: armv7_machdep.c 
sys/arch/riscv64/riscv64: machdep.c 
Added files:
sys/arch/arm64/dev: efi_machdep.c 
sys/dev/efi: efi.h 
Removed files:
sys/arch/arm64/dev: efi.c 
sys/dev/acpi   : efi.h 

Log message:
Reorganize the EFI code a bit.  Move the efi.h header from dev/acpi to
dev/efi and rename the arm64 efi.c to efi_machdep.c, preparing the way
for MI EFI code and an amd64 implementation of EFI runtime support.

ok deraadt@, mlarkin@



CVS: cvs.openbsd.org: src

2022-10-03 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2022/10/03 13:22:48

src/sys/dev/efi

Update of /cvs/src/sys/dev/efi
In directory cvs.openbsd.org:/tmp/cvs-serv4110/efi

Log Message:
Directory /cvs/src/sys/dev/efi added to the repository



CVS: cvs.openbsd.org: src

2022-10-03 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org   2022/10/03 10:43:52

Modified files:
sys/kern   : uipc_socket.c uipc_socket2.c uipc_usrreq.c 
sys/net: pfkeyv2.c rtsock.c 
sys/netinet: in_pcb.c in_pcb.h ip_divert.c ip_divert.h 
 ip_var.h raw_ip.c tcp_input.c tcp_subr.c 
 tcp_usrreq.c tcp_var.h udp_usrreq.c udp_var.h 
sys/netinet6   : ip6_divert.c ip6_divert.h ip6_var.h raw_ip6.c 
sys/sys: protosw.h socketvar.h unpcb.h 

Log message:
System calls should not fail due to temporary memory shortage in
malloc(9) or pool_get(9).
Pass down a wait flag to pru_attach().  During syscall socket(2)
it is ok to wait, this logic was missing for internet pcb.  Pfkey
and route sockets were already waiting.
sonewconn() must not wait when called during TCP 3-way handshake.
This logic has been preserved.  Unix domain stream socket connect(2)
can wait until the other side has created the socket to accept.
OK mvs@



CVS: cvs.openbsd.org: src

2022-10-03 Thread Todd C . Miller
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2022/10/03 09:34:39

Modified files:
lib/libc/time  : localtime.c 

Log message:
Allow TZ to contain absolutes paths starting with /usr/share/zoneinfo/
Other absolutes paths are still rejected.



CVS: cvs.openbsd.org: www

2022-10-03 Thread Theo Buehler
CVSROOT:/cvs
Module name:www
Changes by: t...@cvs.openbsd.org2022/10/03 08:48:16

Modified files:
.  : 72.html 

Log message:
LibreSSL 3.6.0



CVS: cvs.openbsd.org: src

2022-10-03 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org   2022/10/03 08:10:53

Modified files:
sys/kern   : subr_percpu.c 

Log message:
Add a second membar producer into counters_zero().  Now it is
symmetric to counters_read().
OK jmatthew@



CVS: cvs.openbsd.org: www

2022-10-03 Thread Darren Tucker
CVSROOT:/cvs
Module name:www
Changes by: dtuc...@cvs.openbsd.org 2022/10/03 06:47:05

Modified files:
.  : 72.html 

Log message:
Add OpenSSH 9.1.



CVS: cvs.openbsd.org: src

2022-10-03 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/10/03 06:02:12

Modified files:
sys/dev/pci/drm/amd/amdgpu: amdgpu_display.c 

Log message:
drm/amdgpu: don't register a dirty callback for non-atomic

>From Alex Deucher
21b0301f2234112fbe5cfc1e13968f0a12f0f2d2 in linux 5.15.y/5.15.71
abbc7a3dafb91b9d4ec56b70ec9a7520f8e13334 in mainline linux



CVS: cvs.openbsd.org: src

2022-10-03 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/10/03 05:59:53

Modified files:
sys/dev/pci/drm/amd/display/dc/dml/dcn30: display_mode_vba_30.c 

Log message:
drm/amd/display: Mark dml30's UseMinimumDCFCLK() as noinline for stack usage

>From Nathan Chancellor
1c26968caf181add92bbf556e3eb3c14ccbe7fa2 in linux 5.15.y/5.15.71
41012d715d5d7b9751ae84b8fb255e404ac9c5d0 in mainline linux



CVS: cvs.openbsd.org: src

2022-10-03 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/10/03 05:57:51

Modified files:
sys/dev/pci/drm/amd/display/dc/dml/dcn31: display_mode_vba_31.c 

Log message:
drm/amd/display: Reduce number of arguments of dml31's CalculateFlipSchedule()

>From Nathan Chancellor
492db4ffcff3c3bac1f36bbb100e45c9fe718e34 in linux 5.15.y/5.15.71
21485d3da659b66c37d99071623af83ee1c6733d in mainline linux



CVS: cvs.openbsd.org: src

2022-10-03 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/10/03 05:56:02

Modified files:
sys/dev/pci/drm/amd/display/dc/dml/dcn31: display_mode_vba_31.c 

Log message:
drm/amd/display: Reduce number of arguments of dml31's 
CalculateWatermarksAndDRAMSpeedChangeSupport()

>From Nathan Chancellor
9539cfc744933198318eb061ffce87964559ff87 in linux 5.15.y/5.15.71
37934d4118e22bceb80141804391975078f31734 in mainline linux



CVS: cvs.openbsd.org: src

2022-10-03 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/10/03 05:52:57

Modified files:
sys/dev/pci/drm/amd/display/modules/color: color_gamma.c 

Log message:
drm/amd/display: Limit user regamma to a valid value

>From Yao Wang1
a541c011181823494c53b15020fae5c3b45f5ec2 in linux 5.15.y/5.15.71
3601d620f22e37740cf73f8278eabf9f2aa19eb7 in mainline linux



CVS: cvs.openbsd.org: src

2022-10-03 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/10/03 05:50:34

Modified files:
sys/dev/pci/drm/amd/amdgpu: amdgpu_display.c 

Log message:
drm/amdgpu: use dirty framebuffer helper

>From Hamza Mahfooz
33b128f790b6df7e44e4435c6b9387b257637d15 in linux 5.15.y/5.15.71
66f99628eb24409cb8feb5061f78283c8b65f820 in mainline linux



CVS: cvs.openbsd.org: src

2022-10-03 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/10/03 05:48:47

Modified files:
sys/dev/pci/drm/amd/pm/swsmu/smu11: sienna_cichlid_ppt.c 

Log message:
drm/amd/pm: disable BACO entry/exit completely on several sienna cichlid cards

>From Guchun Chen
f76d6f309a685d24a32703b4d5c5a71e76f4b793 in linux 5.15.y/5.15.71
7c6fb61a400bf3218c6504cb2d48858f98822c9d in mainline linux



CVS: cvs.openbsd.org: src

2022-10-03 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/10/03 05:46:17

Modified files:
sys/dev/pci/drm/amd/amdgpu: amdgpu_device.c amdgpu_virt.c 

Log message:
drm/amd/amdgpu: fixing read wrong pf2vf data in SRIOV

>From Jingwen Chen
5f270b61ee8b01ab410e3e6ee4f4cc0b32300605 in linux 5.15.y/5.15.71
9a458402fb69bda886aa6cbe067311b6e3d9c52a in mainline linux



CVS: cvs.openbsd.org: src

2022-10-03 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/10/03 05:42:42

Modified files:
sys/dev/pci/drm/amd/amdgpu: amdgpu_device.c 

Log message:
drm/amdgpu: make sure to init common IP before gmc

>From Alex Deucher
55653c548612d7ffbb21cf05ebff6d14f79cc913 in linux 5.15.y/5.15.71
a8671493d2074950553da3cf07d1be43185ef6c6 in mainline linux



CVS: cvs.openbsd.org: src

2022-10-03 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/10/03 05:39:40

Modified files:
sys/dev/pci/drm/amd/amdgpu: amdgpu_device.c amdgpu_virt.c 
amdgpu_virt.h 

Log message:
drm/amdgpu: Separate vf2pf work item init from virt data exchange

>From Victor Skvortsov
25a90a11036b6fd385ee75536b78659fc481d529 in linux 5.15.y/5.15.71
892deb48269c65376f3eeb5b4c032ff2c2979bd7 in mainline linux



CVS: cvs.openbsd.org: src

2022-10-03 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/10/03 05:30:27

Modified files:
sys/dev/pci/drm/include/linux: compiler.h 

Log message:
add noinline_for_stack for 5.15.71 drm



CVS: cvs.openbsd.org: src

2022-10-03 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/10/03 04:18:28

Modified files:
sys/dev/pci/drm/amd/amdgpu: sdma_v4_0.c soc15.c 

Log message:
drm/amdgpu: move nbio sdma_doorbell_range() into sdma code for vega

>From Alex Deucher
8c2bbfb0ded3f41e2985a7856da56f130288d926 in linux 5.15.y/5.15.70
e3163bc8ffdfdb405e10530b140135b2ee487f89 in mainline linux



CVS: cvs.openbsd.org: src

2022-10-03 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/10/03 04:16:12

Modified files:
sys/dev/pci/drm/amd/amdgpu: soc15.c vega10_ih.c vega20_ih.c 

Log message:
drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega

>From Alex Deucher
0a7d86f156fad2a4420404c1f71c9ee79970ab0c in linux 5.15.y/5.15.70
dc1d85cb790f2091eea074cee24a704b2d6c4a06 in mainline linux



CVS: cvs.openbsd.org: src

2022-10-03 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/10/03 04:13:23

Modified files:
sys/dev/pci/drm/amd/amdgpu: nbio_v2_3.c nbio_v6_1.c nbio_v7_4.c 

Log message:
drm/amdgpu: Don't enable LTR if not supported

>From Lijo Lazar
dcef16f64969eefb83c8711173fd025611f258f8 in linux 5.15.y/5.15.70
6c20490663553cd7e07d8de8af482012329ab9d6 in mainline linux



CVS: cvs.openbsd.org: src

2022-10-03 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/10/03 04:07:01

Modified files:
sys/dev/pci/drm/include/linux: pci.h 
sys/dev/pci/drm/include/generated: autoconf.h 

Log message:
define CONFIG_PCIEASPM, add ltr_path to struct pci_dev for 5.15.70 drm