This project is mirrored from https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10.git.
Pull mirroring updated .
- Mar 24, 2025
-
-
Jan Stancek authored
JIRA: INTERNAL Upstream Status: RHEL Only This reverts commit 3777501a because it went it by accident during Exception/Blocker period (dist-git policy already allowed 10.0.z content so it passed policy check). Signed-off-by:
Jan Stancek <jstancek@redhat.com>
-
- Mar 20, 2025
-
-
Jan Stancek authored
Signed-off-by:
Jan Stancek <jstancek@redhat.com>
-
Jan Stancek authored
MR: https://gitlab.com/redhat/rhel/src/kernel/rhel-10/-/merge_requests/29 JIRA: https://issues.redhat.com/browse/RHEL-78993 commit 7505436e2925d89a13706a295a6734d6cabb4b43 Author: Herbert Xu <herbert@gondor.apana.org.au> Date: Fri Feb 14 10:31:25 2025 +0800 crypto: api - Fix larval relookup type and mask When the lookup is retried after instance construction, it uses the type and mask from the larval, which may not match the values used by the caller. For example, if the caller is requesting for a !NEEDS_FALLBACK algorithm, it may end up getting an algorithm that needs fallbacks. Fix this by making the caller supply the type/mask and using that for the lookup. Reported-by:
Coiby Xu <coxu@redhat.com> Fixes: 96ad5955 ("crypto: api - Remove instance larval fulfilment") Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by:
Herbert Xu <herbert.xu@redhat.com> Approved-by:
Vladis Dronov <vdronov@redhat.com> Approved-by:
Coiby Xu <coxu@redhat.com> Approved-by:
Clemens Lang <cllang@redhat.com> Approved-by:
Ondrej Mosnáček <omosnacek@gmail.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by:
Jan Stancek <jstancek@redhat.com>
-
- Mar 17, 2025
-
-
Jan Stancek authored
Signed-off-by:
Jan Stancek <jstancek@redhat.com>
-
Jan Stancek authored
MR: https://gitlab.com/redhat/rhel/src/kernel/rhel-10/-/merge_requests/40 JIRA: https://issues.redhat.com/browse/RHEL-38582 Upstream Status: RHEL only For Intel NPU user mode driver, we need the Intel VPU kernel mode driver in the kernel. This is only available on x86_66. Signed-off-by:
Fabien Dupont <fdupont@redhat.com> Signed-off-by:
Karol Herbst <kherbst@redhat.com> Approved-by:
David Airlie <airlied@redhat.com> Approved-by:
Jocelyn Falempe <jfalempe@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by:
Jan Stancek <jstancek@redhat.com>
-
Jan Stancek authored
MR: https://gitlab.com/redhat/rhel/src/kernel/rhel-10/-/merge_requests/15 JIRA: https://issues.redhat.com/browse/RHEL-80226 commit 875d742cf5327c93cba1f11e12b08d3cce7a88d2 Author: Radu Rendec <rrendec@redhat.com> Date: Thu Feb 6 12:44:20 2025 -0500 arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo array The loop that detects/populates cache information already has a bounds check on the array size but does not account for cache levels with separate data/instructions cache. Fix this by incrementing the index for any populated leaf (instead of any populated level). Fixes: 5d425c18 ("arm64: kernel: add support for cpu cache information") Signed-off-by:
Radu Rendec <rrendec@redhat.com> Link: https://lore.kernel.org/r/20250206174420.2178724-1-rrendec@redhat.com Signed-off-by:
Will Deacon <will@kernel.org> Signed-off-by:
Radu Rendec <rrendec@redhat.com> Approved-by:
Mark Salter <msalter@redhat.com> Approved-by:
Eric Chanudet <echanude@redhat.com> Approved-by:
Brian Masney <bmasney@redhat.com> Approved-by:
Mark Langsdorf <mlangsdo@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by:
Jan Stancek <jstancek@redhat.com>
-
Jan Stancek authored
MR: https://gitlab.com/redhat/rhel/src/kernel/rhel-10/-/merge_requests/45 JIRA: https://issues.redhat.com/browse/RHEL-82677 - smb: client: fix chmod(2) regression with ATTR_READONLY (Paulo Alcantara) [[RHEL-82677](https://issues.redhat.com/browse/RHEL-82677) [RHEL-80534](ttps://issues.redhat.com/browse/RHEL-80534) ] Y-Commit: ff607656 Signed-off-by:
Jay Shin <jaeshin@redhat.com> Approved-by:
Paulo Alcantara <paalcant@redhat.com> Approved-by:
Benjamin Coddington <bcodding@redhat.com> Approved-by:
Scott Mayhew <smayhew@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by:
Jan Stancek <jstancek@redhat.com>
-
Jan Stancek authored
MR: https://gitlab.com/redhat/rhel/src/kernel/rhel-10/-/merge_requests/48 JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Symbol checksums taken from 6.12.0-55.4.1.el10_0. Signed-off-by:
Čestmír Kalina <ckalina@redhat.com> Approved-by:
Jan Stancek <jstancek@redhat.com> Approved-by:
Eder Zulian <ezulian@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by:
Jan Stancek <jstancek@redhat.com>
-
- Mar 14, 2025
-
-
Jan Stancek authored
Signed-off-by:
Jan Stancek <jstancek@redhat.com>
-
Jan Stancek authored
MR: https://gitlab.com/redhat/rhel/src/kernel/rhel-10/-/merge_requests/47 JIRA: https://issues.redhat.com/browse/RHEL-77295 CVE: CVE-2024-57927 commit 86ad1a58f6a9453f49e06ef957a40a8dac00a13f Author: David Howells <dhowells@redhat.com> Date: Fri Dec 13 13:50:04 2024 +0000 nfs: Fix oops in nfs_netfs_init_request() when copying to cache When netfslib wants to copy some data that has just been read on behalf of nfs, it creates a new write request and calls nfs_netfs_init_request() to initialise it, but with a NULL file pointer. This causes nfs_file_open_context() to oops - however, we don't actually need the nfs context as we're only going to write to the cache. Fix this by just returning if we aren't given a file pointer and emit a warning if the request was for something other than copy-to-cache. Further, fix nfs_netfs_free_request() so that it doesn't try to free the context if the pointer is NULL. Fixes: ee4cdf7b ("netfs: Speed up buffered reading") Reported-by:
Max Kellermann <max.kellermann@ionos.com> Closes: https://lore.kernel.org/r/CAKPOu+9DyMbKLhyJb7aMLDTb=Fh0T8Teb9sjuf_pze+XWT1VaQ@mail.gmail.com/ Signed-off-by:
David Howells <dhowells@redhat.com> Link: https://lore.kernel.org/r/20241213135013.2964079-5-dhowells@redhat.com cc: Trond Myklebust <trondmy@kernel.org> cc: Anna Schumaker <anna@kernel.org> cc: Dave Wysochanski <dwysocha@redhat.com> cc: Jeff Layton <jlayton@kernel.org> cc: linux-nfs@vger.kernel.org cc: netfs@lists.linux.dev cc: linux-fsdevel@vger.kernel.org Signed-off-by:
Christian Brauner <brauner@kernel.org> Signed-off-by:
Olga Kornievskaia <okorniev@redhat.com> Approved-by:
Steve Dickson <steved@redhat.com> Approved-by:
Benjamin Coddington <bcodding@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by:
Jan Stancek <jstancek@redhat.com>
-
Jan Stancek authored
MR: https://gitlab.com/redhat/rhel/src/kernel/rhel-10/-/merge_requests/51 JIRA: https://issues.redhat.com/browse/RHEL-80112 Upstream Status: all mainline in kernel-ark.git Conflicts: see individual patches Tested: boot-tested only Signed-off-by:
Davide Caratti <dcaratti@redhat.com> Approved-by:
Jan Stancek <jstancek@redhat.com> Approved-by:
Marcelo Ricardo Leitner <mleitner@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by:
Jan Stancek <jstancek@redhat.com>
-
Jan Stancek authored
MR: https://gitlab.com/redhat/rhel/src/kernel/rhel-10/-/merge_requests/19 JIRA: https://issues.redhat.com/browse/RHEL-79087 Fix suspend/resume scenario for mt7925 device. Tested with mt7925 device and rtcwake command. Signed-off-by:
Jose Ignacio Tornos Martinez <jtornosm@redhat.com> Approved-by:
Michal Schmidt <mschmidt@redhat.com> Approved-by:
Izabela Bakollari <ibakolla@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by:
Jan Stancek <jstancek@redhat.com>
-
Jan Stancek authored
MR: https://gitlab.com/redhat/rhel/src/kernel/rhel-10/-/merge_requests/25 JIRA: https://issues.redhat.com/browse/RHEL-80281 Upstream Status: RHEL-only nouveau GSP support relies on FW_CACHE for suspend/resume support to work properly. This is on in Fedora (and now kernel-ark), and reduces the chance of a divergence between fedora testing a feature and RHEL. Without this change nouveau fails to suspend because it tries to read a firmware file that is read earlier but the disk is suspended. This will eventually be enforced upstream by a select in nouveau's Kconfig, just hasn't landed yet. Signed-off-by:
Dave Airlie <airlied@redhat.com> Approved-by:
Mark Langsdorf <mlangsdo@redhat.com> Approved-by:
Eder Zulian <ezulian@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by:
Jan Stancek <jstancek@redhat.com>
-
- Mar 12, 2025
-
-
Davide Caratti authored
JIRA: https://issues.redhat.com/browse/RHEL-80112 Upstream Status: kernel-ark.git commit f20905199054 Conflicts: - we don't have def_variants.yaml for fedora in rhel-10, so only the RHEL hunk has been applied commit f20905199054ebc72609d243a7f021eb1eacca99 Author: Davide Caratti <dcaratti@redhat.com> Date: Wed Feb 26 10:55:33 2025 +0100 rhel_files: ensure all qdiscs are in modules-core JIRA: https://issues.redhat.com/browse/RHEL-79818 by design, kernel-ark blacklists all modules in modules-extra that have a module alias. Now that qdiscs have their module alias [1], some of them became blacklisted even if we didn't really intend to: move them back to kernel-modules to preserve feature parity with other qdiscs (and previous releases). [1] https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=241a94abcf465ba9363d93168da5ddd47002930f Signed-off-by:
Davide Caratti <dcaratti@redhat.com> Signed-off-by:
Davide Caratti <dcaratti@redhat.com>
-
Čestmír Kalina authored
JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Signed-off-by:
Čestmír Kalina <ckalina@redhat.com>
-
Čestmír Kalina authored
JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Symbol checksums taken from 6.12.0-55.4.1.el10_0. Signed-off-by:
Čestmír Kalina <ckalina@redhat.com>
-
Čestmír Kalina authored
JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Symbol checksums taken from 6.12.0-55.4.1.el10_0. Signed-off-by:
Čestmír Kalina <ckalina@redhat.com>
-
Čestmír Kalina authored
JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Symbol checksums taken from 6.12.0-55.4.1.el10_0. Signed-off-by:
Čestmír Kalina <ckalina@redhat.com>
-
Čestmír Kalina authored
JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Symbol checksums taken from 6.12.0-55.4.1.el10_0. Signed-off-by:
Čestmír Kalina <ckalina@redhat.com>
-
Čestmír Kalina authored
JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Symbol checksums taken from 6.12.0-55.4.1.el10_0. Signed-off-by:
Čestmír Kalina <ckalina@redhat.com>
-
Čestmír Kalina authored
JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Symbol checksums taken from 6.12.0-55.4.1.el10_0. Signed-off-by:
Čestmír Kalina <ckalina@redhat.com>
-
Čestmír Kalina authored
JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Symbol checksums taken from 6.12.0-55.4.1.el10_0. Signed-off-by:
Čestmír Kalina <ckalina@redhat.com>
-
Čestmír Kalina authored
JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Symbol checksums taken from 6.12.0-55.4.1.el10_0. Signed-off-by:
Čestmír Kalina <ckalina@redhat.com>
-
Čestmír Kalina authored
JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Symbol checksums taken from 6.12.0-55.4.1.el10_0. Signed-off-by:
Čestmír Kalina <ckalina@redhat.com>
-
Čestmír Kalina authored
JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Symbol checksums taken from 6.12.0-55.4.1.el10_0. Signed-off-by:
Čestmír Kalina <ckalina@redhat.com>
-
Čestmír Kalina authored
JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Symbol checksums taken from 6.12.0-55.4.1.el10_0. Signed-off-by:
Čestmír Kalina <ckalina@redhat.com>
-
Čestmír Kalina authored
JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Symbol checksums taken from 6.12.0-55.4.1.el10_0. Signed-off-by:
Čestmír Kalina <ckalina@redhat.com>
-
Čestmír Kalina authored
JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Symbol checksums taken from 6.12.0-55.4.1.el10_0. Signed-off-by:
Čestmír Kalina <ckalina@redhat.com>
-
Čestmír Kalina authored
JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Symbol checksums taken from 6.12.0-55.4.1.el10_0. Signed-off-by:
Čestmír Kalina <ckalina@redhat.com>
-
Čestmír Kalina authored
JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Symbol checksums taken from 6.12.0-55.4.1.el10_0. Signed-off-by:
Čestmír Kalina <ckalina@redhat.com>
-
Čestmír Kalina authored
JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Symbol checksums taken from 6.12.0-55.4.1.el10_0. Signed-off-by:
Čestmír Kalina <ckalina@redhat.com>
-
Čestmír Kalina authored
JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Symbol checksums taken from 6.12.0-55.4.1.el10_0. Signed-off-by:
Čestmír Kalina <ckalina@redhat.com>
-
Čestmír Kalina authored
JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Symbol checksums taken from 6.12.0-55.4.1.el10_0. Signed-off-by:
Čestmír Kalina <ckalina@redhat.com>
-
Čestmír Kalina authored
JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Symbol checksums taken from 6.12.0-55.4.1.el10_0. Signed-off-by:
Čestmír Kalina <ckalina@redhat.com>
-
Čestmír Kalina authored
JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Symbol checksums taken from 6.12.0-55.4.1.el10_0. Signed-off-by:
Čestmír Kalina <ckalina@redhat.com>
-
Čestmír Kalina authored
JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Symbol checksums taken from 6.12.0-55.4.1.el10_0. Signed-off-by:
Čestmír Kalina <ckalina@redhat.com>
-
Čestmír Kalina authored
JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Symbol checksums taken from 6.12.0-55.4.1.el10_0. Signed-off-by:
Čestmír Kalina <ckalina@redhat.com>
-
Čestmír Kalina authored
JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Symbol checksums taken from 6.12.0-55.4.1.el10_0. Signed-off-by:
Čestmír Kalina <ckalina@redhat.com>
-
Čestmír Kalina authored
JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Symbol checksums taken from 6.12.0-55.4.1.el10_0. Signed-off-by:
Čestmír Kalina <ckalina@redhat.com>
-
Čestmír Kalina authored
JIRA: https://issues.redhat.com/browse/RHEL-79881 Upstream Status: RHEL only Symbol checksums taken from 6.12.0-55.4.1.el10_0. Signed-off-by:
Čestmír Kalina <ckalina@redhat.com>
-