From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from casper.infradead.org (casper.infradead.org [90.155.50.34]) (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 1D78A2F617E for ; Fri, 21 Nov 2025 10:28:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=90.155.50.34 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763720905; cv=none; b=EJnPOPab+Ko9e4t4ZLAbASkcKGFYE5tir+7+NR6HDcUdI7jZHRPsUbdsp7UZOJ6JbDtz+H3BrCTO63oC3yBFbk7q4Pc0rcsJL4U5kXcZdJ8je0Q9qHoikry2Rc/hgwpDxTuLNMMh7Wp52r7ubakQ1dtqzkrv9SRarOcoofq9Bq4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763720905; c=relaxed/simple; bh=djXVkgBbxVJjBqxOgykQ9GXCjgl8xbxp7hrLk5EpzXI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=J0Y5MftCamP3PgXKJPh4OKVCCbnQqQis0gwyP20Ub1xf1CoFTnBG14zxVtFMGbPNzS+/jditLcY2QUVjNbGS3eSTYie1MDlBT2Y3TA/iOUVDNVLd5bThnXQciWH3lc6T4lnqLwJZfr3IPlN11FAlekK7+0LZAm5uVsSfiqyrC9U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=OHx5iQmr; arc=none smtp.client-ip=90.155.50.34 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="OHx5iQmr" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=djXVkgBbxVJjBqxOgykQ9GXCjgl8xbxp7hrLk5EpzXI=; b=OHx5iQmrtAOksetH61foaLcjVS 1wFooYAqmtZOLQcpk9wh/5+8b5Kj4FbZkt+3r4/vk34WzKLzr2JjbBoK/tglPXZ1W2WYIb/92irZQ eRldHVg+Nd3i/j5GrAMjJyfMwxJ4jVh/CaQOmf8FV/02kM2kCdzp6RAE4r09zhXYJa5Qpk4VtXZc/ 7NDgynSle5Z93xveQORXma/9qASE0yepcQGy1TrK/ysOjQf2zWW5ahLyIJfdbpvf+yXuJE4VNwNgT isFQK10HJuZ+AyoQZ0n2XTjjL0sSzK4nan3UckeymKzMeyuG0fh4BzCWhohJiKpoYvvSJEQ2Up95j aAEqGiyA==; Received: from 77-249-17-252.cable.dynamic.v4.ziggo.nl ([77.249.17.252] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.98.2 #2 (Red Hat Linux)) id 1vMONB-00000002i9W-0t9C; Fri, 21 Nov 2025 10:28:13 +0000 Received: by noisy.programming.kicks-ass.net (Postfix, from userid 1000) id 15BB0300342; Fri, 21 Nov 2025 11:28:12 +0100 (CET) Date: Fri, 21 Nov 2025 11:28:12 +0100 From: Peter Zijlstra To: Josh Poimboeuf Cc: Alexandre Chartre , linux-kernel@vger.kernel.org, mingo@kernel.org, david.laight.linux@gmail.com Subject: Re: [PATCH v5 00/30] objtool: Function validation tracing Message-ID: <20251121102812.GL4067720@noisy.programming.kicks-ass.net> References: <20251119143247.3944213-1-alexandre.chartre@oracle.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 In-Reply-To: On Thu, Nov 20, 2025 at 09:30:46AM -0800, Josh Poimboeuf wrote: > If you update .gitignore for the relevant patches, and fix the typos I > pointed out, I think we can go ahead and merge this thing. I'll presume this to be an ACK for the patches :-) Let me go queue up the amended patches.