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]
Message-ID: <20201214225107.GD3579531@ZenIV.linux.org.uk>
Date:   Mon, 14 Dec 2020 22:51:07 +0000
From:   Al Viro <viro@...iv.linux.org.uk>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org
Subject: [git pull] misc followups to regset work

	Dead code removal, mostly; the only exception is a bit of cleanups
on itanic (getting rid of redundant stack unwinds - each access_uarea()
call does it and we call that 7 times in a row in ptrace_[sg]etregs(), *after*
having done it ourselves in the caller; location where the user registers
have been spilled won't change under us, and we can bloody well just call
access_elf_reg() directly, giving it the unw_frame_info we'd calculated for
our own purposes).

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git regset.followup

for you to fetch changes up to d4948d19d47f08f926db55f0fb8cb324e43f1c19:

  c6x: kill ELF_CORE_COPY_FPREGS (2020-10-25 20:03:06 -0400)

----------------------------------------------------------------
Al Viro (5):
      arm: kill dump_task_regs()
      [ia64] missed cleanups from switch to regset coredumps
      [ia64] ptrace_[sg]etregs(): use access_elf_reg() instead of access_uarea()
      whack-a-mole: USE_ELF_CORE_DUMP
      c6x: kill ELF_CORE_COPY_FPREGS

 arch/arm/include/asm/elf.h     |  4 ----
 arch/arm/kernel/process.c      |  9 --------
 arch/c6x/include/asm/elf.h     |  3 ---
 arch/csky/include/asm/elf.h    |  1 -
 arch/hexagon/include/asm/elf.h |  1 -
 arch/ia64/kernel/process.c     |  2 +-
 arch/ia64/kernel/ptrace.c      | 51 ++++++++++++++++++++++--------------------
 arch/nds32/include/asm/elf.h   |  1 -
 8 files changed, 28 insertions(+), 44 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ