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, 2 Jul 2018 23:12:44 +0900
From:   Stafford Horne <shorne@...il.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     LKML <linux-kernel@...r.kernel.org>,
        Openrisc <openrisc@...ts.librecores.org>
Subject: [GIT PULL] OpenRISC fixes for 4.18

Hi Linus,

I hope you enjoyed yourself in Japan, please consider for pull,


The following changes since commit 7daf201d7fe8334e2d2364d4e8ed3394ec9af819:

  Linux 4.18-rc2 (2018-06-24 20:54:29 +0800)

are available in the Git repository at:

  git://github.com/stffrdhrn/linux.git tags/for-linus

for you to fetch changes up to ae15a41a641449f536578b0d9ec0e4ade130deb5:

  openrisc: entry: Fix delay slot exception detection (2018-07-01 16:48:24 +0900)

----------------------------------------------------------------
OpenRISC fixes for 4.18

Two fixes here which were breaking OpenRISC boot.
 - Fix bug in __pte_free_tlb() exposed in 4.18 by Matthew Wilcox's page
   table flag addition.
 - Fix issue booting on real hardware if delay slot detection emulation
   is disabled.

----------------------------------------------------------------
Stafford Horne (2):
      openrisc: Call destructor during __pte_free_tlb
      openrisc: entry: Fix delay slot exception detection

 arch/openrisc/include/asm/pgalloc.h | 6 +++++-
 arch/openrisc/kernel/entry.S        | 8 +-------
 arch/openrisc/kernel/head.S         | 9 ++++++---
 arch/openrisc/kernel/traps.c        | 2 +-
 4 files changed, 13 insertions(+), 12 deletions(-)

-Stafford

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ