Go to file
Gerald Schaefer 37a366face s390/mm: fix addressing exception after suspend/resume
Commit c9b5ad546e "s390/mm: tag normal pages vs pages used in page tables"
accidentally changed the logic in arch_set_page_states(), which is used by
the suspend/resume code. set_page_stable(page, order) was changed to
set_page_stable_dat(page, 0). After this, only the first page of higher order
pages will be set to stable, and a write to one of the unstable pages will
result in an addressing exception.

Fix this by using "order" again, instead of "0".

Fixes: c9b5ad546e ("s390/mm: tag normal pages vs pages used in page tables")
Cc: stable@vger.kernel.org # 4.14+
Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2018-08-09 08:05:48 +02:00
arch s390/mm: fix addressing exception after suspend/resume 2018-08-09 08:05:48 +02:00
block for-linus-20180623 2018-06-24 06:33:54 +08:00
certs
crypto
Documentation KVM: s390: Add huge page enablement control 2018-07-30 23:13:38 +02:00
drivers s390 cio: Rewrite trace point class s390_class_schib 2018-07-23 13:49:56 +02:00
firmware
fs
include KVM: s390: Add huge page enablement control 2018-07-30 23:13:38 +02:00
init init/Kconfig: add an option for uncompressed kernel 2018-06-25 10:14:40 +02:00
ipc
kernel Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-06-24 20:29:15 +08:00
lib RAID/s390: Remove VLA usage 2018-07-04 08:37:50 +02:00
LICENSES
mm for-linus-20180623 2018-06-24 06:33:54 +08:00
net
samples
scripts
security
sound
tools rseq/selftests: add s390 support 2018-08-09 07:59:05 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Remove myself as maintainer 2018-07-13 09:08:26 +02:00
Makefile Linux 4.18-rc2 2018-06-24 20:54:29 +08:00
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.