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:   Fri, 27 May 2022 07:23:35 +0900
From:   Stafford Horne <shorne@...il.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Openrisc <openrisc@...ts.librecores.org>,
        LKML <linux-kernel@...r.kernel.org>,
        "Jason A. Donenfeld" <Jason@...c4.com>
Subject: [GIT PULL] OpenRISC updates for 5.19

Hi Linus,

Please consider for pull

The following changes since commit af2d861d4cd2a4da5137f795ee3509e6f944a25b:

  Linux 5.18-rc4 (2022-04-24 14:51:22 -0700)

are available in the Git repository at:

  git@...hub.com:openrisc/linux.git tags/for-linus

for you to fetch changes up to 83da38d82b2f7ac207646e55be94e8bd642e2c39:

  openrisc: Allow power off handler overriding (2022-05-23 17:15:50 +0900)

----------------------------------------------------------------
OpenRISC updates for 5.19

Fixups and enhancements for OpenRISC:
 - A few sparse warning fixups and other cleanups I noticed when working
   on a recent TLB bug found on a new OpenRISC core bring up.
 - A few fixup's from me and Jason A Donenfeld to help shutdown OpenRISC
   platforms when running CI tests

----------------------------------------------------------------
Jason A. Donenfeld (2):
      openrisc: remove bogus nops and shutdowns
      openrisc: define nop command for simulator reboot

Julia Lawall (1):
      openrisc: fix typos in comments

Stafford Horne (14):
      openrisc: Add gcc machine instruction flag configuration
      openrisc: Cleanup emergency print handling
      openrisc: Add support for liteuart emergency printing
      openrisc: Add syscall details to emergency syscall debugging
      openrisc: Pretty print show_registers memory dumps
      openrisc: Update litex defconfig to support glibc userland
      openrisc/traps: Declare file scope symbols as static
      openrisc/traps: Remove die_if_kernel function
      openrisc/traps: Declare unhandled_exception for asmlinkage
      openrisc/time: Fix symbol scope warnings
      openrisc/delay: Add include to fix symbol not declared warning
      openrisc/fault: Fix symbol scope warnings
      openrisc: Remove unused IMMU tlb workardound
      openrisc: Allow power off handler overriding

 arch/openrisc/Kconfig                     |  53 +++++
 arch/openrisc/Makefile                    |  17 ++
 arch/openrisc/configs/or1klitex_defconfig |  32 +++
 arch/openrisc/kernel/entry.S              |  20 +-
 arch/openrisc/kernel/head.S               | 368 ++++++++----------------------
 arch/openrisc/kernel/process.c            |  19 +-
 arch/openrisc/kernel/time.c               |   3 +-
 arch/openrisc/kernel/traps.c              |  63 ++---
 arch/openrisc/lib/delay.c                 |   1 +
 arch/openrisc/mm/fault.c                  |   9 +-
 arch/openrisc/mm/tlb.c                    |   2 +-
 11 files changed, 272 insertions(+), 315 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ