All of lore.kernel.org
 help / color / mirror / Atom feed
* (no subject)
@ 2022-05-06  4:07 ` Dave Airlie
  0 siblings, 0 replies; 6+ messages in thread
From: Dave Airlie @ 2022-05-06  4:07 UTC (permalink / raw)
  To: Linus Torvalds, Daniel Vetter; +Cc: dri-devel, LKML

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(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* (no subject)
@ 2022-05-06  4:07 ` Dave Airlie
  0 siblings, 0 replies; 6+ messages in thread
From: Dave Airlie @ 2022-05-06  4:07 UTC (permalink / raw)
  To: Linus Torvalds, Daniel Vetter; +Cc: LKML, dri-devel

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(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* drm pull request (was Re: )
  2022-05-06  4:07 ` Dave Airlie
@ 2022-05-06 16:49   ` Linus Torvalds
  -1 siblings, 0 replies; 6+ messages in thread
From: Linus Torvalds @ 2022-05-06 16:49 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Daniel Vetter, dri-devel, LKML

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* drm pull request (was Re: )
@ 2022-05-06 16:49   ` Linus Torvalds
  0 siblings, 0 replies; 6+ messages in thread
From: Linus Torvalds @ 2022-05-06 16:49 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Daniel Vetter, LKML, dri-devel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: drm pull request (was Re: )
  2022-05-06 16:49   ` Linus Torvalds
@ 2022-05-06 18:04     ` Dave Airlie
  -1 siblings, 0 replies; 6+ messages in thread
From: Dave Airlie @ 2022-05-06 18:04 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Daniel Vetter, dri-devel, LKML

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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: drm pull request (was Re: )
@ 2022-05-06 18:04     ` Dave Airlie
  0 siblings, 0 replies; 6+ messages in thread
From: Dave Airlie @ 2022-05-06 18:04 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Daniel Vetter, LKML, dri-devel

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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-05-06 18:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-06  4:07 Dave Airlie
2022-05-06  4:07 ` Dave Airlie
2022-05-06 16:49 ` drm pull request (was Re: ) Linus Torvalds
2022-05-06 16:49   ` Linus Torvalds
2022-05-06 18:04   ` Dave Airlie
2022-05-06 18:04     ` Dave Airlie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.