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 81BF118FDDB; Wed, 4 Dec 2024 21:50:40 +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=1733349041; cv=none; b=BWRsdJcMf9nH4JDMDdwMshDRp1e3Xl3sg10PRjLb71pFk8omqDJWGsQsNKIbGWh00YQzs/ycf8dgKLZkE/2ChLB9KMMn5Ku7XpMhuH3K1bN/i+WIl6SEYRoWXzthSLWxi+bOStmgn5JtB3WWZGaqs9bw3IA7pDZaYHn8MRnRs48= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733349041; c=relaxed/simple; bh=gr/u9cHGDJORjBUovtTKCrKNTCeYFWGfwm+ySqRUvGE=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=I7ie7T6dVvnuLuUTL9ntHku8yiLK2SlsBDP8LDLqzVwwAsRPEM1IynpRI6qLLyHhZ/UhdliU7pQARsDFcxVXRyLyzYBs64l9/L8Ox3xMCY4yTpnxtMGGPleDsexOL/VK3IK3njlCMJBPltsyr4AYGheuENne2meOd/CDe8TabAA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=eVtsomJA; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="eVtsomJA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 71324C4CED1; Wed, 4 Dec 2024 21:50:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1733349039; bh=gr/u9cHGDJORjBUovtTKCrKNTCeYFWGfwm+ySqRUvGE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=eVtsomJA/wCGcyuS3qmXOGDiigh3YWFe3BsNaPbvNLZc+88d5tUli+oS1oDG3VWvE iOolwQciNyCa0zwhs3fvyyz4ytHp6RbzG3SJ2/GZ2taRR0PlLzjN7Yg2DGSA0cUhdF u3//hLacXJf6NX4hv0EyOlZQMYmlydPcp0fzfSxU= Date: Wed, 4 Dec 2024 13:50:38 -0800 From: Andrew Morton To: Alexei Starovoitov Cc: Andrii Nakryiko , Andrii Nakryiko , linux-mm , Uladzislau Rezki , Christoph Hellwig , Vlastimil Babka , dakr@kernel.org, Michal Hocko , LKML , bpf , Alexei Starovoitov Subject: Re: [PATCH mm/stable] mm: fix vrealloc()'s KASAN poisoning logic Message-Id: <20241204135038.1fa7e7803e14c41050584fc2@linux-foundation.org> In-Reply-To: References: <20241126005206.3457974-1-andrii@kernel.org> <20241127165848.42331fd7078565c0f4e0a7e9@linux-foundation.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 4 Dec 2024 09:01:06 -0800 Alexei Starovoitov wrote: > Andrew, > > What is the status of this urgent fix ? > In mm-hotfixes for an upstream maerge later this week.