public inbox for intel-xe@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: Dave Airlie <airlied@gmail.com>, Simona Vetter <simona.vetter@ffwll.ch>
Cc: "Jani Nikula" <jani.nikula@linux.intel.com>,
	"Joonas Lahtinen" <joonas.lahtinen@linux.intel.com>,
	"Tvrtko Ursulin" <tursulin@ursulin.net>,
	"Rodrigo Vivi" <rodrigo.vivi@intel.com>,
	"Thomas Zimmermann" <tzimmermann@suse.de>,
	"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
	"Maxime Ripard" <mripard@kernel.org>,
	"Matthew Brost" <matthew.brost@intel.com>,
	"Thomas Hellström" <thomas.hellstrom@linux.intel.com>,
	"Oded Gabbay" <ogabbay@kernel.org>,
	dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org,
	intel-xe@lists.freedesktop.org, dim-tools@lists.freedesktop.org
Subject: [PULL] drm-xe-next-fixes
Date: Thu, 19 Feb 2026 17:42:48 -0500	[thread overview]
Message-ID: <aZeR6CXDRbeudIVR@intel.com> (raw)

Hi Dave and Sima,

I know we are around the corner with the 7.0-rc1,
but if we still have some time I'd like to include these
patches so we minimize the -rc2 fixes.

The special thing to highlight here is the drm/pagemap fix
for the drm_gpusvm and the removal of a sysfs. The rest
are regular fixes.

Thanks,
Rodrigo.

drm-xe-next-fixes-2026-02-19:
UAPI Changes:
 - drm/xe: Prevent VFs from exposing the CCS mode sysfs file (Nareshkumar)

Cross-subsystem Changes:
 - drm/pagemap: pass pagemap_addr by reference (Arnd)

Driver Changes:
 - SRIOV related fixes (Michal, Piotr)
 - PAT cache fix (Jia)
 - MMIO read fix (Shuicheng)
 - W/a fixes (Roper)
 - Adjust type of xe_modparam.force_vram_bar_size (Shuicheng)
 - Wedge mode fix (Raag)
 - HWMon fix (Karthik)
The following changes since commit 2f5db9b4002470ea19380326c5a390647c56e780:

  Merge tag 'drm-xe-next-fixes-2026-02-05' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next (2026-02-06 13:02:44 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-next-fixes-2026-02-19

for you to fetch changes up to 2d01d88a532b8847757d3015c66beca315f496bf:

  drm/xe: Prevent VFs from exposing the CCS mode sysfs file (2026-02-17 19:42:00 -0500)

----------------------------------------------------------------
UAPI Changes:
 - drm/xe: Prevent VFs from exposing the CCS mode sysfs file (Nareshkumar)

Cross-subsystem Changes:
 - drm/pagemap: pass pagemap_addr by reference (Arnd)

Driver Changes:
 - SRIOV related fixes (Michal, Piotr)
 - PAT cache fix (Jia)
 - MMIO read fix (Shuicheng)
 - W/a fixes (Roper)
 - Adjust type of xe_modparam.force_vram_bar_size (Shuicheng)
 - Wedge mode fix (Raag)
 - HWMon fix (Karthik)

----------------------------------------------------------------
Arnd Bergmann (1):
      drm/pagemap: pass pagemap_addr by reference

Jia Yao (1):
      drm/xe: Add bounds check on pat_index to prevent OOB kernel read in madvise

Karthik Poosa (1):
      drm/xe/hwmon: Prevent unintended VRAM channel creation

Matt Roper (1):
      drm/xe/xe2_hpg: Fix handling of Wa_14019988906 & Wa_14019877138

Michal Wajdeczko (2):
      drm/xe/pf: Fix sysfs initialization
      drm/xe/configfs: Fix 'parameter name omitted' errors

Nareshkumar Gollakoti (1):
      drm/xe: Prevent VFs from exposing the CCS mode sysfs file

Piotr Piórkowski (1):
      drm/xe/vf: Avoid reading media version when media GT is disabled

Raag Jadav (1):
      drm/xe/bo: Redirect faults to dummy page for wedged device

Shuicheng Lin (2):
      drm/xe/mmio: Avoid double-adjust in 64-bit reads
      drm/xe: Make xe_modparam.force_vram_bar_size signed

 drivers/gpu/drm/drm_gpusvm.c           |  2 +-
 drivers/gpu/drm/drm_pagemap.c          |  2 +-
 drivers/gpu/drm/xe/xe_bo.c             |  2 +-
 drivers/gpu/drm/xe/xe_configfs.h       | 12 +++++---
 drivers/gpu/drm/xe/xe_gt_ccs_mode.c    |  2 +-
 drivers/gpu/drm/xe/xe_hwmon.c          |  6 ++--
 drivers/gpu/drm/xe/xe_mmio.c           | 10 +++----
 drivers/gpu/drm/xe/xe_module.h         |  2 +-
 drivers/gpu/drm/xe/xe_pci.c            |  6 ++++
 drivers/gpu/drm/xe/xe_sriov_pf_sysfs.c | 54 ++++++++++++++++------------------
 drivers/gpu/drm/xe/xe_svm.c            |  8 ++---
 drivers/gpu/drm/xe/xe_vm_madvise.c     |  7 ++++-
 drivers/gpu/drm/xe/xe_wa.c             | 18 +++++-------
 include/drm/drm_pagemap.h              |  2 +-
 14 files changed, 72 insertions(+), 61 deletions(-)

             reply	other threads:[~2026-02-19 22:43 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-19 22:42 Rodrigo Vivi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-02-05 14:47 [PULL] drm-xe-next-fixes Rodrigo Vivi
2026-01-29 19:19 Rodrigo Vivi
2025-11-21  9:46 Thomas Hellstrom
2025-10-03 20:47 Lucas De Marchi
2025-08-06 13:24 Rodrigo Vivi
2025-07-31 19:46 Rodrigo Vivi
2025-06-05 19:07 Thomas Hellstrom
2025-05-28 16:21 Thomas Hellstrom
2025-05-23  8:25 Thomas Hellstrom
2025-03-27 15:14 Lucas De Marchi
2025-03-13  4:41 Lucas De Marchi
2024-11-28 15:39 Thomas Hellstrom
2024-11-21 19:39 Thomas Hellstrom
2024-11-15 11:10 Thomas Hellstrom
2024-09-20  2:56 Lucas De Marchi
2024-09-20  3:14 ` Lucas De Marchi
2024-09-12 23:23 Lucas De Marchi
2024-07-18 15:51 Rodrigo Vivi
2024-07-09 21:31 Rodrigo Vivi
2024-07-10 19:42 ` Lucas De Marchi
2024-07-10 20:45   ` Rodrigo Vivi
2024-05-09 16:35 Thomas Hellstrom
2024-05-02 14:26 Thomas Hellstrom
2024-03-15  4:14 Lucas De Marchi
2024-03-04 16:00 Lucas De Marchi
2023-12-26 18:27 Rodrigo Vivi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aZeR6CXDRbeudIVR@intel.com \
    --to=rodrigo.vivi@intel.com \
    --cc=airlied@gmail.com \
    --cc=dim-tools@lists.freedesktop.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=jani.nikula@linux.intel.com \
    --cc=joonas.lahtinen@linux.intel.com \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=matthew.brost@intel.com \
    --cc=mripard@kernel.org \
    --cc=ogabbay@kernel.org \
    --cc=simona.vetter@ffwll.ch \
    --cc=thomas.hellstrom@linux.intel.com \
    --cc=tursulin@ursulin.net \
    --cc=tzimmermann@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox