Hey Linus,
pretty quiet week, one fbdev, msm, kconfig, and 2 amdgpu fixes, about what I'd expect for rc6.
Regards, Dave.
drm-fixes-2022-05-06: drm fixes for 5.18-rc6
fbdev: - hotunplugging fix
amdgpu: - Fix a xen dom0 regression on APUs - Fix a potential array overflow if a receiver were to send an erroneous audio channel count
msm: - lockdep fix.
it6505: - kconfig fix The following changes since commit 672c0c5173427e6b3e2a9bbb7be51ceeec78093a:
Linux 5.18-rc5 (2022-05-01 13:57:58 -0700)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-05-06
for you to fetch changes up to 5727375215b0915f28806c337a7ba9835efd340b:
Merge tag 'drm-msm-fixes-2022-04-30' of https://gitlab.freedesktop.org/drm/msm into drm-fixes (2022-05-06 11:22:03 +1000)
---------------------------------------------------------------- drm fixes for 5.18-rc6
fbdev: - hotunplugging fix
amdgpu: - Fix a xen dom0 regression on APUs - Fix a potential array overflow if a receiver were to send an erroneous audio channel count
msm: - lockdep fix.
it6505: - kconfig fix
---------------------------------------------------------------- Dave Airlie (3): Merge tag 'amd-drm-fixes-5.18-2022-05-04' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes Merge tag 'drm-misc-fixes-2022-05-05' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes Merge tag 'drm-msm-fixes-2022-04-30' of https://gitlab.freedesktop.org/drm/msm into drm-fixes
Fabien Parent (1): drm/bridge: ite-it6505: add missing Kconfig option select
Harry Wentland (1): drm/amd/display: Avoid reading audio pattern past AUDIO_CHANNELS_COUNT
Javier Martinez Canillas (1): fbdev: Make fb_release() return -ENODEV if fbdev was unregistered
Kuogee Hsieh (1): drm/msm/dp: remove fail safe mode related code
Marek Marczykowski-Górecki (1): drm/amdgpu: do not use passthrough mode in Xen dom0
drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | 4 +++- drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 2 +- drivers/gpu/drm/bridge/Kconfig | 1 + drivers/gpu/drm/msm/dp/dp_display.c | 6 ------ drivers/gpu/drm/msm/dp/dp_panel.c | 11 ----------- drivers/gpu/drm/msm/dp/dp_panel.h | 1 - drivers/video/fbdev/core/fbmem.c | 5 ++++- 7 files changed, 9 insertions(+), 21 deletions(-)
On Thu, May 5, 2022 at 9:07 PM Dave Airlie airlied@gmail.com wrote:
pretty quiet week, one fbdev, msm, kconfig, and 2 amdgpu fixes, about what I'd expect for rc6.
You're not getting the automated pr-tracker-bot response, because your subject line was missing...
Just a "how did that happen" together with a "here's the manual response instead".
Linus
On Sat, 7 May 2022 at 02:50, Linus Torvalds torvalds@linux-foundation.org wrote:
On Thu, May 5, 2022 at 9:07 PM Dave Airlie airlied@gmail.com wrote:
pretty quiet week, one fbdev, msm, kconfig, and 2 amdgpu fixes, about what I'd expect for rc6.
You're not getting the automated pr-tracker-bot response, because your subject line was missing...
Just a "how did that happen" together with a "here's the manual response instead".
I just forgot to type it in, I send the email from gmail manually pasting in the contents from the PR.
Dave.
dri-devel@lists.freedesktop.org