Centos-kernel-stream-9/drivers/ntb/hw/intel
CKI Backport Bot 216c84d255 ntb: intel: Fix the NULL vs IS_ERR() bug for debugfs_create_dir()
JIRA: https://issues.redhat.com/browse/RHEL-63229
CVE: CVE-2023-52917

commit e229897d373a87ee09ec5cc4ecd4bb2f895fc16b
Author: Jinjie Ruan <ruanjinjie@huawei.com>
Date:   Thu Aug 31 20:39:27 2023 +0800

    ntb: intel: Fix the NULL vs IS_ERR() bug for debugfs_create_dir()

    The debugfs_create_dir() function returns error pointers.
    It never returns NULL. So use IS_ERR() to check it.

    Fixes: e26a5843f7 ("NTB: Split ntb_hw_intel and ntb_transport drivers")
    Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com>
    Reviewed-by: Dave Jiang <dave.jiang@intel.com>
    Signed-off-by: Jon Mason <jdmason@kudzu.us>

Signed-off-by: CKI Backport Bot <cki-ci-bot+cki-gitlab-backport-bot@redhat.com>
2024-10-21 14:08:07 +00:00
..
Kconfig
Makefile ntb: intel: Add Icelake (gen4) support for Intel NTB 2020-04-20 10:16:23 -04:00
ntb_hw_gen1.c ntb: intel: Fix the NULL vs IS_ERR() bug for debugfs_create_dir() 2024-10-21 14:08:07 +00:00
ntb_hw_gen1.h ntb: intel: add Intel NTB LTR vendor support for gen4 NTB 2020-12-06 18:18:03 -05:00
ntb_hw_gen3.c ntb: intel: Add Icelake (gen4) support for Intel NTB 2020-04-20 10:16:23 -04:00
ntb_hw_gen3.h ntb: intel: constify ioreadX() iomem argument (as in generic implementation) 2020-08-14 19:56:57 -07:00
ntb_hw_gen4.c ntb: intel: add GNR support for Intel PCIe gen5 NTB 2023-03-29 08:56:42 -06:00
ntb_hw_gen4.h ntb: intel: fix port config status offset for SPR 2022-04-05 13:50:09 -04:00
ntb_hw_intel.h ntb: intel: add GNR support for Intel PCIe gen5 NTB 2023-03-29 08:56:42 -06:00