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:	Mon, 29 Apr 2013 20:15:36 +0200 (CEST)
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.10

	Hi Linus,

The following changes since commit c1be5a5b1b355d40e6cf79cc979eb66dafa24ad1:
  Linus Torvalds (1):
        Linux 3.9

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

Geert Uytterhoeven (1):
      m68k: Add missing cmpxchg64() if CONFIG_RMW_INSNS=y

Michael Schmitz (7):
      m68k/atari: ROM port ISA adapter support
      m68k/atari: use dedicated irq_chip for timer D interrupts
      m68k/atari: EtherNAT - platform device and IRQ support code
      m68k/atari: EtherNEC - add platform device support
      m68k/atari: EtherNAT - add interrupt chip definition for CPLD interrupts
      m68k: Implement ndelay() based on the existing udelay() logic
      m68k/atari: USB - add platform devices for EtherNAT/NetUSBee ISP1160 HCD

Michal Marek (1):
      m68k: Remove inline strlen() implementation

Summarized:
  - The m68k-specific parts for Atari EtherNAT (smc91x), EtherNEC (ne), and
    EtherNAT/NetUSBee (ISP1160 HCD) support,
  - Two build fixes for build-breakage in linux-next.

Thanks for pulling!

 arch/m68k/Kconfig.bus             |   10 ++
 arch/m68k/Kconfig.devices         |   24 ++++
 arch/m68k/atari/ataints.c         |  152 +++++++++++++++++++++++
 arch/m68k/atari/config.c          |  239 +++++++++++++++++++++++++++++++++++++
 arch/m68k/include/asm/atarihw.h   |    6 +
 arch/m68k/include/asm/atariints.h |   11 ++-
 arch/m68k/include/asm/cmpxchg.h   |    3 +
 arch/m68k/include/asm/delay.h     |   23 ++++
 arch/m68k/include/asm/io_mm.h     |  136 ++++++++++++++++++++-
 arch/m68k/include/asm/irq.h       |    6 +-
 arch/m68k/include/asm/raw_io.h    |  109 +++++++++++++++++-
 arch/m68k/include/asm/string.h    |   14 --
 arch/m68k/kernel/setup_mm.c       |    6 +
 arch/m68k/lib/string.c            |    2 +-
 14 files changed, 717 insertions(+), 24 deletions(-)

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