From patchwork Thu Jun 16 21:44:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Paul Moore X-Patchwork-Id: 12884890 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 34980C433EF for ; Thu, 16 Jun 2022 21:44:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230194AbiFPVow (ORCPT ); Thu, 16 Jun 2022 17:44:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60802 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230302AbiFPVow (ORCPT ); Thu, 16 Jun 2022 17:44:52 -0400 Received: from mail-wr1-x42c.google.com (mail-wr1-x42c.google.com [IPv6:2a00:1450:4864:20::42c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2DC1C5E76B for ; Thu, 16 Jun 2022 14:44:48 -0700 (PDT) Received: by mail-wr1-x42c.google.com with SMTP id o8so3455666wro.3 for ; Thu, 16 Jun 2022 14:44:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paul-moore-com.20210112.gappssmtp.com; s=20210112; h=mime-version:from:date:message-id:subject:to:cc :content-transfer-encoding; bh=vJM7RdjKz/WSSaxBuzaq5SgZIUwXr5fvQdIIno3C/Lw=; b=o8EaRErmx8+qFSfgfxIM6dwARWAwD+PiJ4fLDS2AOQ4ULPRbJkDX33w2KJqeQ3FegE BWtcYvEND6HVWWXe4fvl7Bi1J1PyB3S1OFqoD5ZeHD0y/dXN52uzp58YD5NnCgct6RS5 4gikIPO65o33LG1qGA81jKRkT/TEF5USZ4N+y6G9VhhZ2Bv8A4QQzsbzFL08ksjkgYI5 83zDxuYYLF/qL5fc0S+Wq80lMJsqmJSt2zJmvfgbXFL1553ZYhEpq8TMzdoIKC27Q+LZ CNl0KY/fLbjDzvmUT1HMNyNPoUtdJ+f0NFREQqT8G/owLBLrW3MeEKI6q2JWsyJBYKGK weAA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc :content-transfer-encoding; bh=vJM7RdjKz/WSSaxBuzaq5SgZIUwXr5fvQdIIno3C/Lw=; b=nUVK944T2ScylsdoecSedJEwrF0O3cJ0Lp6Vev1vDFVsBR3t2obr1gNoJQAbKiJkuN x6+EvhafvC7fpMu+6ekqZpfE2S1a2UoW1KRMkM0eeeuaS0upy8N5H/jiAJYeqDimQSsI bHh5V3Da7BWWJk92Jwt+ucH2ROGO0oVx0v6WWSMClR1VFYDJblS9qqf15lJtveyfbxIC zfRMdDPVe+hd0rVAPopNxhyLz7INvpSEXrL3FcFE0Zg2pxqiZgFPYq2NRczLqdrq6J0H R956DM8M6+WHixeWh12mWo96FiY9+ayLXb7BF0eg2AtxO7KAzb44WTN6TTyWtCirSg/T 225w== X-Gm-Message-State: AJIora+SPu4X7w5yCbdND4IlPqSdb47AN2WIOCCBg55HzHA+u00LxDtX zA8ERvBW12zG/3Fd3eIdK+WzLmhEUmRzAvZ9TAIe X-Google-Smtp-Source: AGRyM1vBeV64jRUDVLystW6tHyzywN0o3N1mBbA7cC++KJi1ZRusep3xIZkzfptMKv69n0GAU0SVYiYV8w3yvfY77B4= X-Received: by 2002:a5d:5272:0:b0:210:33b8:ac4a with SMTP id l18-20020a5d5272000000b0021033b8ac4amr6329037wrc.483.1655415886658; Thu, 16 Jun 2022 14:44:46 -0700 (PDT) MIME-Version: 1.0 From: Paul Moore Date: Thu, 16 Jun 2022 17:44:35 -0400 Message-ID: Subject: [GIT PULL] SELinux fixes for v5.19 (#1) To: Linus Torvalds Cc: selinux@vger.kernel.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: Linus, A single SELinux patch to fix memory leaks when mounting filesystems with SELinux mount options. Please merge for v5.19. Thanks, -Paul --- The following changes since commit b13baccc3850ca8b8cccbf8ed9912dbaa0fdf7f3: Linux 5.19-rc2 (2022-06-12 16:11:37 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git selinux-pr-20220616 for you to fetch changes up to cad140d00899e7a9cb6fe93b282051df589e671c: selinux: free contexts previously transferred in selinux_add_opt() (2022-06-15 21:20:45 -0400) ---------------------------------------------------------------- selinux/stable-5.19 PR 20220616 ---------------------------------------------------------------- Christian Göttsche (1): selinux: free contexts previously transferred in selinux_add_opt() security/selinux/hooks.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-)