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]
Message-ID: <2024090319-subsystem-quack-27a1@gregkh>
Date: Tue, 3 Sep 2024 10:49:42 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Heiner Kallweit <hkallweit1@...il.com>
Cc: Wolfram Sang <wsa@...nel.org>, "Rafael J. Wysocki" <rafael@...nel.org>,
	"linux-i2c@...r.kernel.org" <linux-i2c@...r.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/2] i2c: core: Switch I2C_COMPAT to default n

On Mon, Sep 02, 2024 at 09:01:18PM +0200, Heiner Kallweit wrote:
> I2C_COMPAT has been considered deprecated for 15 years now.
> Therefore make it default n, before we remove support for it
> in the near future.
> 
> Signed-off-by: Heiner Kallweit <hkallweit1@...il.com>
> ---
>  drivers/i2c/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
> index 44710267d..e5721cebb 100644
> --- a/drivers/i2c/Kconfig
> +++ b/drivers/i2c/Kconfig
> @@ -42,11 +42,11 @@ config I2C_BOARDINFO
>  
>  config I2C_COMPAT
>  	bool "Enable compatibility bits for old user-space"
> -	default y
> +	default n

Just remove the default line, that way it will default to 'n'.

thanks,

greg k-h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ