[Bug 228854] loaded pf.ko module prevents ipsec.ko from loading for VIMAGE/VNET enabled kernel

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Oct 30 20:51:26 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228854

--- Comment #14 from commit-hook at freebsd.org ---
A commit references this bug:

Author: bz
Date: Tue Oct 30 20:51:03 UTC 2018
New revision: 339931
URL: https://svnweb.freebsd.org/changeset/base/339931

Log:
  As a follow-up to r339930 and various reports implement logging in case
  we fail during module load because the pcpu or vnet module sections are
  full.  We did return a proper error but not leaving any indication to
  the user as to what the actual problem was.

  Even worse, on 12/13 currently we are seeing an unrelated error (ENOSYS
  instead of ENOSPC, which gets skipped over in kern_linker.c) to be
  printed which made problem diagnostics even harder.

  PR:           228854
  MFC after:    3 days

Changes:
  head/sys/kern/link_elf.c
  head/sys/kern/link_elf_obj.c

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-net mailing list