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>] [day] [month] [year] [list]
Date:	Fri, 18 Mar 2016 08:18:13 +1000
From:	Greg Ungerer <gerg@...inux.org>
To:	torvalds@...ux-foundation.org
Cc:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	Linux/m68k <linux-m68k@...r.kernel.org>,
	uClinux development list <uclinux-dev@...inux.org>,
	Geert Uytterhoeven <geert@...ux-m68k.org>
Subject: [git pull] m68knommu/coldfire fixes for 4.6

Hi Linus,

Can you please pull the m68knommu git tree, for-next branch.
The main change is the removal of the bit-rotten 68360 support.
Also a fix to always make the ethernet FEC platform info available.

Regards
Greg



The following changes since commit f6cede5b49e822ebc41a099fe41ab4989f64e2cb:

  Linux 4.5-rc7 (2016-03-06 14:48:03 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git for-next

for you to fetch changes up to a3595962d82495f51a80feb19dcdb135556a9527:

  m68knommu: remove obsolete 68360 support (2016-03-07 10:07:17 +1000)

----------------------------------------------------------------
Greg Ungerer (2):
      m68knommu: fix FEC platform device registration when driver is modular
      m68knommu: remove obsolete 68360 support

 arch/m68k/68360/Makefile             |  12 -
 arch/m68k/68360/commproc.c           | 309 ----------------
 arch/m68k/68360/config.c             | 169 ---------
 arch/m68k/68360/entry.S              | 164 ---------
 arch/m68k/68360/head-ram.S           | 402 ---------------------
 arch/m68k/68360/head-rom.S           | 413 ----------------------
 arch/m68k/68360/ints.c               | 138 --------
 arch/m68k/Kconfig.cpu                |   7 -
 arch/m68k/Kconfig.debug              |   2 +-
 arch/m68k/Kconfig.machine            |   6 -
 arch/m68k/Makefile                   |   3 -
 arch/m68k/coldfire/device.c          |   4 +-
 arch/m68k/include/asm/commproc.h     | 664 -----------------------------------
 arch/m68k/include/asm/m68360.h       |  13 -
 arch/m68k/include/asm/m68360_enet.h  | 177 ----------
 arch/m68k/include/asm/m68360_pram.h  | 431 -----------------------
 arch/m68k/include/asm/m68360_quicc.h | 362 -------------------
 arch/m68k/include/asm/m68360_regs.h  | 408 ---------------------
 arch/m68k/kernel/early_printk.c      |   8 +-
 arch/m68k/kernel/setup_no.c          |   7 -
 20 files changed, 7 insertions(+), 3692 deletions(-)
 delete mode 100644 arch/m68k/68360/Makefile
 delete mode 100644 arch/m68k/68360/commproc.c
 delete mode 100644 arch/m68k/68360/config.c
 delete mode 100644 arch/m68k/68360/entry.S
 delete mode 100644 arch/m68k/68360/head-ram.S
 delete mode 100644 arch/m68k/68360/head-rom.S
 delete mode 100644 arch/m68k/68360/ints.c
 delete mode 100644 arch/m68k/include/asm/commproc.h
 delete mode 100644 arch/m68k/include/asm/m68360.h
 delete mode 100644 arch/m68k/include/asm/m68360_enet.h
 delete mode 100644 arch/m68k/include/asm/m68360_pram.h
 delete mode 100644 arch/m68k/include/asm/m68360_quicc.h
 delete mode 100644 arch/m68k/include/asm/m68360_regs.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ