Revision 6bfea141b3d26898705704efd18401d91afcbb0a authored by Linus Torvalds on 19 March 2021, 18:39:28 UTC, committed by Linus Torvalds on 19 March 2021, 18:39:28 UTC
Pull s390 updates from Heiko Carstens:

 - disable preemption when accessing local per-cpu variables in the new
   counter set driver

 - fix by a factor of four increased steal time due to missing
   cputime_to_nsecs() conversion

 - fix PCI device structure leak

* tag 's390-5.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390/pci: fix leak of PCI device structure
  s390/vtime: fix increased steal time accounting
  s390/cpumf: disable preemption when accessing per-cpu variable
2 parent s 278924c + 0b13525
Raw File
Kconfig.freezer
# SPDX-License-Identifier: GPL-2.0-only
config FREEZER
	def_bool PM_SLEEP || CGROUP_FREEZER
back to top