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:   Sun, 27 Aug 2023 00:34:27 +0800
From:   Huacai Chen <chenhuacai@...ngson.cn>
To:     Linus Torvalds <torvalds@...ux-foundation.org>,
        Arnd Bergmann <arnd@...db.de>,
        Huacai Chen <chenhuacai@...nel.org>
Cc:     loongarch@...ts.linux.dev, linux-arch@...r.kernel.org,
        linux-kernel@...r.kernel.org, Guo Ren <guoren@...nel.org>,
        Xuerui Wang <kernel@...0n.name>,
        Jiaxun Yang <jiaxun.yang@...goat.com>,
        Huacai Chen <chenhuacai@...ngson.cn>
Subject: [GIT PULL] LoongArch fixes for v6.5-final

The following changes since commit 706a741595047797872e669b3101429ab8d378ef:

  Linux 6.5-rc7 (2023-08-20 15:02:52 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git tags/loongarch-fixes-6.5-2

for you to fetch changes up to 9730870b484e9de852b51df08a8b357b1129489e:

  LoongArch: Fix hw_breakpoint_control() for watchpoints (2023-08-26 22:21:57 +0800)

----------------------------------------------------------------
LoongArch fixes for v6.5-final

Fix a ptrace bug, a hw_breakpoint bug, some build errors/warnings and
some trivial cleanups.

----------------------------------------------------------------
Huacai Chen (2):
      LoongArch: Ensure FP/SIMD registers in the core dump file is up to date
      LoongArch: Fix hw_breakpoint_control() for watchpoints

Masahiro Yamada (3):
      LoongArch: Remove unneeded #include <asm/export.h>
      LoongArch: Replace #include <asm/export.h> with #include <linux/export.h>
      LoongArch: Remove <asm/export.h>

Tiezhu Yang (4):
      LoongArch: Do not kill the task in die() if notify_die() returns NOTIFY_STOP
      LoongArch: Return earlier in die() if notify_die() returns NOTIFY_STOP
      LoongArch: Add identifier names to arguments of die() declaration
      LoongArch: Put the body of play_dead() into arch_cpu_idle_dead()

WANG Xuerui (1):
      LoongArch: Replace -ffreestanding with finer-grained -fno-builtin's

Xi Ruoyao (1):
      LoongArch: Remove redundant "source drivers/firmware/Kconfig"

 arch/loongarch/Kconfig                |  2 --
 arch/loongarch/Makefile               |  2 +-
 arch/loongarch/include/asm/Kbuild     |  1 -
 arch/loongarch/include/asm/fpu.h      | 22 ++++++++++++++++++----
 arch/loongarch/include/asm/ptrace.h   |  2 +-
 arch/loongarch/include/asm/smp.h      |  2 --
 arch/loongarch/kernel/fpu.S           |  2 +-
 arch/loongarch/kernel/hw_breakpoint.c |  3 +--
 arch/loongarch/kernel/mcount.S        |  2 +-
 arch/loongarch/kernel/mcount_dyn.S    |  1 -
 arch/loongarch/kernel/process.c       |  7 -------
 arch/loongarch/kernel/ptrace.c        |  4 ++++
 arch/loongarch/kernel/smp.c           |  2 +-
 arch/loongarch/kernel/traps.c         | 14 ++++++++------
 arch/loongarch/lib/clear_user.S       |  2 +-
 arch/loongarch/lib/copy_user.S        |  2 +-
 arch/loongarch/lib/memcpy.S           |  2 +-
 arch/loongarch/lib/memmove.S          |  2 +-
 arch/loongarch/lib/memset.S           |  2 +-
 arch/loongarch/lib/unaligned.S        |  1 -
 arch/loongarch/mm/page.S              |  2 +-
 arch/loongarch/mm/tlbex.S             |  1 -
 22 files changed, 42 insertions(+), 38 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ