Received: by 10.223.164.202 with SMTP id h10csp350133wrb; Thu, 30 Nov 2017 11:21:06 -0800 (PST) X-Google-Smtp-Source: AGs4zMZEUqfAzz2s5ZEAqI3cuEZZhzFAbVk6JvcLAzhPK9fzHidfQX/qge98FXl71DPNH827ebOQ X-Received: by 10.99.150.9 with SMTP id c9mr3314048pge.386.1512069666874; Thu, 30 Nov 2017 11:21:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1512069666; cv=none; d=google.com; s=arc-20160816; b=FTFpP+B3FbOKAhGTH8mpOHZbwlb8t3EGgqdnQPxG5kcokLSUUTyPsz5AGcJF08Bccd J0ADqcpMCj5i6PefviXe5rVZxFc666+AtlZRkPkWN+sWTXXii4P+HbvhSqEHc/y9uRHp eaeto+NIRODM9yuukL4wNyLuxe+/oNhm2ZgePu9UJlj1tI6nfHt5ogg5I0vE3TfSZ/WS nb/J1LpxMIp0H4okuhjxaYuOf1BV+YMM5Kc+g0MTs5TE4Pm0qlKdzl9JyhJ+dSQhfqzY nfBf6ST2mtwcVkSzuf9cJuNfXyWMRtkvjrc/LCSKeCpy5LBEPdPcSF8FZ/gwClU1Iqzo PnIw== 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=qrGdswqE/fHtABRsuHSGcnn6Qnj4DwORhXFsbkKr/rM=; b=nTRXoaOPUUYmx6bZX5ibpE0hOc50USTK7qAopKPyka+wN+f99g+mtJoEpxbSj8CZx+ HAq2NzwGCblF+XSQNwIllM+sgw4br+I2oTuqXzUnYgxrtpj2UQCH7esxmpNiudK7J0aV SIqjLpVBUNAZUkbtbv+JSMkigck3CfB64BSQqCnehjyWKRPOs72tTcxXjs+H9c2oJ0AF a4GVQKNAbCavRMtNJWKjEGQ6C7fTOH0NNTayV2lf2MCUaBvq5ze2EGRwKXhpWRG1WlS6 GeocBaHTiRyOHfT4NEPJBM5Y+Oy4laDvuhhtGjclQWmwoh4NKsPpHin7zAvttaIbY1to qExQ== 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 u10si3444827pge.222.2017.11.30.11.20.53; Thu, 30 Nov 2017 11:21:06 -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 S1751488AbdK3TUe (ORCPT + 99 others); Thu, 30 Nov 2017 14:20:34 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:51487 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751096AbdK3TUd (ORCPT ); Thu, 30 Nov 2017 14:20:33 -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 1eKUNr-0004Bv-2c; Thu, 30 Nov 2017 19:20:31 +0000 Subject: apparmor: fix oops in audit_signal_cb hook To: torvalds@linux-foundation.org Cc: Shuah Khan , linux-kernel@vger.kernel.org References: <5f0f4166-04b3-04de-16e7-884500ad03ca@osg.samsung.com> From: John Johansen Organization: Canonical Message-ID: <59eeb073-2afd-f1fc-c0a7-d70b90d11715@canonical.com> Date: Thu, 30 Nov 2017 11:20:28 -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: <5f0f4166-04b3-04de-16e7-884500ad03ca@osg.samsung.com> 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 Linus, can you please pull this fix for an oops that unfortunately on surfaced after 4.14 was released. thanks -- John The following changes since commit bebc6082da0a9f5d47a1ea2edc099bf671058bd4: Linux 4.14 (2017-11-12 10:46:13 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor tags/apparmor-pr-2017-11-30 for you to fetch changes up to b12cbb21586277f72533769832c24cc6c1d60ab3: apparmor: fix oops in audit_signal_cb hook (2017-11-27 14:38:15 -0800) ---------------------------------------------------------------- bug fixes: - apparmor: fix oops in audit_signal_cb hook ---------------------------------------------------------------- John Johansen (1): apparmor: fix oops in audit_signal_cb hook security/apparmor/include/audit.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) From 1587327866256077648@xxx Wed Dec 20 18:16:57 +0000 2017 X-GM-THRID: 1586033553656295388 X-Gmail-Labels: Inbox,Category Forums