miod [Fri, 27 Jan 2023 16:39:22 +0000 (16:39 +0000)]
Add a few more -fno-builtin to make sure we test libm, not the compiler.
cheloha [Fri, 27 Jan 2023 15:37:16 +0000 (15:37 +0000)]
riscv64: initialize stathz, profhz like other platforms do
Don't hardcode 100 and 1000. Use hz(9) for stathz, compute profhz
using stathz, just like most other platforms.
Link: https://marc.info/?l=openbsd-tech&m=167479021815637&w=2
ok jca@
aoyama [Fri, 27 Jan 2023 13:58:17 +0000 (13:58 +0000)]
Delete get_plane_numbers() function.
Different from original LUNA(68k), the number of planes is directly
stored as an integer value on LUNA-88K.
Tested on LUNA-88K2 by me.
miod [Fri, 27 Jan 2023 11:25:16 +0000 (11:25 +0000)]
Use stricter constraints in the assembly statements in fpset{mask,round,sticky}
and make them behave as intended again.
The existing constraints are too weak; this used to work in older days, but
got broken when the system compiler was updated to gcc 4 (or maybe even gcc 3).
tb [Fri, 27 Jan 2023 08:28:36 +0000 (08:28 +0000)]
Add openssl 3.0 interop tests
The plan is to retire the 1.0.2 interop tests soon so as to be able to
drop the dead and dangerous OpenSSL 1.0.2 port.
The cert part is extremely slow on arm64: the whole interop test on an m1
is about 10x slower (~45 min!) than on a modern amd64 laptop, so people
running regress may want to wait a bit with adding OpenSSL 3 to their test
boxes until this is sorted out.
deraadt [Fri, 27 Jan 2023 02:48:39 +0000 (02:48 +0000)]
sync
kettenis [Thu, 26 Jan 2023 13:09:18 +0000 (13:09 +0000)]
Rework the secondary CPU spinup code to take advantage of the context
parameter that PSCI gives us.
ok patrick@
deraadt [Thu, 26 Jan 2023 07:44:31 +0000 (07:44 +0000)]
delete repeated word
deraadt [Thu, 26 Jan 2023 07:32:39 +0000 (07:32 +0000)]
backing "consolidate mbuf header parsing on device driver layer"
easily repeatable ASSERT happens seconds after starting compiles over nfs.
deraadt [Wed, 25 Jan 2023 23:42:03 +0000 (23:42 +0000)]
In the previous commit, FIXPROT would upgrade a PROT_NONE mapping too far.
Correct the logic, still blocking PROT_EXEC
ok anton kettenis
krw [Wed, 25 Jan 2023 21:44:08 +0000 (21:44 +0000)]
Use getpartno() in editor_delete(), enhancing getpartno() to
allow '*' to select all partitions when the action is 'delete'.
No intentional functional change.
millert [Wed, 25 Jan 2023 19:06:50 +0000 (19:06 +0000)]
Fix CVE-2023-24056, unbounded variable expansion in pkg-config.
We now die with an error when trying to expand a variable that is
already longer than 64K. This was never a buffer overflow in our
pkg-config, but rather an unbounded memory allocation that would
eventually run up against resource limits. OK sthen@ jasper@
cheloha [Wed, 25 Jan 2023 14:14:39 +0000 (14:14 +0000)]
gptimer(4): switch to clockintr
- Remove custom clock interrupt scheduling code.
- Remove local evcount structs.
- Wire up gptimer_intrclock.
- Switch stathz from 128 to hz
- Switch profhz from 1024 to (stathz * 10).
This change is untested. Nobody seems to have hardware that actually uses
the gptimer(4) as an interrupt clock. If this patch doesn't work, the driver
is probably not too distant from a working state.
Compile-tested by jca@. Discussed with kettenis@, jca@, drahn@, patrick@,
jsg@, and uwe@.
Link: https://marc.info/?l=openbsd-tech&m=167451333419815&w=2
ok patrick@ kettenis@
espie [Wed, 25 Jan 2023 13:25:07 +0000 (13:25 +0000)]
change naming convention for the lru "save history" cache, so that
ports like "lang/chicken/core" do generate files like lang.chicken.core.lru
instead of lang.chicken.core (which can create confusion in people's mind)
do so transparently by reading the old file if need be, and removing it
afterwards.
Funny thing noticed by tb@
ok tb@, sthen@
asou [Wed, 25 Jan 2023 10:53:15 +0000 (10:53 +0000)]
Delete TAB only line.
kettenis [Wed, 25 Jan 2023 09:53:53 +0000 (09:53 +0000)]
Implement execute-only mappings by using the Virtual Page Class Key
Protection mechanism provided by modern POWER CPUs. This is implemented
in a way data allows us to use the Data Address Compare mechanism that
was available on older versions of the architecture if we ever add support
for these older CPUs (e.g. the PowerPC 970 aka G5).
Special thanks to gkoehler@ for spotting the bug in my initial
implementation that made this not work at all.
ok deraadt@, gkoehler@
jsg [Wed, 25 Jan 2023 02:46:45 +0000 (02:46 +0000)]
drm/amdgpu: correct MEC number for gfx11 APUs
From Lang Yu
6da17ac15e354ce483044c924c801a1b25ec8e4a in linux-6.1.y/6.1.8
0ddadc3a2208aedb1b27dbb76d0b4e722b5b527a in mainline linux
jsg [Wed, 25 Jan 2023 02:44:50 +0000 (02:44 +0000)]
drm/amdgpu: add tmz support for GC IP v11.0.4
From Tim Huang
40a66b6ca4781cb65449ff0794924fc39f599d74 in linux-6.1.y/6.1.8
2aecbe492a3c0bf4c21f78c099a6f6c205fab0c7 in mainline linux
jsg [Wed, 25 Jan 2023 02:43:17 +0000 (02:43 +0000)]
drm/amdgpu: add tmz support for GC 11.0.1
From Yifan Zhang
a63bd0539bf395bd57ad7bb2fb6d7581bc19bff0 in linux-6.1.y/6.1.8
97074216917b4188f0af3e52cc5b3f2b277bbbca in mainline linux
jsg [Wed, 25 Jan 2023 02:42:07 +0000 (02:42 +0000)]
drm/amdgpu: enable GFX Clock Gating control for GC IP v11.0.4
From Tim Huang
a74805429d38775ac5cc24a8b04df74afe449ffb in linux-6.1.y/6.1.8
f9caa237372b106b5e70ba1a4bfd4222eb79ec71 in mainline linux
jsg [Wed, 25 Jan 2023 02:40:03 +0000 (02:40 +0000)]
drm/amdgpu: enable GFX Power Gating for GC IP v11.0.4
From Tim Huang
834a9142586542f7de693135caf9cc43c0b1e1b2 in linux-6.1.y/6.1.8
a89e2965da6e644729a8ee9c318b7fa9a2990353 in mainline linux
jsg [Wed, 25 Jan 2023 02:38:08 +0000 (02:38 +0000)]
drm/amdgpu: enable GFX IP v11.0.4 CG support
From Tim Huang
09af1ee53ced112a69b2a8f5d3b0c0e3818fcb4e in linux-6.1.y/6.1.8
f2b91e5a7cc0368709964994ca253781b51a486a in mainline linux
jsg [Wed, 25 Jan 2023 02:35:51 +0000 (02:35 +0000)]
drm/amdgpu: enable PSP IP v13.0.11 support
From Tim Huang
8cbe04b2e0a1a0197a47e14fbbbcf0ef18299bce in linux-6.1.y/6.1.8
2c83e3fd928b9cb1e35340e58d4b1bd2eea23ed6 in mainline linux
jsg [Wed, 25 Jan 2023 02:33:28 +0000 (02:33 +0000)]
drm/amdgpu/discovery: enable nbio support for NBIO v7.7.1
From Yifan Zhang
11ffb993373095468936788ecdec3cd237f8983d in linux-6.1.y/6.1.8
7308ceb44663f40bf9e7373c3b1aa4f7f433d625 in mainline linux
jsg [Wed, 25 Jan 2023 02:31:13 +0000 (02:31 +0000)]
drm/amdgpu/pm: use the specific mailbox registers only for SMU IP v13.0.4
From Tim Huang
703011b41c4f0d333e731edbb632eab62c0e1810 in linux-6.1.y/6.1.8
069a5af97ce3a1448a3566ce8b63b60e51e19958 in mainline linux
jsg [Wed, 25 Jan 2023 02:29:27 +0000 (02:29 +0000)]
drm/amdgpu/soc21: add mode2 asic reset for SMU IP v13.0.11
From Tim Huang
fe4d9fb3326ecac3d2cdd1acbc0011013b1d7a94 in linux-6.1.y/6.1.8
18ad18853cf2d8b94cef0112ba94f7a7535a9e89 in mainline linux
jsg [Wed, 25 Jan 2023 02:27:48 +0000 (02:27 +0000)]
drm/amdgpu/pm: add GFXOFF control IP version check for SMU IP v13.0.11
From Yifan Zhang
c776433afefde3f0dd74d43fb2cc5791bbd1caaf in linux-6.1.y/6.1.8
9f83e61201bb21957e4993736532edad7a11c7fa in mainline linux
jsg [Wed, 25 Jan 2023 02:25:26 +0000 (02:25 +0000)]
drm/amdgpu: add smu 13 support for smu 13.0.11
From Yifan Zhang
6ed56b86918d27f72b2cf283dcec6bb822813bc5 in linux-6.1.y/6.1.8
51e7a2168769c2f46edd93a18d4cba4a6d4adb13 in mainline linux
jsg [Wed, 25 Jan 2023 02:23:18 +0000 (02:23 +0000)]
drm/amdgpu/pm: enable swsmu for SMU IP v13.0.11
From Yifan Zhang
bb856053b7d7526784e596cf3be16e9d047ccb99 in linux-6.1.y/6.1.8
16412a94364d1dcebded9217ecb693c9659eaabc in mainline linux
jsg [Wed, 25 Jan 2023 02:20:44 +0000 (02:20 +0000)]
drm/amdgpu/discovery: add PSP IP v13.0.11 support
From Tim Huang
3ed03b0b42c4077806d652c8ced1acc7ff0ac001 in linux-6.1.y/6.1.8
7c1389f1b1228b96e621815e63eaa2e89b9f7511 in mainline linux
jsg [Wed, 25 Jan 2023 02:18:53 +0000 (02:18 +0000)]
drm/amdgpu: add gmc v11 support for GC 11.0.4
From Yifan Zhang
7d1e2273f21fd756bfc673e3e6244dc7912d83c2 in linux-6.1.y/6.1.8
d0ca8248999e4c5b02ac64f40536ff46dc14dda7 in mainline linux
jsg [Wed, 25 Jan 2023 02:16:42 +0000 (02:16 +0000)]
drm/amdgpu: add gfx support for GC 11.0.4
From Yifan Zhang
ea8f7acc35e2eb548c4ab56df22eccae69a660e6 in linux-6.1.y/6.1.8
1763cb65e870e783e26d2dc9def4edbeadcb1050 in mainline linux
jsg [Wed, 25 Jan 2023 02:15:15 +0000 (02:15 +0000)]
drm/amdgpu/discovery: set the APU flag for GC 11.0.4
From Yifan Zhang
09157e804d9e578c3bc8eff4d1ac4712f6e0fc1d in linux-6.1.y/6.1.8
dd2d9c7fd7716838d477e257f43facd68c53d3a9 in mainline linux
jsg [Wed, 25 Jan 2023 02:13:53 +0000 (02:13 +0000)]
drm/amdgpu: set GC 11.0.4 family
From Yifan Zhang
333814dd71d88c1b0fe6afb1147c8493f9dc116c in linux-6.1.y/6.1.8
94ab70685844227b5c9cb9027a5c4acd3b0e4564 in mainline linux
jsg [Wed, 25 Jan 2023 02:12:15 +0000 (02:12 +0000)]
drm/amdgpu/discovery: enable mes support for GC v11.0.4
From Yifan Zhang
2ecc26293852b3a6d093b49857f309ba7497a6be in linux-6.1.y/6.1.8
6a6af77570add4e58721386be429dbd02cd4b9dd in mainline linux
jsg [Wed, 25 Jan 2023 02:10:31 +0000 (02:10 +0000)]
drm/amdgpu/discovery: enable gfx v11 for GC 11.0.4
From Yifan Zhang
db4fa3b2d7d4eb0a5e05e477d2087c84eade50a6 in linux-6.1.y/6.1.8
b952d6b3d3ff3c1570fab77f2137d5e5280a0e57 in mainline linux
jsg [Wed, 25 Jan 2023 02:09:05 +0000 (02:09 +0000)]
drm/amdgpu/discovery: enable gmc v11 for GC 11.0.4
From Yifan Zhang
907d5b697d850a548e6a226fef6e84f1b665bbb3 in linux-6.1.y/6.1.8
d5fd8c89ed206b2df3933bc4ea129401b2b60869 in mainline linux
jsg [Wed, 25 Jan 2023 02:07:45 +0000 (02:07 +0000)]
drm/amdgpu/discovery: enable soc21 common for GC 11.0.4
From Yifan Zhang
708509058b79aa584d4303fcfcfa397790bf657e in linux-6.1.y/6.1.8
69dc98bbd44160930b6b3ca9ca558f89435d2702 in mainline linux
jsg [Wed, 25 Jan 2023 02:06:05 +0000 (02:06 +0000)]
drm/amd/display: disable S/G display on DCN 3.1.4
From Alex Deucher
bf9261e4536f1165e67572ffbdd768c90f8eebef in linux-6.1.y/6.1.8
a52287d66dfa1cca32e6273623b63ba39d87f126 in mainline linux
jsg [Wed, 25 Jan 2023 02:04:34 +0000 (02:04 +0000)]
drm/amd/display: disable S/G display on DCN 3.1.5
From Alex Deucher
3ad10fc4ad37be5adfb02f6d493d092dec9b4c55 in linux-6.1.y/6.1.8
e78cc6a4c7486f50c2786d91dd7d9649a87d1dcb in mainline linux
jsg [Wed, 25 Jan 2023 02:03:02 +0000 (02:03 +0000)]
drm/amd/display: Fix COLOR_SPACE_YCBCR2020_TYPE matrix
From Joshua Ashton
b105b79ea05029ba7f55d826e6c0493a45620573 in linux-6.1.y/6.1.8
973a9c810c785ac270a6d50d8cf862b0c1643a10 in mainline linux
jsg [Wed, 25 Jan 2023 02:01:03 +0000 (02:01 +0000)]
drm/amd/display: Calculate output_color_space after pixel encoding adjustment
From Joshua Ashton
87e84d0ff97cf8d508910d793866083a918d8cab in linux-6.1.y/6.1.8
79601b894849cb6f6d6122e6590f1887ac4a66b3 in mainline linux
jsg [Wed, 25 Jan 2023 01:58:44 +0000 (01:58 +0000)]
drm/amd/display: Fix set scaling doesn's work
From hongao
032cebdff71e92d6aa6fd2a8550eb7c9898553e0 in linux-6.1.y/6.1.8
040625ab82ce6dca7772cb3867fe5c9eb279a344 in mainline linux
jsg [Wed, 25 Jan 2023 01:56:39 +0000 (01:56 +0000)]
drm/i915: Remove unused variable
From Nirmoy Das
92c39d6995923103f952c94ba0e9b859e182d2a8 in linux-6.1.y/6.1.8
2293a73ad4f3b6c37c06713ff1b67659d92ef43d in mainline linux
jsg [Wed, 25 Jan 2023 01:55:14 +0000 (01:55 +0000)]
drm/i915: Allow switching away via vga-switcheroo if uninitialized
From Thomas Zimmermann
4397bcbd729dd79af4cc53615bdca59f80e74643 in linux-6.1.y/6.1.8
a273e95721e96885971a05f1b34cb6d093904d9d in mainline linux
jsg [Wed, 25 Jan 2023 01:53:30 +0000 (01:53 +0000)]
drm/i915/display: Check source height is > 0
From Drew Davenport
597747eb58a7c8deb131f89aad7e136dbb63ef7a in linux-6.1.y/6.1.8
8565c502e7c156d190d8e6d36e443f51b257f165 in mainline linux
jsg [Wed, 25 Jan 2023 01:51:59 +0000 (01:51 +0000)]
drm/i915: re-disable RC6p on Sandy Bridge
From Sasa Dragic
38a9b17d3b58a3163bc031e96c94fc2d800e02b7 in linux-6.1.y/6.1.8
67b0b4ed259e425b7eed09da75b42c80682ca003 in mainline linux
jsg [Wed, 25 Jan 2023 01:50:20 +0000 (01:50 +0000)]
drm/amdgpu: Correct the power calcultion for Renior/Cezanne.
From jie1zhan
8dabe4e0daa999b2f11e354a0f67934420e095b4 in linux-6.1.y/6.1.8
c7bae4aaa5609c1fa9761c35dbcc5fcc92915222 in mainline linux
jsg [Wed, 25 Jan 2023 01:48:33 +0000 (01:48 +0000)]
drm/amdgpu: allow multipipe policy on ASICs with one MEC
From Lang Yu
d693fdf73eb296081523e18d1ac3bc38787e7cab in linux-6.1.y/6.1.8
dc88063b87775971be564d79dc1b05f7b8b5c135 in mainline linux
jsg [Wed, 25 Jan 2023 01:46:56 +0000 (01:46 +0000)]
drm/amdgpu: fix amdgpu_job_free_resources v2
From Christian Koenig
af4a3c274a92ee0545d65b9102b398fb75d7cc9a in linux-6.1.y/6.1.8
74ea8e78ab349514c9f4df0be1189d91267d750d in mainline linux
deraadt [Tue, 24 Jan 2023 23:16:14 +0000 (23:16 +0000)]
permit -execute-only on ppc64 (not default)
jan [Tue, 24 Jan 2023 22:35:46 +0000 (22:35 +0000)]
consolidate mbuf header parsing on device driver layer
with tweaks from mvs@, mpi@ and dlg@
ok mvs@, dlg@
jcs [Tue, 24 Jan 2023 21:48:04 +0000 (21:48 +0000)]
Parallels Desktop 17 emulates an azalia audio device, add it
azalia0 at pci0 dev 1 function 0 "Intel 82801I HD Audio" rev 0x00: msi
azalia0: codecs: Parallels/0x0001
ok patrick
claudio [Tue, 24 Jan 2023 20:06:16 +0000 (20:06 +0000)]
Refactor nd6_options() a bit more. Rewrite the loop to be a proper loop
and not some endless loop with some gotos.
OK kn@
kettenis [Tue, 24 Jan 2023 16:51:05 +0000 (16:51 +0000)]
Make sure pmap_page_protect() does the right thing for execute-only
mappings and enforce this with a KASSERT like we do on amd64. Bring
the pmap_protect() inline in line with the amd64 version.
ok miod@, deraadt@
stsp [Tue, 24 Jan 2023 16:18:22 +0000 (16:18 +0000)]
Fix a crash in iwx(4) when connecting to WEP networks via ifconfig join.
In if_iwx.c r1.63 / CVS commit ID QzTzJtyPl10L63Yi, I fixed a problem with
connecting to WPA1/TKIP networks. This change introduced a deference of
the 'ni' pointer passed to ic_set_key(). This pointer will be passed in
as NULL in certain situations, such as when WEP is used. Add the missing
NULL check.
reported by and fix tested by matthieu@
job [Tue, 24 Jan 2023 15:52:46 +0000 (15:52 +0000)]
Add ASPA to STANDARDS section
job [Tue, 24 Jan 2023 15:50:10 +0000 (15:50 +0000)]
Fix typo
krw [Tue, 24 Jan 2023 15:47:10 +0000 (15:47 +0000)]
Use getpartno() in editor_add(), enhancing getpartno() to find
the default partition and allow selection of partitions up to
MAXPARTITION.
No intentional functional change.
claudio [Tue, 24 Jan 2023 14:14:15 +0000 (14:14 +0000)]
Implmement `bgpctl show rib avs invalid` and firends.
This will show all invalid ASPA paths.
OK tb@
claudio [Tue, 24 Jan 2023 14:13:11 +0000 (14:13 +0000)]
Implement filter and control message matching for ASAP.
This adds avs (ASPA validation state) which can be 'unknown', 'valid'
or 'invalid'. It behaves similar to ovs but the ASPA validation state
of paths from iBGP sessions is 'unknown' and the role of the ebgp session
is important to get the right validation state.
OK tb@
jca [Tue, 24 Jan 2023 13:31:47 +0000 (13:31 +0000)]
sync
jca [Tue, 24 Jan 2023 13:30:44 +0000 (13:30 +0000)]
Provide /dev/ujoy/[0-3]
ok deraadt@ miod@
jca [Tue, 24 Jan 2023 13:29:51 +0000 (13:29 +0000)]
Enable access to usb(4), ugen(4), ulpt(4), ucom(4) and ujoy(4)
Input kettenis@, ok deraadt@ miod@
jca [Tue, 24 Jan 2023 13:28:31 +0000 (13:28 +0000)]
Hook up the same USB device drivers as arm64/conf/GENERIC
Input from kettenis@, ok deraadt@ miod@
claudio [Tue, 24 Jan 2023 11:32:13 +0000 (11:32 +0000)]
Adjust various test results to the new bgpctl show rib output including
ASPA validation state.
OK tb@
claudio [Tue, 24 Jan 2023 11:31:13 +0000 (11:31 +0000)]
Adjust the ASPA test to match the new code which is AFI independent.
OK tb@
claudio [Tue, 24 Jan 2023 11:29:34 +0000 (11:29 +0000)]
Print the ASPA validation state (avs) in various show rib outputs.
OK tb@
claudio [Tue, 24 Jan 2023 11:28:41 +0000 (11:28 +0000)]
Implement ASPA validation and reload logic on ASPA set changes.
For this use the validation state (vstate) in struct prefix and
struct filterstate to store both the ASPA and ROA validity.
Introduce helper functions to set and get the various states for
struct prefix and make sure struct filterstate is also setup properly.
Change the ASPA state in rde_aspath to be AFI/AID and role independent
by storing all 4 possible outcomes. Also add a ASPA generation count
which is used to update the rde_aspath ASPA state cache on reloads.
Rework the rde_aspa.c code to be AFI/AID and role independent. Doing
this for roles is trivial but AFI switch goes deep and is so unnecessary.
The reload is combined with the ROA reload logic and renamed to RPKI
softreload.
OK tb@
job [Tue, 24 Jan 2023 09:48:57 +0000 (09:48 +0000)]
Check return value of X509_digest
OK tb@
miod [Tue, 24 Jan 2023 07:26:33 +0000 (07:26 +0000)]
Add and use a specific routine to fetch instructions from userland when
doing floating-point emulation, as copyin will fail on exec-only mappings
now.
ok deraadt@ kettenis@
jsg [Tue, 24 Jan 2023 01:40:22 +0000 (01:40 +0000)]
match unknown ATI display devices as amdgpu in fw_update
For recent devices amdgpu matches via the hardware ip discovery table,
not with a table of pci vendor and product ids.
So amdgpu_devlist.h and pcidevs do not cover all devices that amdgpu
may match.
in dmesg amdgpu with an unknown product takes the form:
ramdisk kernel, bios/mbr:
vga1 at pci12 dev 0 function 0 vendor "ATI", unknown product 0x687f rev 0xc3
ramdisk kernel, efi or non-x86 arch:
vendor "ATI", unknown product 0x687f (class display subclass VGA, rev 0x03) at pci12 dev 0 function 0 not configured
non-ramdisk kernel:
amdgpu0 at pci12 dev 0 function 0 vendor "ATI", unknown product 0x687f rev 0xc3
ok deraadt@ on an earlier version
deraadt [Tue, 24 Jan 2023 00:16:08 +0000 (00:16 +0000)]
oops, a silly typo
deraadt [Tue, 24 Jan 2023 00:14:30 +0000 (00:14 +0000)]
uvm_map_extract() UVM_EXTRACT_FIXPROT alias mappings are only used for
read/write operations, so mask out PROT_EXEC to avoid creating an pointless
exec mapping in the kernel.
We probably need this masking upon minprot (for the non-UVM_EXTRACT_FIXPROT
case) also, but I haven't done a test yet.
ok kettenis
deraadt [Tue, 24 Jan 2023 00:12:03 +0000 (00:12 +0000)]
ptrace reads/writes memory using uvm_io, which generates an temporary
alias mapping using uvm_map_extract. With xonly now operational, this
alias mapping is created with minprot, which for text will be xonly, and
the kernel cannot read it (unless the architecture has implied read for
exec from kernel pov).
Pass UVM_IO_FIXPROT to create the alias with maxprot instead.
ok kettenis
miod [Mon, 23 Jan 2023 19:31:41 +0000 (19:31 +0000)]
Make sure pmap_extract() doesn't incorrectly return success when invoked
on behalf of an invalid but not page-aligned address.
ok kettenis@
mvs [Mon, 23 Jan 2023 18:35:13 +0000 (18:35 +0000)]
Remove "sb == &so->so_rcv || sb == &so->so_snd" assertion from
sb_notify() and sbspace(). Now it's overkilling.
ok bluhm@
mvs [Mon, 23 Jan 2023 18:34:24 +0000 (18:34 +0000)]
Move SS_ISSENDING flag to `sb_state'. It should belong to the send
buffer as the SS_CANTSENDMORE flag.
ok bluhm@
mvs [Mon, 23 Jan 2023 18:33:34 +0000 (18:33 +0000)]
In somove() rename `state' variable to `rcvstate' to make code more
readable. No functional changes.
Proposed by and ok bluhm@
jsing [Mon, 23 Jan 2023 18:26:56 +0000 (18:26 +0000)]
Change include from _internal_s2n_bignum.h to s2n_bignum_internal.h.
jsing [Mon, 23 Jan 2023 18:25:36 +0000 (18:25 +0000)]
Include the ISC license from s2n-bignum's LICENSE file.
jsing [Mon, 23 Jan 2023 18:22:15 +0000 (18:22 +0000)]
Bring in various s2n-bignum functions for amd64.
This brings in bignum_add(), bignum_cmadd(), bignum_cmul(), bignum_mul()
and bignum_sub(), along with bignum_{mul,sqr}_4_8_alt() and
bignum_{mul,sqr}_8_16_alt().
Discussed with tb@
kn [Mon, 23 Jan 2023 14:49:16 +0000 (14:49 +0000)]
more comments, space and -- nits
jsing [Mon, 23 Jan 2023 12:17:57 +0000 (12:17 +0000)]
Move bn_mul_add_words() and bn_mul_words() from bn_asm.c to bn_mul.c.
These are wrapped with #ifndef HAVE_BN_ADD_MUL_WORDS/HAVE_BN_MUL_WORDS,
which are defined for architectures that provide their own assembly
versions.
jsing [Mon, 23 Jan 2023 12:09:06 +0000 (12:09 +0000)]
Move bn_sqr_words from bn_asm.c to bn_sqr.c.
This is wrapped with #ifndef HAVE_BN_SQR_WORDS, which is then defined for
architectures that provide their own assembly versions.
jsing [Mon, 23 Jan 2023 12:02:48 +0000 (12:02 +0000)]
Move bn_div_words from bn_asm.c to bn_div.c.
This is wrapped with #ifndef HAVE_BN_DIV_WORDS, which are defined for
architectures that provide their own assembly versions.
jsing [Mon, 23 Jan 2023 10:34:21 +0000 (10:34 +0000)]
Include bn_arch.h now that we're using defines from it.
jsing [Mon, 23 Jan 2023 10:31:03 +0000 (10:31 +0000)]
Move bn_add_words() and bn_sub_words from bn_asm.c to bn_add.c.
These are wrapped with #ifndef HAVE_BN_ADD_WORDS/HAVE_BN_SUB_WORDS, which
are defined for architectures that provide their own assembly versions.
jsg [Mon, 23 Jan 2023 10:14:15 +0000 (10:14 +0000)]
regen
jsg [Mon, 23 Jan 2023 10:13:46 +0000 (10:13 +0000)]
add amdgpu device ids newly matched with 6.1 drm
another Cyan Skillfish and Aldebaran/MI200
nicm [Mon, 23 Jan 2023 09:38:03 +0000 (09:38 +0000)]
Regen.
nicm [Mon, 23 Jan 2023 09:36:39 +0000 (09:36 +0000)]
Add Backtab key, based on a change from Crystal Kolipe kolipe.c at
exoticsilicon dot com.
ok miod
nicm [Mon, 23 Jan 2023 09:33:51 +0000 (09:33 +0000)]
Too many \s in example, GitHub issue 3445.
jsg [Mon, 23 Jan 2023 05:19:44 +0000 (05:19 +0000)]
regen
jsg [Mon, 23 Jan 2023 05:19:10 +0000 (05:19 +0000)]
change ATI "Yellow Carp" string to "Rembrandt"
Yellow Carp is the codename used by drm and linux amdgpu firmware.
In product specifications AMD uses Rembrandt.
Mesa renamed last year in
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16604
Ryzen 6000 Series / Rembrandt graphics are marketed as Radeon 660M and
Radeon 680M. These share the same device id of 0x1681.
Ryzen 7035 Series / Rembrandt-R also use Radeon 660M and Radeon 680M.
It is unclear if they use a device id of 0x1681 or 0x164d.
jsg [Mon, 23 Jan 2023 03:01:52 +0000 (03:01 +0000)]
add a placeholder for GC 11.0.4 device ids
GC 11.0.4 support will be backported to linux 6.1.y at the request of
Mario Limonciello of AMD on the linux stable list.
Known to be an APU from amdgpu_discovery_set_ip_blocks().
Firmware not currently in linux-firmware git.
yasuoka [Sun, 22 Jan 2023 23:05:51 +0000 (23:05 +0000)]
Fix pf_anchor_stackframe commit to revert pf rule matching to the
previous behavior that stops when any rule matches within quick
anchors.
ok sasha kn
tb [Sun, 22 Jan 2023 22:38:23 +0000 (22:38 +0000)]
Fix list of possible values of MODRUBY_REV
With Ruby 2.7 in the attic, MODRUBY_REV can no longer be set to 2.7.
It has been possible to set it to 3.2 for a while.
dv [Sun, 22 Jan 2023 22:18:40 +0000 (22:18 +0000)]
vmd(8): don't remove known vm's from the config on error.
Multiple error paths, specifically the one related to if a guest
cannot allocate memory at start, resulted in a known vm (via
vm.conf(5)) being removed from the vm list. Adjust the error paths
to check if the failing vm is defined in the config before tearing
it down.
Tested with help from beck@ and Mischa Peters.
ok beck@
jeremy [Sun, 22 Jan 2023 20:57:21 +0000 (20:57 +0000)]
Update documentation for removal of ruby27 FLAVOR