diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-01-21 07:57:15 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-01-21 07:57:15 +0100 |
commit | 85e67d56ebdecd8601d62e3aadcd2927845c97b9 (patch) | |
tree | ceecadd340a992edff5450fecb32ec0666ce538c /MAINTAINERS | |
parent | Merge tag 'xfs-5.17-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux (diff) | |
parent | s390: add Sven Schnelle as reviewer (diff) | |
download | linux-85e67d56ebdecd8601d62e3aadcd2927845c97b9.tar.xz linux-85e67d56ebdecd8601d62e3aadcd2927845c97b9.zip |
Merge tag 's390-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull more s390 updates from Heiko Carstens:
- add Sven Schnelle as reviewer for s390 code
- make uaccess code more readable
- change cpu measurement facility code to also support counter second
version number 7, and add discard support for limited samples
* tag 's390-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
s390: add Sven Schnelle as reviewer
s390/uaccess: introduce bit field for OAC specifier
s390/cpumf: Support for CPU Measurement Sampling Facility LS bit
s390/cpumf: Support for CPU Measurement Facility CSVN 7
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b84e2d5642bc..1630d899639d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16807,6 +16807,7 @@ M: Heiko Carstens <hca@linux.ibm.com> M: Vasily Gorbik <gor@linux.ibm.com> M: Christian Borntraeger <borntraeger@linux.ibm.com> R: Alexander Gordeev <agordeev@linux.ibm.com> +R: Sven Schnelle <svens@linux.ibm.com> L: linux-s390@vger.kernel.org S: Supported W: http://www.ibm.com/developerworks/linux/linux390/ |