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]
Date: Wed, 24 Apr 2024 10:26:58 +0200
From: Michal Simek <michal.simek@....com>
To: linux-kernel@...r.kernel.org, monstr@...str.eu, michal.simek@...inx.com,
 git@...inx.com
Cc: Rob Herring <robh@...nel.org>
Subject: Re: [PATCH] microblaze: Remove gcc flag for non existing
 early_printk.c file



On 4/11/24 10:21, Michal Simek wrote:
> early_printk support for removed long time ago but compilation flag for
> ftrace still points to already removed file that's why remove that line
> too.
> 
> Fixes: 96f0e6fcc9ad ("microblaze: remove redundant early_printk support")
> Signed-off-by: Michal Simek <michal.simek@....com>
> ---
> 
>   arch/microblaze/kernel/Makefile | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/arch/microblaze/kernel/Makefile b/arch/microblaze/kernel/Makefile
> index 4393bee64eaf..85c4d29ef43e 100644
> --- a/arch/microblaze/kernel/Makefile
> +++ b/arch/microblaze/kernel/Makefile
> @@ -7,7 +7,6 @@ ifdef CONFIG_FUNCTION_TRACER
>   # Do not trace early boot code and low level code
>   CFLAGS_REMOVE_timer.o = -pg
>   CFLAGS_REMOVE_intc.o = -pg
> -CFLAGS_REMOVE_early_printk.o = -pg
>   CFLAGS_REMOVE_ftrace.o = -pg
>   CFLAGS_REMOVE_process.o = -pg
>   endif

Applied.
M

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ