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 E5C1828E0F for ; Wed, 24 Jun 2026 12:27:48 +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=1782304070; cv=none; b=sDuQ7/gdqo0o8mmsYSLwZ8B4iUvuEhVME1bV4riX+ruMRelh7LfGbAkIP1EnR8ncB7/sQwXYs2avpBxYQa1iTDWZfb9C7cVHbh3edjf53FUyV2A+TSkzn5rjG7eCkrCjXx0cVcol7T8Y8YPh4W81HFiyT+0MB0lRfkWrh0C4xUg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782304070; c=relaxed/simple; bh=5wsw90yesj8uzad4EmNEcD1qcuHtqbsgd4aYXFogzxg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=R32WR3S4pwIjdBp/dUiHqNkW1KgrpFVuag4a4Lvawkmius1vHfWGlqobBb+sXysifl2s3qxy7s2YHsFv7adfUFkjxgIYqkxQS1+eN/ghSbcLG3/S/OgSDTGgicA9LrAjVv9x2JKfVtQDUprbqrOSJQK2wvZgH+sPvyBWuK8OBYA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org; spf=pass smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=i9gTqZRP; 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=pass 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="i9gTqZRP" 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=5wsw90yesj8uzad4EmNEcD1qcuHtqbsgd4aYXFogzxg=; b=i9gTqZRPWJoXcj760O1ifkZwSY fLUPxgwucw3GxsOZzXkKUgfryOEU0OSnaHxpooaQUYaJEkUi7woz8hanLKxzdJK1Nvuymf42vo7qP fZA7c63a1Re7KYi033Vhsnx47FQwocKovGeaJ3ZXm/r7C3WyAXAfwOAJhiiawfsgmHF6s2v5vxQ4b 2kGhKxrEs7PSh4IAQwFsOJ/f43YAV/KFvC2iqnc/tosy/elP8bu3eulX6I+KcQr9LRC1RAPUEoylV vBaxYRkaWYX90ZW6R3kOsKLT2sTmCAlQsGCQd2aGvmISE9quPoliwl7B9WeW4nhAvCdlosXALcZOp Fv1/xLtA==; 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.99.1 #2 (Red Hat Linux)) id 1wcMhm-000000080lZ-2NIN; Wed, 24 Jun 2026 12:27:47 +0000 Received: by noisy.programming.kicks-ass.net (Postfix, from userid 1000) id 9C384300400; Wed, 24 Jun 2026 14:27:46 +0200 (CEST) Date: Wed, 24 Jun 2026 14:27:46 +0200 From: Peter Zijlstra To: Yousef Alhouseen Cc: Josh Poimboeuf , linux-kernel@vger.kernel.org Subject: Re: [PATCH] objtool: fix UNRET warning typo Message-ID: <20260624122746.GD48970@noisy.programming.kicks-ass.net> References: <20260624122357.4650-1-alhouseenyousef@gmail.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: <20260624122357.4650-1-alhouseenyousef@gmail.com> On Wed, Jun 24, 2026 at 02:23:57PM +0200, Yousef Alhouseen wrote: > Fix a typo in the warning emitted when UNRET validation reaches the end > of an instruction stream unexpectedly. Is not a typo :-) And you would have found the same patch a number of times if you'd simply searched the archives.