vm_object_coalesce(): check that coalescing does not revive stale pages
Reviewed by: alc, markj
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D54219
swap_pager_seek_data(): move the clipping at the object size to consumers
Reviewed by: alc, markj
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D54219
swap_pager_seek_data(): improve assertions
Check that the passed object indeed has the swap type.
Accept any kind of the object lock ownership, not only for read.
Reviewed by: alc, markj
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D54219
linuxkpi: clean up stray pctrie_iter_reset
This removes an extraneous pctrie_iter_reset before returning.
This is not needed as it simply clears a local variable that
will get cleaned up anyway as we immediately return from the
function.
MFC after: 1 week
Sponsored by: NVIDIA
Reviewed by: alc
Differential Revision: https://reviews.freebsd.org/D54153
(cherry picked from commit 4ae02d9792272fa8c43f4982cf338123d9bcaed2)
devel/{p4,p4api}: Update to 2025.2 release (2852709)
Perforce's C++ api version 2025.2 was released mid November
PR: 291731
Approved by: antonfb at hesiod.org (maintainer)
security/vuxml: add FreeBSD SAs issued on 2025-12-17
FreeBSD-SA-25:11.ipfw affects FreeBSD 13.5 and FreeBSD 14.3
FreeBSD-SA-25:12.rtsold affects all supported versions of FreeBSD
rtsold: Validate entries in domain search lists
Reported by: Kevin Day <kevin at your.org>
Approved by: so
Security: FreeBSD-SA-25:12.rtsold
Security: CVE-2025-14558
rtsold: Validate entries in domain search lists
Reported by: Kevin Day <kevin at your.org>
Approved by: so
Security: FreeBSD-SA-25:12.rtsold
Security: CVE-2025-14558
rtsold: Validate entries in domain search lists
Reported by: Kevin Day <kevin at your.org>
Approved by: so
Security: FreeBSD-SA-25:12.rtsold
Security: CVE-2025-14558
rtsold: Validate entries in domain search lists
Reported by: Kevin Day <kevin at your.org>
Approved by: so
Security: FreeBSD-SA-25:12.rtsold
Security: CVE-2025-14558
dns/{ldns,p5-DNS-Ldns,py-ldns}: Update 1.8.4 => 1.9.0, improve port
Changelog:
https://github.com/NLnetLabs/ldns/blob/1.9.0/Changelog
Improve port:
- Switch from "ifs" in goals to goals for options.
- Remove old dead code - unused variable NO_GOST.
- Fix warnings from portclippy.
- Rework "if" for master and slave ports.
- Sort pkg-plist.
PR: 291573
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>