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] [thread-next>] [day] [month] [year] [list]
Date: Sun, 28 Apr 2024 08:39:09 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Borislav Petkov <bp@...nel.org>, Thomas Gleixner <tglx@...utronix.de>
Cc: X86 ML <x86@...nel.org>, LKML <linux-kernel@...r.kernel.org>,
 "Borislav Petkov (AMD)" <bp@...en8.de>,
 "Paul E . McKenney" <paulmck@...nel.org>, Waiman Long <longman@...hat.com>
Subject: Re: [PATCH] clocksource: Make the int help prompt unit readable in
 ncurses



On 4/28/24 3:21 AM, Borislav Petkov wrote:
> From: "Borislav Petkov (AMD)" <bp@...en8.de>
> 
> When doing
> 
>   make menuconfig
> 
> and searching for the CLOCKSOURCE_WATCHDOG_MAX_SKEW_US config item, the
> help says:
> 
>   │ Symbol: CLOCKSOURCE_WATCHDOG_MAX_SKEW_US [=125]
>   │ Type  : integer
>   │ Range : [50 1000]
>   │ Defined at kernel/time/Kconfig:204
>   │   Prompt: Clocksource watchdog maximum allowable skew (in   s)
>   							     ^^^^^
> 
>   │   Depends on: GENERIC_CLOCKEVENTS [=y] && CLOCKSOURCE_WATCHDOG [=y]
> 
> because on some terminals, it cannot display the 'μ' char, unicode
> number 0x3bc.
> 
> So simply write it out so that there's no trouble.
> 
> Signed-off-by: Borislav Petkov (AMD) <bp@...en8.de>
> Cc: Paul E. McKenney <paulmck@...nel.org>
> Cc: Waiman Long <longman@...hat.com>

Acked-by: Randy Dunlap <rdunlap@...radead.org>

Thanks.

> ---
>  kernel/time/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/kernel/time/Kconfig b/kernel/time/Kconfig
> index fc3b1a06c981..8ebb6d5a106b 100644
> --- a/kernel/time/Kconfig
> +++ b/kernel/time/Kconfig
> @@ -202,7 +202,7 @@ config HIGH_RES_TIMERS
>  	  the size of the kernel image.
>  
>  config CLOCKSOURCE_WATCHDOG_MAX_SKEW_US
> -	int "Clocksource watchdog maximum allowable skew (in μs)"
> +	int "Clocksource watchdog maximum allowable skew (in microseconds)"
>  	depends on CLOCKSOURCE_WATCHDOG
>  	range 50 1000
>  	default 125

-- 
#Randy
https://people.kernel.org/tglx/notes-about-netiquette
https://subspace.kernel.org/etiquette.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ