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, 28 Jan 2015 21:46:12 +0100
From:	Takashi Iwai <tiwai@...e.de>
To:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc:	linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] Add device_create_files() and device_remove_files() helpers

Hi,

this is a simple patch to add device_create_files() and
device_remove_files() to replace multiple device_create_file() or
_remove() calls with a single shot with the device_attr list.

It's basically just a clean up, but also helps to simplify the error
handling a lot in many existing codes since the function itself does
rollback at error.

The series contains a patch to apply these to drivers/base/node.c.
I have lots of patches (up to 30) to use these in the whole tree, but
maybe it'd be easier too apply once after this stuff is merged at
first.  It's just a cleanup so no urgent task, after all.


thanks,

Takashi

===

Takashi Iwai (2):
  driver core: Add device_create_files() and device_remove_files()
    helpers
  drivers/base/node: Use device_create_files() and device_remove_files()

 drivers/base/core.c    | 36 ++++++++++++++++++++++++++++++++++++
 drivers/base/node.c    | 24 ++++++++++++------------
 include/linux/device.h |  4 ++++
 3 files changed, 52 insertions(+), 12 deletions(-)

-- 
2.2.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ