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-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 25 Mar 2019 14:27:37 -0700
From:   Joe Perches <joe@...ches.com>
To:     linux-kernel@...r.kernel.org
Cc:     Pali Rohár <pali.rohar@...il.com>,
        Sebastian Reichel <sre@...nel.org>,
        Linus Walleij <linus.walleij@...aro.org>,
        Pavel Machek <pavel@....cz>,
        Sebastian Reichel <sebastian.reichel@...labora.com>
Subject: Bad file pattern in MAINTAINERS section 'NOKIA N900 POWER SUPPLY DRIVERS'

A file pattern line in this section of the MAINTAINERS file in linux-next
does not have a match in the linux source files.

This could occur because a matching filename was never added, was deleted
or renamed in some other commit.

The commits that added and if found renamed or removed the file pattern
are shown below.

Please fix this defect appropriately.

1: ---------------------------------------------------------------------------

linux-next MAINTAINERS section:

	11011	NOKIA N900 POWER SUPPLY DRIVERS
	11012	R:	Pali Rohár <pali.rohar@...il.com>
	11013	F:	include/linux/power/bq2415x_charger.h
	11014	F:	include/linux/power/bq27xxx_battery.h
-->	11015	F:	include/linux/power/isp1704_charger.h
	11016	F:	drivers/power/supply/bq2415x_charger.c
	11017	F:	drivers/power/supply/bq27xxx_battery.c
	11018	F:	drivers/power/supply/bq27xxx_battery_i2c.c
	11019	F:	drivers/power/supply/isp1704_charger.c
	11020	F:	drivers/power/supply/rx51_battery.c

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'include/linux/power/isp1704_charger.h':

commit 2a6afddb6656aefbc6e8d6ef1f95749895ae2945
Author: Pali Rohár <pali.rohar@...il.com>
Date:   Sun Mar 29 15:35:54 2015 +0200

    MAINTAINERS: Add me as maintainer of Nokia N900 power supply drivers
    
    I'm author of two of those drivers (bq2415x and rx51) and I added
    more patches for other twos. Also I fished (proper) open source
    power management software for Nokia N900 and those kernel drivers
    are part of it.
    
    Signed-off-by: Pali Rohár <pali.rohar@...il.com>
    Signed-off-by: Sebastian Reichel <sre@...nel.org>

 MAINTAINERS | 11 +++++++++++
 1 file changed, 11 insertions(+)

3: ---------------------------------------------------------------------------

The last commit with a real presence of file pattern 'include/linux/power/isp1704_charger.h':

commit f5d782d46aa5d4dd369e6560ce5227136b58926f
Author: Sebastian Reichel <sebastian.reichel@...labora.com>
Date:   Thu Dec 13 02:38:58 2018 +0100

    power: supply: isp1704: switch to gpiod API
    
    This migrates isp1704 driver from old GPIO API to new descriptor
    based GPIO API and drops useless platform data as a side-effect.
    
    Migration is simple, since all mainline users are DT based and
    DT API does not change. Out of tree users of the platform data
    need to migrate to gpiod_lookup_table as described here:
    
    Documentation/driver-api/gpio/board.rst
    
    Reviewed-by: Linus Walleij <linus.walleij@...aro.org>
    Acked-by: Pavel Machek <pavel@....cz>
    Signed-off-by: Sebastian Reichel <sebastian.reichel@...labora.com>

 drivers/power/supply/isp1704_charger.c | 60 +++++++---------------------------
 include/linux/power/isp1704_charger.h  | 30 -----------------
 2 files changed, 12 insertions(+), 78 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ