Date: Tue, 17 Mar 2015 14:24:46 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-pf@FreeBSD.org Subject: [Bug 185617] pfctl(8): armv6: "pfctl -s state" crashes on BeagleBone Black due to unaligned access Message-ID: <bug-185617-17777-H6ZQOJXup2@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-185617-17777@https.bugs.freebsd.org/bugzilla/> References: <bug-185617-17777@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185617 guyyur@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|pfctl(8): 10.0-RC1, armv6: |pfctl(8): armv6: "pfctl -s |"pfctl -s state" crashes on |state" crashes on |BeagleBone Black due to |BeagleBone Black due to |unaligned access |unaligned access Hardware|Any |arm Version|unspecified |11.0-CURRENT --- Comment #2 from guyyur@gmail.com --- Patch that breaks backward compatibility by separating the pfsync and pfioc state structures and uses host order for pfioc fields except for id and creatorid. pfsync_state_import is duplicated to pfioc_state_import. pfioc_state_export is duplicated to pfsync_state_export. pfsync_alloc_scrub_memory is duplicated to pfioc_alloc_scrub_memory. https://github.com/guyyur/freebsd-src_patches/blob/master/pfctl_arm_segbus__ver2_part1.patch -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-185617-17777-H6ZQOJXup2>