lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 22 Oct 2021 06:08:20 +1000
From:   Dave Airlie <airlied@...il.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>,
        Daniel Vetter <daniel.vetter@...ll.ch>
Cc:     dri-devel <dri-devel@...ts.freedesktop.org>,
        LKML <linux-kernel@...r.kernel.org>
Subject: [git pull] drm fixes for 5.15-rc7

Hi Linus,

Nothing too crazy at the end of the cycle, the kmb modesetting fixes
are probably a bit large but it's not a major driver, and its fixing
monitor doesn't turn on type problems. Otherwise it's just a few minor
patches, one ast regression revert, an msm power stability fix.

Dave.

drm-fixes-2021-10-22:
drm fixes for v5.15-rc7

ast:
- fix regression with connector detect

msm:
- fix power stability issue

msxfb:
- fix crash on unload

panel:
- sync fix

kmb:
- modesetting fixes
The following changes since commit 519d81956ee277b4419c723adfb154603c2565ba:

  Linux 5.15-rc6 (2021-10-17 20:00:13 -1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2021-10-22

for you to fetch changes up to 595cb5e0b832a3e100cbbdefef797b0c27bf725a:

  Revert "drm/ast: Add detect function support" (2021-10-22 05:52:12 +1000)

----------------------------------------------------------------
drm fixes for v5.15-rc7

ast:
- fix regression with connector detect

msm:
- fix power stability issue

msxfb:
- fix crash on unload

panel:
- sync fix

kmb:
- modesetting fixes

----------------------------------------------------------------
Anitha Chrisanthus (4):
      drm/kmb: Work around for higher system clock
      drm/kmb: Limit supported mode to 1080p
      drm/kmb: Corrected typo in handle_lcd_irq
      drm/kmb: Enable ADV bridge after modeset

Dan Johansen (1):
      drm/panel: ilitek-ili9881c: Fix sync for Feixin K101-IM2BYL02 panel

Dave Airlie (2):
      Merge tag 'drm-msm-fixes-2021-10-18' of
https://gitlab.freedesktop.org/drm/msm into drm-fixes
      Merge tag 'drm-misc-fixes-2021-10-21-1' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes

Edmund Dea (2):
      drm/kmb: Remove clearing DPHY regs
      drm/kmb: Disable change of plane parameters

Kim Phillips (1):
      Revert "drm/ast: Add detect function support"

Marek Vasut (1):
      drm: mxsfb: Fix NULL pointer dereference crash on unload

Rob Clark (1):
      drm/msm/devfreq: Restrict idle clamping to a618 for now

 drivers/gpu/drm/ast/ast_mode.c                | 18 +----------
 drivers/gpu/drm/kmb/kmb_crtc.c                | 41 +++++++++++++++++++++++--
 drivers/gpu/drm/kmb/kmb_drv.c                 |  2 +-
 drivers/gpu/drm/kmb/kmb_drv.h                 | 10 ++++++-
 drivers/gpu/drm/kmb/kmb_dsi.c                 | 25 +++++++++-------
 drivers/gpu/drm/kmb/kmb_dsi.h                 |  2 +-
 drivers/gpu/drm/kmb/kmb_plane.c               | 43 ++++++++++++++++++++++++++-
 drivers/gpu/drm/kmb/kmb_plane.h               |  6 ++++
 drivers/gpu/drm/msm/adreno/a6xx_gpu.c         |  7 +++++
 drivers/gpu/drm/msm/msm_gpu.h                 |  4 +++
 drivers/gpu/drm/msm/msm_gpu_devfreq.c         |  3 +-
 drivers/gpu/drm/mxsfb/mxsfb_drv.c             |  6 +++-
 drivers/gpu/drm/panel/panel-ilitek-ili9881c.c | 12 ++++----
 13 files changed, 137 insertions(+), 42 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ