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:   Fri, 28 Sep 2018 15:01:52 -0700
From:   Joe Perches <joe@...ches.com>
To:     linux-kernel@...r.kernel.org
Cc:     Marek Vasut <marek.vasut@...il.com>, linux-iio@...r.kernel.org
Subject: Bad MAINTAINERS pattern in section 'RENESAS R-CAR GYROADC DRIVER'

Please fix this defect appropriately.

linux-next MAINTAINERS section:

	12496	RENESAS R-CAR GYROADC DRIVER
	12497	M:	Marek Vasut <marek.vasut@...il.com>
	12498	L:	linux-iio@...r.kernel.org
	12499	S:	Supported
-->	12500	F:	drivers/iio/adc/rcar_gyro_adc.c

Commit that introduced this:

commit 059c53b3232960cfd38cc46de0a7bedd642021f5
 Author: Marek Vasut <marek.vasut+renesas@...il.com>
 Date:   Sat Jan 28 00:08:37 2017 +0100
 
     iio: adc: Add Renesas GyroADC driver
     
     Add IIO driver for the Renesas RCar GyroADC block. This block is a
     simple 4/8-channel ADC which samples 12/15/24 bits of data every
     cycle from all channels.
     
     Signed-off-by: Marek Vasut <marek.vasut+renesas@...il.com>
     Cc: Geert Uytterhoeven <geert+renesas@...der.be>
     Cc: Simon Horman <horms+renesas@...ge.net.au>
     Cc: Jonathan Cameron <jic23@...nel.org>
     Cc: linux-renesas-soc@...r.kernel.org
     Cc: Wolfram Sang <wsa@...-dreams.de>
     Signed-off-by: Jonathan Cameron <jic23@...nel.org>
 
  MAINTAINERS                    |   6 +
  drivers/iio/adc/Kconfig        |  13 +
  drivers/iio/adc/Makefile       |   1 +
  drivers/iio/adc/rcar-gyroadc.c | 631 +++++++++++++++++++++++++++++++++++++++++
  4 files changed, 651 insertions(+)

No commit with drivers/iio/adc/rcar_gyro_adc.c found

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ