From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from shelob.surriel.com (shelob.surriel.com [96.67.55.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E2616C43217 for ; Thu, 1 Dec 2022 16:40:23 +0000 (UTC) Received: from localhost ([::1] helo=shelob.surriel.com) by shelob.surriel.com with esmtp (Exim 4.96) (envelope-from ) id 1p0mbg-0005mM-1r; Thu, 01 Dec 2022 11:40:16 -0500 Received: from dfw.source.kernel.org ([139.178.84.217]) by shelob.surriel.com with esmtps (TLS1.2) tls TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1p0mbb-0005Uh-0a for kernelnewbies@kernelnewbies.org; Thu, 01 Dec 2022 11:40:11 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BBD476206C; Thu, 1 Dec 2022 16:40:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B6947C433D6; Thu, 1 Dec 2022 16:40:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1669912809; bh=//pZ1rFIz1l6lbDUMqQrq8hDK5d1VqwBP7IMrfJ7J7U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bFboS8CWbCGqrLDvKfVm05bNSW3wHY04wDbSc2kgVdpQlqMk5k2XGXZQ2w22LbU6U W3BO8S/x9Cef6W7NwFWntZweoOUmDW/9XJrYJjG8ZJOf6TVP5ikBYHBLG+Fn7obzF9 L0ifRjfLdjVbWjy+5XC1BEvX95dTTqSK+5DfGjrs= Date: Thu, 1 Dec 2022 17:40:05 +0100 From: 'Greg KH' To: John Aron Subject: Re: OBJTOOL Build error Message-ID: References: <041601d90035$4f738de0$ee5aa9a0$@aronetics.com> <0be301d90514$9250bd70$b6f23850$@aronetics.com> <002e01d9059c$eb052400$c10f6c00$@aronetics.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <002e01d9059c$eb052400$c10f6c00$@aronetics.com> Cc: 'Mark Salter' , 'Mark Lewis' , regressions@lists.linux.dev, stable@vger.kernel.org, kernelnewbies@kernelnewbies.org X-BeenThere: kernelnewbies@kernelnewbies.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Learn about the Linux kernel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: kernelnewbies-bounces@kernelnewbies.org On Thu, Dec 01, 2022 at 10:52:16AM -0500, John Aron wrote: > On Wed, Nov 30, 2022 at 06:36:19PM -0500, John Aron wrote: > > One C file and a few header files. > > Can you provide a link to them so that we can see what might be the problem? > Without that, it's impossible to help, sorry. > -- > The repo is in a private repo online, the entry is: > static int __init kernel_module_start(void) Without the full source, it's pretty impossible to help, sorry. thanks, greg k-h _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies 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 9567410F6 for ; Thu, 1 Dec 2022 16:40:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B6947C433D6; Thu, 1 Dec 2022 16:40:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1669912809; bh=//pZ1rFIz1l6lbDUMqQrq8hDK5d1VqwBP7IMrfJ7J7U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bFboS8CWbCGqrLDvKfVm05bNSW3wHY04wDbSc2kgVdpQlqMk5k2XGXZQ2w22LbU6U W3BO8S/x9Cef6W7NwFWntZweoOUmDW/9XJrYJjG8ZJOf6TVP5ikBYHBLG+Fn7obzF9 L0ifRjfLdjVbWjy+5XC1BEvX95dTTqSK+5DfGjrs= Date: Thu, 1 Dec 2022 17:40:05 +0100 From: 'Greg KH' To: John Aron Cc: 'Mark Salter' , 'Mark Lewis' , regressions@lists.linux.dev, stable@vger.kernel.org, kernelnewbies@kernelnewbies.org Subject: Re: OBJTOOL Build error Message-ID: References: <041601d90035$4f738de0$ee5aa9a0$@aronetics.com> <0be301d90514$9250bd70$b6f23850$@aronetics.com> <002e01d9059c$eb052400$c10f6c00$@aronetics.com> Precedence: bulk X-Mailing-List: regressions@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002e01d9059c$eb052400$c10f6c00$@aronetics.com> On Thu, Dec 01, 2022 at 10:52:16AM -0500, John Aron wrote: > On Wed, Nov 30, 2022 at 06:36:19PM -0500, John Aron wrote: > > One C file and a few header files. > > Can you provide a link to them so that we can see what might be the problem? > Without that, it's impossible to help, sorry. > -- > The repo is in a private repo online, the entry is: > static int __init kernel_module_start(void) Without the full source, it's pretty impossible to help, sorry. thanks, greg k-h