Skip to content

Commit e8749d0

Browse files
committed
Merge tag 's390-5.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull s390 fixes from Heiko Carstens: "This is mainly due to the fact that Gerald Schaefer's and also my old email addresses currently do not work any longer. Therefore we decided to switch to new email addresses and reflect that in the MAINTAINERS file. - Update email addresses in MAINTAINERS file and add .mailmap entries for Gerald Schaefer and Heiko Carstens. - Fix huge pte soft dirty copying" * tag 's390-5.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: MAINTAINERS: update email address for Gerald Schaefer MAINTAINERS: update email address for Heiko Carstens s390/mm: fix huge pte soft dirty copying
2 parents cb24c61 + dd9ce2d commit e8749d0

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.mailmap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,16 @@ Frank Rowand <[email protected]> <[email protected]>
9090
Frank Zago <[email protected]>
9191
9292
93+
94+
95+
9396
Greg Kroah-Hartman <greg@echidna.(none)>
9497
Greg Kroah-Hartman <[email protected]>
9598
Greg Kroah-Hartman <[email protected]>
9699
97100
101+
102+
98103
Henk Vergonet <[email protected]>
99104
Henrik Kretzschmar <[email protected]>
100105
Henrik Rydberg <[email protected]>

MAINTAINERS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3306,7 +3306,7 @@ X: arch/riscv/net/bpf_jit_comp32.c
33063306

33073307
BPF JIT for S390
33083308
M: Ilya Leoshkevich <[email protected]>
3309-
M: Heiko Carstens <heiko.carstens@de.ibm.com>
3309+
M: Heiko Carstens <hca@linux.ibm.com>
33103310
M: Vasily Gorbik <[email protected]>
33113311
33123312
@@ -14831,7 +14831,7 @@ S: Maintained
1483114831
F: drivers/video/fbdev/savage/
1483214832

1483314833
S390
14834-
M: Heiko Carstens <heiko.carstens@de.ibm.com>
14834+
M: Heiko Carstens <hca@linux.ibm.com>
1483514835
M: Vasily Gorbik <[email protected]>
1483614836
M: Christian Borntraeger <[email protected]>
1483714837
@@ -14862,7 +14862,7 @@ F: drivers/s390/block/dasd*
1486214862
F: include/linux/dasd_mod.h
1486314863

1486414864
S390 IOMMU (PCI)
14865-
M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
14865+
M: Gerald Schaefer <gerald.schaefer@linux.ibm.com>
1486614866
1486714867
S: Supported
1486814868
W: http://www.ibm.com/developerworks/linux/linux390/
@@ -14890,7 +14890,7 @@ F: drivers/s390/net/
1489014890

1489114891
S390 PCI SUBSYSTEM
1489214892
M: Niklas Schnelle <[email protected]>
14893-
M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
14893+
M: Gerald Schaefer <gerald.schaefer@linux.ibm.com>
1489414894
1489514895
S: Supported
1489614896
W: http://www.ibm.com/developerworks/linux/linux390/

arch/s390/mm/hugetlbpage.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ static inline pte_t __rste_to_pte(unsigned long rste)
117117
_PAGE_YOUNG);
118118
#ifdef CONFIG_MEM_SOFT_DIRTY
119119
pte_val(pte) |= move_set_bit(rste, _SEGMENT_ENTRY_SOFT_DIRTY,
120-
_PAGE_DIRTY);
120+
_PAGE_SOFT_DIRTY);
121121
#endif
122122
pte_val(pte) |= move_set_bit(rste, _SEGMENT_ENTRY_NOEXEC,
123123
_PAGE_NOEXEC);

0 commit comments

Comments
 (0)