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, 12 Jan 2009 21:12:35 +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.29 below.

Most of them are cleanups (some similar ones already went in last week through
subsystem trees), but there are a few genuine fixes, incl. a fix for the very
visible corrupted penguin logo on Atari!

Thanks!

Al Viro (1):
      m68k: Fix --build-id breakage for sun3

Andreas Bombe (1):
      m68k: amiflop - Get rid of sleep_on calls

Andreas Schwab (1):
      m68k: Wire up sys_restart_syscall

Geert Uytterhoeven (25):
      fbdev: atafb - Fix line length handling
      fbdev: atafb - Fix 16 bpp console
      fbdev: c2p - Correct indentation
      fbdev: c2p - Cleanups
      fbdev: c2p - Extract common c2p core to c2p_core.h
      fbdev: c2p/atafb - Add support for Atari interleaved bitplanes
      fbdev: c2p - Rename c2p to c2p_planar
      m68k: Kill several external declarations in source files
      m68k: amiga core - Kill warn_unused_result warnings
      m68k: apollo core - Kill warn_unused_result warnings
      m68k: atari core - Kill warn_unused_result warnings
      m68k: hp300 core - Kill warn_unused_result warnings
      m68k: mac core - Kill warn_unused_result warnings
      m68k: mvme147 core - Kill warn_unused_result warnings
      m68k: sun3 core - Kill warn_unused_result warnings
      m68k: vme_scc - Kill warn_unused_result warnings
      m68k: ser_a2232 - Kill warn_unused_result warnings
      m68k: amiserial - Kill warn_unused_result warnings
      m68k: atafb - Kill warn_unused_result warnings
      m68k: dio - Kill warn_unused_result warnings
      m68k: zorro - Kill warn_unused_result warnings
      m68k: dmasound - Kill warn_unused_result warnings
      m68k: dio - Kill resource_size_t format warnings
      m68k: zorro - Use %pR to print resources
      fbdev: Kill Atari vblank cursor blinking

Kars de Jong (2):
      m68k: Add vmlinux.lds to .gitignore
      m68k: zorro - Add devlist.h and gen-devlist to .gitignore

 arch/m68k/amiga/amiints.c           |   12 ++-
 arch/m68k/amiga/cia.c               |    4 +-
 arch/m68k/amiga/config.c            |    3 +-
 arch/m68k/apollo/config.c           |    7 +-
 arch/m68k/atari/atakeyb.c           |   10 +-
 arch/m68k/atari/stdma.c             |    5 +-
 arch/m68k/atari/time.c              |    5 +-
 arch/m68k/bvme6000/config.c         |    1 -
 arch/m68k/hp300/time.c              |    3 +-
 arch/m68k/kernel/.gitignore         |    1 +
 arch/m68k/kernel/entry.S            |    2 +-
 arch/m68k/kernel/setup.c            |   11 +-
 arch/m68k/kernel/signal.c           |   15 +++
 arch/m68k/kernel/vmlinux-sun3.lds   |    1 +
 arch/m68k/mac/baboon.c              |    3 +-
 arch/m68k/mac/config.c              |   12 --
 arch/m68k/mac/debug.c               |    1 -
 arch/m68k/mac/iop.c                 |   10 +-
 arch/m68k/mac/macints.c             |   15 +--
 arch/m68k/mac/misc.c                |    1 -
 arch/m68k/mac/oss.c                 |   25 +++--
 arch/m68k/mac/psc.c                 |   12 ++-
 arch/m68k/mac/via.c                 |   35 +++--
 arch/m68k/math-emu/fp_log.c         |    1 -
 arch/m68k/mm/init.c                 |    4 +-
 arch/m68k/mm/motorola.c             |    7 +-
 arch/m68k/mvme147/config.c          |    6 +-
 arch/m68k/mvme16x/config.c          |    1 -
 arch/m68k/q40/config.c              |    3 -
 arch/m68k/sun3/config.c             |    8 +-
 arch/m68k/sun3/mmu_emu.c            |    1 -
 arch/m68k/sun3/sun3ints.c           |    9 +-
 arch/m68k/sun3x/config.c            |    1 -
 drivers/block/amiflop.c             |   40 +++----
 drivers/char/amiserial.c            |   36 +++++-
 drivers/char/ser_a2232.c            |   12 ++-
 drivers/char/vme_scc.c              |  166 ++++++++++++++++++++-----
 drivers/dio/dio-sysfs.c             |   19 ++-
 drivers/dio/dio.c                   |   18 +++-
 drivers/video/Makefile              |    4 +-
 drivers/video/amifb.c               |    6 +-
 drivers/video/atafb.c               |  112 +++++++----------
 drivers/video/c2p.c                 |  232 -----------------------------------
 drivers/video/c2p.h                 |   11 +-
 drivers/video/c2p_core.h            |  153 +++++++++++++++++++++++
 drivers/video/c2p_iplan2.c          |  153 +++++++++++++++++++++++
 drivers/video/c2p_planar.c          |  156 +++++++++++++++++++++++
 drivers/video/console/fbcon.c       |   38 ------
 drivers/zorro/.gitignore            |    2 +
 drivers/zorro/zorro-sysfs.c         |   20 ++--
 drivers/zorro/zorro.c               |   23 +++-
 drivers/zorro/zorro.h               |    2 +-
 include/asm-m68k/unistd.h           |    4 +-
 include/linux/dio.h                 |    2 +-
 sound/oss/dmasound/dmasound_atari.c |    5 +-
 sound/oss/dmasound/dmasound_q40.c   |   16 ++-
 56 files changed, 912 insertions(+), 553 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