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: <8e618f52-413c-41c1-9ac2-0260a1904792@gmail.com>
Date: Mon, 2 Sep 2024 21:01:18 +0200
From: Heiner Kallweit <hkallweit1@...il.com>
To: Wolfram Sang <wsa@...nel.org>,
 Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
 "Rafael J. Wysocki" <rafael@...nel.org>
Cc: "linux-i2c@...r.kernel.org" <linux-i2c@...r.kernel.org>,
 Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [PATCH 1/2] i2c: core: Switch I2C_COMPAT to default n

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
 	help
 	  Say Y here if you intend to run lm-sensors 3.1.1 or older, or any
 	  other user-space package which expects i2c adapters to be class
-	  devices. If you don't know, say Y.
+	  devices. If you don't know, say N.
 
 config I2C_CHARDEV
 	tristate "I2C device interface"
-- 
2.46.0



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ