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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Fri, 26 Apr 2024 22:56:06 +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.9-rc6

The following changes since commit ed30a4a51bb196781c8058073ea720133a65596f:

  Linux 6.9-rc5 (2024-04-21 12:35:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f3334ebb8a2a1841c2824594dd992e66de19deb2:

  LoongArch: Lately init pmu after smp is online (2024-04-25 22:17:52 +0800)

----------------------------------------------------------------
LoongArch fixes for v6.9-rc6

Fix some build errors and some trivial runtime bugs.
----------------------------------------------------------------
Baoquan He (1):
      LoongArch: Fix Kconfig item and left code related to CRASH_CORE

Bibo Mao (1):
      LoongArch: Lately init pmu after smp is online

David Hildenbrand (1):
      LoongArch: Fix a build error due to __tlb_remove_tlb_entry()

Huacai Chen (1):
      LoongArch: Fix callchain parse error with kernel tracepoint events

Jiantao Shan (1):
      LoongArch: Fix access error when read fault on a write-only VMA

 arch/loongarch/Kconfig                                       | 2 +-
 arch/loongarch/include/asm/{crash_core.h => crash_reserve.h} | 4 ++--
 arch/loongarch/include/asm/perf_event.h                      | 8 ++++++++
 arch/loongarch/include/asm/tlb.h                             | 2 --
 arch/loongarch/kernel/perf_event.c                           | 2 +-
 arch/loongarch/mm/fault.c                                    | 4 ++--
 6 files changed, 14 insertions(+), 8 deletions(-)
 rename arch/loongarch/include/asm/{crash_core.h => crash_reserve.h} (75%)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ