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:   Wed, 05 May 2021 16:09:59 -0500
From:   bcain@...eaurora.org
To:     Linus Torvalds <torvalds@...ux-foundation.org>,
        linux-hexagon <linux-hexagon@...r.kernel.org>,
        linux-kernel <linux-kernel@...r.kernel.org>
Cc:     sidneym@...eaurora.org,
        'clang-built-linux' <clang-built-linux@...glegroups.com>
Subject: [GIT PULL] hexagon changes for v5.13

Linus,

Please pull the following changes for Hexagon: they contain build fixes.

Thanks,
-Brian

===


The following changes since commit 
9ccce092fc64d19504fa54de4fd659e279cc92e7:

   Merge tag 'for-linus-5.13-ofs-1' of 
git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux (2021-05-02 
14:13:46 -0700)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/bcain/linux 
tags/hexagon-5.13-0

for you to fetch changes up to f1f99adf05f2138ff2646d756d4674e302e8d02d:

   Hexagon: add target builtins to kernel (2021-05-03 11:04:22 -0500)

----------------------------------------------------------------
Hexagon architecture build fixes + builtins

Small build fixes applied:
- use -mlong-calls to build
- extend jumps in futex_atomic_*
- etc

Also, for convenience and portability, the hexagon compiler builtin
functions like memcpy etc have been added to the kernel -- following the
idiom used by other architectures.

----------------------------------------------------------------
Sid Manning (4):
       Hexagon: fix build errors
       Hexagon: change jumps to must-extend in futex_atomic_*
       Hexagon: remove DEBUG from comet config
       Hexagon: add target builtins to kernel

  arch/hexagon/Makefile                    |  6 +--
  arch/hexagon/configs/comet_defconfig     |  1 -
  arch/hexagon/include/asm/futex.h         |  4 +-
  arch/hexagon/include/asm/timex.h         |  3 +-
  arch/hexagon/kernel/hexagon_ksyms.c      |  8 ++--
  arch/hexagon/kernel/ptrace.c             |  4 +-
  arch/hexagon/lib/Makefile                |  3 +-
  arch/hexagon/lib/divsi3.S                | 67 
++++++++++++++++++++++++++++++++
  arch/hexagon/lib/memcpy_likely_aligned.S | 56 
++++++++++++++++++++++++++
  arch/hexagon/lib/modsi3.S                | 46 ++++++++++++++++++++++
  arch/hexagon/lib/udivsi3.S               | 38 ++++++++++++++++++
  arch/hexagon/lib/umodsi3.S               | 36 +++++++++++++++++
  12 files changed, 258 insertions(+), 14 deletions(-)
  create mode 100644 arch/hexagon/lib/divsi3.S
  create mode 100644 arch/hexagon/lib/memcpy_likely_aligned.S
  create mode 100644 arch/hexagon/lib/modsi3.S
  create mode 100644 arch/hexagon/lib/udivsi3.S
  create mode 100644 arch/hexagon/lib/umodsi3.S


-- 
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ