[Midnightbsd-cvs] [MidnightBSD/src] d3dc89: Intel 82599 hardware has errata related to IPv4 UD...
Lucas Holt
noreply at github.com
Wed Feb 8 14:47:22 EST 2023
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/src
Commit: d3dc895b1ab0b40b68960a288b16b89593bb69ab
https://github.com/MidnightBSD/src/commit/d3dc895b1ab0b40b68960a288b16b89593bb69ab
Author: Lucas Holt <luke at foolishgames.com>
Date: 2023-02-08 (Wed, 08 Feb 2023)
Changed paths:
M sys/dev/ixgbe/if_ix.c
Log Message:
-----------
Intel 82599 hardware has errata related to IPv4 UDP frames with a zero
checksum. The L4 integrity error counter is incremented for such frames,
which results in reported interface errors through utilities such as
ifconfig(8). This confuses users, since all frames are in fact handled
correctly by the system.
Obtained from: FreeBSD
Commit: 5566df5fd1681f29f1995c0bd04a05ad8a32fe83
https://github.com/MidnightBSD/src/commit/5566df5fd1681f29f1995c0bd04a05ad8a32fe83
Author: Lucas Holt <luke at foolishgames.com>
Date: 2023-02-08 (Wed, 08 Feb 2023)
Changed paths:
M lib/geom/eli/geom_eli.c
Log Message:
-----------
When GELI reads a key file from a standard input, it doesn't store it
anywhere. If the user tries to initialize multiple providers at once, for
the second and subsequent devices the standard input stream will be already
empty. In this case, GELI silently uses a NULL key as the user key file. If
the user used only a key file without a user passphrase, the master key was
encrypted with an empty key file. This might not be noticed if the devices
were also decrypted in a batch operation.
Obtained from: FreeBSD
Commit: d819d4860b2f9f3e3178317388734d5f7b09551f
https://github.com/MidnightBSD/src/commit/d819d4860b2f9f3e3178317388734d5f7b09551f
Author: Lucas Holt <luke at foolishgames.com>
Date: 2023-02-08 (Wed, 08 Feb 2023)
Changed paths:
M contrib/tzdata/Makefile
M contrib/tzdata/NEWS
M contrib/tzdata/africa
M contrib/tzdata/asia
M contrib/tzdata/backward
M contrib/tzdata/backzone
M contrib/tzdata/europe
M contrib/tzdata/northamerica
M contrib/tzdata/southamerica
M contrib/tzdata/theory.html
M contrib/tzdata/version
M contrib/tzdata/zone.tab
M contrib/tzdata/zone1970.tab
M tools/build/mk/OptionalObsoleteFiles.inc
Log Message:
-----------
tzdata 2022g
Commit: 4852c85d349c618933eca63c5b088299ae7db8d9
https://github.com/MidnightBSD/src/commit/4852c85d349c618933eca63c5b088299ae7db8d9
Author: Lucas Holt <luke at foolishgames.com>
Date: 2023-02-08 (Wed, 08 Feb 2023)
Changed paths:
M UPDATING
Log Message:
-----------
document security patch
Compare: https://github.com/MidnightBSD/src/compare/adbf268def76...4852c85d349c
More information about the Midnightbsd-cvs
mailing list