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 B1AA279CD for ; Sun, 22 Feb 2026 17:37:37 +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=1771781857; cv=none; b=p4gJ8cI7ExbWzDe7WQ0RQG/IRCbKRug8JtnWwVOSZOfMAsmOMmVK9nrpRHwaKKclf7nsUf6B6hssSen3ILxAEUH/n9Yb8xifG+suusOB2KH1A5qF8FBN585qzJ/B3qg5sfzUjsrlVc20zkEwwIxj3NPsSs4j0HNEbX6h+j/upug= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771781857; c=relaxed/simple; bh=tEjNe6l3t58mAvF8JOpDwqlKUugtc7JWm1cZLXz0r6g=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Cmrkp4d3ioDuGkV3g9TXakCH28/r9XG/CgbW3qdfrGkkxPPfUfNWSxI3YRojomghBy/rQCarxAkVp0VSWWMBzLkfRYzzpxYA5fG5VdBbXgYeD89wndmJjGVUMZM+x76fyCAfH8f2lYo4GWnrUoxXgsGn2+Qi13U8+EptsxI+xFg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=m92HSt0Q; 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="m92HSt0Q" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 609EAC116D0; Sun, 22 Feb 2026 17:37:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771781857; bh=tEjNe6l3t58mAvF8JOpDwqlKUugtc7JWm1cZLXz0r6g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=m92HSt0QiLNhQ/G87SPglpQJv0WFVS0RWi3O5RoBXVNQYEi8sCfq6aLwdAgaKsYZB Z4V0Rl9d2PK79V+Kib7dJxODe3KETqhdT/l57P4bCRzkfO2ghQh6N9gYCzRMonkwYS Go7T+Jp9LPXzN1TYp/sJE1O35uQo7GrIygJOc82CCGxwvXGl7FFdN/2PnKzfVWtsp0 vPd/8G9hDg1XGiggcRjMDTjogM0+4YyjYmwjGGh4JT5NtRYFfWFdDlGb3L8LCTnGNO YjKw6CqHdjIfERVtY91Ya6ucbhvyocqyoOlGrwY9ySnHdabP45i9F8PAjMpbxtOh4+ mHibIE2t6P6Dg== Date: Sun, 22 Feb 2026 09:37:37 -0800 From: Kees Cook To: Julia Lawall Cc: Linus Torvalds , linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] kmalloc_obj treewide refactor for v7.0-rc1 Message-ID: <202602220934.91676B04E0@keescook> References: <202602210108.0EABDA1CDD@keescook> <84e08da8-baa-1371-4923-26da7e6d4a3@inria.fr> 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: <84e08da8-baa-1371-4923-26da7e6d4a3@inria.fr> On Sun, Feb 22, 2026 at 11:44:33AM +0100, Julia Lawall wrote: > The result of Kees's semantic patch on the above commit is below, in case > it's useful. Thanks! I finished the testing on it and sent it out as: https://lore.kernel.org/lkml/20260222074559.work.599-kees@kernel.org/ -- Kees Cook