Quote from: nero355 on July 17, 2026, 02:18:16 PMI would start with the Kernel TLS tweak mentioned in other threads and see if it helps.
Could you please point me to the mentioned Kernel TLS tweak? I also get frequent reboots due to a kernel panic on my Topton N6005 box after the 26.7 upgrade:
Code Select
Fatal trap 12: page fault while in kernel mode
fault virtual address = 0x0
panic: page fault
memmove_erms()
bpf_zerocopy_append_mbuf()
catchpacket()
bpf_mtap2()
ether_bpf_mtap_if()
lagg_transmit_ethernet() → vlan_transmit() → ether_output_frame()
ng_apply_item() → ng_snd_item() → ng_ether_output() → ether_output()
ip_output() → tcp_default_output() → tcp_usr_ready()
ktls_encrypt() → ktls_work_thread()
I've currently disabled net.bpf.zerocopy using a tunable (net.bpf.zerocopy_enable=0) and it actually seems to work for me, but maybe there is more elegant solution that I'm missing. Thanks!
"