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 8DE5223EA9D for ; Fri, 21 Nov 2025 07:00:26 +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=1763708426; cv=none; b=TU8397t12K6r5p0RC9yDK8V952ccESg0OSVUDACO5rCVZBNFJTS4bguRihcxw7bTCo5SrTXjuVMpKDqSKlIZcC2k7Hef2rBm3QFQcc1+6eHeXvjz7NvgxFeKx1BXFhFLRWhtWjviPE5Qz4FvAJUWr1VqKp63G3Ba4bkG/gxyDqo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763708426; c=relaxed/simple; bh=FVY2tNj40BsJU5ZPWAB+HdsHE5niVdxLUoKSu+IjJf0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=bIEQ+8WnUnQBami1Wsx+s5Atmk62DP3X4/HZO7tp7Hvomb/QqCs3JaFbHpZjtnA1DNS26Q6geQxT96C1fEpkt6nn2eBVjKXjG3KC/eygAwCH5CW59usGkpgEwp14WRvAint4cNjGDlk4bSnDl+3R8gVktlk2ACOVrtjgt1KTnsw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=i3llG84P; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="i3llG84P" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 78A97C4CEF1; Fri, 21 Nov 2025 07:00:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1763708426; bh=FVY2tNj40BsJU5ZPWAB+HdsHE5niVdxLUoKSu+IjJf0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=i3llG84PuiSKafCFU/uu52TtmoU7DX2sITnbDA0Mp0ovNH+r2Lt9GVVS9yXOgWa3t iHCpB+T/GhFL7AA6qLPOfRq2Frg5fPxXFS9FWu+Cu8jrAg8s8T0bsaahGLYN6/33dn 15W9f2PORFAygCVgTtBlYxRn3uLwjqZiw7MUvwWg= Date: Fri, 21 Nov 2025 08:00:15 +0100 From: Greg Kroah-Hartman To: Josh Poimboeuf Cc: x86@kernel.org, linux-kernel@vger.kernel.org, Peter Zijlstra , Jiri Slaby , Mauro Carvalho Chehab , Hans de Goede Subject: Re: [PATCH 0/6] objtool: More -ffunction-sections fixes Message-ID: <2025112101-stump-unopposed-d385@gregkh> References: 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 12:14:15PM -0800, Josh Poimboeuf wrote: > For tip/objtool/core. > > - Patches 1-4: Rename functions > > - Patches 5-6: Move the check out of objtool > > Josh Poimboeuf (6): > serial: icom: Fix namespace collision and startup() section placement > with -ffunction-sections > media: atomisp: gc2235: Fix namespace collision and startup() section > placement with -ffunction-sections > tty: amiserial: Fix namespace collision and startup() section > placement with -ffunction-sections > tty: synclink_gt: Fix namespace collision and startup() section > placement with -ffunction-sections > kbuild: Check for functions with ambiguous -ffunction-sections section > names > Revert "objtool: Warn on functions with ambiguous -ffunction-sections > section names" For the tty changes: Acked-by: Greg Kroah-Hartman