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>] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 28 May 2011 22:38:44 -0400
From:	Mike Frysinger <vapier@...too.org>
To:	linux-kernel@...r.kernel.org
Cc:	uclinux-dist-devel@...ckfin.uclinux.org
Subject: [PATCH 0/8] (some) Blackfin updates for 2.6.40

Now that the new syscalls have settled, I can wire up sendmmsg myself.
Now that the Blackfin IRDA change was merged, I can push out the serial
changes that have been local for a while.

The rest are minor fixes for some bugs that have been sitting around
but I didn't get a chance to address until now.

Mike Frysinger (8):
  Blackfin: bfin_serial.h: turn default port wrappers into stubs
  Blackfin: mach/bfin_serial_5xx.h: punt now-unused header
  Blackfin: wire up new sendmmsg syscall
  Blackfin: gptimers: add structure for hardware register layout
  Blackfin: debug-mmrs: fix typos with gptimers/mdma/ppi
  Blackfin: bf52x/bf54x: fix up usb MMR defines
  Blackfin: bf51x: fix up RSI_PID# MMR defines
  Blackfin: debug-mmrs: include RSI_PID[4567] MMRs

 arch/blackfin/include/asm/bfin_serial.h            |    6 +-
 arch/blackfin/include/asm/gptimers.h               |   18 ++++
 arch/blackfin/include/asm/unistd.h                 |    3 +-
 arch/blackfin/kernel/debug-mmrs.c                  |   36 ++++----
 .../mach-bf518/include/mach/bfin_serial_5xx.h      |   79 ----------------
 arch/blackfin/mach-bf518/include/mach/defBF514.h   |   16 ++--
 .../mach-bf527/include/mach/bfin_serial_5xx.h      |   79 ----------------
 arch/blackfin/mach-bf527/include/mach/defBF525.h   |    4 +-
 .../mach-bf533/include/mach/bfin_serial_5xx.h      |   52 -----------
 .../mach-bf537/include/mach/bfin_serial_5xx.h      |   79 ----------------
 .../mach-bf538/include/mach/bfin_serial_5xx.h      |   93 -------------------
 .../mach-bf548/include/mach/bfin_serial_5xx.h      |   94 --------------------
 arch/blackfin/mach-bf548/include/mach/defBF547.h   |   19 ++--
 .../mach-bf561/include/mach/bfin_serial_5xx.h      |   52 -----------
 arch/blackfin/mach-common/entry.S                  |    1 +
 15 files changed, 62 insertions(+), 569 deletions(-)
 delete mode 100644 arch/blackfin/mach-bf518/include/mach/bfin_serial_5xx.h
 delete mode 100644 arch/blackfin/mach-bf527/include/mach/bfin_serial_5xx.h
 delete mode 100644 arch/blackfin/mach-bf533/include/mach/bfin_serial_5xx.h
 delete mode 100644 arch/blackfin/mach-bf537/include/mach/bfin_serial_5xx.h
 delete mode 100644 arch/blackfin/mach-bf538/include/mach/bfin_serial_5xx.h
 delete mode 100644 arch/blackfin/mach-bf548/include/mach/bfin_serial_5xx.h
 delete mode 100644 arch/blackfin/mach-bf561/include/mach/bfin_serial_5xx.h

-- 
1.7.5.rc3

--
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