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:   Fri, 12 Jul 2019 23:04:31 +0200
From:   Arnd Bergmann <arnd@...db.de>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Christoph Hellwig <hch@...radead.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        linux-arch <linux-arch@...r.kernel.org>
Subject: [GIT PULL] asm-generic: remove ptrace.h

The following changes since commit f2c7c76c5d0a443053e94adb9f0918fa2fb85c3a:

  Linux 5.2-rc3 (2019-06-02 13:55:33 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
tags/asm-generic-5.3

for you to fetch changes up to 7f3a8dff1219fba3076fe207972d1d7893c099bb:

  asm-generic: remove ptrace.h (2019-07-01 17:51:40 +0200)

----------------------------------------------------------------
asm-generic: remove ptrace.h

The asm-generic changes for 5.3 consist of a cleanup series from
Christoph Hellwig, who explains:

"asm-generic/ptrace.h is a little weird in that it doesn't actually
implement any functionality, but it provided multiple layers of macros
that just implement trivial inline functions.  We implement those
directly in the few architectures and be off with a much simpler
design."

Link: https://lore.kernel.org/lkml/20190624054728.30966-1-hch@lst.de/
Signed-off-by: Arnd Bergmann <arnd@...db.de>

----------------------------------------------------------------
Christoph Hellwig (5):
      arm64: don't use asm-generic/ptrace.h
      powerpc: don't use asm-generic/ptrace.h
      sh: don't use asm-generic/ptrace.h
      x86: don't use asm-generic/ptrace.h
      asm-generic: remove ptrace.h

 MAINTAINERS                       |  1 -
 arch/arm64/include/asm/ptrace.h   | 31 ++++++++++-------
 arch/mips/include/asm/ptrace.h    |  5 ---
 arch/powerpc/include/asm/ptrace.h | 29 ++++++++++++----
 arch/sh/include/asm/ptrace.h      | 29 +++++++++++++---
 arch/x86/include/asm/ptrace.h     | 30 +++++++++++++---
 include/asm-generic/ptrace.h      | 73 ---------------------------------------
 7 files changed, 91 insertions(+), 107 deletions(-)
 delete mode 100644 include/asm-generic/ptrace.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ