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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sun, 10 Mar 2024 09:06:05 +0100
From: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
To: William Breathitt Gray <william.gray@...aro.org>
Cc: Vignesh Raghavendra <vigneshr@...com>,
	Julien Panis <jpanis@...libre.com>,
	linux-iio@...r.kernel.org,
	linux-omap@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	kernel@...gutronix.de,
	David Lechner <david@...hnology.com>
Subject: [PATCH 0/2] counter: Convert to platform remove callback returning void

Hello,

this series converts all platform drivers below drivers/counter to stop
using struct platform_driver::remove(). See commit 5c5a7680e67b
("platform: Provide a remove callback that returns no value") for an
extended explanation and the eventual goal.

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

There are no interdependencies between these patches, still I'd expect
them to be picked up together.

Best regards
Uwe

Uwe Kleine-König (2):
  counter: ti-ecap-capture: Convert to platform remove callback
    returning void
  counter: ti-eqep: Convert to platform remove callback returning void

 drivers/counter/ti-ecap-capture.c | 6 ++----
 drivers/counter/ti-eqep.c         | 6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)

base-commit: 8ffc8b1bbd505e27e2c8439d326b6059c906c9dd
-- 
2.43.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ