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, 24 Nov 2022 17:51:20 +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.1-rc7

The following changes since commit eb7081409f94a9a8608593d0fb63a1aa3d6f95d8:

  Linux 6.1-rc6 (2022-11-20 16:02:16 -0800)

are available in the Git repository at:

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

for you to fetch changes up to fa0e381290b134da53e65fb421b65825f23221b4:

  docs/zh_CN/LoongArch: Fix wrong description of FPRs Note (2022-11-23 10:28:08 +0800)

----------------------------------------------------------------
LoongArch fixes for v6.1-rc7

Fix two build warnings, a copy_thread() bug, two page table manipulation
bugs, and some trivial cleanups.
----------------------------------------------------------------
Huacai Chen (5):
      LoongArch: Combine acpi_boot_table_init() and acpi_boot_init()
      LoongArch: SMP: Change prefix from loongson3 to loongson
      LoongArch: Clear FPU/SIMD thread info flags for kernel thread
      LoongArch: Set _PAGE_DIRTY only if _PAGE_WRITE is set in {pmd,pte}_mkdirty()
      LoongArch: Set _PAGE_DIRTY only if _PAGE_MODIFIED is set in {pmd,pte}_mkwrite()

KaiLong Wang (1):
      LoongArch: Fix unsigned comparison with less than zero

Tiezhu Yang (2):
      LoongArch: Makefile: Use "grep -E" instead of "egrep"
      docs/zh_CN/LoongArch: Fix wrong description of FPRs Note

 .../translations/zh_CN/loongarch/introduction.rst  |  4 +-
 arch/loongarch/Makefile                            |  2 +-
 arch/loongarch/include/asm/irq.h                   |  2 +-
 arch/loongarch/include/asm/pgtable.h               | 16 ++++++--
 arch/loongarch/include/asm/smp.h                   | 30 +++++++--------
 arch/loongarch/kernel/acpi.c                       | 31 +++++----------
 arch/loongarch/kernel/irq.c                        |  2 +-
 arch/loongarch/kernel/process.c                    |  9 +++--
 arch/loongarch/kernel/setup.c                      |  1 -
 arch/loongarch/kernel/smp.c                        | 44 +++++++++++-----------
 arch/loongarch/kernel/unwind_prologue.c            |  3 +-
 11 files changed, 71 insertions(+), 73 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ