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, 28 Sep 2023 11:49:24 -0700
From:   Max Filippov <jcmvbkbc@...il.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, Chris Zankel <chris@...kel.net>,
        Max Filippov <jcmvbkbc@...il.com>
Subject: [PULL 00/16] Xtensa fixes for v6.6

Hi Linus,

please pull the following fixes for the Xtensa architecture.

The following changes since commit ce9ecca0238b140b88f43859b211c9fdfd8e5b70:

  Linux 6.6-rc2 (2023-09-17 14:40:24 -0700)

are available in the Git repository at:

  https://github.com/jcmvbkbc/linux-xtensa.git tags/xtensa-20230928

for you to fetch changes up to f54d02c8f2cc4b46ba2a3bd8252a6750453b6f2b:

  xtensa: boot/lib: fix function prototypes (2023-09-20 05:03:30 -0700)

----------------------------------------------------------------
Xtensa fixes for v6.6:

- fix build warnings from builds performed with W=1

----------------------------------------------------------------
Max Filippov (2):
      xtensa: add default definition for XCHAL_HAVE_DIV32
      xtensa: boot/lib: fix function prototypes

Randy Dunlap (14):
      xtensa: fault: include <asm/traps.h>
      xtensa: irq: include <asm/traps.h>
      xtensa: ptrace: add prototypes to <asm/ptrace.h>
      xtensa: processor.h: add init_arch() prototype
      xtensa: signal: include headers for function prototypes
      xtensa: stacktrace: include <asm/ftrace.h> for prototype
      xtensa: traps: add <linux/cpu.h> for function prototype
      irqchip: irq-xtensa-mx: include header for missing prototype
      xtensa: smp: add headers for missing function prototypes
      xtensa: hw_breakpoint: include header for missing prototype
      xtensa: tlb: include <asm/tlb.h> for missing prototype
      xtensa: iss/network: make functions static
      xtensa: boot: don't add include-dirs
      xtensa: umulsidi3: fix conditional expression

 arch/xtensa/boot/Makefile               | 3 +--
 arch/xtensa/boot/lib/zmem.c             | 5 +++--
 arch/xtensa/include/asm/core.h          | 4 ++++
 arch/xtensa/include/asm/hw_breakpoint.h | 1 +
 arch/xtensa/include/asm/processor.h     | 5 +++++
 arch/xtensa/include/asm/ptrace.h        | 3 +++
 arch/xtensa/include/asm/smp.h           | 1 +
 arch/xtensa/include/asm/tlb.h           | 2 ++
 arch/xtensa/kernel/hw_breakpoint.c      | 1 +
 arch/xtensa/kernel/irq.c                | 1 +
 arch/xtensa/kernel/ptrace.c             | 1 -
 arch/xtensa/kernel/signal.c             | 2 ++
 arch/xtensa/kernel/smp.c                | 1 +
 arch/xtensa/kernel/stacktrace.c         | 1 +
 arch/xtensa/kernel/traps.c              | 1 +
 arch/xtensa/lib/umulsidi3.S             | 4 +++-
 arch/xtensa/mm/fault.c                  | 1 +
 arch/xtensa/mm/tlb.c                    | 1 +
 arch/xtensa/platforms/iss/network.c     | 4 ++--
 drivers/irqchip/irq-xtensa-mx.c         | 1 +
 20 files changed, 35 insertions(+), 8 deletions(-)

-- 
Thanks.
-- Max

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ