This project is mirrored from https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10.git.
Pull mirroring updated .
- Mar 19, 2025
-
-
Julio Faracco authored
Signed-off-by:
Julio Faracco <jfaracco@redhat.com>
-
Julio Faracco authored
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/539 JIRA: https://issues.redhat.com/browse/RHEL-82479 CVE: CVE-2024-58075 commit 15589bda46830695a3261518bb7627afac61f519 Author: Chen Ridong <chenridong@huawei.com> Date: Mon Nov 11 01:28:27 2024 +0000 crypto: tegra - do not transfer req when tegra init fails The tegra_cmac_init or tegra_sha_init function may return an error when memory is exhausted. It should not transfer the request when they return an error. Fixes: 0880bb3b ("crypto: tegra - Add Tegra Security Engine driver") Signed-off-by:
Chen Ridong <chenridong@huawei.com> Acked-by:
Akhil R <akhilrajeev@nvidia.com> Acked-by:
Thierry Reding <treding@nvidia.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by:
Herbert Xu <herbert.xu@redhat.com> Approved-by:
Tony Camuso <tcamuso@redhat.com> Approved-by:
Phil Auld <pauld@redhat.com> Approved-by:
Vladis Dronov <vdronov@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by:
Julio Faracco <jfaracco@redhat.com>
-
Julio Faracco authored
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/505 JIRA: https://issues.redhat.com/browse/RHEL-81295 CVE: CVE-2025-21795 Signed-off-by:
Olga Kornievskaia <okorniev@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:
Julio Faracco <jfaracco@redhat.com>
-
Julio Faracco authored
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/247 JIRA: https://issues.redhat.com/browse/RHEL-76329 CVE: CVE-2024-53241 Signed-off-by:
Vitaly Kuznetsov <vkuznets@redhat.com> Approved-by:
David Arcari <darcari@redhat.com> Approved-by:
Lenny Szubowicz <lszubowi@redhat.com> Approved-by:
Joe Lawrence <joe.lawrence@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by:
Julio Faracco <jfaracco@redhat.com>
-
Julio Faracco authored
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/562 Fix data corruption issue in hyperV storvsc driver JIRA: https://issues.redhat.com/browse/RHEL-82461 Signed-off-by:
Cathy Avery <cavery@redhat.com> Approved-by:
Maxim Levitsky <mlevitsk@redhat.com> Approved-by:
Vitaly Kuznetsov <vkuznets@redhat.com> Approved-by:
Ewan D. Milne <emilne@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by:
Julio Faracco <jfaracco@redhat.com>
-
Julio Faracco authored
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/367 JIRA: https://issues.redhat.com/browse/RHEL-78669 MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/367 This MR can greatly improve the performance of the RT debug kernels. It can also slightly improve the performance of the non-RT debug kernels. It does so by enabling the CONFIG_KASAN_INLINE kernel config option for the RT debug kernel which replace many of the external KASAN function calls to inline codes which increase the size of the debug kernel but reduce the execution time. The second change is to disable KASAN instrumentation in the lockdep code which is another heavy performance hit in the debug kernel. As listed in the commit log of patch 2, these two changes can more than double the performance of the RT debug kernel. Signed-off-by:
Waiman Long <longman@redhat.com> Approved-by:
Herton R. Krzesinski <herton@redhat.com> Approved-by:
Phil Auld <pauld@redhat.com> Approved-by:
Clark Williams <williams@redhat.com> Approved-by:
Rafael Aquini <raquini@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by:
Julio Faracco <jfaracco@redhat.com>
-
Julio Faracco authored
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/521 JIRA: https://issues.redhat.com/browse/RHEL-62933 JIRA: https://issues.redhat.com/browse/RHEL-79456 Signed-off-by:
Ming Lei <ming.lei@redhat.com> Approved-by:
Xiao Ni <xni@redhat.com> Approved-by:
Maurizio Lombardi <mlombard@redhat.com> Approved-by:
David Arcari <darcari@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Approved-by:
Ewan D. Milne <emilne@redhat.com> Merged-by:
Julio Faracco <jfaracco@redhat.com>
-
Julio Faracco authored
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/535 ``` JIRA: https://issues.redhat.com/browse/RHEL-81557 CVE: CVE-2024-58006 Signed-off-by:
Myron Stowe <mstowe@redhat.com> ``` Approved-by:
John W. Linville <linville@redhat.com> Approved-by:
Steve Best <sbest@redhat.com> Approved-by:
Tony Camuso <tcamuso@redhat.com> Approved-by:
Bastien Nocera <bnocera@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by:
Julio Faracco <jfaracco@redhat.com>
-
Julio Faracco authored
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/567 JIRA: https://issues.redhat.com/browse/RHEL-83186 Upstream Status: all mainline in kernel-ark.git Conflicts: patch applied manually as rhel-10 has no def_variants.yaml for fedora Tested: boot-tested only Signed-off-by:
Davide Caratti <dcaratti@redhat.com> Approved-by:
Jan Stancek <jstancek@redhat.com> Approved-by:
Herton R. Krzesinski <herton@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by:
Julio Faracco <jfaracco@redhat.com>
-
Julio Faracco authored
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/386 JIRA: https://issues.redhat.com/browse/RHEL-78928 CVE: CVE-2024-53147 ``` commit 184fa506e392eb78364d9283c961217ff2c0617b Author: Yuezhang Mo <Yuezhang.Mo@sony.com> Date: Mon Oct 28 11:23:36 2024 +0800 exfat: fix out-of-bounds access of directory entries In the case of the directory size is greater than or equal to the cluster size, if start_clu becomes an EOF cluster(an invalid cluster) due to file system corruption, then the directory entry where ei->hint_femp.eidx hint is outside the directory, resulting in an out-of-bounds access, which may cause further file system corruption. This commit adds a check for start_clu, if it is an invalid cluster, the file or directory will be treated as empty. Cc: stable@vger.kernel.org Signed-off-by:
Yuezhang Mo <Yuezhang.Mo@sony.com> Co-developed-by:
Namjae Jeon <linkinjeon@kernel.org> Signed-off-by:
Namjae Jeon <linkinjeon@kernel.org>```> Signed-off-by:
CKI Backport Bot <cki-ci-bot+cki-gitlab-backport-bot@redhat.com> --- <small>Created 2025-02-17 06:27 UTC by backporter - [KWF FAQ](https://red.ht/kernel_workflow_doc) - [Slack #team-kernel-workflow](https://redhat-internal.slack.com/archives/C04LRUPMJQ5) - [Source](https://gitlab.com/cki-project/kernel-workflow/-/blob/main/webhook/utils/backporter.py) - [Documentation](https://gitlab.com/cki-project/kernel-workflow/-/blob/main/docs/README.backporter.md) - [Report an issue](https://gitlab.com/cki-project/kernel-workflow/-/issues/new?issue%5Btitle%5D=backporter%20webhook%20issue)</small > Approved-by:
Pavel Reichl <preichl@redhat.com> Approved-by:
Carlos Maiolino <cmaiolino@redhat.com> Approved-by:
Andrey Albershteyn <aalbersh@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by:
Julio Faracco <jfaracco@redhat.com>
-
Julio Faracco authored
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/355 Description: ============ This patch set updates the RDMA core and RDMA ULPs to upstream kernel v6.13. Upstream: ========= Linus's master tree. Issues: ======= JIRA: https://issues.redhat.com/browse/RHEL-77879 Brew: ===== https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=66571797 Signed-off-by:
Kamal Heib <kheib@redhat.com> Approved-by:
José Ignacio Tornos Martínez <jtornosm@redhat.com> Approved-by:
mheib <mheib@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by:
Julio Faracco <jfaracco@redhat.com>
-
Julio Faracco authored
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/546 ``` This series updates RHEL9's PCI subsystem with content from upstream v6.13 - Related post v6.13 (v6.14) Fixes 7ca288760007 PCI: rockchip-ep: Fix error code in rockchip_pcie_ep fd46bc0e0bb3 PCI: rockchip: Add missing fields descriptions for s Merge tag 'pci-v6.13-fixes-3' of git://git.kernel.org/pub/scm https://lkml.org/lkml/2025/1/14/1378 commit 7f5b6a8ec18e3add4c74682f60b90c31bdf849f2 Merge: c3812b15000c 15b8968dcb90 1 file changed, 16 insertions(+), 9 deletions(-) Merge tag 'pci-v6.13-fixes-2' of git://git.kernel.org/pub/scm/l https://lkml.org/lkml/2024/12/21/??? commit a99b4a369a5495dbb625e1dfb5cd7a5ff6ba4bd5 Merge: 78b1346123bb 774c71c52aa4 Merge tag 'pci-v6.13-fixes-1' of git://git.kernel.org/pub/scm/l https://lkml.org/lkml/2024/11/30/474 commit 0cb71708c5816569f8addd5c6f33cb9679e73b5b Merge: 8a6a03ad5b04 5c8418cf4025 1 file changed, 7 insertions(+), 2 deletions(-) Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/../git/pci/pci https://lkml.org/lkml/2024/11/25/1200 commit 1746db26f85e4f4b3dd11d7b55f4eff4b0423884 Merge: 1dc707e647bc 10099266dec8 134 files changed, 4173 insertions(+), 1164 deletions(-) There were a number back-ports with conflicts, most were due to out-of-order backporting (with respect to upstream), or patches that were based on old content (i.e., not accounting for recent updates) and so incurred the same conflict as encountered upstream. All such occurrences are noted in the back-port's commit message with the same changes that occurred upstream being made in the back-port to keep things in sync. Of special note: This MR renames a module from pci-pwrctl-pwrseq.ko to pci-pwrctrl-pwrseq.ko. This is done in upstream commit 3f925cd62874 "PCI/pwrctrl: Rename pwrctrl functions and structures", specifically, the last hunk of drivers/pci/pwrctrl/pci-pwrctrl-pwrseq.c. The name change should not impact the customer's ability to use this module. JIRA: https://issues.redhat.com/browse/RHEL-74285 CVE: CVE-2024-56745 CVE: CVE-2024-53152 CVE: CVE-2024-53153 CVE: CVE-2024-57809 CVE: CVE-2024-56561 CVE: CVE-2024-56689 CVE: CVE-2024-53194 Omitted-fix: 1390a33b3d04 Omitted-fix: 1b1bb7b29b10 Omitted-fix: 86a5f32ed881 Signed-off-by:
Myron Stowe <mstowe@redhat.com> ``` Approved-by:
Tony Camuso <tcamuso@redhat.com> Approved-by:
Eder Zulian <ezulian@redhat.com> Approved-by:
David Arcari <darcari@redhat.com> Approved-by:
Jarod Wilson <jarod@redhat.com> Approved-by:
Enric Balletbo i Serra <eballetbo@redhat.com> Approved-by:
Corinna Vinschen <vinschen@redhat.com> Approved-by:
John W. Linville <linville@redhat.com> Approved-by:
Brian Masney <bmasney@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by:
Julio Faracco <jfaracco@redhat.com>
-
- Mar 18, 2025
-
-
Julio Faracco authored
Signed-off-by:
Julio Faracco <jfaracco@redhat.com>
-
Julio Faracco authored
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/251 JIRA: https://issues.redhat.com/browse/RHEL-73781 Tested: by HPE Signed-off-by:
Aristeu Rozanski <arozansk@redhat.com> Approved-by:
Herton R. Krzesinski <herton@redhat.com> Approved-by:
Steve Best <sbest@redhat.com> Approved-by:
Rafael Aquini <raquini@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by:
Julio Faracco <jfaracco@redhat.com>
-
Julio Faracco authored
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/403 JIRA: https://issues.redhat.com/browse/RHEL-77929 commit e129fdc599093457648eccf981d672fade55a9c8 Author: Phil Auld <pauld@redhat.com> Date: Tue Jan 14 14:05:25 2025 -0500 Documentation/sysctl: Add timer_migration to kernel.rst There is no mention of timer_migration in the docs. Add a short description. Signed-off-by:
Phil Auld <pauld@redhat.com> Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org Signed-off-by:
Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20250114190525.169022-1-pauld@redhat.com Signed-off-by:
Phil Auld <pauld@redhat.com> Approved-by:
Waiman Long <longman@redhat.com> Approved-by:
Eder Zulian <ezulian@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by:
Julio Faracco <jfaracco@redhat.com>
-
Julio Faracco authored
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/461 JIRA: https://issues.redhat.com/browse/RHEL-81442 CVE: CVE-2024-58012 ``` commit 569922b82ca660f8b24e705f6cf674e6b1f99cc7 Author: Bard Liao <yung-chuan.liao@linux.intel.com> Date: Tue Dec 3 18:48:53 2024 +0800 ASoC: SOF: Intel: hda-dai: Ensure DAI widget is valid during params Each cpu DAI should associate with a widget. However, the topology might not create the right number of DAI widgets for aggregated amps. And it will cause NULL pointer deference. Check that the DAI widget associated with the CPU DAI is valid to prevent NULL pointer deference due to missing DAI widgets in topologies with aggregated amps. Signed-off-by:
Bard Liao <yung-chuan.liao@linux.intel.com> Reviewed-by:
Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Reviewed-by:
Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by:
Liam Girdwood <liam.r.girdwood@intel.com> Link: https://patch.msgid.link/20241203104853.56956-1-yung-chuan.liao@linux.intel.com Signed-off-by:
Mark Brown <broonie@kernel.org>```> Signed-off-by:
CKI Backport Bot <cki-ci-bot+cki-gitlab-backport-bot@redhat.com> --- <small>Created 2025-02-27 21:17 UTC by backporter - [KWF FAQ](https://red.ht/kernel_workflow_doc) - [Slack #team-kernel-workflow](https://redhat-internal.slack.com/archives/C04LRUPMJQ5) - [Source](https://gitlab.com/cki-project/kernel-workflow/-/blob/main/webhook/utils/backporter.py) - [Documentation](https://gitlab.com/cki-project/kernel-workflow/-/blob/main/docs/README.backporter.md) - [Report an issue](https://gitlab.com/cki-project/kernel-workflow/-/issues/new?issue%5Btitle%5D=backporter%20webhook%20issue)</small > Approved-by:
Jaroslav Kysela <jkysela@redhat.com> Approved-by:
John W. Linville <linville@redhat.com> Approved-by:
Tony Camuso <tcamuso@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by:
Julio Faracco <jfaracco@redhat.com>
-
Julio Faracco authored
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/201 JIRA: https://issues.redhat.com/browse/RHEL-73050 Tested: by me Signed-off-by:
Aristeu Rozanski <arozansk@redhat.com> Approved-by:
Herton R. Krzesinski <herton@redhat.com> Approved-by:
Steve Best <sbest@redhat.com> Approved-by:
Rafael Aquini <raquini@redhat.com> Approved-by:
Jiri Dluhos <jdluhos@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by:
Julio Faracco <jfaracco@redhat.com>
-
Julio Faracco authored
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/552 # Merge Request Required Information JIRA: https://issues.redhat.com/browse/RHEL-74339 ## Summary of Changes ## Approved Development Ticket(s) All submissions to CentOS Stream must reference a ticket in [Red Hat Jira](https://issues.redhat.com/). <details><summary>Click for formatting instructions</summary> Please follow the CentOS Stream [contribution documentation](https://docs.centos.org/en-US/stream-contrib/quickstart/ ) for how to file this ticket and have it approved. List tickets each on their own line of this description using the format "Resolves: RHEL-76229", "Related: RHEL-76229" or "Reverts: RHEL-76229", as appropriate. </details> Signed-off-by:
Jakub Brnak <jbrnak@redhat.com> Approved-by:
Michael Petlan <mpetlan@redhat.com> Approved-by:
ashelat <ashelat@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by:
Julio Faracco <jfaracco@redhat.com>
-
Julio Faracco authored
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/579 JIRA: https://issues.redhat.com/browse/RHEL-79766 This reverts commit a5c6bc59 (Revert "selftests/mm: remove local __NR_* definitions") Signed-off-by:
Li Wang <liwang@redhat.com> Approved-by:
Rafael Aquini <raquini@redhat.com> Approved-by:
Waiman Long <longman@redhat.com> Approved-by:
Nico Pache <npache@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by:
Julio Faracco <jfaracco@redhat.com>
-
Jan Stancek authored
JIRA: INTERNAL Upstream Status: RHEL only Don't bring in changes from Makefile.rhelver and 10.0 KABI. Signed-off-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 13, 2025
-
-
Julio Faracco authored
Signed-off-by:
Julio Faracco <jfaracco@redhat.com>
-
Julio Faracco authored
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/397 JIRA: https://issues.redhat.com/browse/RHEL-77309 JIRA: https://issues.redhat.com/browse/RHEL-81387 JIRA: https://issues.redhat.com/browse/RHEL-77180 CVE: CVE-2024-58004 Update media to the upstream 6.13. This update includes the IPU6 driver fixes and fixed the IPU6 driver crash on boot issue. Omitted-fix: d01e5a4d866d70de11e957c11a4f3b54b996137c (media: test-drivers: drop vb2_ops_wait_prepare/finish) isn't supported in RHEL Omitted-fix: 3576f817c5ee730a4567aff445f0f853a8adf53a (staging: media: drop vb2_ops_wait_prepare/finish) isn't supported in RHEL Omitted-fix: d020ca11a816a99f87f2d186e137a9fb2341adb3 (media: samples: v4l2-pci-skeleton.c: drop vb2_ops_wait_prepare/finish) isn't supported in RHEL The upstream commit <1d4a00028997> ( media: ipu6: use the IPU6 DMA mapping APIs to do mapping) replace the VIDEOBUF2_DMA_CONTIG with VIDEOBUF2_DMA_SG, so the CKI test reported videobuf2-dma-contig.ko not found error. Signed-off-by:
Kate Hsuan <hpa@redhat.com> Approved-by:
Mark Langsdorf <mlangsdo@redhat.com> Approved-by:
Eric Chanudet <echanude@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by:
Julio Faracco <jfaracco@redhat.com>
-
Julio Faracco authored
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/389 JIRA: https://issues.redhat.com/browse/RHEL-78341 Upstream Status: RHEL only The PKEY related config options should be disabled for zfcpdump config. Related kernel ark MRs; https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3698 https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3721 Signed-off-by:
Mete Durlu <mdurlu@redhat.com> Approved-by:
Vladis Dronov <vdronov@redhat.com> Approved-by:
Steve Best <sbest@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by:
Julio Faracco <jfaracco@redhat.com>
-
Julio Faracco authored
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/512 This rebases MANA hyperv driver to upstream kernel 6.14-rc5 JIRA: https://issues.redhat.com/browse/RHEL-80097 Tested: Smoke tested on an azure VM. Signed-off-by:
Maxim Levitsky <mlevitsk@redhat.com> Approved-by:
Kamal Heib <kheib@redhat.com> Approved-by:
Cathy Avery <cavery@redhat.com> Approved-by:
CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Approved-by:
Vitaly Kuznetsov <vkuznets@redhat.com> Merged-by:
Julio Faracco <jfaracco@redhat.com>
-
Li Wang authored
JIRA: https://issues.redhat.com/browse/RHEL-79766 commit 0a7565ee6ec31eb16c0476adbfc1af3f2271cb6b Author: John Hubbard <jhubbard@nvidia.com> Date: Thu Feb 13 19:38:50 2025 -0800 Revert "selftests/mm: remove local __NR_* definitions" This reverts commit a5c6bc59. The general approach described in commit e076eaca ("selftests: break the dependency upon local header files") was taken one step too far here: it should not have been extended to include the syscall numbers. This is because doing so would require per-arch support in tools/include/uapi, and no such support exists. This revert fixes two separate reports of test failures, from Dave Hansen[1], and Li Wang[2]. An excerpt of Dave's report: Before this commit (a5c6bc59) things are fine. But after, I get: running PKEY tests for unsupported CPU/OS An excerpt of Li's report: I just found that mlock2_() return a wrong value in mlock2-test [1] https://lore.kernel.org/dc585017-6740-4cab-a536-b12b37a7582d@intel.com [2] https://lore.kernel.org/CAEemH2eW=UMu9+turT2jRie7+6ewUazXmA6kL+VBo3cGDGU6RA@mail.gmail.com Link: https://lkml.kernel.org/r/20250214033850.235171-1-jhubbard@nvidia.com Fixes: a5c6bc59 ("selftests/mm: remove local __NR_* definitions") Signed-off-by:
John Hubbard <jhubbard@nvidia.com> Cc: Dave Hansen <dave.hansen@intel.com> Cc: Li Wang <liwang@redhat.com> Cc: David Hildenbrand <david@redhat.com> Cc: Jeff Xu <jeffxu@chromium.org> Cc: Andrei Vagin <avagin@google.com> Cc: Axel Rasmussen <axelrasmussen@google.com> Cc: Christian Brauner <brauner@kernel.org> Cc: Kees Cook <kees@kernel.org> Cc: Kent Overstreet <kent.overstreet@linux.dev> Cc: Liam R. Howlett <Liam.Howlett@oracle.com> Cc: Muhammad Usama Anjum <usama.anjum@collabora.com> Cc: Peter Xu <peterx@redhat.com> Cc: Rich Felker <dalias@libc.org> Cc: Shuah Khan <shuah@kernel.org> Cc: <stable@vger.kernel.org> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Li Wang <liwang@redhat.com>
-
- Mar 12, 2025
-
-
Davide Caratti authored
JIRA: https://issues.redhat.com/browse/RHEL-83186 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>
-
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>
-
Cathy Avery authored
JIRA: https://issues.redhat.com/browse/RHEL-82461 In StorVSC, payload->range.len is used to indicate if this SCSI command carries payload. This data is allocated as part of the private driver data by the upper layer and may get passed to lower driver uninitialized. For example, the SCSI error handling mid layer may send TEST_UNIT_READY or REQUEST_SENSE while reusing the buffer from a failed command. The private data section may have stale data from the previous command. If the SCSI command doesn't carry payload, the driver may use this value as is for communicating with host, resulting in possible corruption. Fix this by always initializing this value. Fixes: be0cf6ca ("scsi: storvsc: Set the tablesize based on the information given by the host") Cc: stable@kernel.org Tested-by:
Roman Kisel <romank@linux.microsoft.com> Reviewed-by:
Roman Kisel <romank@linux.microsoft.com> Reviewed-by:
Michael Kelley <mhklinux@outlook.com> Signed-off-by:
Long Li <longli@microsoft.com> Link: https://lore.kernel.org/r/1737601642-7759-1-git-send-email-longli@linuxonhyperv.com Signed-off-by:
Martin K. Petersen <martin.petersen@oracle.com> (cherry picked from commit 87c4b5e8a6b65189abd9ea5010ab308941f964a4) Signed-off-by:
Cathy Avery <cavery@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>
-