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:   Thu,  2 Sep 2021 07:51:36 -0700
From:   Max Filippov <jcmvbkbc@...il.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, linux-xtensa@...ux-xtensa.org,
        Chris Zankel <chris@...kel.net>,
        Max Filippov <jcmvbkbc@...il.com>
Subject: [PULL 0/7] xtensa updates for 5.15

Hi Linus,

please pull the following Xtensa architecture updates for v5.15:

The following changes since commit 36a21d51725af2ce0700c6ebcb6b9594aac658a6:

  Linux 5.14-rc5 (2021-08-08 13:49:31 -0700)

are available in the Git repository at:

  git://github.com/jcmvbkbc/linux-xtensa.git tags/xtensa-20210902

for you to fetch changes up to 7b7cec477fc3cd42ce565dfc3e53f144504fc95c:

  xtensa: move core-y in arch/xtensa/Makefile to arch/xtensa/Kbuild (2021-08-11 11:37:13 -0700)

----------------------------------------------------------------
Xtensa updates for v5.15

- fix kconfig unmet dependency warning for HAVE_FUTEX_CMPXCHG
- add fairness to handling IRQs of the same priority
- fix pointer usage before NULL check in ISS console driver
- build system cleanups

----------------------------------------------------------------
Masahiro Yamada (4):
      xtensa: remove unneeded exports
      xtensa: do not build variants directory
      xtensa: build platform directories unconditionally
      xtensa: move core-y in arch/xtensa/Makefile to arch/xtensa/Kbuild

Max Filippov (2):
      xtensa: add fairness to IRQ handling
      xtensa: ISS: don't use string pointer before NULL check

Randy Dunlap (1):
      xtensa: fix kconfig unmet dependency warning for HAVE_FUTEX_CMPXCHG

 arch/xtensa/Kbuild                  |  1 +
 arch/xtensa/Kconfig                 |  2 +-
 arch/xtensa/Makefile                | 12 ------------
 arch/xtensa/kernel/traps.c          |  7 +++++++
 arch/xtensa/platforms/Makefile      |  4 ++++
 arch/xtensa/platforms/iss/console.c |  6 +++---
 6 files changed, 16 insertions(+), 16 deletions(-)
 create mode 100644 arch/xtensa/platforms/Makefile

-- 
Thanks.
-- Max

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ