Skip to content

Commit 1895966

Browse files
committed
Merge commit 'e5fd29fbf408a65da34eb9b2663717f73119c09b' into 9.4
2 parents 3c6cee2 + e5fd29f commit 1895966

File tree

4 files changed

+32
-14
lines changed

4 files changed

+32
-14
lines changed

redhat/rhdocs/content/docs/FAQ.adoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@ The most common questions related to contributing to Red Hat-based kernel projec
1313

1414
{{< toc >}}
1515

16+
== Submission Related Questions
17+
18+
=== I submitted an MR but it was rejected for 'non-technical' issues. Why did that happen and what does it mean?
19+
20+
CentOS Stream, and by extension Red Hat, welcome all community requests and contributions to the CentOS Stream kernel. Red Hat applies Development, QE, Documentation, and other resources to every change made to the CentOS Stream kernel to ensure the CentOS Stream and RHEL kernels are secure, highly available, and meet Red Hat's users’ requirements. The maintainers may reject a change because they are aware of a lack of resources available to provide support for the change. For example, a community user or SIG may request that a particular driver be enabled and Red Hat may not have access to hardware associated with the driver. In this case, CentOS Stream and Red Hat cannot provide any guarantee on functionality to users, and as such the request would be rejected. Please take a moment to understand: We do not like to reject contributions and consider any rejections to be a loss for the overall community behind CentOS Stream and RHEL, but unfortunately, we are also resource constrained.
21+
22+
=== I can support the hardware or software that was rejected for 'non-technical' issues. Isn't that enough?
23+
24+
Unfortunately, no. While we appreciate your enthusiasm and help, Red Hat has support requirements it must meet and a lack of ability to reproduce a problem will cause a delay in support for users and customers.
25+
26+
=== Are there any other options to getting my changes into the Centos Stream kernel?
27+
28+
Yes! You can consider forming a Centos Stream SIG for your changes, or joining a similarly aligned existing SIG.
29+
1630
== Formatting Related Questions
1731
:sectnums:
1832
=== anchor:badformatting[] The formatting is bad, how do I fix it?

redhat/rhdocs/info/CODEOWNERS

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,18 +1101,18 @@ kernel/module_signature.c prarit@redhat.com
11011101
drivers/net/ethernet/myricom/myri10ge/ jarod@redhat.com
11021102

11031103
[NAMESPACES]
1104-
Documentation/admin-guide/namespaces/ agladkov@redhat.com
1105-
fs/proc/namespaces.c agladkov@redhat.com
1106-
include/linux/mnt_namespace.h agladkov@redhat.com
1107-
include/linux/pid_namespace.h agladkov@redhat.com
1108-
include/linux/time_namespace.h agladkov@redhat.com
1109-
include/linux/user_namespace.h agladkov@redhat.com
1110-
kernel/nsproxy.c agladkov@redhat.com
1111-
kernel/time/namespace.c agladkov@redhat.com
1112-
kernel/ucounts.c agladkov@redhat.com
1113-
kernel/user_namespace.c agladkov@redhat.com
1114-
tools/testing/selftests/pid_namespace/ agladkov@redhat.com
1115-
tools/testing/selftests/rlimits/ agladkov@redhat.com
1104+
Documentation/admin-guide/namespaces/ agladkov@redhat.com jsavitz@redhat.com
1105+
fs/proc/namespaces.c agladkov@redhat.com jsavitz@redhat.com
1106+
include/linux/mnt_namespace.h agladkov@redhat.com jsavitz@redhat.com
1107+
include/linux/pid_namespace.h agladkov@redhat.com jsavitz@redhat.com
1108+
include/linux/time_namespace.h agladkov@redhat.com jsavitz@redhat.com
1109+
include/linux/user_namespace.h agladkov@redhat.com jsavitz@redhat.com
1110+
kernel/nsproxy.c agladkov@redhat.com jsavitz@redhat.com
1111+
kernel/time/namespace.c agladkov@redhat.com jsavitz@redhat.com
1112+
kernel/ucounts.c agladkov@redhat.com jsavitz@redhat.com
1113+
kernel/user_namespace.c agladkov@redhat.com jsavitz@redhat.com
1114+
tools/testing/selftests/pid_namespace/ agladkov@redhat.com jsavitz@redhat.com
1115+
tools/testing/selftests/rlimits/ agladkov@redhat.com jsavitz@redhat.com
11161116

11171117
^[NATIVE LANGUAGE SUPPORT]
11181118
include/linux/nls.h bcodding@redhat.com jlayton@redhat.com steved@redhat.com smayhew@redhat.com

redhat/rhdocs/info/RHMAINTAINERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ F: Makefile.rhelver
170170

171171
RHEL 8.8 Real Time Kernel Maintainer
172172
M: Tyonnchie Berry <tyberry@redhat.com>
173-
S: Supported
173+
S: Unsupported
174174
F: Makefile.rhelver
175175

176176
RHEL 8.7 Kernel Maintainer
@@ -1897,6 +1897,7 @@ F: drivers/net/ethernet/myricom/myri10ge/
18971897

18981898
NAMESPACES
18991899
M: Alex Gladkov <agladkov@redhat.com>
1900+
M: Joel Savitz <jsavitz@redhat.com>
19001901
R: Christoph von Recklinghausen <crecklin@redhat.com>
19011902
S: Supported
19021903
F: Documentation/admin-guide/namespaces/

redhat/rhdocs/info/owners.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ subsystems:
342342
- subsystem: RHEL 8.8 Real Time Kernel Maintainer
343343
labels:
344344
name: redhat
345-
status: Supported
345+
status: Unsupported
346346
devel-sst:
347347
- rhel-sst-kernel-rts
348348
requiredApproval: true
@@ -4948,6 +4948,9 @@ subsystems:
49484948
- name: Alex Gladkov
49494949
email: agladkov@redhat.com
49504950
gluser: legionus
4951+
- name: Joel Savitz
4952+
email: jsavitz@redhat.com
4953+
gluser: jsavitz
49514954
reviewers:
49524955
- name: Christoph von Recklinghausen
49534956
email: crecklin@redhat.com

0 commit comments

Comments
 (0)