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: <1637244207253142@kroah.com>
Date:   Thu, 18 Nov 2021 15:03:26 +0100
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     linux-kernel@...r.kernel.org, akpm@...ux-foundation.org,
        torvalds@...ux-foundation.org, stable@...r.kernel.org
Cc:     lwn@....net, jslaby@...e.cz,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: Linux 5.14.20

I'm announcing the release of the 5.14.20 kernel.

All users of the 5.14 kernel series must upgrade.

The updated 5.14.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.14.y
and can be browsed at the normal kernel.org git web browser:
	https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

 Makefile                                |    2 
 arch/alpha/include/asm/processor.h      |    2 
 arch/alpha/kernel/process.c             |    5 +-
 arch/arc/include/asm/processor.h        |    2 
 arch/arc/kernel/stacktrace.c            |    4 -
 arch/arm/include/asm/processor.h        |    2 
 arch/arm/kernel/process.c               |    4 +
 arch/arm64/include/asm/processor.h      |    2 
 arch/arm64/kernel/process.c             |    4 +
 arch/csky/include/asm/processor.h       |    2 
 arch/csky/kernel/stacktrace.c           |    5 +-
 arch/h8300/include/asm/processor.h      |    2 
 arch/h8300/kernel/process.c             |    5 +-
 arch/hexagon/include/asm/processor.h    |    2 
 arch/hexagon/kernel/process.c           |    4 +
 arch/ia64/include/asm/processor.h       |    2 
 arch/ia64/kernel/process.c              |    5 +-
 arch/m68k/include/asm/processor.h       |    2 
 arch/m68k/kernel/process.c              |    4 +
 arch/microblaze/include/asm/processor.h |    2 
 arch/microblaze/kernel/process.c        |    2 
 arch/mips/include/asm/processor.h       |    2 
 arch/mips/kernel/process.c              |    8 ++-
 arch/nds32/include/asm/processor.h      |    2 
 arch/nds32/kernel/process.c             |    7 ++-
 arch/nios2/include/asm/processor.h      |    2 
 arch/nios2/kernel/process.c             |    5 +-
 arch/openrisc/include/asm/processor.h   |    2 
 arch/openrisc/kernel/process.c          |    2 
 arch/parisc/include/asm/processor.h     |    2 
 arch/parisc/kernel/process.c            |    5 +-
 arch/powerpc/include/asm/processor.h    |    2 
 arch/powerpc/kernel/process.c           |    9 ++--
 arch/riscv/include/asm/processor.h      |    2 
 arch/riscv/kernel/stacktrace.c          |   12 +++--
 arch/s390/include/asm/processor.h       |    2 
 arch/s390/kernel/process.c              |    4 -
 arch/sh/include/asm/processor_32.h      |    2 
 arch/sh/kernel/process_32.c             |    5 +-
 arch/sparc/include/asm/processor_32.h   |    2 
 arch/sparc/include/asm/processor_64.h   |    2 
 arch/sparc/kernel/process_32.c          |    5 +-
 arch/sparc/kernel/process_64.c          |    5 +-
 arch/um/include/asm/processor-generic.h |    2 
 arch/um/kernel/process.c                |    5 +-
 arch/x86/include/asm/processor.h        |    2 
 arch/x86/kernel/process.c               |   65 +++++++++++++++++++++++++-------
 arch/xtensa/include/asm/processor.h     |    2 
 arch/xtensa/kernel/process.c            |    5 +-
 include/linux/sched.h                   |    1 
 kernel/sched/core.c                     |   19 ---------
 51 files changed, 160 insertions(+), 94 deletions(-)

Greg Kroah-Hartman (4):
      Revert "x86: Fix __get_wchan() for !STACKTRACE"
      Revert "sched: Add wrapper for get_wchan() to keep task blocked"
      Revert "x86: Fix get_wchan() to support the ORC unwinder"
      Linux 5.14.20

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ