[Bug 256439] if_bridge(4): Kernel panic on FreeBSD 13.0-RELEASE: bridge_rthash
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256439 --- Comment #30 from crypt47 --- The server works with this patch for some time. Probably it fixes the problem. But. Couldn't make a full time testing because the first thing I've noticed was a broken NAT with pf.:( -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
[Bug 256610] Kernel panic with ngtee
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256610 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org Keywords||panic -- You are receiving this mail because: You are the assignee for the bug.
[Bug 241954] netgraph: Fails on concurrent node rename
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241954 --- Comment #9 from commit-h...@freebsd.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=36c7408818c53ae0c1f1aee0250c5d3fe16b06e0 commit 36c7408818c53ae0c1f1aee0250c5d3fe16b06e0 Author: Lutz Donnerhacke AuthorDate: 2021-06-02 22:29:46 + Commit: Lutz Donnerhacke CommitDate: 2021-06-15 12:31:32 + tests/netgraph: Inital framework for testing libnetgraph Provide a framework of functions to test various netgraph modules. Tests contain: - creating, renaming, and destroying nodes - connecting and removing hooks - sending and receiving data - sending ASCII messages and receiving binary responses - errors can be passed for indiviual inspection or fail the test Reviewed by:kp Differential Revision: https://reviews.freebsd.org/D30629 Differential Revision: https://reviews.freebsd.org/D30657 Differential Revision: https://reviews.freebsd.org/D30671 Differential Revision: https://reviews.freebsd.org/D30699 (cherry picked from commit 24ea1dbf257aa6757f469bcd859f90e9ad851e59) (cherry picked from commit 09307dbfb888a98232096c751a96ecb3344aa77c) (cherry picked from commit 9021c46603bf29b9700f24b8dce8796b434d7c8f) (cherry picked from commit 5554abd9cc9702af30af90925b33c5efff4e7d88) Also contains some fixups: - indent all files correctly - finish factoring out - remove debugging code - check for renaming issues reported in PR241954 PR: 241954 Differential Revision: https://reviews.freebsd.org/D30692 Differential Revision: https://reviews.freebsd.org/D30714 Differential Revision: https://reviews.freebsd.org/D30713 (cherry picked from commit a664ade93972ce617f0888ff79e715dff9cf0f87) (cherry picked from commit 0afa9be03937d60cb5aeba64c81e3e2165bd3737) (cherry picked from commit 43e4821315c31db067e23564b9bfafb519e77b2b) tests/sys/netgraph/Makefile | 6 +- tests/sys/netgraph/basic.c (new) | 191 +++ tests/sys/netgraph/util.c (new) | 277 +++ tests/sys/netgraph/util.h (new) | 114 4 files changed, 587 insertions(+), 1 deletion(-) -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 256439] if_bridge(4): Kernel panic on FreeBSD 13.0-RELEASE: bridge_rthash
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256439 --- Comment #31 from Mark Johnston --- (In reply to crypt47 from comment #30) You mean, there is some new regression in pf when the patch is applied? Are you still testing 13.0-RELEASE? -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
[Bug 254623] traceroute6: ICMP6 no longer works due to Capsicum'ization: data too short (-1 bytes) from invalid
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254623 Mark Johnston changed: What|Removed |Added Status|In Progress |Closed Resolution|--- |FIXED -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 254015] Panic when using bridge interface on 13.0-BETA4
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015 --- Comment #18 from shamaz.ma...@gmail.com --- #(In reply to Mark Johnston from comment #17) The proposed solution works for me, thanks! I was wrong, this is not a bug in the driver ;) Is there a chance that it will be committed in releng/13.0? -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
[Bug 254015] Panic when using bridge interface on 13.0-BETA4
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015 --- Comment #19 from Mark Johnston --- (In reply to shamaz.mazum from comment #18) Yes, we will probably release an erratum for this, so it'll be included in 13.0-RELEASE-p3. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
[Bug 218579] Wake on Lan doesn't work for bge NIC driver
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 HIROKI MORI changed: What|Removed |Added CC||yamori...@yahoo.co.jp --- Comment #21 from HIROKI MORI --- I use acer note 3820. This machine have alc interface. alc support wol. I can wol this machine on releng/13. But poweroff do reboot. I think wol poweroff problem is not driver issue. I doubt ACPI or other code. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 218579] Wake on Lan doesn't work for bge NIC driver
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #22 from Cy Schubert --- Mine is an Acer 4752, same problem. Windows and Fedora don't have the problem. This suggests I've missed something in my patch. But poweroff does work after that initial reboot following WOL. I suspect this is some bit in a NIC register that fails to be reset after WOL power up. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 256439] if_bridge(4): Kernel panic on FreeBSD 13.0-RELEASE: bridge_rthash
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256439 --- Comment #32 from crypt47 --- I hadn't much time for testing. I've used F13 kernel with F12.2 userland. One of the jails is setuped to use pf as a NAT. With the test kernel it hadn't start with error like kernel module is unavailable or something. Since it didn't run smoothly, I had to have it change back at least for more suitable time for testing. In case it required. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.