Skip to content

Commit 8cc9c03

Browse files
author
Jiri Benc
committed
Merge branch 'io_uring' into 'main'
owners.yaml: add an entry for the io_uring subsystem See merge request redhat/centos-stream/src/kernel/documentation!627
2 parents e758976 + f215a36 commit 8cc9c03

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

info/CODEOWNERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,12 @@ include/linux/dma-iommu.h jsnitsel@redhat.com
826826
include/linux/of_iommu.h jsnitsel@redhat.com
827827
include/uapi/linux/iommu.h jsnitsel@redhat.com
828828

829+
^[io_uring]
830+
include/uapi/linux/io_uring.h jmoyer@redhat.com
831+
include/linux/io_uring.h jmoyer@redhat.com
832+
include/linux/io_uring_types.h jmoyer@redhat.com
833+
io_uring/ jmoyer@redhat.com
834+
829835
^[IPMI SUBSYSTEM]
830836
drivers/char/ipmi/ tcamuso@redhat.com
831837
include/linux/ipmi-fru.h tcamuso@redhat.com

info/RHMAINTAINERS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,6 +1466,16 @@ F: include/linux/dma-iommu.h
14661466
F: include/linux/of_iommu.h
14671467
F: include/uapi/linux/iommu.h
14681468

1469+
io_uring
1470+
M: Jeff Moyer <jmoyer@redhat.com>
1471+
R: Brian Foster <bfoster@redhat.com>
1472+
R: Ming Lei <ming.lei@redhat.com>
1473+
S: Maintained
1474+
F: include/uapi/linux/io_uring.h
1475+
F: include/linux/io_uring.h
1476+
F: include/linux/io_uring_types.h
1477+
F: io_uring/
1478+
14691479
IPMI SUBSYSTEM
14701480
M: Tony Camuso <tcamuso@redhat.com>
14711481
S: Supported

info/owners.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3896,6 +3896,30 @@ subsystems:
38963896
- include/linux/dma-iommu.h
38973897
- include/linux/of_iommu.h
38983898
- include/uapi/linux/iommu.h
3899+
- subsystem: io_uring
3900+
labels:
3901+
name: io_uring
3902+
status: Maintained
3903+
devel-sst:
3904+
- rhel-sst-storage-io
3905+
requiredApproval: false
3906+
maintainers:
3907+
- name: Jeff Moyer
3908+
email: jmoyer@redhat.com
3909+
gluser: jmoyer1
3910+
reviewers:
3911+
- name: Brian Foster
3912+
email: bfoster@redhat.com
3913+
gluser: bfoster2
3914+
- name: Ming Lei
3915+
email: ming.lei@redhat.com
3916+
gluser: minlei
3917+
paths:
3918+
includes:
3919+
- include/uapi/linux/io_uring.h
3920+
- include/linux/io_uring.h
3921+
- include/linux/io_uring_types.h
3922+
- io_uring/
38993923
- subsystem: IPMI SUBSYSTEM
39003924
labels:
39013925
name: ipmi

0 commit comments

Comments
 (0)