[Midnightbsd-cvs] [MidnightBSD/src] 22af48: Intel 82599 hardware has errata related to IPv4 UD...

Lucas Holt noreply at github.com
Wed Feb 8 14:48:10 EST 2023


  Branch: refs/heads/stable/3.0
  Home:   https://github.com/MidnightBSD/src
  Commit: 22af48eba8b01a93c24a9f2870654ddf5d8a9a26
      https://github.com/MidnightBSD/src/commit/22af48eba8b01a93c24a9f2870654ddf5d8a9a26
  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: ac8ca9c72c12581e54ef3598b967e2d0ee1d2bd3
      https://github.com/MidnightBSD/src/commit/ac8ca9c72c12581e54ef3598b967e2d0ee1d2bd3
  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: 28212c41c31436ddf6012e88f177ee0988e18aaa
      https://github.com/MidnightBSD/src/commit/28212c41c31436ddf6012e88f177ee0988e18aaa
  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


Compare: https://github.com/MidnightBSD/src/compare/c523ad21591b...28212c41c314


More information about the Midnightbsd-cvs mailing list