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:	Sat, 23 Jun 2007 00:41:50 +0800
From:	Bryan Wu <bryan.wu@...log.com>
To:	torvalds@...ux-foundation.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] please pull blackfin-2.6.git

Hi Linus, 

Please pull from 

  master.kernel.org:/pub/scm/linux/kernel/git/cooloney/blackfin-2.6.git/ master

Some Blackfin bug fixing and update.

Mike Frysinger (3):
      Blackfin arch: add missing braces around array bfin serial init
      Blackfin arch: move cond_syscall() behind __KERNEL__ like all other architectures
      Blackfin arch: add proper const volatile to addr argument to the read functions

Robin Getz (3):
      Blackfin arch: update ANOMALY handling
      Blackfin arch: update printk to use KERN_EMERG and reformat crash output
      Blackfin arch: match kernel startup messaage with new linker script

Sonic Zhang (1):
      Blackfin arch: Add definition of dma_mapping_error

 arch/blackfin/kernel/setup.c                       |    8 +-
 arch/blackfin/kernel/traps.c                       |  141 ++++++++++++--------
 arch/blackfin/lib/memcmp.S                         |    5 +
 arch/blackfin/lib/memcpy.S                         |   13 ++-
 arch/blackfin/lib/memmove.S                        |   17 ++-
 arch/blackfin/mach-common/cache.S                  |   20 ++--
 arch/blackfin/mach-common/interrupt.S              |    2 +-
 include/asm-blackfin/blackfin.h                    |   33 +++++-
 include/asm-blackfin/dma-mapping.h                 |    2 +
 include/asm-blackfin/io.h                          |    6 +-
 include/asm-blackfin/mach-bf533/anomaly.h          |   84 +++++++++++-
 include/asm-blackfin/mach-bf533/bfin_serial_5xx.h  |    2 +
 include/asm-blackfin/mach-bf537/anomaly.h          |   21 +++-
 include/asm-blackfin/mach-bf561/bfin_serial_5xx.h  |    2 +
 include/asm-blackfin/mach-common/cdef_LPBlackfin.h |   27 ++++
 include/asm-blackfin/unistd.h                      |    3 +-
 16 files changed, 299 insertions(+), 87 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