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:	Thu, 13 Dec 2012 20:44:14 +0100 (CET)
From:	Geert Uytterhoeven <geert@...ux-m68k.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
cc:	Andrew Morton <akpm@...ux-foundation.org>,
	Greg Ungerer <gerg@...inux.org>,
	Linux/m68k <linux-m68k@...ts.linux-m68k.org>,
	Linux Kernel Development <linux-kernel@...r.kernel.org>
Subject: [git pull] m68k updates for 3.8

	Hi Linus,

The following changes since commit 29594404d7fe73cd80eaa4ee8c43dcc53970c60e:
  Linus Torvalds (1):
        Linux 3.7

are available in the git repository at:

  ra.kernel.org:/pub/scm/linux/kernel/git/geert/linux-m68k.git for-linus
  git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git for-linus

Greg Ungerer (13):
      m68k: switch to using the asm-generic hw_irq.h
      m68k: switch to using the asm-generic spinlock.h
      m68k: switch to using the asm-generic shmparam.h
      m68k: switch to using the asm-generic auxvec.h
      m68k: switch to using the asm-generic msgbuf.h
      m68k: switch to using the asm-generic sembuf.h
      m68k: switch to using the asm-generic shmbuf.h
      m68k: switch to using the asm-generic socket.h
      m68k: switch to using the asm-generic sockios.h
      m68k: switch to using the asm-generic termbits.h
      m68k: switch to using the asm-generic termios.h
      m68k: merge MMU and non-MMU versions of mm/init.c
      m68k: move to a single instance of free_initmem()

Kees Cook (1):
      arch/m68k: remove CONFIG_EXPERIMENTAL

Thomas Bogendoerfer (2):
      m68k/sun3: Get interrupts working again
      m68k/sun3: Fix instruction faults

Summarized:
  - Two fixes for Sun-3
  - Several clean ups

There will be a trivial merge conflict in
arch/m68k/include/uapi/asm/socket.h, as we switched to the generic
version, while you already pulled the net tree that added SO_GET_FILTER
everywhere. Just remove the offending file to fix it.

Thanks for pulling!

 arch/m68k/Kconfig.bus                 |    4 +-
 arch/m68k/Kconfig.cpu                 |    3 +-
 arch/m68k/Kconfig.debug               |    2 +-
 arch/m68k/Kconfig.devices             |    6 +-
 arch/m68k/include/asm/Kbuild          |    4 +
 arch/m68k/include/asm/hw_irq.h        |    6 -
 arch/m68k/include/asm/shmparam.h      |    6 -
 arch/m68k/include/asm/spinlock.h      |    6 -
 arch/m68k/include/asm/termios.h       |   50 --------
 arch/m68k/include/uapi/asm/Kbuild     |   17 ++--
 arch/m68k/include/uapi/asm/auxvec.h   |    4 -
 arch/m68k/include/uapi/asm/msgbuf.h   |   31 -----
 arch/m68k/include/uapi/asm/sembuf.h   |   25 ----
 arch/m68k/include/uapi/asm/shmbuf.h   |   42 ------
 arch/m68k/include/uapi/asm/socket.h   |   72 -----------
 arch/m68k/include/uapi/asm/sockios.h  |   13 --
 arch/m68k/include/uapi/asm/termbits.h |  201 -----------------------------
 arch/m68k/include/uapi/asm/termios.h  |   44 -------
 arch/m68k/kernel/traps.c              |    2 +-
 arch/m68k/mm/init.c                   |  224 ++++++++++++++++++++++++++++++++-
 arch/m68k/mm/init_mm.c                |  176 --------------------------
 arch/m68k/mm/init_no.c                |  145 ---------------------
 arch/m68k/mm/mcfmmu.c                 |    4 -
 arch/m68k/mm/motorola.c               |   14 --
 arch/m68k/mm/sun3mmu.c                |    4 -
 arch/m68k/sun3/sun3ints.c             |   29 +----
 26 files changed, 247 insertions(+), 887 deletions(-)
 delete mode 100644 arch/m68k/include/asm/hw_irq.h
 delete mode 100644 arch/m68k/include/asm/shmparam.h
 delete mode 100644 arch/m68k/include/asm/spinlock.h
 delete mode 100644 arch/m68k/include/asm/termios.h
 delete mode 100644 arch/m68k/include/uapi/asm/auxvec.h
 delete mode 100644 arch/m68k/include/uapi/asm/msgbuf.h
 delete mode 100644 arch/m68k/include/uapi/asm/sembuf.h
 delete mode 100644 arch/m68k/include/uapi/asm/shmbuf.h
 delete mode 100644 arch/m68k/include/uapi/asm/socket.h
 delete mode 100644 arch/m68k/include/uapi/asm/sockios.h
 delete mode 100644 arch/m68k/include/uapi/asm/termbits.h
 delete mode 100644 arch/m68k/include/uapi/asm/termios.h
 delete mode 100644 arch/m68k/mm/init_mm.c
 delete mode 100644 arch/m68k/mm/init_no.c

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@...ux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds
--
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