Linux Modules
 help / color / mirror / Atom feed
From: Luis Chamberlain <mcgrof@kernel.org>
To: Masahiro Yamada <masahiroy@kernel.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	samitolvanen@google.com, petr.pavlu@suse.com,
	da.gomez@samsung.com, linux-modules@vger.kernel.org,
	patches@lists.linux.dev, linux-kernel@vger.kernel.org,
	mmaurer@google.com, arnd@arndb.de, deller@gmx.de,
	song@kernel.org
Subject: Re: [GIT PULL] Modules changes for v6.13-rc1
Date: Wed, 27 Nov 2024 19:02:55 -0800	[thread overview]
Message-ID: <Z0fdX6i3inNVJf-e@bombadil.infradead.org> (raw)
In-Reply-To: <CAK7LNARDwBmvKY4fDmr5K=WLEvWLhFgg50ibu7etJykiRxohOA@mail.gmail.com>

On Thu, Nov 28, 2024 at 11:56:44AM +0900, Masahiro Yamada wrote:
> On Thu, Nov 28, 2024 at 11:42 AM Luis Chamberlain <mcgrof@kernel.org> wrote:
> >
> > Now with Masahiro's cleanups, in my testing we don't need the FORCE anymore.
> >
> >
> > From 83497e0e83d81950df54d82461b1dae629842147 Mon Sep 17 00:00:00 2001
> > From: Luis Chamberlain <mcgrof@kernel.org>
> > Date: Wed, 27 Nov 2024 14:10:57 -0800
> > Subject: [PATCH v3] selftests: kallsyms: fix double build stupidity
> >
> > Fix the stupid FORCE so that re-builds will only trigger
> > when really needed. While at it, document the sensible ranges
> > supported and fix the script to accept these alternatives.
> >
> > Also adopt Masahiro Yamada's suggested cleanups on the Makefile.
> >
> > Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
> > Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
> 
> 
> Did you run any compile-test before submitting this?

I did. Multiple times.

> if_changed requires FORCE.
> Your patch introduces new warnings.
> mkdir -p /home/masahiro/ref/linux/tools/objtool && make
> O=/home/masahiro/ref/linux subdir=tools/objtool --no-print-directory
> -C objtool
>   INSTALL libsubcmd_headers
>   CALL    scripts/checksyscalls.sh
> lib/tests/module/Makefile:12: FORCE prerequisite is missing
>   GEN     lib/tests/module/test_kallsyms_a.c
> lib/tests/module/Makefile:12: FORCE prerequisite is missing
> lib/tests/module/Makefile:12: FORCE prerequisite is missing
>   GEN     lib/tests/module/test_kallsyms_b.c
> lib/tests/module/Makefile:12: FORCE prerequisite is missing
>   GEN     lib/tests/module/test_kallsyms_c.c
>   GEN     lib/tests/module/test_kallsyms_d.c
>   CC [M]  lib/tests/module/test_kallsyms_a.o
>   CC [M]  lib/tests/module/test_kallsyms_b.o
>   CC [M]  lib/tests/module/test_kallsyms_c.o
>   CC [M]  lib/tests/module/test_kallsyms_d.o

Odd, I didn't see them. Anyway, I'll just take your Makefile fixes,
thanks.

  Luis

  reply	other threads:[~2024-11-28  3:02 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-27  1:10 [GIT PULL] Modules changes for v6.13-rc1 Luis Chamberlain
2024-11-27 18:33 ` pr-tracker-bot
2024-11-27 21:22 ` Linus Torvalds
2024-11-27 22:35   ` Luis Chamberlain
2024-11-27 23:26     ` Luis Chamberlain
2024-11-27 23:56       ` Linus Torvalds
2024-11-28  2:09         ` Masahiro Yamada
2024-11-28  2:38           ` Luis Chamberlain
2024-11-28  2:48             ` Masahiro Yamada
2024-11-28  2:22         ` Luis Chamberlain
2024-11-28  2:42           ` Luis Chamberlain
2024-11-28  2:56             ` Masahiro Yamada
2024-11-28  3:02               ` Luis Chamberlain [this message]
2024-11-28  3:10                 ` Luis Chamberlain
2024-11-28  3:14                   ` Masahiro Yamada
2024-11-28  3:12                 ` Masahiro Yamada
2024-11-28  2:44           ` Masahiro Yamada

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=Z0fdX6i3inNVJf-e@bombadil.infradead.org \
    --to=mcgrof@kernel.org \
    --cc=arnd@arndb.de \
    --cc=da.gomez@samsung.com \
    --cc=deller@gmx.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-modules@vger.kernel.org \
    --cc=masahiroy@kernel.org \
    --cc=mmaurer@google.com \
    --cc=patches@lists.linux.dev \
    --cc=petr.pavlu@suse.com \
    --cc=samitolvanen@google.com \
    --cc=song@kernel.org \
    --cc=torvalds@linux-foundation.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