Received: by 10.223.164.202 with SMTP id h10csp53513wrb; Wed, 8 Nov 2017 11:55:46 -0800 (PST) X-Google-Smtp-Source: ABhQp+QCGSaNPbmFHcEIcQ9PEI8wxCAc25PQY/1nvD8bYsBj3OnDA717sBHKXe2kD7n/O8Swfi24 X-Received: by 10.101.64.9 with SMTP id f9mr1546308pgp.114.1510170946132; Wed, 08 Nov 2017 11:55:46 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1510170946; cv=none; d=google.com; s=arc-20160816; b=PGaZmBanXMfeIf59qx5sHLJiO8fLKIgRodke5pNTSAPHCf2MTLcV+6rPUPKEcIKaBv 6l6oRCs3YfR/oT9o4yvT64tZKwHDrq236+KtRFxl60h9pL83UZGSGTmU5YmFMExBV3vP CNGz/64oiT4IZqT/PCaPWSfQREwgF7tP1EIOw5sFwsuj17NbyL+iRefNet+ce1wXqdvk zNU2vYKLuSSybxZTAwxAGe1L7K4qn3oWYdJakgOtqada3RvEa+EtTM8p7A0DEATw3f/b pXFaypkdmymi9Q0Bfbh/C5fGcj2yp9Uz5KY0AOfqXlElmIOQPDSMQx7ksrYtArzWPvyI KvHg== 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=M/Xxqrsvhttlxe4YUChsZB6dSm31VjnK3y7hA/hKQ0A=; b=PPJWRe1KKDk5f19PKAWgkR69OxibdCXI+RdBd+UyJ2ciWJreUlDUAgJGqGSPGgBrbY Y5W3VBKT9HB8dXlE8XkOgfzHbG/bTecmWT0dFGe+3AmYFA8rZi8FLbBDYAEb3LxCvBDT V+4XZjYZ04HPFsuM/Wh0RM0x3SSWwoQsfkVaFoE04cH58Z/YszihSrHNbAKL3Zlx/w3Y yy372qgkSlCGYzNcbJ8dwE2TVAhop0AJwDiskzaF6li980uPDmChT1ZwxNLJwgyBVL7B QmlgdtWpmXf7uAoTRjfqX20rVYU64ebmEgQeRaoH4MEWC6esXkJRHJUrtV7vf4NxR79X MaKQ== 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 z126si4325250pgb.555.2017.11.08.11.55.34; Wed, 08 Nov 2017 11:55:46 -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 S1752843AbdKHTyS (ORCPT + 84 others); 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 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 1eCWQR-00055Q-Df; Wed, 08 Nov 2017 19:54:15 +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: <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 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? > 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(-) From 1583526318888283918@xxx Wed Nov 08 19:12:59 +0000 2017 X-GM-THRID: 1583514887991701392 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread