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:	Wed, 24 Oct 2007 02:51:10 -0400 (EDT)
From:	"Robert P. J. Day" <rpjday@...shcourse.ca>
To:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: is CONFIG_APUS sufficiently deceased to be removed?


  since a couple relatively recent commits show support for APUS being
ripped out of powerpc:

commit e6b6e3ffb9ee8926f9f2f7dc9147df73e27d5828
Author: Adrian Bunk <bunk@...nel.org>
Date:   Mon Aug 27 23:29:53 2007 +0200

    [POWERPC] Remove APUS support from arch/ppc

    Current status of APUS:
    - arch/powerpc/: removed in 2.6.23
    - arch/ppc/: marked BROKEN since 2 years

    This therefore removes the remaining parts of APUS support from
    arch/ppc, include/asm-ppc, arch/powerpc and include/asm-powerpc.

    Signed-off-by: Adrian Bunk <bunk@...sta.de>
    Signed-off-by: Paul Mackerras <paulus@...ba.org>
...
commit f21f49ea639ac3f24824177dac1268af75a2d373
Author: David Gibson <david@...son.dropbear.id.au>
Date:   Wed Jun 13 14:52:54 2007 +1000

    [POWERPC] Remove the dregs of APUS support from arch/powerpc

    APUS (the Amiga Power-Up System) is not supported under arch/powerpc
    and it's unlikely it ever will be.  Therefore, this patch removes the
    fragments of APUS support code from arch/powerpc which have been
    copied from arch/ppc.

    A few APUS references are left in asm-powerpc in .h files which are
    still used from arch/ppc.

    Signed-off-by: David Gibson <david@...son.dropbear.id.au>
    Signed-off-by: Paul Mackerras <paulus@...ba.org>
...

is it safe to assume that references to that non-existent Kconfig
variable can be tossed?

drivers/ide/ide-probe.c:#if defined(__mc68000__) || defined(CONFIG_APUS)
drivers/ide/ide-probe.c:#endif /* __mc68000__ || CONFIG_APUS */
drivers/ide/ide-probe.c:#if !defined(__mc68000__) && !defined(CONFIG_APUS)
drivers/ide/ide-probe.c:#endif /* __mc68000__ && CONFIG_APUS */
drivers/isdn/hisax/avm_pci.c:#ifdef CONFIG_APUS
drivers/isdn/hisax/avm_pci.c:#endif /* CONFIG_APUS */
drivers/isdn/hisax/avm_pci.c:#ifdef CONFIG_APUS
drivers/isdn/hisax/avm_pci.c:#endif /* CONFIG_APUS */
drivers/video/console/fbcon.c:#if defined(__mc68000__) || defined(CONFIG_APUS)
drivers/video/console/fonts.c:#if defined(__mc68000__) || defined(CONFIG_APUS)
drivers/video/console/fonts.c:#if defined(__mc68000__) || defined(CONFIG_APUS)
drivers/scsi/oktagon_esp.c:#if defined(CONFIG_AMIGA) || defined(CONFIG_APUS)
drivers/scsi/oktagon_io.S:#ifdef CONFIG_APUS
sound/oss/dmasound/dmasound_paula.c:#ifdef CONFIG_APUS    [well, i'd ignore this one]

  and i'm guessing this can be nullified as well, yes?  no?

arch/m68k/amiga/chipram.c:#ifndef CONFIG_APUS_FAST_EXCEPT

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

http://crashcourse.ca
========================================================================
-
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