openbsd
2 months agorobert burns: to a mouse
jmc [Mon, 19 Aug 2024 07:23:26 +0000 (07:23 +0000)]
robert burns: to a mouse

-The best laid schemes o' mice an' men gang aft a-gley{,}:\
+The best laid schemes o' mice an' men gang aft agley{,}:\

most sources i've checked use "best-laid", but not all, so i've erred
on the side of caution;

2 months agocatharine howard -> catherine howard;
jmc [Mon, 19 Aug 2024 07:12:57 +0000 (07:12 +0000)]
catharine howard -> catherine howard;

2 months agoopration -> operation;
jmc [Mon, 19 Aug 2024 06:54:13 +0000 (06:54 +0000)]
opration -> operation;

2 months agopromitto: promise, not primise
jmc [Mon, 19 Aug 2024 06:53:44 +0000 (06:53 +0000)]
promitto: promise, not primise

2 months agofix double space;
jmc [Mon, 19 Aug 2024 06:52:16 +0000 (06:52 +0000)]
fix double space;

2 months agoReplace inet_aton / gethostbyname with getaddrinfo.
florian [Mon, 19 Aug 2024 06:00:18 +0000 (06:00 +0000)]
Replace inet_aton / gethostbyname with getaddrinfo.
test & OK jmatthew

2 months agoReplace too flexible inet_aton(3) with getaddrinfo(3).
florian [Mon, 19 Aug 2024 05:58:41 +0000 (05:58 +0000)]
Replace too flexible inet_aton(3) with getaddrinfo(3).

0xdecafbad will no longer work as an IPv4 address, sorry.

OK bluhm

2 months agotest malloc return against NULL not 0
jsg [Mon, 19 Aug 2024 03:08:27 +0000 (03:08 +0000)]
test malloc return against NULL not 0

2 months agomove ed/tests files to regress/bin/ed, where they are used
deraadt [Mon, 19 Aug 2024 01:43:23 +0000 (01:43 +0000)]
move ed/tests files to regress/bin/ed, where they are used

2 months agofile not needed
deraadt [Mon, 19 Aug 2024 01:04:10 +0000 (01:04 +0000)]
file not needed

2 months agospelling error, fixed by "snj", 21 years ago in some other repository
deraadt [Mon, 19 Aug 2024 01:03:12 +0000 (01:03 +0000)]
spelling error, fixed by "snj", 21 years ago in some other repository

2 months ago21 years ago someone called "jsm" modified another version of this which is
deraadt [Mon, 19 Aug 2024 00:58:09 +0000 (00:58 +0000)]
21 years ago someone called "jsm" modified another version of this which is
also being distributed, with commit message "Fix capitalisation of compass directions."
Seems sensible.

2 months agofix a spelling error found by Ceri Davis 18 years ago.
deraadt [Mon, 19 Aug 2024 00:52:04 +0000 (00:52 +0000)]
fix a spelling error found by Ceri Davis 18 years ago.

2 months agopvbus_activate does nothing except call config_activate_children
deraadt [Mon, 19 Aug 2024 00:03:12 +0000 (00:03 +0000)]
pvbus_activate does nothing except call config_activate_children
(4 possible cases).  it does not need to exist.  encoding NULL
into the cfattach structure does the same thing.

2 months agocall activate functions of children in the correct place.
deraadt [Mon, 19 Aug 2024 00:01:40 +0000 (00:01 +0000)]
call activate functions of children in the correct place.

2 months agowhitespaces
deraadt [Sun, 18 Aug 2024 22:06:40 +0000 (22:06 +0000)]
whitespaces

2 months agoUse define to test bounce buffer in amd64 bus dma.
bluhm [Sun, 18 Aug 2024 21:04:29 +0000 (21:04 +0000)]
Use define to test bounce buffer in amd64 bus dma.

To debug bounce buffers easily on non-SEV hardware, introduce a
define FORCE_BOUNCE_BUFFER that activates them.  Default is off,
no functional change.

OK miod@

2 months agooops, forgot variable
deraadt [Sun, 18 Aug 2024 20:28:41 +0000 (20:28 +0000)]
oops, forgot variable

2 months agoUse OPENSSL_config() instead of OPENSSL_load_builtin_modules()
tb [Sun, 18 Aug 2024 20:24:11 +0000 (20:24 +0000)]
Use OPENSSL_config() instead of OPENSSL_load_builtin_modules()

2 months agofix comment
deraadt [Sun, 18 Aug 2024 20:14:49 +0000 (20:14 +0000)]
fix comment

2 months agofix comment
deraadt [Sun, 18 Aug 2024 20:08:58 +0000 (20:08 +0000)]
fix comment

2 months agowhitespace
deraadt [Sun, 18 Aug 2024 19:58:35 +0000 (19:58 +0000)]
whitespace

2 months agounregister softraid sensors when the volumes are removed
phessler [Sun, 18 Aug 2024 19:44:10 +0000 (19:44 +0000)]
unregister softraid sensors when the volumes are removed

From Sven M. Hallberg

tested and OK phessler@
OK mvs@

2 months agoconf_def.c: shuffle things into a slightly more sensible
tb [Sun, 18 Aug 2024 17:50:10 +0000 (17:50 +0000)]
conf_def.c: shuffle things into a slightly more sensible

Reduces upcoming diffs and avoids annoying prototypes.

2 months agodon't need to put config_activate_children inside cfattach, because
deraadt [Sun, 18 Aug 2024 15:50:47 +0000 (15:50 +0000)]
don't need to put config_activate_children inside cfattach, because
NULL means the same
ok kettenis

2 months agoDriver was not calling the child activate functions in the correct way.
deraadt [Sun, 18 Aug 2024 15:09:49 +0000 (15:09 +0000)]
Driver was not calling the child activate functions in the correct way.
There is a child -- wsmouse, which has an activate function, so this
is another oversight...

2 months agoFor DVACT_RESUME, let the children know we are ready *after* calling
deraadt [Sun, 18 Aug 2024 15:03:01 +0000 (15:03 +0000)]
For DVACT_RESUME, let the children know we are ready *after* calling
our own wakeup().  The wakeup() won't result in anything running now
because DVACT_RESUME is running in "cold !=0, interrupts blocked,
scheduler stopped", but it is idiomatically incorrect to inform your
children you are ready before you are ready.

2 months agoadd qwz firmware
phessler [Sun, 18 Aug 2024 14:58:47 +0000 (14:58 +0000)]
add qwz firmware

2 months agoMost audio drivers were incorrectly (or not at all) informing their children
deraadt [Sun, 18 Aug 2024 14:42:56 +0000 (14:42 +0000)]
Most audio drivers were incorrectly (or not at all) informing their children
about suspend/resume related events, and they all have audio.c as a child,
which definately needs to know!
ok ratchov

2 months agothere are azalia that will fail to attach. in the activate function for
deraadt [Sun, 18 Aug 2024 14:35:14 +0000 (14:35 +0000)]
there are azalia that will fail to attach.  in the activate function for
DVACT_QUIESCE, this was handled by doing nothing.  however, the other
DVACT methods were still trying to touch the device.  This needs to
bail out earlier.
ok ratchov

2 months agoAdd Meteor Lake support.
kettenis [Sun, 18 Aug 2024 11:10:10 +0000 (11:10 +0000)]
Add Meteor Lake support.

ok jsg@

2 months agoDon't short-circuit interrupt handling when the sc_dying flag is set. Just
kettenis [Sun, 18 Aug 2024 11:08:47 +0000 (11:08 +0000)]
Don't short-circuit interrupt handling when the sc_dying flag is set. Just
don't forward reports to the child drivers instead.  This fixes an issue
with hardware that sends an interrupt in response to a reset request when
a level-triggered interrupt is used.  In that case the interrupt would
just keep triggering when we issue a reset when we resume (when sc_dying
is set) since we didn't clear the interrupt condition by reading from the
device.

ok mlarkin@, deraadt@

2 months agoRemove documentation for X509_REQ_[gs]et_extension_nids
tb [Sun, 18 Aug 2024 11:04:55 +0000 (11:04 +0000)]
Remove documentation for X509_REQ_[gs]et_extension_nids

These functions have been disabled for a while and they will be removed
in the next major bump.

2 months agoSome machines have more than one DCP, so apldcp(4) can attach multiple
kettenis [Sun, 18 Aug 2024 10:50:22 +0000 (10:50 +0000)]
Some machines have more than one DCP, so apldcp(4) can attach multiple
times.  So make the task pool private to each instance to avoid
initializing the pool again, which would panic the kernel.

ok tobhe@

2 months agoDrop OpenSSL 3.0 interop testing infrastructure
tb [Sun, 18 Aug 2024 10:02:10 +0000 (10:02 +0000)]
Drop OpenSSL 3.0 interop testing infrastructure

The openssl 3.0 port was removed nearly a year ago shortly after the 7.4
release.

2 months agoAdd support for openssl32 in interop test
tb [Sun, 18 Aug 2024 09:14:17 +0000 (09:14 +0000)]
Add support for openssl32 in interop test

2 months agoGet rid of intermediate copy before passing events to userland.
mpi [Sun, 18 Aug 2024 08:23:58 +0000 (08:23 +0000)]
Get rid of intermediate copy before passing events to userland.

From Christian Ludwig with some tweaks.

2 months agoDo not cache pages belonging to memory ranges with a `use' count.
mpi [Sun, 18 Aug 2024 08:18:49 +0000 (08:18 +0000)]
Do not cache pages belonging to memory ranges with a `use' count.

Such pages belong to the DMA or ISA memory ranges and caching them
accelerate their exhaustion.  On amd64, at least, the kernel relies
on having low pages available at any time and cannot recover from
their exhaustion.

Should prevent livelocks reported by jsg@ and tb@ on amd64.

ok deraadt@

2 months agoRemove outdated comment about UVM_PLA_WAITOK and the pagedaemon.
mpi [Sun, 18 Aug 2024 08:01:03 +0000 (08:01 +0000)]
Remove outdated comment about UVM_PLA_WAITOK and the pagedaemon.

ok miod@, mlarkin@

2 months agoplug a memory leak in qwx(4) by freeing vifs when the interface goes down
stsp [Sun, 18 Aug 2024 07:34:45 +0000 (07:34 +0000)]
plug a memory leak in qwx(4) by freeing vifs when the interface goes down

2 months agoadd missing child activate handling, found due to idiom inspection
deraadt [Sun, 18 Aug 2024 03:25:04 +0000 (03:25 +0000)]
add missing child activate handling, found due to idiom inspection
tested by phessler, input from kettenis

2 months agoUpon resume, run usb_attach_roothub() in DVACT_WAKEUP rather than DVACT_RESUME.
deraadt [Sun, 18 Aug 2024 02:59:51 +0000 (02:59 +0000)]
Upon resume, run usb_attach_roothub() in DVACT_WAKEUP rather than DVACT_RESUME.
The usb root hub is a software construct, not actual hardware, and the code
has a potential to reach sleeping points (which won't work because DVACT_RESUME
runs cold).

2 months agoIf FADT indicates FADT_POWER_S0_IDLE_CAPABLE, print "S0ix" instead
deraadt [Sun, 18 Aug 2024 02:53:08 +0000 (02:53 +0000)]
If FADT indicates FADT_POWER_S0_IDLE_CAPABLE, print "S0ix" instead
of "S0" on the acpi: sleep states line.  (In my view, this flag-bit
announces that the hardware vendor + bios vendor + microsoft have agreed
this machine has enough "features" that S0 suspend is about as good or
better than S3, for various criteria).
ok kettenis mlarkin

2 months agoUse struct __sFILE instead of FILE in thread locking callback
guenther [Sun, 18 Aug 2024 02:25:51 +0000 (02:25 +0000)]
Use struct __sFILE instead of FILE in thread locking callback
declarations to reduce <stdio.h> pollution.  Declare __isthreaded
in thread_private.h where it's really needed.

ok deraadt@

2 months agoAdjust locale/rune*.h files so <stdio.h> and <wchar.h> get pulled
guenther [Sun, 18 Aug 2024 02:22:29 +0000 (02:22 +0000)]
Adjust locale/rune*.h files so <stdio.h> and <wchar.h> get pulled
into fewer files that don't need them.

ok deraadt@

2 months agoPull in <stdio.h> (for snprintf()) directly instead of
guenther [Sun, 18 Aug 2024 02:20:29 +0000 (02:20 +0000)]
Pull in <stdio.h> (for snprintf()) directly instead of
assuming some local .h will pull it in

ok deraadt@

2 months agoUse 'int ch' instead of 'char ch' in one place for getopt.
mlarkin [Sat, 17 Aug 2024 20:50:06 +0000 (20:50 +0000)]
Use 'int ch' instead of 'char ch' in one place for getopt.

Forgot one change during an earlier commit; use 'int ch' to make builds
complete without warning on arm64.

ok dv

2 months agoReplace homemade copy_of() with strdup()
denis [Sat, 17 Aug 2024 15:42:20 +0000 (15:42 +0000)]
Replace homemade copy_of() with strdup()

OK tb@

2 months agoicc_detach was not listed in cfattach
deraadt [Sat, 17 Aug 2024 15:10:00 +0000 (15:10 +0000)]
icc_detach was not listed in cfattach

2 months agoUse km_alloc(9) to allocate USPACE instead of uvm_pglistalloc(9).
mpi [Sat, 17 Aug 2024 13:35:01 +0000 (13:35 +0000)]
Use km_alloc(9) to allocate USPACE instead of uvm_pglistalloc(9).

ok miod@

2 months agoSkip the FADT check on OpenBSD. Without it the GPU (and display) will
kettenis [Sat, 17 Aug 2024 10:41:24 +0000 (10:41 +0000)]
Skip the FADT check on OpenBSD.  Without it the GPU (and display) will
remain on in suspend-to-idle on some machines.  There is a comment
warning that this is risky, but let's find out how risky thus really is.

ok deraadt@

2 months agoThe amdgpu(4) code uses separate code paths for suspend and hibernate.
kettenis [Sat, 17 Aug 2024 10:38:21 +0000 (10:38 +0000)]
The amdgpu(4) code uses separate code paths for suspend and hibernate.
Use the ACPI sleep state to determine which path to go down into.  This
fixes (un)hibernate again after the fix for S0/S3 broke it.

Using the ACPI sleep state for this is not ideal.  If we ever want to
support amdgpu(4) on architectures without ACPI, we'll need a different
solution.

ok jsg@

2 months agoLinux doesn't consider S4 to be a suspend target state.
kettenis [Sat, 17 Aug 2024 10:33:56 +0000 (10:33 +0000)]
Linux doesn't consider S4 to be a suspend target state.

ok jsg@

2 months agoAllow PPP interface to run in an rdomain and get a default route installed in the...
denis [Sat, 17 Aug 2024 09:52:11 +0000 (09:52 +0000)]
Allow PPP interface to run in an rdomain and get a default route installed in the same routing domain

Input and OK claudio@

2 months agoeffectively revert revision 1.7.
phessler [Sat, 17 Aug 2024 09:48:31 +0000 (09:48 +0000)]
effectively revert revision 1.7.

The original reason was some corner cases around COPY relocations, which
caused problems for miniperl which directly modified environ and accessed
environ via libc functions.

This causes duplicate symbols for environ/__progname in some (poorly written)
apps, but is allowed on most other architectures.

Since the time this was added other arm architecture changes mean that we
don't need it, so remove it.

debugged with kettenis@ and jca@
tested and OK guenther@

2 months agoZap a trailing comma to appease mandoc -Tlint
tb [Sat, 17 Aug 2024 09:19:04 +0000 (09:19 +0000)]
Zap a trailing comma to appease mandoc -Tlint

2 months agosync
tb [Sat, 17 Aug 2024 09:17:27 +0000 (09:17 +0000)]
sync

2 months agoRemove docs of various X509_TRUST "functionality" that no longer exists
tb [Sat, 17 Aug 2024 09:16:37 +0000 (09:16 +0000)]
Remove docs of various X509_TRUST "functionality" that no longer exists

Some macros are still exposed, but apart from the loss of a very nice way
of saying "this is completely misdesigned, overengineered and not properly
thought through" the only thing we would have learned from it is that this
stuff is "probably useless".

2 months agoSince we are not using a pid file the manuals render a bit strange.
florian [Sat, 17 Aug 2024 09:07:33 +0000 (09:07 +0000)]
Since we are not using a pid file the manuals render a bit strange.
Pointed out by tb

2 months agoCheckpoint of work-in-progress attempt to support the FireGL-UX board. This
miod [Sat, 17 Aug 2024 08:45:22 +0000 (08:45 +0000)]
Checkpoint of work-in-progress attempt to support the FireGL-UX board. This
particular sti(4) device relies upon undocumented callbacks from the kernel,
and will default to iodc code otherwise.

The device now initializes correctly, but writes to the frame buffer memory
freeze the system due to bad interaction with the ROM even though it is
disabled at the PCI level - unfortunately I'm currently out of hair to pull
at the moment to make any progress on this.

No functional change intended for other sti(4) devices.

2 months agoCorrect capitalization of FXe and use decimal version numbering for
miod [Sat, 17 Aug 2024 08:41:25 +0000 (08:41 +0000)]
Correct capitalization of FXe and use decimal version numbering for
rom features, to match what dmesg reports.

2 months agomention that ed25519 is the default key type generated and
djm [Sat, 17 Aug 2024 08:35:04 +0000 (08:35 +0000)]
mention that ed25519 is the default key type generated and
clarify that rsa-sha2-512 is the default signature scheme when RSA
is in use. Based on GHPR505 from SebastianRzk

2 months agofix minor memory leak in Subsystem option parsing;
djm [Sat, 17 Aug 2024 08:23:04 +0000 (08:23 +0000)]
fix minor memory leak in Subsystem option parsing;
from Antonio Larrosa via GHPR515

2 months agoenable qwx(4) ext irqs earlier for suspend/resume
stsp [Sat, 17 Aug 2024 08:12:46 +0000 (08:12 +0000)]
enable qwx(4) ext irqs earlier for suspend/resume

Enable ext IRQs like the Linux driver does it, not later. I did this
differently due to problems in early development that have since
been fixed.

Fixes an interrupt storm during resume which prevents things like
key installation from working, leaving the network link dead.

2 months agofix swapping of source and destination addresses in some sshd log messages
djm [Sat, 17 Aug 2024 08:09:50 +0000 (08:09 +0000)]
fix swapping of source and destination addresses in some sshd log messages

2 months agoavoid uninitialised var use in nfs_serv.c error paths
jsg [Sat, 17 Aug 2024 07:02:13 +0000 (07:02 +0000)]
avoid uninitialised var use in nfs_serv.c error paths

some functions have a nfsmout label with code that assumes NDINIT has
been called

nfsrv_rename has two NDINIT calls, the nfsmout code assumes both are
setup but is only jumped to when none/one is setup

found with llvm scan-build
checked by deraadt@ beck@, ok miod@

2 months agoFix some memory leaks in the RADIUS part.
yasuoka [Sat, 17 Aug 2024 03:28:22 +0000 (03:28 +0000)]
Fix some memory leaks in the RADIUS part.

ok tobhe

2 months agowhitespace
deraadt [Sat, 17 Aug 2024 02:35:00 +0000 (02:35 +0000)]
whitespace

2 months agoperusing drivers on other systems, there appears to be some cynism about
deraadt [Sat, 17 Aug 2024 02:31:15 +0000 (02:31 +0000)]
perusing drivers on other systems, there appears to be some cynism about
how this chip comes out of D3 and when the RESET register is touched.
Some systems were still wasn't resuming reliabily, but adding these
delays has eliminated resume-hangs.
ok kettenis mlarkin

2 months agoThe dwiic_init() routine is used at startup to read various chip
deraadt [Sat, 17 Aug 2024 02:28:45 +0000 (02:28 +0000)]
The dwiic_init() routine is used at startup to read various chip
registers, make some decisions, and then program other registers.  After
a resume, it is pointless, and potentially incorrect to read such registers
again, which a BIOS or something may not have initialized, and we are
better off using the remembered soft-state to init cleanly.  So craft a
custom block of chip restoration, and do it while the chip is stopped hard.
ok kettenis mlarkin

2 months agodwiic_activate did not inform sub-devices with config_activate_children()
deraadt [Sat, 17 Aug 2024 02:24:03 +0000 (02:24 +0000)]
dwiic_activate did not inform sub-devices with config_activate_children()
calls from the correct places, so their DVACT_QUIESCE and DVACT_WAKEUP
were incorrect, and led to those sub-drivers (ihidev and imt) racing
against dwiic hardware re-initialization.
ok kettenis mlarkin

2 months agodwiic resume is almost exclusively a "hardware state restore", and
deraadt [Sat, 17 Aug 2024 02:14:20 +0000 (02:14 +0000)]
dwiic resume is almost exclusively a "hardware state restore", and
not a "restart transaction", so the job should get done at DVACT_RESUME
time.
ok kettenis mlarkin

2 months agoskip Controller Save State (CSS) and Controller Restore State (CRS)
jsg [Sat, 17 Aug 2024 01:55:03 +0000 (01:55 +0000)]
skip Controller Save State (CSS) and Controller Restore State (CRS)
on AMD 17h/1xh xHCI

avoids problem with resume after CRS was introduced in xhci.c rev 1.133
uhub0: device problem, disabling port 2
uhub1: device problem, disabling port 1

reported by brynet@ and reproduced on t495, ok kettenis@

2 months agoCast to unsigned char after or'ing in the meta bit, so the compiler
guenther [Fri, 16 Aug 2024 23:09:25 +0000 (23:09 +0000)]
Cast to unsigned char after or'ing in the meta bit, so the compiler
doesn't complain when it's implicitly converted to plain char in an
assignment, and to make sure it's not negative when used as an array index.

ok miod@

2 months agoDelete duplicated x{m,re}alloc() declarations and add argument types
guenther [Fri, 16 Aug 2024 22:58:54 +0000 (22:58 +0000)]
Delete duplicated x{m,re}alloc() declarations and add argument types
to a function pointer definition.

ok miod@

2 months agoDelete bogus test of array being NULL
guenther [Fri, 16 Aug 2024 22:57:44 +0000 (22:57 +0000)]
Delete bogus test of array being NULL

ok miod@

2 months agostrn?casecmp() config bits were incomplete. We have them so
guenther [Fri, 16 Aug 2024 22:57:03 +0000 (22:57 +0000)]
strn?casecmp() config bits were incomplete.  We have them so
just delete the bogus declarations.  Also, getopt() is in <unistd.h>
so pull that in during the remapping of it.

ok miod@

2 months agoFix precedence lossage reported by clang that results in
guenther [Fri, 16 Aug 2024 22:53:32 +0000 (22:53 +0000)]
Fix precedence lossage reported by clang that results in
bad buffer size.

ok miod@

2 months agosync
deraadt [Fri, 16 Aug 2024 16:57:02 +0000 (16:57 +0000)]
sync

2 months agoAtomically modify `nthreads' and move proc_free() out of KERNEL_LOCK().
mpi [Fri, 16 Aug 2024 16:19:03 +0000 (16:19 +0000)]
Atomically modify `nthreads' and move proc_free() out of KERNEL_LOCK().

ok jca@

2 months agoRemove reference to telnet(1).
florian [Fri, 16 Aug 2024 16:11:06 +0000 (16:11 +0000)]
Remove reference to telnet(1).

telnet(1) doesn't have anything to do with login(1), maybe telnetd(8)
did, but that was taken behind the barn nearly 20 years ago.

Earlier version OK miod
Input dtucker
OK jmc, sthen, deraadt

2 months agotelnet(1) is not a good example for logging in over the network.
florian [Fri, 16 Aug 2024 16:10:27 +0000 (16:10 +0000)]
telnet(1) is not a good example for logging in over the network.

OK jmc, sthen, deraadt

2 months agoAdd pledge & unveil.
florian [Fri, 16 Aug 2024 16:00:30 +0000 (16:00 +0000)]
Add pledge & unveil.

The rpc library needs read access to the rpc database in
/etc/rpc. Other than that rpcinfo only uses AF_INET sockets.

With -b, rpcinfo(8) uses gethostbyaddr(3) to report hosts that
responded, so add "dns" pledge as well.

OK bluhm, miod

2 months agowhitespace
deraadt [Fri, 16 Aug 2024 15:27:11 +0000 (15:27 +0000)]
whitespace

2 months agovio(4): Don't set IPv4 checksum OK flag for rx packets.
jan [Fri, 16 Aug 2024 13:02:44 +0000 (13:02 +0000)]
vio(4): Don't set IPv4 checksum OK flag for rx packets.

The virtio specification just address TCP/UDP checksum offloading.
Thus, we have to check the IPv4 checksum in our stack.

ok sf@

2 months agoFix bounds checking in wsmux_getmux().
miod [Fri, 16 Aug 2024 12:22:17 +0000 (12:22 +0000)]
Fix bounds checking in wsmux_getmux().

2 months agoSet CONFIG_AMD_PMC. We don't have the corresponding driver just yet, but
kettenis [Fri, 16 Aug 2024 10:49:57 +0000 (10:49 +0000)]
Set CONFIG_AMD_PMC.  We don't have the corresponding driver just yet, but
it seems that Linux is just overcautious in disabling S0 suspend when the
driver isn't included in the kernel config.  And we plan to implement the
driver soon anyway.

ok jsg@

2 months agoHook up a few more bits of suspend/resume power management code. This
kettenis [Fri, 16 Aug 2024 10:46:46 +0000 (10:46 +0000)]
Hook up a few more bits of suspend/resume power management code.  This
fixes S3 suspend/resume on the Lenovo ThinCentre M715q with:

  amdgpu0: RAVEN GC 9.1.0 8 CU rev 0x01

and also fixes S0 suspend/resume on various laptops with AMD graphics
provided we disable a few checks (which will be done in a separate
commit).

ok jsg@

2 months agodrm/amd: Stop evicting resources on APUs in suspend
kettenis [Fri, 16 Aug 2024 10:26:20 +0000 (10:26 +0000)]
drm/amd: Stop evicting resources on APUs in suspend

From Mario Limonciello
3a9626c816db901def438dc2513622e281186d39 in mainline linux

2 months agoMake sure that the uptime field is always updated. Previously it was
yasuoka [Fri, 16 Aug 2024 09:54:21 +0000 (09:54 +0000)]
Make sure that the uptime field is always updated.  Previously it was
used before initialized when the database has a session.

2 months agoFree memory as much as possible. Also, fix a use-after-free when exiting.
yasuoka [Fri, 16 Aug 2024 09:52:16 +0000 (09:52 +0000)]
Free memory as much as possible.  Also, fix a use-after-free when exiting.

2 months agoSend a reply to the control client when DAE is timed out instead of
yasuoka [Fri, 16 Aug 2024 09:50:09 +0000 (09:50 +0000)]
Send a reply to the control client when DAE is timed out instead of
silence.  Also, fix a broken error string.

2 months agoDelete req_modified. Which is not used.
yasuoka [Fri, 16 Aug 2024 09:45:52 +0000 (09:45 +0000)]
Delete req_modified.  Which is not used.

2 months agoIntroduce PR_MPSYSCTL flag to mark mp-safe (*pr_sysctl)() handlers and
mvs [Fri, 16 Aug 2024 09:20:34 +0000 (09:20 +0000)]
Introduce PR_MPSYSCTL flag to mark mp-safe (*pr_sysctl)() handlers and
unlock both divert_sysctl() and divert6_sysctl(). Unlock them together,
because they are identical and pretty simple:

- DIVERTCTL_RECVSPACE and DIVERTCTL_SENDSPACE - atomically accessed
  integers;
- DIVERTCTL_STATS - per-CPU counters;

ok bluhm

2 months agoadd 7.7 syspatch pubkey
robert [Fri, 16 Aug 2024 06:42:21 +0000 (06:42 +0000)]
add 7.7 syspatch pubkey

2 months agodelete disabled ACPI-related code in here, this power management is
deraadt [Fri, 16 Aug 2024 04:14:27 +0000 (04:14 +0000)]
delete disabled ACPI-related code in here, this power management is
done at a different level, and nothing needs to be done here
ok kettenis

2 months agoAlign more register addresses and data structures with ath12k.
patrick [Fri, 16 Aug 2024 00:26:54 +0000 (00:26 +0000)]
Align more register addresses and  data structures with ath12k.

2 months agoFurther minor cleanup for improved readability, with the major change that
patrick [Thu, 15 Aug 2024 23:23:06 +0000 (23:23 +0000)]
Further minor cleanup for improved readability, with the major change that
FW now seems to come up after providing regdb parsed out of the board file.

2 months agoInitial patchset on top of the qwx(4) to adjust for ath12k. Still not
patrick [Thu, 15 Aug 2024 22:01:37 +0000 (22:01 +0000)]
Initial patchset on top of the qwx(4) to adjust for ath12k.  Still not
working yet, but it's better to continue polishing this in-tree.

2 months agowhitespace
deraadt [Thu, 15 Aug 2024 17:30:40 +0000 (17:30 +0000)]
whitespace