public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: "Aithal, Srikanth" <sraithal@amd.com>
Cc: Ard Biesheuvel <ardb@kernel.org>,
	linux-kernel@vger.kernel.org, David Woodhouse <dwmw@amazon.co.uk>,
	"H. Peter Anvin" <hpa@zytor.com>,
	Kees Cook <keescook@chromium.org>,
	x86@kernel.org
Subject: Re: [tip: x86/boot] x86/boot: Move the EFI mixed mode startup code back under arch/x86, into startup/
Date: Wed, 9 Apr 2025 14:00:12 +0200	[thread overview]
Message-ID: <Z_ZhTJaxcXubOATD@gmail.com> (raw)
In-Reply-To: <34a1c2bd-53f2-4f4f-9f5a-272f677eb9a3@amd.com>


* Aithal, Srikanth <sraithal@amd.com> wrote:

> 
> 
> On 4/7/2025 3:11 PM, Aithal, Srikanth wrote:
> > On 4/7/2025 2:00 PM, Ard Biesheuvel wrote:
> > > On Mon, 7 Apr 2025 at 10:38, Aithal, Srikanth <sraithal@amd.com> wrote:
> > > > 
> > > > Hello,
> > > > 
> > > > This commit breaks the build of next-20250407. The kernel config is
> > > > attached here.
> > > > 
> > > > Build error:
> > > > 
> > > > arch/x86/boot/startup/efi-mixed.o: warning: objtool:
> > > > efi32_stub_entry+0x0: unannotated intra-function call
> > > > make[3]: *** [scripts/Makefile.build:335:
> > > > arch/x86/boot/startup/efi-mixed.o] Error 255
> > > > make[3]: *** Deleting file 'arch/x86/boot/startup/efi-mixed.o'
> > > > make[3]: *** Waiting for unfinished jobs....
> > > > make[2]: *** [scripts/Makefile.build:461: arch/x86/boot/startup] Error 2
> > > > make[2]: *** Waiting for unfinished jobs....
> > > > make[1]: *** [/home/VT_BUILD/linux/Makefile:2006: .] Error 2
> > > > make: *** [Makefile:248: __sub-make] Error 2
> > > > 
> > > > 
> > > 
> > > Apologies for the breakage.
> > > 
> > > Does it help to add the following to arch/x86/boot/startup/Makefile:
> > > 
> > > OBJECT_FILES_NON_STANDARD := y
> > > 
> > > ?
> 
> 
> 
> If the above is the solution, could you please let me know how soon it might
> be included in the linux-next build?

Tomorrow's -next should have this all sorted out.

Thanks,

	Ingo

  reply	other threads:[~2025-04-09 12:00 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-01 13:34 [RFC PATCH 0/6] x86: Refactor and consolidate startup code Ard Biesheuvel
2025-04-01 13:34 ` [RFC PATCH 1/6] x86/boot/compressed: Merge local pgtable.h include into asm/boot.h Ard Biesheuvel
2025-04-06 18:33   ` [tip: x86/boot] x86/boot/compressed: Merge the local pgtable.h include into <asm/boot.h> tip-bot2 for Ard Biesheuvel
2025-04-01 13:34 ` [RFC PATCH 2/6] x86/boot: Move 5-level paging trampoline into startup code Ard Biesheuvel
2025-04-06 18:33   ` [tip: x86/boot] x86/boot: Move the 5-level paging trampoline into /startup tip-bot2 for Ard Biesheuvel
2025-04-01 13:34 ` [RFC PATCH 3/6] x86/boot: Move EFI mixed mode startup code back under arch/x86 Ard Biesheuvel
2025-04-06 18:33   ` [tip: x86/boot] x86/boot: Move the EFI mixed mode startup code back under arch/x86, into startup/ tip-bot2 for Ard Biesheuvel
2025-04-07  7:38     ` Aithal, Srikanth
2025-04-07  8:30       ` Ard Biesheuvel
2025-04-07  9:41         ` Aithal, Srikanth
2025-04-09 11:54           ` Aithal, Srikanth
2025-04-09 12:00             ` Ingo Molnar [this message]
2025-04-01 13:34 ` [RFC PATCH 4/6] x86/boot: Move early GDT/IDT setup code " Ard Biesheuvel
2025-04-06 18:33   ` [tip: x86/boot] x86/boot: Move the " tip-bot2 for Ard Biesheuvel
2025-04-01 13:34 ` [RFC PATCH 5/6] x86/boot: Move early kernel mapping " Ard Biesheuvel
2025-04-06 18:32   ` [tip: x86/boot] x86/boot: Move the " tip-bot2 for Ard Biesheuvel
2025-04-06 18:51   ` [RFC PATCH 5/6] x86/boot: Move " Ingo Molnar
2025-04-06 19:24     ` Ard Biesheuvel
2025-04-01 13:34 ` [RFC PATCH 6/6] x86/boot: Move early SME init " Ard Biesheuvel
2025-04-06 18:32   ` [tip: x86/boot] x86/boot: Move the " tip-bot2 for Ard Biesheuvel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Z_ZhTJaxcXubOATD@gmail.com \
    --to=mingo@kernel.org \
    --cc=ardb@kernel.org \
    --cc=dwmw@amazon.co.uk \
    --cc=hpa@zytor.com \
    --cc=keescook@chromium.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sraithal@amd.com \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox