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 Dec 2022 11:49:18 +0200
From:   Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        Sakari Ailus <sakari.ailus@...ux.intel.com>,
        Heikki Krogerus <heikki.krogerus@...ux.intel.com>,
        Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
        Daniel Scally <djrscally@...il.com>,
        linux-acpi@...r.kernel.org, linux-kernel@...r.kernel.org,
        linux-media@...r.kernel.org
Cc:     "Rafael J. Wysocki" <rafael@...nel.org>,
        Yong Zhi <yong.zhi@...el.com>,
        Bingbu Cao <bingbu.cao@...el.com>,
        Tianshu Qiu <tian.shu.qiu@...el.com>,
        Mauro Carvalho Chehab <mchehab@...nel.org>
Subject: [PATCH v3 0/4] software nodes: Get rid of rarely used APIs

There is only a single user of software_node_register_nodes() and
software_node_unregister_nodes(). Convert it to what others use and
remove the unneeded APIs.

Since we have maintainers' tags applied it can be routed either through
driver core or media tree — whatever you prefer.

v3: added tags (Sakari, Greg)

Andy Shevchenko (4):
  media: ipu3-cio2: Don't dereference fwnode handle
  media: ipu3-cio2: Convert to use software_node_register_node_group()
  software node: Switch property entry test to a new API
  software node: Remove unused APIs

 drivers/base/swnode.c                      | 61 ----------------------
 drivers/base/test/property-entry-test.c    | 30 +++++------
 drivers/media/pci/intel/ipu3/cio2-bridge.c | 27 ++++++++--
 drivers/media/pci/intel/ipu3/cio2-bridge.h |  5 +-
 include/linux/property.h                   |  3 --
 5 files changed, 39 insertions(+), 87 deletions(-)

-- 
2.35.1

Powered by blists - more mailing lists