All of lore.kernel.org
 help / color / mirror / Atom feed
* + x86-disable-image-size-check-for-test-builds-fix-fix.patch added to mm-hotfixes-unstable branch
@ 2025-04-19 20:55 Andrew Morton
  2025-04-19 21:38 ` Guenter Roeck
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Morton @ 2025-04-19 20:55 UTC (permalink / raw)
  To: mm-commits, lkp, linux, akpm, akpm


The patch titled
     Subject: x86-disable-image-size-check-for-test-builds-fix-fix
has been added to the -mm mm-hotfixes-unstable branch.  Its filename is
     x86-disable-image-size-check-for-test-builds-fix-fix.patch

This patch will shortly appear at
     https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/x86-disable-image-size-check-for-test-builds-fix-fix.patch

This patch will later appear in the mm-hotfixes-unstable branch at
    git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/process/submit-checklist.rst when testing your code ***

The -mm tree is included into linux-next via the mm-everything
branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
and is updated there every 2-3 working days

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: x86-disable-image-size-check-for-test-builds-fix-fix
Date: Sat Apr 19 01:54:50 PM PDT 2025

fix comment snafu

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202504191813.4r9H6Glt-lkp@intel.com/
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 arch/x86/kernel/vmlinux.lds.S |    1 -
 1 file changed, 1 deletion(-)

--- a/arch/x86/kernel/vmlinux.lds.S~x86-disable-image-size-check-for-test-builds-fix-fix
+++ a/arch/x86/kernel/vmlinux.lds.S
@@ -473,7 +473,6 @@ SECTIONS
  */
 #ifndef CONFIG_COMPILE_TEST
 /*
-/*
  * The ASSERT() sync to . is intentional, for binutils 2.14 compatibility:
  */
 . = ASSERT((_end - LOAD_OFFSET <= KERNEL_IMAGE_SIZE),
_

Patches currently in -mm which might be from akpm@linux-foundation.org are

x86-disable-image-size-check-for-test-builds-fix.patch
x86-disable-image-size-check-for-test-builds-fix-fix.patch
mm-debug-fix-parameter-passed-to-page_mapcount_is_type-fix.patch
vmalloc-switch-to-for_each_vmap_node-helper-fix.patch
mm-add-zblock-allocator-fix.patch


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: + x86-disable-image-size-check-for-test-builds-fix-fix.patch added to mm-hotfixes-unstable branch
  2025-04-19 20:55 + x86-disable-image-size-check-for-test-builds-fix-fix.patch added to mm-hotfixes-unstable branch Andrew Morton
@ 2025-04-19 21:38 ` Guenter Roeck
  2025-04-19 21:49   ` Andrew Morton
  0 siblings, 1 reply; 4+ messages in thread
From: Guenter Roeck @ 2025-04-19 21:38 UTC (permalink / raw)
  To: Andrew Morton, mm-commits, lkp

On 4/19/25 13:55, Andrew Morton wrote:
> The patch titled
>       Subject: x86-disable-image-size-check-for-test-builds-fix-fix
> has been added to the -mm mm-hotfixes-unstable branch.  Its filename is
>       x86-disable-image-size-check-for-test-builds-fix-fix.patch
> 
> This patch will shortly appear at
>       https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/x86-disable-image-size-check-for-test-builds-fix-fix.patch
> 
> This patch will later appear in the mm-hotfixes-unstable branch at
>      git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
> 
> Before you just go and hit "reply", please:
>     a) Consider who else should be cc'ed
>     b) Prefer to cc a suitable mailing list as well
>     c) Ideally: find the original patch on the mailing list and do a
>        reply-to-all to that, adding suitable additional cc's
> 
> *** Remember to use Documentation/process/submit-checklist.rst when testing your code ***
> 
> The -mm tree is included into linux-next via the mm-everything
> branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
> and is updated there every 2-3 working days
> 
> ------------------------------------------------------
> From: Andrew Morton <akpm@linux-foundation.org>
> Subject: x86-disable-image-size-check-for-test-builds-fix-fix
> Date: Sat Apr 19 01:54:50 PM PDT 2025
> 
> fix comment snafu
> 
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202504191813.4r9H6Glt-lkp@intel.com/
> Cc: Guenter Roeck <linux@roeck-us.net>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> ---
> 
>   arch/x86/kernel/vmlinux.lds.S |    1 -
>   1 file changed, 1 deletion(-)
> 
> --- a/arch/x86/kernel/vmlinux.lds.S~x86-disable-image-size-check-for-test-builds-fix-fix
> +++ a/arch/x86/kernel/vmlinux.lds.S
> @@ -473,7 +473,6 @@ SECTIONS
>    */
>   #ifndef CONFIG_COMPILE_TEST
>   /*
> -/*

Makes me wonder where this was coming from. It isn't in my v4 patch.

Guenter


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: + x86-disable-image-size-check-for-test-builds-fix-fix.patch added to mm-hotfixes-unstable branch
  2025-04-19 21:38 ` Guenter Roeck
@ 2025-04-19 21:49   ` Andrew Morton
  2025-04-19 21:53     ` Guenter Roeck
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Morton @ 2025-04-19 21:49 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: mm-commits, lkp

On Sat, 19 Apr 2025 14:38:37 -0700 Guenter Roeck <linux@roeck-us.net> wrote:

> >    */
> >   #ifndef CONFIG_COMPILE_TEST
> >   /*
> > -/*
> 
> Makes me wonder where this was coming from. It isn't in my v4 patch.

See https://lkml.kernel.org/r/20250417230426.AA502C4CEEA@smtp.kernel.org

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: + x86-disable-image-size-check-for-test-builds-fix-fix.patch added to mm-hotfixes-unstable branch
  2025-04-19 21:49   ` Andrew Morton
@ 2025-04-19 21:53     ` Guenter Roeck
  0 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2025-04-19 21:53 UTC (permalink / raw)
  To: Andrew Morton; +Cc: mm-commits, lkp

On 4/19/25 14:49, Andrew Morton wrote:
> On Sat, 19 Apr 2025 14:38:37 -0700 Guenter Roeck <linux@roeck-us.net> wrote:
> 
>>>     */
>>>    #ifndef CONFIG_COMPILE_TEST
>>>    /*
>>> -/*
>>
>> Makes me wonder where this was coming from. It isn't in my v4 patch.
> 
> See https://lkml.kernel.org/r/20250417230426.AA502C4CEEA@smtp.kernel.org

Ah, ok. Thanks for the clarification.

Guenter


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-04-19 21:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-19 20:55 + x86-disable-image-size-check-for-test-builds-fix-fix.patch added to mm-hotfixes-unstable branch Andrew Morton
2025-04-19 21:38 ` Guenter Roeck
2025-04-19 21:49   ` Andrew Morton
2025-04-19 21:53     ` Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.