From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 99CC7189F30 for ; Fri, 20 Feb 2026 22:12:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771625541; cv=none; b=qC+ovQyKqDYFPjHkuxPBLWme276WRMEpM2qnOV2892eO/wWYzRgPp//ftCNvm8//kTJ9ow3ANuBlkq5K5JB49/Gv+v1I5dDrzv5fg2+rcXu7XgBF7gU1gEn3iLmn4CBBOB30nSHB8CjRmh6wcmXCRs2ak22NV3sF71RdQORvx58= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771625541; c=relaxed/simple; bh=CfL4FNwObIfFTNfKSuw1nJ8F/qlLd6tSd/djLGMaZlk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=IUCEZkzGb3akVQGiAkwVXmydt88u7Ax0mE1J/Neak4ZHg9OjLaE1XZ68+KCBxEXMo6FPWPL8mGfgw3hDwR7TgEwzhRpNSExhWhJLTo0iNRL9ihg49FeyBmm7f53rAEJG9ZGaQudN62BjFeYIiH1fPop1k+0SbKYj4xX8sP37deQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Pn8/QsqB; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Pn8/QsqB" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 74AF6C116C6; Fri, 20 Feb 2026 22:12:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771625541; bh=CfL4FNwObIfFTNfKSuw1nJ8F/qlLd6tSd/djLGMaZlk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Pn8/QsqBycVuljCODkMeaw4U5KazckEfPkwn8QL66Xif3hS3YiSIzSMv/vYsByusd kTtIr0bvgU3yXQ1Lhw/LLiK7ZihhyI44Onp0RMrLt4z+B1/Sg+vSB6P5/irB0YfyfJ sXy4oipfJKUSf2XMm0kpfO47QKKi/kh9sIndvoVIXZ5PoB6NTYh3zjmobfXNUAQLR4 dTztVIngVK6SOLX7NHzRTIT70NcqEam5xoXYUVdy66uPri6x4TImP6EZTx2MrRUtbH qduTyyPfTTV3lCn0gQnijEusAEo8DIQnDez3ceSCMrhc7KztHHuotIWvH2edSrGp3H YYpgCYW5WO1yw== Date: Fri, 20 Feb 2026 14:12:21 -0800 From: Kees Cook To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] kmalloc_obj prep for v7.0-rc1 Message-ID: <202602201407.1070F535B@keescook> References: <202602191029.2F0E7F01@keescook> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202602191029.2F0E7F01@keescook> On Thu, Feb 19, 2026 at 10:31:50AM -0800, Kees Cook wrote: > Please pull these kmalloc_obj preparation patches for v7.0-rc1. I'm > expecting to send the treewide conversion PR later today (or early > tomorrow). FYI, for my treewide PR build testing, I encountered a corner case glitch[1] with Clang that I've spent the morning dealing with, so the treewide PR is slightly delayed. I will get it sent tonight -- you'll still have it for rc1. :) -Kees [1] https://github.com/llvm/llvm-project/pull/182590 -- Kees Cook