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:04:23 -0700
From:   Joe Perches <joe@...ches.com>
To:     linux-kernel@...r.kernel.org
Cc:     Marek Belisko <marek.belisko@...il.com>,
        Arnd Bergmann <arnd@...db.de>,
        Deepa Dinamani <deepa.kernel@...il.com>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: Bad MAINTAINERS pattern in section 'STAGING - FLARION FT1000 DRIVERS'

Please fix this defect appropriately.

linux-next MAINTAINERS section:

	13899	STAGING - FLARION FT1000 DRIVERS
	13900	M:	Marek Belisko <marek.belisko@...il.com>
	13901	S:	Odd Fixes
-->	13902	F:	drivers/staging/ft1000/

Commit that introduced this:

commit a0138163cfbfdfbdc20e4477c77bd7046bd66bb4
 Author: Joe Perches <joe@...ches.com>
 Date:   Tue Jul 5 15:21:34 2011 -0700
 
     MAINTAINERS: Add remaining staging entries
     
     Add the staging entries from various TODO files
     to MAINTAINERS.  Add a few web links as well.
     
     Miscellaneous staging typo section header fix.
     
     Signed-off-by: Joe Perches <joe@...ches.com>
     Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>
 
  MAINTAINERS | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
  1 file changed, 68 insertions(+), 1 deletion(-)

Last commit with drivers/staging/ft1000/

commit 6512edec48b2ccfe9bb969ce26ebbbcd49de6c4b
Author: Deepa Dinamani <deepa.kernel@...il.com>
Date:   Wed Oct 21 18:42:37 2015 -0700

    staging: ft1000: remove obsolete driver
    
    Remove support for Qleadtek Flash-OFDM modems. Telecom carrier is
    discontinuing service for the radio technology.
    See http://www.gtigroup.org/news/ind/2015-08-18/6996.html.
    
    Suggested-by: Arnd Bergmann <arnd@...db.de>
    Signed-off-by: Deepa Dinamani <deepa.kernel@...il.com>
    Acked-by: Arnd Bergmann <arnd@...db.de>
    Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>

 drivers/staging/Kconfig                            |    2 -
 drivers/staging/Makefile                           |    1 -
 drivers/staging/ft1000/Kconfig                     |   22 -
 drivers/staging/ft1000/Makefile                    |    3 -
 drivers/staging/ft1000/TODO                        |    9 -
 drivers/staging/ft1000/ft1000-pcmcia/Makefile      |    2 -
 drivers/staging/ft1000/ft1000-pcmcia/boot.h        |  158 --
 drivers/staging/ft1000/ft1000-pcmcia/ft1000.h      |   70 -
 drivers/staging/ft1000/ft1000-pcmcia/ft1000.img    |  Bin 305770 -> 0 bytes
 drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.c   |  158 --
 drivers/staging/ft1000/ft1000-pcmcia/ft1000_dnld.c |  762 --------
 drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c   | 2068 --------------------
 drivers/staging/ft1000/ft1000-usb/Makefile         |    3 -
 drivers/staging/ft1000/ft1000-usb/ft1000_debug.c   |  789 --------
 .../staging/ft1000/ft1000-usb/ft1000_download.c    | 1058 ----------
 drivers/staging/ft1000/ft1000-usb/ft1000_hw.c      | 1586 ---------------
 drivers/staging/ft1000/ft1000-usb/ft1000_ioctl.h   |  123 --
 drivers/staging/ft1000/ft1000-usb/ft1000_usb.c     |  248 ---
 drivers/staging/ft1000/ft1000-usb/ft1000_usb.h     |  150 --
 drivers/staging/ft1000/ft1000-usb/ft3000.img       |  Bin 280414 -> 0 bytes
 drivers/staging/ft1000/ft1000.h                    |  366 ----
 21 files changed, 7578 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ