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 09:16:50 +0200
From: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
To: Thomas Gleixner <tglx@...utronix.de>,
	Ingo Molnar <mingo@...hat.com>,
	Borislav Petkov <bp@...en8.de>,
	Dave Hansen <dave.hansen@...ux.intel.com>,
	x86@...nel.org
Cc: "H. Peter Anvin" <hpa@...or.com>,
	linux-kernel@...r.kernel.org,
	kernel@...gutronix.de
Subject: [PATCH 0/3] x86: platform: Convert to platform remove callback returning void

Hello,

this series converts all platform drivers below arch/x86/ 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.

I don't know how maintenance of these drivers is organized, but
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 (3):
  x86: platform: iris: Convert to platform remove callback returning
    void
  x86: platform: olpc-x01-pm: Convert to platform remove callback
    returning void
  x86: platform: olpc-xo1-sci: Convert to platform remove callback
    returning void

 arch/x86/platform/iris/iris.c         | 5 ++---
 arch/x86/platform/olpc/olpc-xo1-pm.c  | 7 +++----
 arch/x86/platform/olpc/olpc-xo1-sci.c | 5 ++---
 3 files changed, 7 insertions(+), 10 deletions(-)

base-commit: 6ebf211bb11dfc004a2ff73a9de5386fa309c430
-- 
2.43.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ