From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id ADD73226D1F for ; Tue, 29 Jul 2025 16:55:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753808122; cv=none; b=RN66U7epA6q9lq0HpbqT/sXCGWddjwbMDD+Z4YGZGRbNBjhqI3UxzvhcjWzMgXexkQ3cAgfrh4HaGg9TQU7icTHiYCObjZJz4j+0PfOKmJQKF4WZN/Eo4BX+oZXU7ROFgSwRnnAUGn5BtXRLEABH0Fl0Yeoh0c+JZ1rNykZoN8I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753808122; c=relaxed/simple; bh=F+/LyjFWjwBUgdRic1KNxmjdCMRngJXtIt+Ahtz0qnM=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=OhjoUci9spwxBBTHEMbjLntX58rJdaO5SH67Fig0LTkf30cmXdFhlVoEgszd60+xtJEFDJhzqXlbsz7NIVfTxVIQ/xPIuBrKlYTcQkrRknf2sBsH/CF4SFTMlAixeTksbh+g0XKV1Kt+uGoOJ2zmLgOF6+vI8ILU27mmb7PHS9o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 2467A1516; Tue, 29 Jul 2025 09:55:12 -0700 (PDT) Received: from [10.1.26.201] (e137867.arm.com [10.1.26.201]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 0073B3F66E; Tue, 29 Jul 2025 09:55:18 -0700 (PDT) Message-ID: <6ae28517-3665-41b9-bf2c-ce5beba8d422@arm.com> Date: Tue, 29 Jul 2025 17:55:16 +0100 Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 5.15.y] arm64/entry: Mask DAIF in cpu_switch_to(), call_on_irq_stack() To: Sasha Levin , stable@vger.kernel.org Cc: Cristian Prundeanu , Will Deacon , Ada Couprie Diaz References: <2025072811-pension-lyrics-6070@gregkh> <20250729124424.2699860-1-sashal@kernel.org> From: Ada Couprie Diaz Content-Language: en-US Organization: Arm Ltd. In-Reply-To: <20250729124424.2699860-1-sashal@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Sasha, On 29/07/2025 13:44, Sasha Levin wrote: > From: Ada Couprie Diaz > > [ Upstream commit d42e6c20de6192f8e4ab4cf10be8c694ef27e8cb ] > [...] > [ removed duplicate save_and_disable_daif macro ] > Signed-off-by: Sasha Levin I had the same fix prepared locally, but you were much faster ! Thanks for taking care of it, Ada (PS : I hope it is not inappropriate to respond on both fixes, sorry for the noise if that is the case.)