From owner-svn-src-all@freebsd.org Thu May 16 13:18:56 2019 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B41E61596717; Thu, 16 May 2019 13:18:56 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (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 4DB5B76014; Thu, 16 May 2019 13:18:56 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [176.74.212.121]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 7EEBF2603AD; Thu, 16 May 2019 15:18:53 +0200 (CEST) Subject: Re: svn commit: r347691 - in head/sys: netinet netinet6 To: Mark Johnston , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201905161304.x4GD4QYU061147@repo.freebsd.org> From: Hans Petter Selasky Message-ID: <77e40f46-28d6-518b-970c-fa69891b6329@selasky.org> Date: Thu, 16 May 2019 15:18:24 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <201905161304.x4GD4QYU061147@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4DB5B76014 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.87 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.87)[-0.872,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 May 2019 13:18:56 -0000 On 2019-05-16 15:04, Mark Johnston wrote: > Author: markj > Date: Thu May 16 13:04:26 2019 > New Revision: 347691 > URL: https://svnweb.freebsd.org/changeset/base/347691 > > Log: > Revert r347582 for now. > > The inp lock still needs to be dropped when calling into the driver ioctl > handler, as some drivers expect to be able to sleep. > > Reported by: kib > Hi Mark, May I ask people to not touch *anything* in the multicast code until the following two differential revisions are completed: https://reviews.freebsd.org/D20080 https://reviews.freebsd.org/D20109 --HPS