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, 6 Jul 2007 06:38:05 -0400 (EDT)
From:	"Robert P. J. Day" <rpjday@...dspring.com>
To:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: can entire drivers/acorn subdirectory be removed?


  given that:

1) drivers/Makefile doesn't even have an entry for the acorn/
   subdirectory, and

2) the Makefile drivers/acorn/char/Makefile is incorrect anyway, since
   it contains:

    obj-$(CONFIG_L7200_KEYB)        += defkeymap-l7200.o keyb_l7200.o

   which refers to a non-existent source file keyb_l7200.c, and it's
based on a non-existent config variable on top of that.  it certainly
seems that that entire subdirectory can be tossed.

  and if that happens, then the config variables defined in
drivers/acorn/block/Kconfig:

  config BLK_DEV_FD1772
  config BLK_DEV_MFM
  config BLK_DEV_MFM_AUTODETECT

would also vanish, which suggests that any references to *them* could
also be deleted:

$ grep -r BLK_DEV_FD1772 *
arch/arm26/defconfig:# CONFIG_BLK_DEV_FD1772 is not set
arch/arm26/machine/dma.c:#if defined(CONFIG_BLK_DEV_FD1772) || defined(CONFIG_BLK_DEV_FD1772_MODULE)
arch/arm26/machine/dma.c:#if defined(CONFIG_BLK_DEV_FD1772) || defined(CONFIG_BLK_DEV_FD1772_MODULE)
...

  anyway, you get the idea.  thoughts?

rday

-- 
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://fsdev.net/wiki/index.php?title=Main_Page
========================================================================
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ