[Midnightbsd-cvs] [MidnightBSD/src] 70f296: Merge upstream r948: fix race condition in openpam...
Ka Ho Ng
noreply at github.com
Sun Jul 2 11:22:04 EDT 2023
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/src
Commit: 70f2966da562e39a98a570776a99ab5f16f3f9de
https://github.com/MidnightBSD/src/commit/70f2966da562e39a98a570776a99ab5f16f3f9de
Author: Dag-Erling Smørgrav <des at FreeBSD.org>
Date: 2023-07-02 (Sun, 02 Jul 2023)
Changed paths:
M contrib/openpam/CREDITS
M contrib/openpam/lib/libpam/openpam_ttyconv.c
Log Message:
-----------
Merge upstream r948: fix race condition in openpam_ttyconv(3).
(cherry picked from commit a90c7d9aa82430454b3194d6750e0c0c748ac6dc)
Commit: ccbbad8921cef37bc265a42616b8455d05853d34
https://github.com/MidnightBSD/src/commit/ccbbad8921cef37bc265a42616b8455d05853d34
Author: Kevin Bowling <kbowling at FreeBSD.org>
Date: 2023-07-02 (Sun, 02 Jul 2023)
Changed paths:
M sys/dev/e1000/em_txrx.c
Log Message:
-----------
e1000: Format em_txrx
No functional changes intended.
Reviewed by: markj (prior version)
Differential Revision: https://reviews.freebsd.org/D30072
(cherry picked from commit 5253d74e4650300815af351cc510a1c392a16584)
Commit: b77fe36b0daaa13024d0b2cb3aaea22e0ab5c4eb
https://github.com/MidnightBSD/src/commit/b77fe36b0daaa13024d0b2cb3aaea22e0ab5c4eb
Author: Kevin Bowling <kbowling at FreeBSD.org>
Date: 2023-07-02 (Sun, 02 Jul 2023)
Changed paths:
M sys/dev/e1000/em_txrx.c
Log Message:
-----------
e1000: Add SPDX tag to em_txrx
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D30072
(cherry picked from commit 034f38cdf864e6794fd63b67bf16c59627576699)
Commit: 041d94551b38f3f6d1d134a64b12e7d64a10efbf
https://github.com/MidnightBSD/src/commit/041d94551b38f3f6d1d134a64b12e7d64a10efbf
Author: Kristof Provost <kp at FreeBSD.org>
Date: 2023-07-02 (Sun, 02 Jul 2023)
Changed paths:
M sys/netinet/ip_output.c
Log Message:
-----------
netinet: re-read IP length after PFIL hook
The pfil hook may modify the packet, so before we check its length (to
decide if it needs to be fragmented or not) we should re-read that
length.
This is most likely to happen when pf is reassembling packets. In that
scenario we'd receive the last fragment, which is likely to be a short
packet, pf would reassemble it (likely exceeding the interface MTU) and
then we'd transmit it without fragmenting, because we're comparing the
MTU to the length of the last fragment, not the fully reassembled
packet.
See also: https://redmine.pfsense.org/issues/14396
Reviewed by: cy
MFC after: 3 weeks
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D40395
(cherry picked from commit 185c1cddd7ef34db82bc3a25b3c92556416a4e55)
Commit: b17dcbecf3a5b60bb5052cf9f7048a02f6b2404a
https://github.com/MidnightBSD/src/commit/b17dcbecf3a5b60bb5052cf9f7048a02f6b2404a
Author: Dimitry Andric <dim at FreeBSD.org>
Date: 2023-07-02 (Sun, 02 Jul 2023)
Changed paths:
M contrib/llvm-project/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
Apply llvm fix for hanging gcc builds on 32-bit arm
Merge commit 962c306a11d0 from llvm-project (by Florian Hahn):
[LV] Don't consider pointer as uniform if it is also stored.
Update isVectorizedMemAccessUse to also check if the pointer is stored.
This prevents LV to incorrectly consider a pointer as uniform if it is
used as both pointer and stored by the same StoreInst.
Fixes #61396.
PR: 271992
Reported by: John F. Carr <jfc at mit.edu>
MFC after: 3 days
(cherry picked from commit dbbaf77801a8f30e49731395e85757f339f345bf)
Commit: 254bb4045672aa3a422857d9a69288e4de1e8dab
https://github.com/MidnightBSD/src/commit/254bb4045672aa3a422857d9a69288e4de1e8dab
Author: Ka Ho Ng <khng at FreeBSD.org>
Date: 2023-07-02 (Sun, 02 Jul 2023)
Changed paths:
M share/man/man9/SYSCALL_MODULE.9
Log Message:
-----------
SYSCALL_MODULE(9): fix references to modfind(2) and modstat(2)
Sponsored by: Juniper Networks, Inc.
Reviewed by: delphij
MFC after: 1 week
(cherry picked from commit 9f135336f5057ae5a3f54fd9b1aa517cff0f9d3b)
Compare: https://github.com/MidnightBSD/src/compare/b5f473cd1ae5...254bb4045672
More information about the Midnightbsd-cvs
mailing list