Jerry Snitselaar (de6c3ff4) at 08 Mar 08:51
kunit: prevent log overwrite in param_tests
... and 64 more commits
Jerry Snitselaar (fe4a3512) at 08 Mar 08:41
kunit: prevent log overwrite in param_tests
... and 84 more commits
Jerry Snitselaar (771a393f) at 07 Mar 02:30
kunit: prevent log overwrite in param_tests
... and 1 more commit
JIRA: https://issues.redhat.com/browse/RHEL-147902
Upstream-Status: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
Omitted-fix: 89e347f8a701 ("drm/xe/kunit: Fix kerneldoc for parameterized tests")
- already part of fd66099d ("Merge DRM changes from upstream v6.17..v6.18")
Rebase through 7.0-rc1 merge window minus a couple items going in separate MRs (amd iommu debugfs + deferred page free for sva + potentially posted interrupt retrigger change).
All submissions to CentOS Stream must reference a ticket in Red Hat Jira.
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.
Signed-off-by: Jerry Snitselaar [email protected]
Jerry Snitselaar (40c9cdb9) at 07 Mar 01:28
kunit: prevent log overwrite in param_tests
... and 148 more commits
Jerry Snitselaar (90890a91) at 04 Mar 02:36
redhat/configs: Populate kunit pt config options
... and 1 more commit
Jerry Snitselaar (ea63877c) at 03 Mar 23:08
redhat/configs: Populate kunit pt config options
... and 249 more commits
Jerry Snitselaar (58b28286) at 03 Mar 00:53
iommu: add concurrent mixed-workload fio test
Jerry Snitselaar (4a0a374c) at 02 Mar 19:22
iommu: add concurrent mixed-workload fio test
Description: powerpc/iommu: bypass DMA APIs for coherent allocations for pre-mapped memory
JIRA: https://issues.redhat.com/browse/RHEL-149742
Build Info: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=70144274
Tested: Verified Brew build test kernel RPMs
Signed-off-by: Mamatha Inamdar [email protected]
JIRA: https://issues.redhat.com/browse/RHEL-140473
Upstream-Status: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
Enable AMD IOMMU debugfs support now that there is more than stub code supporting it. Tested on Epyc system, and verified that the debugfs entries get populated. This also contains one commit that fixes a potential out-of-bounds read in the dedbugfs code for reading the mmio registers.
Signed-off-by: Jerry Snitselaar [email protected]
Jerry Snitselaar (9e1e559d) at 26 Feb 16:13
iommu/amd: Fix potential out-of-bounds read in iommu_mmio_show
... and 156017 more commits
Description: powerpc/iommu: bypass DMA APIs for coherent allocations for pre-mapped memory
JIRA: https://issues.redhat.com/browse/RHEL-149742
Build Info: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=70144274
Tested: Verified Brew build test kernel RPMs
Signed-off-by: Mamatha Inamdar [email protected]
Jerry Snitselaar (007eaefb) at 18 Feb 23:24
redhat/configs: add AMD_IOMMU_IOMMUFD
... and 100347 more commits
JIRA: https://issues.redhat.com/browse/RHEL-140474
Upstream-Status: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
This enables the amd_iommu debugfs support in the RHEL debug kernel now that there is more than stub code there. Tested on Epyc system, and verified that the debugfs entries get populated. This also contains one commit that fixes a potential out-of-bounds read in the dedbugfs code for reading the mmio registers.
Signed-off-by: Jerry Snitselaar [email protected]
Jerry Snitselaar (9e8223cb) at 18 Feb 17:36
iommu/amd: Fix potential out-of-bounds read in iommu_mmio_show
... and 100176 more commits
Fixes: RHEL-149289
Hi,
As part of the ongoing rebase effort, the following configuration options need to be reviewed.
As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are removed from the pending directory and added to the ark hierarchy. The final options that need to be ACKed are the files that are being added to the ark hierarchy.
If the value for a file that is added should be changed, please reply with a better option.
Symbol: AMD_IOMMU_IOMMUFD [=n]
Type : bool
Defined at drivers/iommu/amd/Kconfig:33
Prompt: Enable IOMMUFD features for AMD IOMMU (EXPERIMENTAL)
Depends on: IOMMU_SUPPORT [=y] && IOMMUFD [=m] && AMD_IOMMU [=y]
Location:
-> Device Drivers
-> IOMMU Hardware Support (IOMMU_SUPPORT [=y])
-> AMD IOMMU support (AMD_IOMMU [=y])
-> Enable IOMMUFD features for AMD IOMMU (EXPERIMENTAL) (AMD_IOMMU_IOMMUFD [=n])
Commit: 7d8b06ec (iommu/amd: Add support for hw_info for iommu capability query)
Symbol: IOMMU_DEBUG_PAGEALLOC [=n]
Type : bool
Defined at drivers/iommu/Kconfig:387
Prompt: Debug IOMMU mappings against page allocations
Depends on: IOMMU_SUPPORT [=y] && DEBUG_PAGEALLOC [=y] && IOMMU_API [=y] && PAGE_EXTENSION [=y]
Location:
-> Device Drivers
-> IOMMU Hardware Support (IOMMU_SUPPORT [=y])
-> Debug IOMMU mappings against page allocations (IOMMU_DEBUG_PAGEALLOC [=n])
Commit: 466ae697 (iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC)
Signed-off-by: Fedora Kernel Team [email protected]
JIRA: https://issues.redhat.com/browse/VOYAGER-9
Tested: sanity
These series backport support for error handling (including firmware
poisoning) for addresses that aren't backed by struct page (GPU memory)
and add support for nvgrace-gpu to make use of this feature.
Signed-off-by: Aristeu Rozanski [email protected]
This is needed for some aarch64 platforms.
Signed-off-by: Jiri Benc [email protected]
JIRA: https://issues.redhat.com/browse/RHEL-148497
Note this also selects CONFIG_STMP_DEVICE. Together, those are two .c and two .h files (drivers/dma/mxs-dma.c, include/linux/dma/mxs-dma.h, lib/stmp_device.c and include/linux/stmp_device.h), which are self-contained with a small footprint. There have been no changes in these files upstream since 6.6.
Signed-off-by: Jiri Benc [email protected]