[Bug 267028] kernel panics when booting with both (zfs,ko or vboxnetflt,ko or acpi_wmi.ko) and amdgpu.ko

2025-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267028 --- Comment #349 from George Mitchell --- My system has been upgraded to 14.2-RELEASE. I updated kernel modules graphics/drm-515-kmod-5.15.160.1402000_2 and graphics/gpu-firmware-amd-kmod-raven-20230625.1402000_2 and so far I have not had

[Bug 267028] kernel panics when booting with both (zfs,ko or vboxnetflt,ko or acpi_wmi.ko) and amdgpu.ko

2025-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267028 --- Comment #350 from Mark Millard --- (In reply to George Mitchell from comment #349) Which 14.2-RELEASE install files did you use : ) The ones from PkgBase: https://pkg.freebsd.org/FreeBSD:14:amd64/base_release_2/ vs. (different bu

[Bug 283807] panic: Fatal trap 12: page fault while in kernel mode on FreeBSD-14.2-RELEASE

2025-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283807 Bug ID: 283807 Summary: panic: Fatal trap 12: page fault while in kernel mode on FreeBSD-14.2-RELEASE Product: Base System Version: 14.2-RELEASE Hardware: Any

[Bug 283799] tcpdump (14.2+) endian-swaps uid when parsing pflog data

2025-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283799 --- Comment #5 from eborisch+free...@gmail.com --- Created attachment 256362 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=256362&action=edit Proposed patch -- You are receiving this mail because: You are the assignee for the b

[Bug 283799] tcpdump (14.2+) endian-swaps uid when parsing pflog data

2025-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283799 --- Comment #4 from eborisch+free...@gmail.com --- Something like: pass out log (user) on eth0 in pf.conf should generate cases. Traffic will need to be from someone other than root to be interesting. I see things like: # tcpdump -er /va

[Bug 283807] panic: Fatal trap 12: page fault while in kernel mode on FreeBSD-14.2-RELEASE

2025-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283807 Mark Millard changed: What|Removed |Added CC||marklmi26-f...@yahoo.com --- Commen

[Bug 283807] panic: Fatal trap 12: page fault while in kernel mode on FreeBSD-14.2-RELEASE

2025-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283807 Mark Linimon changed: What|Removed |Added Keywords||crash -- You are receiving this ma

[Bug 283799] tcpdump (14.2+) endian-swaps uid when parsing pflog data

2025-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283799 --- Comment #6 from Joseph Mingrone --- This patch, build, and run tests all look good here. Kristof, are you good with the proposed change? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 283799] tcpdump (14.2+) endian-swaps uid when parsing pflog data

2025-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283799 Joseph Mingrone changed: What|Removed |Added CC||k...@freebsd.org --- Comment #2

[Bug 283799] tcpdump (14.2+) endian-swaps uid when parsing pflog data

2025-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283799 --- Comment #3 from Kristof Provost --- Given this https://cgit.freebsd.org/src/tree/sys/netpfil/pf/if_pflog.c#n256 I'd expect no endianness conversion to be required for uid (and rule_uid, rule_pid). Arguably that's wrong, as we do use bi

[Bug 283797] netlink's npt_clear() should set npt->cookie = 0

2025-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283797 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org -- You are receiv

[Bug 283795] ICMP echo requests from Windows hosts dropped when NAT'ed

2025-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283795 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|p...@freebsd.org Summary

[Bug 283799] tcpdump (14.2+) endian-swaps uid when parsing pflog data

2025-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283799 Bug ID: 283799 Summary: tcpdump (14.2+) endian-swaps uid when parsing pflog data Product: Base System Version: 14.2-RELEASE Hardware: amd64 OS: Any

[Bug 283799] tcpdump (14.2+) endian-swaps uid when parsing pflog data

2025-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283799 --- Comment #1 from eborisch+free...@gmail.com --- Just to explicitly show before/after here: - if (hdr->uid != UID_MAX) - ND_PRINT(" [uid %u]", (unsigned)hdr->uid); + if (GET_BE_U_4(hdr->uid) != UID_MAX) +

[Bug 283795] [pf] ICMP echo requests from Windows hosts dropped when NAT'ed

2025-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283795 Bug ID: 283795 Summary: [pf] ICMP echo requests from Windows hosts dropped when NAT'ed Product: Base System Version: 14.2-RELEASE Hardware: Any OS: An

[Bug 144442] [build] remove unnecessary group and passwd entries for new DESTDIRS // etcupdate

2025-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=12 Enji Cooper changed: What|Removed |Added Summary|[build] remove unnecessary |[build] remove unnecessary

[Bug 174028] Fix some warnings with fsck_ffs(8)

2025-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=174028 Enji Cooper changed: What|Removed |Added Status|Open|Closed Resolution|---

[Bug 283797] netlink's npt_clear() should set npt->cookie = 0

2025-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283797 Bug ID: 283797 Summary: netlink's npt_clear() should set npt->cookie = 0 Product: Base System Version: Unspecified Hardware: Any OS: Any Status: New

[Bug 242835] concurrency issue when building kernel with 'make -j8': make[5]: make[5]: don't know how to make opt_global.h. Stop

2025-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242835 John Hein changed: What|Removed |Added CC||jcfyecr...@liamekaens.com --- Comment

[Bug 279403] typedef redeclaration in base include becoming an issue for DTrace

2025-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279403 Michael Dexter changed: What|Removed |Added See Also||https://reviews.freebsd.org

[Bug 279403] typedef redeclaration in base include becoming an issue for DTrace

2025-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279403 Mark Johnston changed: What|Removed |Added See Also|https://reviews.freebsd.org | |/D48254