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:	Thu, 26 Mar 2009 21:34:46 +0100 (CET)
From:	Geert Uytterhoeven <geert@...ux-m68k.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
cc:	Andrew Morton <akpm@...ux-foundation.org>,
	Linux Kernel Development <linux-kernel@...r.kernel.org>,
	Linux/m68k <linux-m68k@...r.kernel.org>
Subject: [git] m68k

        Hi Linus,

Please pull from

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

to receive the m68k-related updates for 2.6.30 below.

Nothing really spectacular, most notable is a new Mac SWIM floppy driver, which
Jens had no problem with going in through the m68k tree.

Thanks!

Geert Uytterhoeven (2):
      MAINTAINERS: Replace dead link to m68k CVS repository by link to new git repository
      m68k: irq_node.handler() should return irqreturn_t

Laurent Vivier (3):
      m68k: Add install target
      m68k: mac - Add a new entry in mac_model to identify the floppy controller type.
      m68k: mac - Add SWIM floppy support

Michael Schmitz (2):
      m68k: section mismatch fixes: DMAsound for Atari
      m68k: section mismatch fixes: Atari SCSI

 MAINTAINERS                         |    2 +-
 arch/m68k/Makefile                  |    3 +
 arch/m68k/include/asm/irq_mm.h      |    3 +-
 arch/m68k/include/asm/macintosh.h   |    7 +
 arch/m68k/install.sh                |   52 ++
 arch/m68k/mac/config.c              |  207 ++++++--
 arch/m68k/mac/via.c                 |    9 +
 drivers/block/Kconfig               |    7 +
 drivers/block/Makefile              |    3 +
 drivers/block/swim.c                |  995 +++++++++++++++++++++++++++++++++++
 drivers/block/swim_asm.S            |  247 +++++++++
 drivers/scsi/atari_NCR5380.c        |    2 +-
 drivers/scsi/atari_scsi.c           |    2 +-
 sound/oss/dmasound/dmasound_atari.c |    4 +-
 14 files changed, 1483 insertions(+), 60 deletions(-)
 create mode 100644 arch/m68k/install.sh
 create mode 100644 drivers/block/swim.c
 create mode 100644 drivers/block/swim_asm.S

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