From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BB5A11DC985; Sun, 28 Jun 2026 23:09:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782688143; cv=none; b=UOVyrD7fLWBdB76oXjDGfHn4Arl6axlfMi4f7KDnnQMPw/AyeOyiOJH1SGIcAaC87K69+n3Ynsfk7qA8YEai2aG8NcILuAHU6G99AccGc1B2J0tDDNa4Fwh8og+w1io64Ju8l31d+BVuvxWkzFR0/iS7wNZ5uolMZoM3Ud7OU/E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782688143; c=relaxed/simple; bh=vpucwcrz0yIGGuQhtNz1MkSTqCKSrrRzNcxGO3GUZNo=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=aC4LgVmH6dExSya7spOAtbEMlknEBVDsq1LCz9uy+s2W/IdyXzHaLPyRQ2IZAeVApZLiNWK+vMvSZxL9YFH350lK1JUVgExjcRBwuOEMA+VEzZIsQJDVdHjiFc6PhvmC7JZl4PZ0GjUc4rvCQ23l7NG+VBr7nong6KiqMTGsKAE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=PHqGHSQJ; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="PHqGHSQJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A2DF61F000E9; Sun, 28 Jun 2026 23:08:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782688142; bh=6HB9ne7se5fKQqWKCBXbtR4ksGRhmshThDdr3tHubv8=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=PHqGHSQJUOicbB9Y8qgSNQEcnFjEJKhhpQHRU1OSf4mEYgTCK84lYOpouCNoGLiTl U9LhlZRlKby1JP9U3wX6w6BZt9TphvEXql6SkwiQkfuAu0NmTX/GMJCSxoe/JBJJtQ gQDao7wRAEX8aF9jtmiNadOSC22b9bhDrn4IpcxgBrKSnWoSdRhkJVC67cfc2XbWv1 i119bKVoPTC4JlIg8/+6H24kno1559p3zTC8ROmTvY8rEPIGPzrsjJYmBrF80aLF6G i4ZXK5Is19EAhSfBiau5kJB5PknmXdAZBuik1RflEcVEIV5LoCxQtlXiQLqD9JkzX4 +Bz+Ne05j1u6w== From: Danilo Krummrich To: Chun-Yi Lee Cc: "Rafael J . Wysocki" , Chun-Yi Lee , David Howells , Lorenzo Stoakes , Andy Shevchenko , Thomas Gleixner , Matthew Garrett , Greg Kroah-Hartman , Danilo Krummrich , driver-core@lists.linux.dev, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH v2] debugfs: Fix lockdown check for mmap_prepare Date: Mon, 29 Jun 2026 01:08:56 +0200 Message-ID: <20260628230856.2700057-1-dakr@kernel.org> X-Mailer: git-send-email 2.54.0 In-Reply-To: <20260615104750.1000-1-jlee@suse.com> References: <20260615104750.1000-1-jlee@suse.com> X-Patch-Reply: applied Precedence: bulk X-Mailing-List: driver-core@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On Mon, 15 Jun 2026 18:47:50 +0800, Chun-Yi Lee wrote: > [PATCH v2] debugfs: Fix lockdown check for mmap_prepare Applied, thanks! Branch: driver-core-testing Tree: git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git [1/1] debugfs: Fix lockdown check for mmap_prepare commit: f81808de3733 The patch will appear in the next linux-next integration (typically within 24 hours on weekdays). The patch is in the driver-core-testing branch and will be promoted to driver-core-next after validation.