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-prev] [day] [month] [year] [list]
Message-ID: <5F5EA6BE-94BD-4352-ADA9-D14BBE703D4F@boeing.com>
Date: Fri, 22 Nov 2024 19:28:46 +0000
From: "Wolber (US), Chuck" <chuck.wolber@...ing.com>
To: Peter Zijlstra <peterz@...radead.org>,
        Nathan Chancellor
	<nathan@...nel.org>
CC: Wentao Zhang <wentaoz5@...inois.edu>,
        "Kelly (US), Matt"
	<Matt.Kelly2@...ing.com>,
        "akpm@...ux-foundation.org"
	<akpm@...ux-foundation.org>,
        "Oppelt (US), Andrew J"
	<andrew.j.oppelt@...ing.com>,
        "anton.ivanov@...bridgegreys.com"
	<anton.ivanov@...bridgegreys.com>,
        "ardb@...nel.org" <ardb@...nel.org>, "arnd@...db.de" <arnd@...db.de>,
        "bhelgaas@...gle.com" <bhelgaas@...gle.com>,
        "bp@...en8.de" <bp@...en8.de>,
        "dave.hansen@...ux.intel.com"
	<dave.hansen@...ux.intel.com>,
        "dvyukov@...gle.com" <dvyukov@...gle.com>,
        "hpa@...or.com" <hpa@...or.com>,
        "jinghao7@...inois.edu"
	<jinghao7@...inois.edu>,
        "johannes@...solutions.net"
	<johannes@...solutions.net>,
        "jpoimboe@...nel.org" <jpoimboe@...nel.org>,
        "justinstitt@...gle.com" <justinstitt@...gle.com>,
        "kees@...nel.org"
	<kees@...nel.org>,
        "kent.overstreet@...ux.dev" <kent.overstreet@...ux.dev>,
        "linux-arch@...r.kernel.org" <linux-arch@...r.kernel.org>,
        "linux-efi@...r.kernel.org" <linux-efi@...r.kernel.org>,
        "linux-kbuild@...r.kernel.org" <linux-kbuild@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "linux-trace-kernel@...r.kernel.org" <linux-trace-kernel@...r.kernel.org>,
        "linux-um@...ts.infradead.org" <linux-um@...ts.infradead.org>,
        "llvm@...ts.linux.dev" <llvm@...ts.linux.dev>,
        "luto@...nel.org"
	<luto@...nel.org>,
        "marinov@...inois.edu" <marinov@...inois.edu>,
        "masahiroy@...nel.org" <masahiroy@...nel.org>,
        "maskray@...gle.com"
	<maskray@...gle.com>,
        "mathieu.desnoyers@...icios.com"
	<mathieu.desnoyers@...icios.com>,
        "Weber (US), Matthew L"
	<matthew.l.weber3@...ing.com>,
        "mhiramat@...nel.org" <mhiramat@...nel.org>,
        "mingo@...hat.com" <mingo@...hat.com>,
        "morbo@...gle.com" <morbo@...gle.com>,
        "ndesaulniers@...gle.com" <ndesaulniers@...gle.com>,
        "oberpar@...ux.ibm.com"
	<oberpar@...ux.ibm.com>,
        "paulmck@...nel.org" <paulmck@...nel.org>,
        "richard@....at" <richard@....at>,
        "rostedt@...dmis.org"
	<rostedt@...dmis.org>,
        "samitolvanen@...gle.com" <samitolvanen@...gle.com>,
        "Sarkisian (US), Samuel" <samuel.sarkisian@...ing.com>,
        "Vanderleest (US),
 Steven H" <steven.h.vanderleest@...ing.com>,
        "tglx@...utronix.de"
	<tglx@...utronix.de>,
        "tingxur@...inois.edu" <tingxur@...inois.edu>,
        "tyxu@...inois.edu" <tyxu@...inois.edu>,
        "x86@...nel.org" <x86@...nel.org>
Subject: Re: [EXTERNAL] Re: [PATCH v2 0/4] Enable measuring the kernel's
 Source-based Code Coverage and MC/DC with Clang

> > On Thu, Oct 03, 2024 at 04:29:38PM -0700, Nathan Chancellor wrote:
> >
> > $ /usr/bin/time -v make -skj"$(nproc)" ARCH=x86_64 LLVM=1 mrproper {def,amd_mem_encrypt.,fortify_source.,llvm_cov.}config bzImage
> > ...
> > vmlinux.o: warning: objtool: __sev_es_nmi_complete+0x6e: call to kasan_check_write() leaves .noinstr.text section

%< SNIP %<

> > vmlinux.o: warning: objtool: acpi_idle_do_entry+0x4: call to perf_lopwr_cb() leaves .noinstr.text section
>
>
> Just saw this fly by, that looks like something is buggered bad. Notably
> lockdep_hardirqs_{on,off}() are noinstr.
>
>
> Is this patch-set causing this, or what?

No, these patches are not causing this. This patch-set appears to have exposed a
bug in the llvm linker (lld):

https://github.com/llvm/llvm-project/issues/116575

..Ch:W..

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ