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: <20250908092116.GDaL6gDC0X4wK5AvgK@fat_crate.local>
Date: Mon, 8 Sep 2025 11:21:16 +0200
From: Borislav Petkov <bp@...en8.de>
To: Shubhrajyoti Datta <shubhrajyoti.datta@....com>
Cc: linux-edac@...r.kernel.org, git@....com, shubhrajyoti.datta@...il.com,
	Rafael Wysocki <rafael@...nel.org>, Tony Luck <tony.luck@...el.com>,
	Hanjun Guo <guohanjun@...wei.com>,
	Mauro Carvalho Chehab <mchehab@...nel.org>,
	Shuai Xue <xueshuai@...ux.alibaba.com>, Len Brown <lenb@...nel.org>,
	linux-acpi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] APEI: GHES: Replace log_non_standard_event with direct
 tracepoint call

On Sat, Sep 06, 2025 at 08:33:07PM +0530, Shubhrajyoti Datta wrote:
> Simplify non-standard RAS event logging by replacing
> log_non_standard_event() with a direct call to trace_non_standard_event()
> in the GHES error handler. Remove the redundant wrapper from the RAS
> subsystem to reduce indirection.

But if you remove the ifdeffery in ras.h you have to do if
(IS_ENABLED(CONFIG_RAS)) now. Instead of simply calling the function
unconditionally without silly conditionals.

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ