From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752854AbdKHTyS (ORCPT ); Wed, 8 Nov 2017 14:54:18 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:39392 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751749AbdKHTyQ (ORCPT ); Wed, 8 Nov 2017 14:54:16 -0500 Subject: Re: [PATCH] apparmor: fix off-by-one comparison on MAXMAPPED_SIG To: Linus Torvalds Cc: LKLM , Colin Ian King References: From: John Johansen Organization: Canonical Message-ID: <33d0cdf2-291f-1bb9-914a-e9254f7436b6@canonical.com> Date: Wed, 8 Nov 2017 11:54:12 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/08/2017 10:53 AM, Linus Torvalds wrote: > On Wed, Nov 8, 2017 at 8:09 AM, John Johansen > wrote: >> >> Signed-off-by: Colin Ian King >> Signed-off-by: John Johansen > > This sign-off chain is odd. It implies that the patch came from Colin > King, bnut it lacks authorship attribution. > > So who authored this? > > If it was Colin, there should have been a > > From: Colin Ian King > > at the top. > > So either the authorship is broken, or the sign-off chain is. Which is it? > gah, and there I go again, the correct pull The following changes since commit 0b07194bb55ed836c2cc7c22e866b87a14681984: Linux 4.14-rc7 (2017-10-29 13:58:38 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor aa-for-up for you to fetch changes up to 8b50f0a6261b3b6e6c7ef9febe7ab8a973243ba3: apparmor: fix off-by-one comparison on MAXMAPPED_SIG (2017-11-08 07:49:53 -0800) ---------------------------------------------------------------- Colin Ian King (1): apparmor: fix off-by-one comparison on MAXMAPPED_SIG security/apparmor/ipc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)