[Midnightbsd-cvs] [MidnightBSD/src] 670b03: Make sure the VNET is properly set when reaping mb...

Lucas Holt noreply at github.com
Sat Nov 14 13:58:27 EST 2020


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/src
  Commit: 670b03a9fda667b85ac7e12f7869590f316e34cd
      https://github.com/MidnightBSD/src/commit/670b03a9fda667b85ac7e12f7869590f316e34cd
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2020-11-14 (Sat, 14 Nov 2020)

  Changed paths:
    M sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c

  Log Message:
  -----------
  Make sure the VNET is properly set when reaping mbufs in ipoib.
Else the following panic may happen:

panic()
icmp_error()
ipoib_cm_mb_reap()
linux_work_fn()
taskqueue_run_locked()
taskqueue_thread_loop()
fork_exit()
fork_trampoline()

from FreeBSD: Andreas Kempe <kempe at lysator.liu.se>  r356633


  Commit: 0f2c23d14d83b3e293e7cf642b124617c3827aa5
      https://github.com/MidnightBSD/src/commit/0f2c23d14d83b3e293e7cf642b124617c3827aa5
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2020-11-14 (Sat, 14 Nov 2020)

  Changed paths:
    M sys/dev/usb/serial/uslcom.c

  Log Message:
  -----------
  add Bitron Video AV2010/10 ZigBee USB Stick


  Commit: 5c7dfd3f2888bbe2751f8683f7d8077b00eaaf71
      https://github.com/MidnightBSD/src/commit/5c7dfd3f2888bbe2751f8683f7d8077b00eaaf71
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2020-11-14 (Sat, 14 Nov 2020)

  Changed paths:
    M release/Makefile
    M release/Makefile.gce
    M release/amd64/make-memstick.sh
    R release/amd64/make-uefi-memstick.sh
    R release/amd64/mkisoimages-uefi.sh
    M release/amd64/mkisoimages.sh
    M release/i386/make-memstick.sh
    M release/i386/mkisoimages.sh
    R release/ia64/ia64.conf
    R release/ia64/make-memstick.sh
    R release/ia64/mkisoimages.sh
    R release/pc98/mkisoimages.sh
    M release/scripts/box.ovf
    R release/sparc64/mkisoimages.sh
    R release/sparc64/sparc64.conf
    M stand/common/disk.c
    M stand/common/interp_forth.c
    M stand/common/newvers.sh
    M stand/common/part.c
    M stand/common/part.h
    M stand/efi/boot1/Makefile.fat
    M stand/efi/boot1/boot1.c
    M stand/efi/boot1/fat-amd64.tmpl.xz
    M stand/efi/boot1/fat-arm.tmpl.xz
    M stand/efi/boot1/fat-arm64.tmpl.xz
    M stand/efi/boot1/fat-i386.tmpl.xz
    M stand/efi/include/efi.h
    M stand/efi/libefi/efienv.c
    M stand/efi/libefi/env.c
    M stand/i386/boot0/boot0.S
    M stand/libsa/zfs/zfs.c
    M sys/conf/newvers.sh
    M sys/sys/param.h
    M usr.bin/mkimg/Makefile
    M usr.bin/mkimg/apm.c
    M usr.bin/mkimg/bsd.c
    M usr.bin/mkimg/ebr.c
    A usr.bin/mkimg/endian.h
    M usr.bin/mkimg/format.c
    M usr.bin/mkimg/format.h
    M usr.bin/mkimg/gpt.c
    M usr.bin/mkimg/image.c
    M usr.bin/mkimg/image.h
    M usr.bin/mkimg/mbr.c
    M usr.bin/mkimg/mkimg.1
    M usr.bin/mkimg/mkimg.c
    M usr.bin/mkimg/mkimg.h
    M usr.bin/mkimg/pc98.c
    M usr.bin/mkimg/qcow.c
    M usr.bin/mkimg/raw.c
    M usr.bin/mkimg/scheme.c
    M usr.bin/mkimg/scheme.h
    A usr.bin/mkimg/uuid.c
    M usr.bin/mkimg/vhd.c
    M usr.bin/mkimg/vmdk.c
    M usr.bin/mkimg/vtoc8.c
    M usr.sbin/bsdinstall/scripts/mirrorselect

  Log Message:
  -----------
  Merge branch 'master' of ssh://github.com/midnightbsd/src into master


Compare: https://github.com/MidnightBSD/src/compare/8b24d1a4c3a6...5c7dfd3f2888


More information about the Midnightbsd-cvs mailing list