Received: by 10.223.164.202 with SMTP id h10csp15801wrb; Wed, 8 Nov 2017 11:12:59 -0800 (PST) X-Google-Smtp-Source: ABhQp+QhMZktH2MtdNXNslWAdrCJld+RBifYVtgmZmqY8mzaQrggmc8Ebfm4gd15mBtyQyb9Ui6d X-Received: by 10.98.185.10 with SMTP id z10mr1529897pfe.8.1510168379612; Wed, 08 Nov 2017 11:12:59 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1510168379; cv=none; d=google.com; s=arc-20160816; b=bLXAvoxeO9jbTF5ecf1gThDOmpb+dETF7b+x8Fz7SeqESbI7b7SztHbdDOHnZ6ly2p HZJIBnNzki3DkaHnHIf3SXZItS+UETG/4FnlITtiMqLh+aYzm6m9uVag5eWGD2Fm+fxA fVoWEVnjme/BzyRj03R7aMtC1O6SIkiQoj4FgeOBKROFUnMb4L5PHHBbMYImNBns5qOC 8R9RhPyN5zx+TGu/Lqd6wNpNrprMb+Ubjyp2/ZSlps17KS2sKynFj/z1R7aB4RsxGWK1 uqceSjQIuue43eYciH4Ta5IBcLTkIlw/D7zT8RuowH3b2CKOvHq4N5tekhUSbmHpJFWX pmgQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:organization:from:references:cc:to:subject :arc-authentication-results; bh=QbEduFApcnOgGr7OkmkN90qH/id9Lil2Iex1qTCdQ80=; b=LruLljqJu37R4ki7QcXeh5dJ9M12wnd+wQhOsDBWHoPkzZKkvP8hZHxUhgW5HbrmyZ d7Lzg6YvByw9ghOceNmOQ4Mkg2Tmw/JTDtUyaKj6fQ+9yiEAVzIRcEJEmbdEvYuz1+uA HuILoLkqRmukDZw+aj3faLAZ2rR3zlugwdP/3N3n5lOy7bs9QY03ocKIP7e2lBT5zLq3 0HJUwEgDpHFWVp6WrJCMnoP/1JdTQ3+YXSKF7sXcVRB1EaJGLHFvTpyTen7d5KmJg4hO h2PLJot0OMMB1VyNliuhe5IZlSDdNcFvS9YrT7JLC0IK+162SHpi0mHUfAu/JKajgZDu 1WVQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l4si4450897pgf.811.2017.11.08.11.12.47; Wed, 08 Nov 2017 11:12:59 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752211AbdKHTMC (ORCPT + 84 others); Wed, 8 Nov 2017 14:12:02 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:38884 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751653AbdKHTMB (ORCPT ); Wed, 8 Nov 2017 14:12:01 -0500 Received: from static-50-53-35-55.bvtn.or.frontiernet.net ([50.53.35.55] helo=[192.168.192.153]) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1eCVlY-0002Xo-03; Wed, 08 Nov 2017 19:12:00 +0000 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: Date: Wed, 8 Nov 2017 11:11:57 -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 Precedence: bulk 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? > The initial patch is from Colin it covered the 1st of the 2 cases. I edited the patch, adding the second case and added a revision note then I messed up the mail. Rushing to get this out (I dumped it into the regular mail client instead of using git mail). I should have just sent the request pull The following changes since commit 8b50f0a6261b3b6e6c7ef9febe7ab8a973243ba3: apparmor: fix off-by-one comparison on MAXMAPPED_SIG (2017-11-08 07:49:53 -0800) 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) ---------------------------------------------------------------- From 1583525322632093446@xxx Wed Nov 08 18:57:09 +0000 2017 X-GM-THRID: 1583514887991701392 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread