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 4E06445BD6F for ; Tue, 19 May 2026 11:38:27 +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=1779190709; cv=none; b=eKyKd04IXExynghmHYZYdlQNWauaTWl4Yw72S52vrR1Bh3CKOjsWWWgOQMNtiAxLUhT/+2CfdXKeuF0S4pL4ZlCuWum2xUB21q3WTEQHUGjqyYVN3kOLE2RxzaxyBPri/SACPoqFDN5glZf0ci+hu2zPfkBR/yFTchaNQz9Sxqk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779190709; c=relaxed/simple; bh=kTy64NwZWzmK6BE+dPKBFzD32V8uMDuVNvfL1ZKOH6g=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type:Content-Disposition; b=Kr9T3XN/GmXDnTW/6qnhZ14eJ4ORUcQOCkKImJQ570U60NW6xdE9pBPo2m4kUCCBHr5O6jNVFozWICfPr1cTV7neG+O2vJsATJHj2H7tN/QvgSqHbt5R0L+I1t84FzvdHKw8GQrIbBzmmjQpKppxcUFX/igStIb+DH42L8P6VVM= 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; dkim=pass (1024-bit key) header.d=arm.com header.i=@arm.com header.b=MEzeHgOG; 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 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=arm.com header.i=@arm.com header.b="MEzeHgOG" 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 0BB8122FA; Tue, 19 May 2026 04:38:21 -0700 (PDT) Received: from devkitleo.cambridge.arm.com (devkitleo.cambridge.arm.com [10.1.196.90]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B0DD23F632; Tue, 19 May 2026 04:38:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1779190706; bh=kTy64NwZWzmK6BE+dPKBFzD32V8uMDuVNvfL1ZKOH6g=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=MEzeHgOGPundWZeOZ0r9uy3tdo1t+iu5Cp/CT+XfDIIv/9waGYf3yThm13UkIre3W SQDDc8MrL0KfpOFKbMch4wDpOyBNY+mT1NoRknAGGQZLysFjO6Ks24tdCzIcnN2pYZ ghnxICxe7M5qP5OYLguvus3lHVL1t5/uFt6mbcPQ= From: Leonardo Bras To: Will Deacon Cc: Leonardo Bras , mark.rutland@arm.com, catalin.marinas@arm.com, kernel-team@meta.com, leitao@debian.org, leo.yan@arm.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, palmer@dabbelt.com, paulmck@kernel.org, puranjay@kernel.org, rmikey@meta.com, usama.arif@linux.dev Subject: Re: [PATCH] arm64/daifflags: Make local_daif_*() helpers __always_inline Date: Tue, 19 May 2026 12:38:16 +0100 Message-ID: X-Mailer: git-send-email 2.54.0 In-Reply-To: References: <20260427140125.1773574-2-leo.bras@arm.com> 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 Content-Transfer-Encoding: 8bit On Tue, May 19, 2026 at 11:39:46AM +0100, Will Deacon wrote: > On Mon, Apr 27, 2026 at 03:01:26PM +0100, Leonardo Bras wrote: > > Make sure those helpers are always inlined and instrumentation safe. > > > > Signed-off-by: Leonardo Bras > > --- > > arch/arm64/include/asm/daifflags.h | 10 +++++----- > > 1 file changed, 5 insertions(+), 5 deletions(-) > > b4 really doesn't like this patch being a reply to another one, so I'm > just replying to say that I've picked it up manually. > > Cheers, > > Will Hi Will, Noted. I will avoid doing this in the future. Thanks! Leo