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]
Message-ID: <87egdbsfjk.wl-ysato@users.sourceforge.jp>
Date:	Thu, 21 Jan 2016 13:49:19 +0900
From:	Yoshinori Sato <ysato@...rs.sourceforge.jp>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org
Subject: [GIT PULL] h8300 update

Hello Linus,
Could you pull this changes.

The following changes since commit 2c487121e3c4f87e82cff493872675bde52e47fc:

  Merge tag 'leds-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds (2016-01-11 20:40:48 -0800)

are available in the git repository at:

  git://git.osdn.jp/gitroot/uclinux-h8/linux.git tags/for-4.5

for you to fetch changes up to 2f1b0077a9604eda130ffb0313c2f1e9db424269:

  h8300: System call entry enable interrupt. (2016-01-20 23:28:01 +0900)

----------------------------------------------------------------
Add KGDB support.
zImage fix.
various cleanup

----------------------------------------------------------------
Geert Uytterhoeven (1):
      clk: h8300: Remove "sh73a0-" part from compatible value

Guenter Roeck (1):
      irqchip: renesas-h8s: Replace ctrl_outw/ctrl_inw with writew/readw

Yoshinori Sato (8):
      h8300: zImage alignment fix
      h8300: zImage alignment fix
      h8300: Add LZO compression
      h8300: signal stack fix
      h8300: Add KGDB support.
      h8300: Restraint of warning.
      h8300: show_stack cleanup
      h8300: System call entry enable interrupt.

 .../bindings/clock/renesas,h8300-div-clock.txt     |   2 +-
 arch/h8300/Kconfig                                 |   3 +
 arch/h8300/boot/compressed/Makefile                |  11 +-
 arch/h8300/boot/compressed/misc.c                  |   6 +
 arch/h8300/boot/compressed/vmlinux.lds             |   4 +-
 arch/h8300/include/asm/io.h                        |   8 +-
 arch/h8300/include/asm/kgdb.h                      |  45 +++++++
 arch/h8300/include/asm/traps.h                     |   2 +-
 arch/h8300/kernel/Makefile                         |   2 +
 arch/h8300/kernel/entry.S                          |  19 +++
 arch/h8300/kernel/kgdb.c                           | 135 +++++++++++++++++++++
 arch/h8300/kernel/signal.c                         |   8 +-
 arch/h8300/kernel/traps.c                          |  20 ++-
 drivers/irqchip/irq-renesas-h8s.c                  |  10 +-
 14 files changed, 244 insertions(+), 31 deletions(-)
 create mode 100644 arch/h8300/include/asm/kgdb.h
 create mode 100644 arch/h8300/kernel/kgdb.c

-- 
Yoshinori Sato
<ysato@...rs.sourceforge.jp>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ