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: <e1bea3b1-2322-45a4-a98d-ba887dfc5bd5@gmx.de>
Date: Tue, 2 Dec 2025 20:24:47 +0100
From: Helge Deller <deller@....de>
To: Shi Hao <i.shihao.999@...il.com>, linux-fbdev@...r.kernel.org
Cc: dri-devel@...ts.freedesktop.org, linux-kernel@...r.kernel.org,
 adaplas@...il.com
Subject: Re: [PATCH] fbdev: i810: use appopriate log interface dev_info

On 10/31/25 09:09, Shi Hao wrote:
> There were many printk log interfaces which do no had
> any KERN_INFO with them and they can be replaced with
> dev_info which will allow better log level handling
> making messages clear and manageable.
> 
> No functional changes to the driver behavior are introduced.
> Only the logging method has been replaced as per modern
> kernel coding guidelines.
> 
> Signed-off-by: Shi Hao <i.shihao.999@...il.com>
> ---
>   drivers/video/fbdev/i810/i810_main.c | 46 ++++++++++++++--------------
>   1 file changed, 23 insertions(+), 23 deletions(-)

applied.
I tweaked the patch a little more to drop the driver name as well
(which will be printed by the dev_*() functions).

Thanks!
Helge

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ