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-next>] [day] [month] [year] [list]
Date: Wed, 10 Apr 2024 15:41:09 +0200
From: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
To: Sebastian Reichel <sre@...nel.org>
Cc: Kees Cook <keescook@...omium.org>,
	Arnd Bergmann <arnd@...db.de>,
	Christophe JAILLET <christophe.jaillet@...adoo.fr>,
	Rob Herring <robh@...nel.org>,
	linux-kernel@...r.kernel.org,
	kernel@...gutronix.de,
	Osama Muhammad <osmtendev@...il.com>
Subject: [PATCH 0/2] HSI: Convert to platform remove callback returning void

Hello,

this series converts all platform drivers below drivers/hsi/ to not use
struct platform_device::remove() any more. See commit 5c5a7680e67b
("platform: Provide a remove callback that returns no value") for an
extended explanation and the eventual goal.

All conversations are trivial, because the driver's .remove() callbacks
returned zero unconditionally.

There are no interdependencies between these patches, so they can be
applied independently if needed. This is merge window material.

Best regards
Uwe


Uwe Kleine-König (2):
  HSI: omap_ssi_core: Convert to platform remove callback returning void
  HSI: omap_ssi_port: Convert to platform remove callback returning void

 drivers/hsi/controllers/omap_ssi_core.c | 6 ++----
 drivers/hsi/controllers/omap_ssi_port.c | 6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)


base-commit: 6ebf211bb11dfc004a2ff73a9de5386fa309c430
-- 
2.43.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ