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:   Fri, 28 Sep 2018 15:00:55 -0700
From:   Joe Perches <joe@...ches.com>
To:     linux-kernel@...r.kernel.org
Cc:     Peter Rosin <peda@...ntia.se>
Subject: Bad MAINTAINERS pattern in section 'MULTIPLEXER SUBSYSTEM'

Please fix this defect appropriately.

linux-next MAINTAINERS section:

	9976	MULTIPLEXER SUBSYSTEM
	9977	M:	Peter Rosin <peda@...ntia.se>
	9978	S:	Maintained
	9979	F:	Documentation/ABI/testing/sysfs-class-mux*
	9980	F:	Documentation/devicetree/bindings/mux/
-->	9981	F:	include/linux/dt-bindings/mux/
	9982	F:	include/linux/mux/
	9983	F:	drivers/mux/

Commit that introduced this:

commit 256ac0375098e50d59c415fcbb561f2927fa8780
 Author: Peter Rosin <peda@...ntia.se>
 Date:   Sun May 14 21:51:05 2017 +0200
 
     dt-bindings: document devicetree bindings for mux-controllers and gpio-mux
     
     Allow specifying that a single multiplexer controller can be used to
     control several parallel multiplexers, thus enabling sharing of the
     multiplexer controller by different consumers.
     
     Add a binding for a first mux controller in the form of a GPIO based mux
     controller.
     
     Acked-by: Jonathan Cameron <jic23@...nel.org>
     Acked-by: Rob Herring <robh@...nel.org>
     Signed-off-by: Peter Rosin <peda@...ntia.se>
     Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
 
  Documentation/devicetree/bindings/mux/gpio-mux.txt |  69 +++++++++
  .../devicetree/bindings/mux/mux-controller.txt     | 157 +++++++++++++++++++++
  MAINTAINERS                                        |   6 +
  include/dt-bindings/mux/mux.h                      |  16 +++
  4 files changed, 248 insertions(+)

No commit with include/linux/dt-bindings/mux/ found

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ