From patchwork Mon Aug 21 21:20:47 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Paul Moore X-Patchwork-Id: 13359812 X-Patchwork-Delegate: paul@paul-moore.com 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 6B4B9EE49A6 for ; Mon, 21 Aug 2023 21:21:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229870AbjHUVVA (ORCPT ); Mon, 21 Aug 2023 17:21:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44888 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229708AbjHUVVA (ORCPT ); Mon, 21 Aug 2023 17:21:00 -0400 Received: from mail-oa1-x36.google.com (mail-oa1-x36.google.com [IPv6:2001:4860:4864:20::36]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7A130E6 for ; Mon, 21 Aug 2023 14:20:58 -0700 (PDT) Received: by mail-oa1-x36.google.com with SMTP id 586e51a60fabf-1c0fff40ec6so2318721fac.2 for ; Mon, 21 Aug 2023 14:20:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paul-moore.com; s=google; t=1692652857; x=1693257657; h=content-transfer-encoding:cc:to:subject:message-id:date:from :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=kXQLL/tQqoFblrCpS21gCxhSOHNRrMyl0EvcluCINWs=; b=adBtwsEygc8n+sFCZPCfYzUiaCLpHcu5M+MSJEvXt7Z3kfAE4oK8VkP5IPaquOv/EU FkiDiOF6JunX4jNCYVfGXHzGYRt66mhgG64QNZRrcyQL4crVZ32IaEVhxM0QqULG0jpp BPOpjrnoCUBOm+ZHWY6NyEnFWRKNIJhxqkn6NpeQ4oBWbpi+bseC6zhW7LyjIF0+87E2 Ujvf3ucibhfd+nMd8HZRu5QiIjJ6IsEcnl5HiSXOYZfUj3KoUVs4NLE1voALRSFe+sTb pdxKSJQzkdwfz8DZivoEcy3FpIMil1z8isVWeeMg5TTKAKIo1BJNvF6AeMSj+eOgfaVO wQYg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692652857; x=1693257657; h=content-transfer-encoding:cc:to:subject:message-id:date:from :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=kXQLL/tQqoFblrCpS21gCxhSOHNRrMyl0EvcluCINWs=; b=Mpa7fy7KuNXaDpbGdeUI+GqBLPGZCMiV5b171b4oO6t21/8Pm7bvO1N8WbTtEmMmrU kfoq2MAvdkqrrNBgX5SKYnDTjrF7TgP1hAxfPNlRioXTJUsdwJB8dTm7gPwK+xahOHgr 0qhHJbpcSUdiEb7xeTMyZA3K1P8W+ro6MNWFdGxOIwJlGsXdcJl7E+kDjiZGUaHJhi6I wWp2R6v53PYSc+w+vDsc13xFHAGAcsTa46zsJbAQ+gl1UDT6BxE6wUItaHgcXWEERvN8 lLMuHGwgDyPTuSGfU7g2BxfX9QsHUeTjHyee9ObWzQTwzpS70nG26mcu6DvynDB1ipe7 f+6Q== X-Gm-Message-State: AOJu0Ywbf/CKUzWj28QgDq4Cyu1cy2Ktm4u63bvF2mMNb5kgZIzFeYXS V7AeiGD0KB8KTijtAP29YdLmLEWIO6NCOZIFdUBA X-Google-Smtp-Source: AGHT+IF0JsWcEVdMlYbfQjVn6UDxH5Q06yGBJF74FyYf/4BoJA/N0KJG4X0r8FBPfUJOAbsOtcnK4WJaCK02MNj8hIM= X-Received: by 2002:a05:6870:702a:b0:1bb:3f64:bb89 with SMTP id u42-20020a056870702a00b001bb3f64bb89mr9540871oae.24.1692652857675; Mon, 21 Aug 2023 14:20:57 -0700 (PDT) MIME-Version: 1.0 From: Paul Moore Date: Mon, 21 Aug 2023 17:20:47 -0400 Message-ID: Subject: [GIT PULL] SELinux fixes for v6.5 (#1) To: Linus Torvalds Cc: selinux@vger.kernel.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: selinux@vger.kernel.org Hi Linus, A small SELinux patch to fix a potential problem when cleaning up on a failed SELinux policy load (list next pointer not being properly initialized to NULL early enough). Please merge for the v6.5 release. Thanks, -Paul --- The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5: Linux 6.5-rc1 (2023-07-09 13:53:13 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git tags/selinux-pr-20230821 for you to fetch changes up to 70d91dc9b2ac91327d0eefd86163abc3548effa6: selinux: set next pointer before attaching to list (2023-08-18 16:13:03 -0400) ---------------------------------------------------------------- selinux/stable-6.5 PR 20230821 ---------------------------------------------------------------- Christian Göttsche (1): selinux: set next pointer before attaching to list security/selinux/ss/policydb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)