Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Jan 2025 13:50:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 219655] Per-VNET soacceptqueue/somaxconn and numopensockets possible?
Message-ID:  <bug-219655-7501-1T7MeljQNO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-219655-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-219655-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219655

--- Comment #18 from Peter TKATCHENKO <peter@flytrace.com> ---
The patch cannot be applied 'as is' on 14.2 kernel. I modified it a bit,
applied and rebuilt the GENERIC kernel. Unfortunately, the kernel panics on
boot:

Fatal trap 12: page fault while in kernel mode
cpuid =3D 2; apic id =3D 02
fault virtual address  =3D 0x28
fault code             =3D supervisor read data, page not present
instruction pointer    =3D 0x20:0xffffffff80be2e44
stack pointer          =3D 0x28:0xfffffe00cdbb7d00
frame pointer          =3D 0x28:0xfffffe00cdbb7d50
code segment           =3D base 0x0, limit 0xfffff, type 0x1b
                       =3D DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags       =3D interrupt enabled, resume, IOPL =3D 0
current process                =3D 155 (ip6addrctl)
rdi: fffff80006d57c00 rsi: ffffffff818d56d8 rdx: ffffffff811da680
rcx: 0000000000000000  r8: 0000000000320000  r9: 0000000000000000
rax: 0000000000000000 rbx: fffff800134df400 rbp: fffffe00cdbb7d50
r10: 0000000000000000 r11: 0000000000000400 r12: fffff80006f2b000
r13: 0000000000000000 r14: fffff800030cd4c0 r15: fffff800134df510
trap number            =3D 12
panic: page fault
cpuid =3D 2
time =3D 1735911923
KDB: stack backtrace:
#0 0xffffffff80b8c89d at kdb_backtrace+0x5d
#1 0xffffffff80b3ec01 at vpanic+0x131
#2 0xffffffff80b3eac3 at panic+0x43
#3 0xffffffff81026a0b at trap_fatal+0x40b
#4 0xffffffff81026a56 at trap_pfault+0x46
#5 0xffffffff80ffd408 at calltrap+0x8
#6 0xffffffff80be2a5a at socreate+0xba
#7 0xffffffff80bed1b0 at kern_socket+0xb0
#8 0xffffffff810272c5 at amd64_syscall+0x115
#9 0xffffffff80ffdd1b at fast_syscall_common+0xf8

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219655-7501-1T7MeljQNO>