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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241113104614.4093835f@canb.auug.org.au>
Date: Wed, 13 Nov 2024 10:46:14 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Russell King <linux@...linux.org.uk>
Cc: Melon Liu <melon1335@....com>, Linux Kernel Mailing List
 <linux-kernel@...r.kernel.org>, Linux Next Mailing List
 <linux-next@...r.kernel.org>
Subject: linux-next: build failure after merge of the arm tree

Hi all,

After merging the arm tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:

arch/arm/mm/ioremap.c: In function 'sync_vmalloc_pgds':
arch/arm/mm/ioremap.c:130:46: error: implicit declaration of function 'kasan_mem_to_shadow'; did you mean 'kmsan_init_shadow'? [-Wimplicit-function-declaration]
  130 |                 sync_pgds(mm, (unsigned long)kasan_mem_to_shadow(
      |                                              ^~~~~~~~~~~~~~~~~~~
      |                                              kmsan_init_shadow

Caused by commit

  15c0b4cb0223 ("ARM: 9427/1: mm: Fix stack recursion caused by KASAN")

kasan_mem_to_shadow() is only defined when CONFIG_KASAN_GENERIC or
CONFIG_KASAN_SW_TAGS is set.

$ grep CONFIG_KASAN arm_multi_v7_defconfig/.config
# CONFIG_KASAN is not set

I have used the arm tree from next-20241112 for today.

-- 
Cheers,
Stephen Rothwell

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ