Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp20107691ybl; Sat, 4 Jan 2020 17:38:35 -0800 (PST) X-Google-Smtp-Source: APXvYqwB4Csue5A2pA/t7Fcg4FyVZNGxdUm3VVrrYy4Bg/0vw7rwV8eMERFhYvtQkDYaHtzFf5ny X-Received: by 2002:a05:6830:145:: with SMTP id j5mr103486922otp.242.1578188315523; Sat, 04 Jan 2020 17:38:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1578188315; cv=none; d=google.com; s=arc-20160816; b=mrrNVXyg+ErkhHfMhGY7/OWP76um3EUQhwI1kTMXprTI28i5AI/J829VILXWUdDopz EouiB6TG8QDPuB0Lhbmfc3xGAxLsqUsGrsRzoh72HAkBNt9bxJZQ1xk83Ms1VTWVVczL drreqmigZGPWUv1WSq+czKDg5Pjtz5M3peBzA7q9Dgwe6WLME7jQznF66TMUiDogJdzp Jqq1usWb5OyRdToOXuVSgJ0zVXoax92Or8VSqVxuoJK09V+SrKKqxy3Eoz+ReFZjV08M 5dEXJYVmcOEZFbRP1OCsWGLcgituSmgSfZkBmShtswaFEjKAcok64hbVax1/usQYKOCu P0ng== 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:mime-version:user-agent:date:message-id :organization:cc:to:subject:from; bh=iM9vjC2LqnCITcDFoI+Dy6ZhhjrAlQ6djIVRRoEN3iA=; b=KJ9tYmxtgkmPloNESSDE9g2lkG8MDi707ZYnf1g3ZrbJPZ2eegYVu1pmX/pKh2rmev pa5s64khAr3eF5k3umNPnRzdiQIRQByi40Z8FX0Fs+ut/Iyu3lorY9lNeoRe2N/m9vt2 IzpDeP4oRYsM5oJ+5x8ZhRlWouhKeJUMbjBy8VQGQxkxkdRLwlCvDMVKDsZmyb580j9E QyrJvMlVnb5EQNEzGeTUIMKgGNGdaZJqNCFFM3xOkY9lzKvdqSIDsG1KLfkaIZIibJqr 34CseEmWPkWKfAiC4AXIWH8DvIg8qdKL/kvlMYtYYK3KSMPqedeETBLI68Qd+08LhNNI 6rSg== 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 w131si31730556oif.240.2020.01.04.17.38.07; Sat, 04 Jan 2020 17:38:35 -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 S1726373AbgAEBgw (ORCPT + 99 others); Sat, 4 Jan 2020 20:36:52 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:34574 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726205AbgAEBgw (ORCPT ); Sat, 4 Jan 2020 20:36:52 -0500 Received: from static-50-53-33-191.bvtn.or.frontiernet.net ([50.53.33.191] helo=[192.168.192.153]) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1inuqY-000172-Jo; Sun, 05 Jan 2020 01:36:50 +0000 From: John Johansen Subject: [GIT PULL] apparmor bug fixes for v5.5-rc5 To: Linus Torvalds Cc: LKLM , "open list:SECURITY SUBSYSTEM" Organization: Canonical Message-ID: Date: Sat, 4 Jan 2020 17:36:48 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 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 Hi Linus, Can you please pull the following bug fixes for apparmor Thanks! - John The following changes since commit fd6988496e79a6a4bdb514a4655d2920209eb85d: Linux 5.5-rc4 (2019-12-29 15:29:16 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor tags/apparmor-pr-2020-01-04 for you to fetch changes up to 8c62ed27a12c00e3db1c9f04bc0f272bdbb06734: apparmor: fix aa_xattrs_match() may sleep while holding a RCU lock (2020-01-04 15:56:44 -0800) ---------------------------------------------------------------- + Bug fixes - performance regression: only get a label reference if the fast path check fails - fix aa_xattrs_match() may sleep while holding a RCU lock - fix bind mounts aborting with -ENOMEM ---------------------------------------------------------------- John Johansen (2): apparmor: only get a label reference if the fast path check fails apparmor: fix aa_xattrs_match() may sleep while holding a RCU lock Patrick Steinhardt (1): apparmor: fix bind mounts aborting with -ENOMEM security/apparmor/apparmorfs.c | 2 +- security/apparmor/domain.c | 82 ++++++++++++++++++++++-------------------- security/apparmor/file.c | 12 ++++--- security/apparmor/mount.c | 2 +- security/apparmor/policy.c | 4 +-- 5 files changed, 55 insertions(+), 47 deletions(-)