From owner-freebsd-stable@freebsd.org Fri Jun 9 15:18:20 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67499BF7344 for ; Fri, 9 Jun 2017 15:18:20 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from dec.sakura.ne.jp (dec.sakura.ne.jp [210.188.226.8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11B4370978; Fri, 9 Jun 2017 15:18:19 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from fortune.joker.local (124-18-21-125.dz.commufa.jp [124.18.21.125]) (authenticated bits=0) by dec.sakura.ne.jp (8.15.2/8.15.2/[SAKURA-WEB]/20080708) with ESMTPA id v59FIHj3038728; Sat, 10 Jun 2017 00:18:18 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Sat, 10 Jun 2017 00:18:17 +0900 From: Tomoaki AOKI To: freebsd-stable@freebsd.org Cc: imp@FreeBSD.org Subject: MFC of r304443? Message-Id: <20170610001817.f5d8e63d7472419077a3bec1@dec.sakura.ne.jp> Organization: Junchoon corps X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; amd64-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2017 15:18:20 -0000 Hi. Any chance for MFC r304443 before releng/11.1 branch? [1] [2] It had "MFC After: 3 days" but already passed by about 10 months. [1] https://lists.freebsd.org/pipermail/svn-src-head/2016-August/090570.html [2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210686 Yes, this false-positive can workaround by setting kern.cam.ada.0.quirks="0x0" # No need for 4k quirks. or kern.cam.ada.0.quirks="0x1" # 4k quirks is required. on /boot/loader.conf, but it's NOT sufficiently documented, especially for newbies, and IS annoying. Regards. -- Tomoaki AOKI