lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK7LNARDwBmvKY4fDmr5K=WLEvWLhFgg50ibu7etJykiRxohOA@mail.gmail.com>
Date: Thu, 28 Nov 2024 11:56:44 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Luis Chamberlain <mcgrof@...nel.org>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>, samitolvanen@...gle.com, 
	petr.pavlu@...e.com, da.gomez@...sung.com, linux-modules@...r.kernel.org, 
	patches@...ts.linux.dev, linux-kernel@...r.kernel.org, mmaurer@...gle.com, 
	arnd@...db.de, deller@....de, song@...nel.org
Subject: Re: [GIT PULL] Modules changes for v6.13-rc1

On Thu, Nov 28, 2024 at 11:42 AM Luis Chamberlain <mcgrof@...nel.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@...nel.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@...ux-foundation.org>
> Signed-off-by: Luis Chamberlain <mcgrof@...nel.org>


Did you run any compile-test before submitting this?

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

--
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ