Date: Thu, 12 Jan 2017 06:59:01 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-geom@FreeBSD.org Subject: [Bug 214721] [geom] [panic] graid panic: g_read_data: invalid length 262144 Message-ID: <bug-214721-14739-0i2nFhUPUN@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-214721-14739@https.bugs.freebsd.org/bugzilla/> References: <bug-214721-14739@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=3D214721 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: cem Date: Thu Jan 12 06:58:32 UTC 2017 New revision: 311964 URL: https://svnweb.freebsd.org/changeset/base/311964 Log: g_raid: Prevent tasters from attempting excessively large reads Some g_raid tasters attempt metadata reads in multiples of the provider sectorsize. Reads larger than MAXPHYS are invalid, so detect and abort in such situations. Spiritually similar to r217305 / PR 147851. PR: 214721 Sponsored by: Dell EMC Isilon Changes: head/sys/geom/raid/md_ddf.c head/sys/geom/raid/md_promise.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-214721-14739-0i2nFhUPUN>