hdestroy(3): stop freeing key values
POSIX leaves ownership of ENTRY.key with the caller. Our current behaviour
came from NetBSD when this code was imported in 2004. NetBSD and FreeBSD
both stopped freeing key values in July 2014. NetBSD in commit fe0a1a6 and
FreeBSD in commit e19f362.
Remove the call to free(3) to align ourselves with NetBSD, FreeBSD and
POSIX. Also adjust rsync for the change in semantics.
Flagged by Sortix os-test.
ok millert@, deraadt@
limits.h: bump _POSIX_THREAD_THREADS_MAX to 64
This matches POSIX and the other BSDs. The mismatch was flagged by Sortix
os-test.
ok guenther@, asou@, deraadt@
acpidmar(4): Store PCI domain in softc for segment mapping
Ensure we get a valid segement and enforce use of the IOMMU.
While there:
- tweak printf to use segment instead of PCI domain
- use ACPI provided segment instead of hardcoded 0 in ivhd_showpage()
ok kettenis@
iked: avoid parameter overload
Old ca_validate_cert() API interpreted data pointer as parsed X509
structure if len == 0 and crashed if a zero size certificate buffer
was passed instead. Now we have an explicit certifcate and key
parameter.
from hshoexer@ markus@; ok bluhm@ tb@ tobhe@
this is errata/7.9/009_iked.patch.sig
iked: avoid parameter overload
Old ca_validate_cert() API interpreted data pointer as parsed X509
structure if len == 0 and crashed if a zero size certificate buffer
was passed instead. Now we have an explicit certifcate and key
parameter.
from hshoexer@ markus@; ok bluhm@ tb@ tobhe@
this is errata/7.8/045_iked.patch.sig
iked: avoid parameter overload
Old ca_validate_cert() API interpreted data pointer as parsed X509
structure if len == 0 and crashed if a zero size certificate buffer
was passed instead. Now we have an explicit certifcate and key
parameter.
from markus@
ok bluhm@ tb@
drm/fb-helper: Fix a locking bug in an error path
From Bart Van Assche
e7731507270c2c63f00cfbf210fe96b964e9b42e in linux-6.18.y/6.18.44
bd64240dc88caaf7b96dd869f36f165f51b52039 in mainline linux
drm/i915/vrr: require valid min/max vfreq for VRR
From Jani Nikula
df1582c0a101e2e2f133dd331d2a3258bb6a7518 in linux-6.18.y/6.18.44
f8a9262c7a6fc2de9802e14b0228114f0333869e in mainline linux
drm/i915/vrr: Check HAS_VRR() first in intel_vrr_is_capable()
From Ville Syrjala
894d4a7395662059d2c6009fd17e1598af06405e in linux-6.18.y/6.18.44
4b274b0b61ab2a529e5c22e9aa033f3028e639fc in mainline linux
drm/exec: Remove the index parameter from drm_exec_for_each_locked_obj[_reverse]
From Thomas Hellstrom
b8ad916ba4e18e428693ffd89ae66ac9754b5558 in linux-6.18.y/6.18.44
ce44b78512e9102aea54ff6b6e521d6c8de9f31c in mainline linux
drm/amd/display: Exit idle optimizations before programming
From Leo Li
3cb42a973f889f13204f220612eb0be89f90a661 in linux-6.18.y/6.18.44
8419331e64d92a8de5fc4feef0e305f201fb8b33 in mainline linux
drm/amd/display: check GRPH_FLIP status before sending event
From Leo Li
dbbe08d73b8bcedf0eb8bacb4b3c43b09c92c032 in linux-6.18.y/6.18.44
48ab86360af117123eb1b15e38f068acf3826400 in mainline linux
drm/amdgpu: Respect placement requirements in amdgpu_gtt_mgr functions
From Timur Kristof
30b2d0843a4101934109c1e7f9240b153d631c10 in linux-6.18.y/6.18.44
8882f8897e554053af9e72f4c2da8b1e2cce56c7 in mainline linux
drm/amdgpu: Fix context pstate override handling
From Tvrtko Ursulin
e06c39cc1c48dca68a5ffd971c23025a52d46634 in linux-6.18.y/6.18.4
c1dc4ccb82c9e56325d8e7514ca4c90bd1efb351 in mainline linux
drm/fb-helper: Allocate and release fb_info in single place
From Thomas Zimmermann
3f58077457985c622c014f438d8e00dbd03db338 in linux-6.18.y/6.18.4
63c971af40365ee706c7e24f6a7900d693518f09 in mainline linux
drm/amdkfd: hold event_mutex while checkpointing CRIU events
From William Palacek
6a52f48157fa7fb81e0c146937fd6c8b0c1cfdbd in linux-6.18.y/6.18.44
ff8bc5a68a9a70bdc38d61a72c7a49c56063f9d2 in mainline linux
drm/amdkfd: Handle invalid event type in CRIU event restore
From David Francis
6189ceca5ce75078743db456e133efbfa2dc6fce in linux-6.18.y/6.18.44
a9cdc85839e4fe2c760aa4ca6cc341c31ad1918a in mainline linux
drm/amdkfd: fix uint32_t overflow in EOP ring buffer size alignment
From William Palacek
6dc0b4b39ed4f11ef70f76ecea8537e35f45342b in linux-6.18.y/6.18.44
83463a96ea3c7d8ae636a4d6a0ba63c9ce410724 in mainline linux
drm/amdkfd: fix QID bit leak in pqm_create_queue()
From Vladimir Marioukhine
5f0f2ddeac738e2ca9d12cb76a1ff2904e85ecc3 in linux-6.18.y/6.18.44
38b73293f38658a4685ffcea666462024f858ad9 in mainline linux