Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl tags/cxl-fixes-for-6.2-rc6
...to receive a couple fixes for bugs introduced during the merge window. One is a regression, the other was a bug in the CXL AER handler. --- The following changes since commit b7bfaa761d760e72a969d116517eaa12e404c262: Linux 6.2-rc3 (2023-01-08 11:49:43 -0600) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl tags/cxl-fixes-for-6.2-rc6 for you to fetch changes up to 19398821b25a9cde564265262e680ae1c2351be7: cxl/pmem: Fix nvdimm unregistration when cxl_pmem driver is absent (2023-01-25 15:35:26 -0800) ---------------------------------------------------------------- cxl fixes for 6.2-rc6 - Fix a crash regression due to module load order of cxl_pmem.ko - Fix wrong register offset read in CXL AER handling path ---------------------------------------------------------------- Dan Williams (1): cxl/pmem: Fix nvdimm unregistration when cxl_pmem driver is absent Dave Jiang (1): cxl: fix cxl_report_and_clear() RAS UE addr mis-assignment drivers/cxl/acpi.c | 1 - drivers/cxl/core/pmem.c | 42 ++++-------------------------------------- drivers/cxl/pci.c | 7 +++++-- drivers/cxl/pmem.c | 24 ++++++++++++++++++++++++ 4 files changed, 33 insertions(+), 41 deletions(-)