summaryrefslogtreecommitdiffstats
path: root/drivers/s390
diff options
context:
space:
mode:
authorLinus Torvalds2017-07-25 17:44:27 +0200
committerLinus Torvalds2017-07-25 17:44:27 +0200
commiteeb7c41d9d7c0902accb1d481fe78d84d30c69cc (patch)
tree208fe8d2afd8fa70abfe5a815f5f5cb357856bad /drivers/s390
parentLinux 4.13-rc2 (diff)
parents390/mm: set change and reference bit on lazy key enablement (diff)
downloadkernel-qcow2-linux-eeb7c41d9d7c0902accb1d481fe78d84d30c69cc.tar.gz
kernel-qcow2-linux-eeb7c41d9d7c0902accb1d481fe78d84d30c69cc.tar.xz
kernel-qcow2-linux-eeb7c41d9d7c0902accb1d481fe78d84d30c69cc.zip
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull s390 fixes from Martin Schwidefsky: "Three bug fixes" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: s390/mm: set change and reference bit on lazy key enablement s390: chp: handle CRW_ERC_INIT for channel-path status change s390/perf: fix problem state detection
Diffstat (limited to 'drivers/s390')
-rw-r--r--drivers/s390/cio/chp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/cio/chp.c b/drivers/s390/cio/chp.c
index 7e0d4f724dda..432fc40990bd 100644
--- a/drivers/s390/cio/chp.c
+++ b/drivers/s390/cio/chp.c
@@ -559,6 +559,7 @@ static void chp_process_crw(struct crw *crw0, struct crw *crw1,
chpid.id = crw0->rsid;
switch (crw0->erc) {
case CRW_ERC_IPARM: /* Path has come. */
+ case CRW_ERC_INIT:
if (!chp_is_registered(chpid))
chp_new(chpid);
chsc_chp_online(chpid);