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,  8 Dec 2022 21:00:07 +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-final

The following changes since commit 76dcd734eca23168cb008912c0f69ff408905235:

  Linux 6.1-rc8 (2022-12-04 14:48:12 -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-3

for you to fetch changes up to 1385313d8bc112760559f06f64708d936b3f2d7c:

  docs/zh_CN: Add LoongArch booting description's translation (2022-12-08 15:03:14 +0800)

----------------------------------------------------------------
LoongArch fixes for v6.1-final

Export smp_send_reschedule() for modules use, fix a huge page entry
update issue, and add documents for booting description.
----------------------------------------------------------------
Bibo Mao (1):
      LoongArch: Export symbol for function smp_send_reschedule()

Huacai Chen (1):
      LoongArch: mm: Fix huge page entry update for virtual machine

Yanteng Si (2):
      docs/LoongArch: Add booting description
      docs/zh_CN: Add LoongArch booting description's translation

 Documentation/loongarch/booting.rst                | 42 +++++++++++++++++++
 Documentation/loongarch/index.rst                  |  1 +
 .../translations/zh_CN/loongarch/booting.rst       | 48 ++++++++++++++++++++++
 .../translations/zh_CN/loongarch/index.rst         |  1 +
 arch/loongarch/include/asm/smp.h                   | 10 -----
 arch/loongarch/kernel/smp.c                        | 11 +++++
 arch/loongarch/mm/tlbex.S                          | 30 +++++++-------
 7 files changed, 119 insertions(+), 24 deletions(-)
 create mode 100644 Documentation/loongarch/booting.rst
 create mode 100644 Documentation/translations/zh_CN/loongarch/booting.rst

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ