[Bug 274536] panic: rt_tables_get_rnh_ptr: fam out of bounds (255 < 45)

2024-03-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274536 Gleb Smirnoff changed: What|Removed |Added Resolution|--- |FIXED Status|Open

[Bug 274536] panic: rt_tables_get_rnh_ptr: fam out of bounds (255 < 45)

2024-03-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274536 --- Comment #16 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=9d4a08d162d87ba120f418a1a71facd2c631b549 commit 9d4a08d162d87ba120f418a1a71facd2c631b549 Author:

[Bug 274536] panic: rt_tables_get_rnh_ptr: fam out of bounds (255 < 45)

2024-03-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274536 --- Comment #15 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=b977dd1ea5fbc2df3f1279330be4d089322eb2cf commit b977dd1ea5fbc2df3f1279330be4d089322eb2cf Author:

[Bug 274536] panic: rt_tables_get_rnh_ptr: fam out of bounds (255 < 45)

2024-03-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274536 --- Comment #14 from Edward Tomasz Napierala --- Bingo! Those two fix my panic. Thank you :) -- You are receiving this mail because: You are the assignee for the bug.

[Bug 274536] panic: rt_tables_get_rnh_ptr: fam out of bounds (255 < 45)

2024-03-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274536 --- Comment #13 from Gleb Smirnoff --- On Mon Mar 18 16:56:14 2024 UTC, tr...@freebsd.org wrote: > Sorry, no joy - with those two applied it still panics like before, with > similar > backtrace. I have just updated both revisions and

[Bug 274536] panic: rt_tables_get_rnh_ptr: fam out of bounds (255 < 45)

2024-03-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274536 --- Comment #12 from Edward Tomasz Napierala --- Sorry, no joy - with those two applied it still panics like before, with similar backtrace. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 274536] panic: rt_tables_get_rnh_ptr: fam out of bounds (255 < 45)

2024-03-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274536 --- Comment #11 from Gleb Smirnoff --- Can you please apply both https://reviews.freebsd.org/D44375 https://reviews.freebsd.org/D44392 and check if that fixes the panic? -- You are receiving this mail because: You are the assignee for

[Bug 274536] panic: rt_tables_get_rnh_ptr: fam out of bounds (255 < 45)

2024-03-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274536 --- Comment #10 from Edward Tomasz Napierala --- Negative; the s/254/255/ patch doesn't seem to fix the panic I'm having. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 274536] panic: rt_tables_get_rnh_ptr: fam out of bounds (255 < 45)

2024-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274536 --- Comment #9 from Gleb Smirnoff --- See also https://reviews.freebsd.org/D44375 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 274536] panic: rt_tables_get_rnh_ptr: fam out of bounds (255 < 45)

2024-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274536 --- Comment #8 from Gleb Smirnoff --- Created attachment 249197 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=249197=edit check if it is just a typo Can you please try out this patch? Reverting any previous changes. -- You

[Bug 274536] panic: rt_tables_get_rnh_ptr: fam out of bounds (255 < 45)

2024-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274536 Gleb Smirnoff changed: What|Removed |Added CC||dcha...@freebsd.org --- Comment

[Bug 274536] panic: rt_tables_get_rnh_ptr: fam out of bounds (255 < 45)

2024-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274536 --- Comment #6 from Edward Tomasz Napierala --- Thank you! It's 17, which appears to be PF_PACKET. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 274536] panic: rt_tables_get_rnh_ptr: fam out of bounds (255 < 45)

2024-03-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274536 --- Comment #5 from Gleb Smirnoff --- I guess the 255 is coming from sys/compat/linux/linux.c:linux_to_bsd_domain() return (-1). Can you please first modify your kernel so that it doesn't panic: e.g. in netlink_io.c after line 284 just

[Bug 274536] panic: rt_tables_get_rnh_ptr: fam out of bounds (255 < 45)

2024-03-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274536 --- Comment #4 from Edward Tomasz Napierala --- This is still happening with yesterday's CURRENT. It looks like the bug is caused by rtnl_handle_getroute() being called with family=255, which then causes assertion in

[Bug 274536] panic: rt_tables_get_rnh_ptr: fam out of bounds (255 < 45)

2023-11-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274536 Edward Tomasz Napierala changed: What|Removed |Added Blocks||247219 Referenced

[Bug 274536] panic: rt_tables_get_rnh_ptr: fam out of bounds (255 < 45)

2023-10-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274536 John Baldwin changed: What|Removed |Added CC||j...@freebsd.org,

[Bug 274536] panic: rt_tables_get_rnh_ptr: fam out of bounds (255 < 45)

2023-10-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274536 --- Comment #2 from Edward Tomasz Napierala --- Ah; sorry; I've just verified it's still happening with: FreeBSD pustak 15.0-CURRENT FreeBSD 15.0-CURRENT #69 main-n266018-d2abbfede534-dirty: Wed Oct 18 11:33:02 BST 2023

[Bug 274536] panic: rt_tables_get_rnh_ptr: fam out of bounds (255 < 45)

2023-10-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274536 Graham Perrin changed: What|Removed |Added CC||grahamper...@gmail.com

[Bug 274536] panic: rt_tables_get_rnh_ptr: fam out of bounds (255 < 45)

2023-10-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274536 Bug ID: 274536 Summary: panic: rt_tables_get_rnh_ptr: fam out of bounds (255 < 45) Product: Base System Version: 15.0-CURRENT Hardware: Any OS: Any