Date: Wed, 18 May 2016 22:24:02 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 195000] [patch] rsync -a to fuse fs may cause kernel panic Message-ID: <bug-195000-8-ddEmOw5VHU@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-195000-8@https.bugs.freebsd.org/bugzilla/> References: <bug-195000-8@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=3D195000 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: rmacklem Date: Wed May 18 22:23:20 UTC 2016 New revision: 300169 URL: https://svnweb.freebsd.org/changeset/base/300169 Log: If a local (AF_LOCAL, AF_UNIX) socket creation (bind) is attempted on a fuse mounted file system, it will crash. Although it may be possible to make this work correctly, this patch avoids the crash in the meantime. I removed the MPASS(), since panicing for the FIFO case didn't make a lot of sense when it returns an error for the others. PR: 195000 Submitted by: henry.hu.sh@gmail.com (earlier version) MFC after: 2 weeks Changes: head/sys/fs/fuse/fuse_vnops.c --=20 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-195000-8-ddEmOw5VHU>