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 DB898154BFB for ; Fri, 22 Nov 2024 17:22:42 +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=1732296162; cv=none; b=NFV9zHT/DK+G01O1Acaf6OHM/yT3ef52jB8ojS0A2Ut8MKTzalNKCftQU3zTH9MQrzVUMU8WA98p+0drWpR3hOxqR5A5mad2Uebi5ZcUrXKgER73IyJKty/ucfqjgk/CCA+NKMa/cunEVilLJQ5SCOfrCykQALrFeO1+UXf5xBE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732296162; c=relaxed/simple; bh=6+DBKln+6XPlGVnZINqgLwtt9qRjpX7RLyX64z22EFA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=qU3NO+cRI62emkAmETKUC9M+fKTPOC/DmPN368YzbIL16Yb6ZGY5QNlfU93TiVAvpsH91X8V2VB6e2/svNG6dh7cjPfAVhHGy6L/qdw98uQABKuP9eEUiYVLPtMg247jJ0dGDws8ydVZV8lEhDKDXpCt8isy2eUcF2bJB6qUK+k= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 43B05C4CED9; Fri, 22 Nov 2024 17:22:42 +0000 (UTC) Date: Fri, 22 Nov 2024 09:22:40 -0800 From: Josh Poimboeuf To: Peter Zijlstra Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH 7/9] objtool: Convert ANNOTATE_INTRA_FUNCTION_CALLS to ANNOTATE Message-ID: <20241122172240.76qplflitbvb44nc@jpoimboe> References: <20241122121016.372005127@infradead.org> <20241122121556.315596549@infradead.org> 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=utf-8 Content-Disposition: inline In-Reply-To: <20241122121556.315596549@infradead.org> On Fri, Nov 22, 2024 at 01:10:23PM +0100, Peter Zijlstra wrote: > > Signed-off-by: Peter Zijlstra (Intel) s/CALLS/CALL/ in $SUBJECT -- Josh