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, 8 Mar 2007 01:24:46 +0900
From:	Paul Mundt <lethal@...ux-sh.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org
Subject: [GIT PULL] sh updates

Please pull from:

	master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git

Which contains:

Hideo Saito (1):
      sh: Fix kernel thread stack corruption with preempt.

Paul Mundt (6):
      doc: Add SH to vdso and earlyprintk in kernel-parameters.txt
      sysctl: Support vdso_enabled sysctl on SH.
      sh: Use L1_CACHE_BYTES for .data.cacheline_aligned.
      sh: Enable SM501 support for RTS7751R2D.
      sh: Revert lazy dcache writeback changes.
      sh: Kill off I/O cruft for R7780RP.

Ryusuke Sakato (1):
      sh: Fix sigmask trampling in signal delivery.

Stuart Menefy (1):
      sh: Clear UBC when not in use.

 Documentation/kernel-parameters.txt       |    5 
 arch/sh/boards/renesas/r7780rp/Makefile   |    2 
 arch/sh/boards/renesas/r7780rp/io.c       |  233 ------------------------------
 arch/sh/boards/renesas/r7780rp/setup.c    |   24 ---
 arch/sh/boards/renesas/rts7751r2d/setup.c |   26 +++
 arch/sh/configs/rts7751r2d_defconfig      |  110 ++++++++++++--
 arch/sh/kernel/entry-common.S             |    2 
 arch/sh/kernel/io_generic.c               |    3 
 arch/sh/kernel/process.c                  |    5 
 arch/sh/kernel/ptrace.c                   |   45 ++++-
 arch/sh/kernel/signal.c                   |    4 
 arch/sh/kernel/vmlinux.lds.S              |    3 
 arch/sh/mm/cache-sh4.c                    |   12 -
 arch/sh/mm/cache-sh7705.c                 |    9 -
 arch/sh/mm/pg-sh4.c                       |   22 ++
 arch/sh/mm/pg-sh7705.c                    |   31 +++
 arch/sh/mm/tlb-flush.c                    |   55 -------
 arch/sh/mm/tlb-sh3.c                      |   63 +++++++-
 arch/sh/mm/tlb-sh4.c                      |   68 ++++++++
 include/asm-sh/cache.h                    |    3 
 include/asm-sh/cacheflush.h               |    3 
 include/asm-sh/cpu-sh3/cacheflush.h       |    2 
 include/asm-sh/cpu-sh4/cacheflush.h       |    2 
 include/asm-sh/pgtable.h                  |    5 
 include/asm-sh/thread_info.h              |    2 
 kernel/sysctl.c                           |    3 
 26 files changed, 371 insertions(+), 371 deletions(-)
-
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