From patchwork Fri Apr 28 08:30:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Johansen X-Patchwork-Id: 1774785 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=canonical.com header.i=@canonical.com header.a=rsa-sha256 header.s=20210705 header.b=WyJyUOat; dkim-atps=neutral Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4Q75RD4CS5z23v6 for ; Fri, 28 Apr 2023 18:31:04 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1psJVK-0005xd-HC; Fri, 28 Apr 2023 08:30:58 +0000 Received: from smtp-relay-canonical-0.internal ([10.131.114.83] helo=smtp-relay-canonical-0.canonical.com) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1psJVI-0005xV-Fs for kernel-team@lists.ubuntu.com; Fri, 28 Apr 2023 08:30:56 +0000 Received: from [10.8.192.2] (unknown [50.47.134.245]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-canonical-0.canonical.com (Postfix) with ESMTPSA id 49E324121E for ; Fri, 28 Apr 2023 08:30:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1682670652; bh=4drGezDGMl2X/UHGLB0pEzl5ZjTheZnQdxCSTNNAxxw=; h=Message-ID:Date:MIME-Version:From:Subject:To:Content-Type; b=WyJyUOattYrwM1QzD4/qUubXm4Q90UmBXusFjiN48slUuueMzZHAP02mzleqZPk1w VCcIqkQ6bsvhM1TRQwdHEJ5it3SPRJ3fu3V/zKFNu7R2DoZ00sLAm+7PRVucw5nl0n C9svlerXMMsHMHbzQmQXbHOuE07mPdX0fq8IJnV+HGitiB+uxCvfi/qFkxAF1zk3Ee F4B341wK8TUSM4QzhQHsXr2z6nkvHdi1NVxkGIQxC1fwbA5PrbGgoiWsG+f/SKcoR7 xW0kKHAaG4ftJd+RqpC4QU1Ftu8LgeGnPPgEvPfw6Jy1/L0FTrksPcpI3DmhouoKug +/DDBR5auweXg== Message-ID: <918ba513-3e90-4752-bd10-42bc3368badb@canonical.com> Date: Fri, 28 Apr 2023 01:30:46 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 From: John Johansen Subject: [Lunar][PULL] UBUNTU: SAUCE: (no-up) Stacking v38: Fix prctl() syscall with apparmor=0 To: kernel-team@lists.ubuntu.com Content-Language: en-US Organization: Canonical X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" The following changes since commit e182447c03d5025ced03573df8f937d4e5184a8c: UBUNTU: [Packaging] debian/rules: Add DKMS info to 'printenv' output (2023-04-24 16:07:07 +0200) are available in the Git repository at: https://gitlab.com/jjohansen/apparmor-kernel.git tags/lsm-fix-04-28-2023 for you to fetch changes up to fa08cc411b14f35defe8d051383f2c57e723a79b: UBUNTU: SAUCE: (no-up) Stacking v38: Fix prctl() syscall with apparmor=0 (2023-04-28 00:47:41 -0700) ---------------------------------------------------------------- John Johansen (1): UBUNTU: SAUCE: (no-up) Stacking v38: Fix prctl() syscall with apparmor=0 security/security.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Acked-by: Stefan Bader