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:	Thu, 18 Sep 2014 20:31:29 +0200
From:	Paul Bolle <pebolle@...cali.nl>
To:	David Howells <dhowells@...hat.com>,
	Koichi Yasutake <yasutake.koichi@...panasonic.com>
Cc:	Richard Weinberger <richard@....at>,
	Geert Uytterhoeven <geert@...ux-m68k.org>,
	linux-am33-list@...hat.com, linux-kernel@...r.kernel.org
Subject: [PATCH 0/5] MN10300: Remove dead code depending on DEPRECATED

0) Raised before in
https://www.redhat.com/archives/linux-am33-list/2011-November/msg00007.html .

1) Discussed, at length, in https://lkml.org/lkml/2014/2/9/164 .

2) Compile tested only (on top of next-20140918, using
arch/mn10300/configs/asb2303_defconfig).

3) Logically this should be one humongous patch. It is split into five
patches to ease review. Review, or actually any reaction whatsoever,
would be appreciated.

4) The last patch was basically done by checking the output of
    git grep -i gdb.*stub arch/mn10300

and make educated guesses.

Paul Bolle (5):
  MN10300: Remove Kconfig symbol GDBSTUB
  MN10300: Remove Kconfig symbols depending on GDBSTUB
  MN10300: Remove all checks for CONFIG_GDBSTUB
  MN10300: Remove checks for GDBSTUB related Kconfig macros
  MN10300: Remove remnants of gdbstub

 arch/mn10300/Kconfig                            |    6 +-
 arch/mn10300/Kconfig.debug                      |  120 +-
 arch/mn10300/boot/compressed/misc.c             |    9 -
 arch/mn10300/include/asm/exceptions.h           |    7 -
 arch/mn10300/include/asm/gdb-stub.h             |  182 ---
 arch/mn10300/kernel/Makefile                    |    3 -
 arch/mn10300/kernel/entry.S                     |   21 -
 arch/mn10300/kernel/gdb-io-serial-low.S         |   91 --
 arch/mn10300/kernel/gdb-io-serial.c             |  174 --
 arch/mn10300/kernel/gdb-io-ttysm-low.S          |   93 --
 arch/mn10300/kernel/gdb-io-ttysm.c              |  303 ----
 arch/mn10300/kernel/gdb-low.S                   |  115 --
 arch/mn10300/kernel/gdb-stub.c                  | 1923 -----------------------
 arch/mn10300/kernel/head.S                      |   10 -
 arch/mn10300/kernel/mn10300-serial.c            |   28 +-
 arch/mn10300/kernel/mn10300-serial.h            |   15 -
 arch/mn10300/kernel/mn10300-watchdog.c          |   14 +-
 arch/mn10300/kernel/process.c                   |   11 -
 arch/mn10300/kernel/profile.c                   |    2 -
 arch/mn10300/kernel/smp-low.S                   |    4 -
 arch/mn10300/kernel/smp.c                       |    7 -
 arch/mn10300/kernel/traps.c                     |    4 +-
 arch/mn10300/mm/fault.c                         |    9 -
 arch/mn10300/mm/misalignment.c                  |    1 -
 arch/mn10300/mm/tlb-mn10300.S                   |   14 -
 arch/mn10300/unit-asb2303/include/unit/serial.h |   85 -
 arch/mn10300/unit-asb2303/unit-init.c           |    4 +-
 arch/mn10300/unit-asb2305/include/unit/serial.h |   78 -
 arch/mn10300/unit-asb2305/unit-init.c           |    6 +-
 arch/mn10300/unit-asb2364/include/unit/serial.h |   66 -
 arch/mn10300/unit-asb2364/unit-init.c           |    4 +-
 31 files changed, 16 insertions(+), 3393 deletions(-)
 delete mode 100644 arch/mn10300/include/asm/gdb-stub.h
 delete mode 100644 arch/mn10300/kernel/gdb-io-serial-low.S
 delete mode 100644 arch/mn10300/kernel/gdb-io-serial.c
 delete mode 100644 arch/mn10300/kernel/gdb-io-ttysm-low.S
 delete mode 100644 arch/mn10300/kernel/gdb-io-ttysm.c
 delete mode 100644 arch/mn10300/kernel/gdb-low.S
 delete mode 100644 arch/mn10300/kernel/gdb-stub.c

-- 
1.9.3

--
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