https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
Kubilay Kocak changed:
What|Removed |Added
Flags|maintainer-feedback?(re@Fre |maintainer-feedback+
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
Mark Johnston changed:
What|Removed |Added
Status|In Progress |Closed
Resolution|---
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
--- Comment #26 from commit-h...@freebsd.org ---
A commit in branch releng/13.0 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=4647d115ff849534c9d6712cc2da32509721e20e
commit 4647d115ff849534c9d6712cc2da32509721e20e
Auth
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
Kubilay Kocak changed:
What|Removed |Added
Status|Open|In Progress
--
You are receiving
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
Kubilay Kocak changed:
What|Removed |Added
CC||cryptogra...@gmail.com
--- Comment
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
Kubilay Kocak changed:
What|Removed |Added
CC||ku...@gentoo.org
--- Comment #24 f
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
Kubilay Kocak changed:
What|Removed |Added
CC||niels=free...@bakker.net
--- Comme
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
Kubilay Kocak changed:
What|Removed |Added
Depends on|256439 |
Assignee|n...@freebsd.o
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
Kubilay Kocak changed:
What|Removed |Added
Keywords|needs-qa|
Flags|maintainer-fee
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
--- Comment #21 from commit-h...@freebsd.org ---
A commit in branch stable/13 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=ed1acef3fe3053b418ce3e41036ccf24957253a4
commit ed1acef3fe3053b418ce3e41036ccf24957253a4
Author
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
--- Comment #20 from commit-h...@freebsd.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=bc6a2267fffeafd3946637607a74cfd639398f9d
commit bc6a2267fffeafd3946637607a74cfd639398f9d
Author:
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
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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
--- Comment #17 from Mark Johnston ---
(In reply to shamaz.mazum from comment #16)
Given that the problem appears to be tied to L2 ipfw hooks, please try the
patch here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256439#c29
--
You
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
--- Comment #16 from shamaz.ma...@gmail.com ---
> Is this panic still occurring? PR 256439 looks very similar.
>From the top of releng/13.0, yes. I think this is driver-specific, because
layer2 filtering works on other machines (turning it
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
Mark Johnston changed:
What|Removed |Added
CC||ma...@freebsd.org
--- Comment #15
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
--- Comment #14 from shamaz.ma...@gmail.com ---
Disregard my last message. Tryed layer2 filtering on my second machine. All
works fine. It causes trouble only at the first one.
--
You are receiving this mail because:
You are the assignee f
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
--- Comment #13 from shamaz.ma...@gmail.com ---
Can you reproduce by it yourself by adding net.link.ether.ipfw = 0 to
/etc/sysctl.conf
and writing firewall rules like these:
#!/bin/sh
IPFW="/sbin/ipfw -q"
IFACE="wg0"
PUB_IFACE="re1"
SKIP_
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
--- Comment #12 from Richard Scheffenegger ---
Can you share the 2nd core dump and kernel?
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
Kevin Bowling changed:
What|Removed |Added
CC||kbowl...@freebsd.org
--- Comment #
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
--- Comment #10 from shamaz.ma...@gmail.com ---
I think, the main search vector is why there are no panics when
net.link.ether.ipfw sysctl is set to 0 and there are panics when it is set to
1.
I pasted my ipfw rules earlier, so you can see
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
--- Comment #9 from Richard Scheffenegger ---
The two cores look vastly different - and the 2nd one would be interesting to
me to see what is going on in detail. There is no trace of TCP stack
involvement
in the original (BETA3) core dump.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
--- Comment #8 from Richard Scheffenegger ---
Rescue Retransmission for SACK is not in releng/13.0, thus D29315 is unlikely
to be the problem here.
There was another known panic (but with a KASSERT giving it away), fixed with
D29083, but
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
--- Comment #7 from shamaz.ma...@gmail.com ---
> Please test a kernel with e9f02983 applied to confirm that the issue is still
> reproducible
Yes it is reproducible
--
You are receiving this mail because:
You are the assignee for the bug
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
Kubilay Kocak changed:
What|Removed |Added
See Also||https://reviews.freebsd.org
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
Kubilay Kocak changed:
What|Removed |Added
See Also||https://bugs.freebsd.org/bu
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
Kubilay Kocak changed:
What|Removed |Added
URL||https://cgit.freebsd.org/sr
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
--- Comment #5 from shamaz.ma...@gmail.com ---
Bugs 254309, 254244 are irrelevant to my case.
The line net.link.ether.ipfw=1 in /etc/sysctl.conf causes all the trouble. I
provided my firewall rules, so you can see what ipfw does to layer2 f
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
--- Comment #4 from Kristof Provost ---
(In reply to Kubilay Kocak from comment #3)
It may already be fixed. Reporter needs to re-test with a build that includes
e9f029831fa5747ae1b405f5716c52cb4ebf1e04 (or the cherry-picked equivalent on
w
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015
Kubilay Kocak changed:
What|Removed |Added
Flags|maintainer-feedback?(kp@fre |maintainer-feedback+
30 matches
Mail list logo