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]
Message-ID: <20240801165234.2806-1-spasswolf@web.de>
Date: Thu,  1 Aug 2024 18:52:32 +0200
From: Bert Karwatzki <spasswolf@....de>
To: Mario Limonciello <mario.limonciello@....com>
Cc: Bert Karwatzki <spasswolf@....de>,
	linux-kernel@...r.kernel.org,
	linux-next@...r.kernel.org,
	amd-gfx@...ts.freedesktop.org
Subject: commit 9d8c094ddab0 breaks Xorg/xfce4

Since linux-next-20240801 starting Xorg/xfce4 fails on my MSI Alpha15 Laptop.
I bisected this to the following commit and reverting this in linux-next-20240801
fixes the issue for me. Gnome (with Xwayland) works as usual.

9d8c094ddab05db88d183ba82e23be807848cad8 is the first bad commit
commit 9d8c094ddab05db88d183ba82e23be807848cad8
Author: Mario Limonciello <mario.limonciello@....com>
Date:   Wed Jul 3 00:17:22 2024 -0500

    drm/amd: Add power_saving_policy drm property to eDP connectors

    When the `power_saving_policy` property is set to bit mask
    "Require color accuracy" ABM should be disabled immediately and
    any requests by sysfs to update will return an -EBUSY error.

    When the `power_saving_policy` property is set to bit mask
    "Require low latency" PSR should be disabled.

    When the property is restored to an empty bit mask ABM and PSR
    can be enabled again.

    Signed-off-by: Mario Limonciello <mario.limonciello@....com>
    Reviewed-by: Leo Li <sunpeng.li@....com>
    Signed-off-by: Hamza Mahfooz <hamza.mahfooz@....com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20240703051722.328-3-mario.limonciello@amd.com

 drivers/gpu/drm/amd/amdgpu/amdgpu_display.c       |  4 ++++
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 52 +++++++++++++++++++++++++++++++++++++++++++++++-----
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h |  2 ++
 3 files changed, 53 insertions(+), 5 deletions(-)

Bert Karwatzki

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ