From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Date: Mon, 16 Mar 2020 11:22:44 +0000 Subject: Re: [PATCH v3 1/3] KEYS: Don't write out to userspace while holding key semaphore Message-Id: <1793253.1584357764@warthog.procyon.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit List-Id: References: <20200315212706.GE224162@linux.intel.com> <20200313152102.1707-1-longman@redhat.com> <20200313152102.1707-2-longman@redhat.com> <20200315192104.GD224162@linux.intel.com> In-Reply-To: <20200315212706.GE224162@linux.intel.com> To: Jarkko Sakkinen Cc: dhowells@redhat.com, Waiman Long , James Morris , "Serge E. Hallyn" , Mimi Zohar , keyrings@vger.kernel.org, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, linux-integrity@vger.kernel.org, Sumit Garg , Jerry Snitselaar , Roberto Sassu , Eric Biggers , Chris von Recklinghausen Jarkko Sakkinen wrote: > I guess we cannot sanely define fixes tag for this one, can we? Use: Fixes: ^1da177e4c3f4 ("Linux-2.6.12-rc2") David