]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 9 Aug 2020 20:33:54 +0000 (13:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 9 Aug 2020 20:33:54 +0000 (13:33 -0700)
commit03c29fc59bd3669e5efdc4b3754653dfa5d35948
treed5565651cc4ceac306d3aa266cf51e6bf66d8a9a
parent27fd86b6d9999af0ab712c746073a3896021cd4b
parent354fa41d1c8b8088a118ef90e6b0d14de26f0f55
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull regset conversion fix from Al Viro:
 "Fix a regression from an unnoticed bisect hazard in the regset series.

  A bunch of old (aout, originally) primitives used by coredumps became
  dead code after fdpic conversion to regsets. Removal of that dead code
  had been the first commit in the followups to regset series;
  unfortunately, it happened to hide the bisect hazard on sh (extern for
  fpregs_get() had not been updated in the main series when it should
  have been; followup simply made fpregs_get() static). And without that
  followup commit this bisect hazard became breakage in the mainline"

Tested-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  kill unused dump_fpu() instances
12 files changed:
arch/arc/kernel/process.c
arch/arm/kernel/process.c
arch/hexagon/kernel/process.c
arch/ia64/kernel/process.c
arch/nios2/kernel/process.c
arch/openrisc/kernel/process.c
arch/parisc/include/asm/elf.h
arch/parisc/kernel/process.c
arch/s390/kernel/process.c
arch/sh/kernel/process_32.c
arch/sparc/kernel/process_32.c
arch/sparc/kernel/process_64.c