From: <gregkh@linuxfoundation.org>
To: airlied@redhat.com, csoto@nvidia.com,
dri-devel@lists.freedesktop.org, gregkh@linuxfoundation.org,
jfalempe@redhat.com, kuohsiang_chou@aspeedtech.com,
nirmoyd@nvidia.com, sashal@kernel.org, tzimmermann@suse.de
Cc: <stable-commits@vger.kernel.org>
Subject: Patch "drm/ast: Use msleep instead of mdelay for edid read" has been added to the 6.1-stable tree
Date: Tue, 30 Sep 2025 13:10:53 +0200 [thread overview]
Message-ID: <2025093053-sharpness-backlight-58f7@gregkh> (raw)
In-Reply-To: <20250929155412.141429-1-sashal@kernel.org>
This is a note to let you know that I've just added the patch titled
drm/ast: Use msleep instead of mdelay for edid read
to the 6.1-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
drm-ast-use-msleep-instead-of-mdelay-for-edid-read.patch
and it can be found in the queue-6.1 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.
From stable+bounces-181949-greg=kroah.com@vger.kernel.org Mon Sep 29 17:54:28 2025
From: Sasha Levin <sashal@kernel.org>
Date: Mon, 29 Sep 2025 11:54:09 -0400
Subject: drm/ast: Use msleep instead of mdelay for edid read
To: stable@vger.kernel.org
Cc: Nirmoy Das <nirmoyd@nvidia.com>, Thomas Zimmermann <tzimmermann@suse.de>, KuoHsiang Chou <kuohsiang_chou@aspeedtech.com>, Dave Airlie <airlied@redhat.com>, Jocelyn Falempe <jfalempe@redhat.com>, dri-devel@lists.freedesktop.org, Sasha Levin <sashal@kernel.org>
Message-ID: <20250929155412.141429-1-sashal@kernel.org>
From: Nirmoy Das <nirmoyd@nvidia.com>
[ Upstream commit c7c31f8dc54aa3c9b2c994b5f1ff7e740a654e97 ]
The busy-waiting in `mdelay()` can cause CPU stalls and kernel timeouts
during boot.
Signed-off-by: Nirmoy Das <nirmoyd@nvidia.com>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Tested-by: Carol L Soto csoto@nvidia.com<mailto:csoto@nvidia.com>
Fixes: 594e9c04b586 ("drm/ast: Create the driver for ASPEED proprietory Display-Port")
Cc: KuoHsiang Chou <kuohsiang_chou@aspeedtech.com>
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Cc: Dave Airlie <airlied@redhat.com>
Cc: Jocelyn Falempe <jfalempe@redhat.com>
Cc: dri-devel@lists.freedesktop.org
Cc: <stable@vger.kernel.org> # v5.19+
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://lore.kernel.org/r/20250917194346.2905522-1-nirmoyd@nvidia.com
[ Applied change to ast_astdp_read_edid() instead of ast_astdp_read_edid_block() ]
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/gpu/drm/ast/ast_dp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/gpu/drm/ast/ast_dp.c
+++ b/drivers/gpu/drm/ast/ast_dp.c
@@ -51,7 +51,7 @@ int ast_astdp_read_edid(struct drm_devic
* of right-click of mouse.
* 2. The Delays are often longer a lot when system resume from S3/S4.
*/
- mdelay(j+1);
+ msleep(j + 1);
if (!(ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xD1,
ASTDP_MCU_FW_EXECUTING) &&
Patches currently in stable-queue which might be from sashal@kernel.org are
queue-6.1/net-dsa-lantiq_gswip-suppress-einval-errors-for-brid.patch
queue-6.1/hid-multitouch-specify-that-apple-touch-bar-is-direc.patch
queue-6.1/minmax-add-a-few-more-min_t-max_t-users.patch
queue-6.1/can-etas_es58x-sort-the-includes-by-alphabetic-order.patch
queue-6.1/can-mcba_usb-populate-ndo_change_mtu-to-prevent-buff.patch
queue-6.1/hid-multitouch-take-cls-maxcontacts-into-account-for.patch
queue-6.1/hid-multitouch-get-the-contact-id-from-hid_dg_transd.patch
queue-6.1/alsa-usb-audio-avoid-multiple-assignments-in-mixer_q.patch
queue-6.1/cpufreq-initialize-cpufreq-based-invariance-before-s.patch
queue-6.1/ethernet-rvu-af-remove-slash-from-the-driver-name.patch
queue-6.1/bluetooth-hci_sync-fix-hci_resume_advertising_sync.patch
queue-6.1/alsa-usb-audio-fix-block-comments-in-mixer_quirks.patch
queue-6.1/alsa-usb-audio-fix-build-with-config_input-n.patch
queue-6.1/minmax-fix-indentation-of-__cmp_once-and-__clamp_once.patch
queue-6.1/drm-ast-use-msleep-instead-of-mdelay-for-edid-read.patch
queue-6.1/smb-server-don-t-use-delayed_work-for-post_recv_cred.patch
queue-6.1/drm-gma500-fix-null-dereference-in-hdmi-teardown.patch
queue-6.1/s390-cpum_cf-fix-uninitialized-warning-after-backport-of-ce971233242b.patch
queue-6.1/mm-folio_may_be_lru_cached-unless-folio_test_large.patch
queue-6.1/i40e-increase-max-descriptors-for-xl710.patch
queue-6.1/minmax-add-in_range-macro.patch
queue-6.1/can-etas_es58x-populate-ndo_change_mtu-to-prevent-bu.patch
queue-6.1/alsa-usb-audio-remove-unneeded-wmb-in-mixer_quirks.patch
queue-6.1/selftests-fib_nexthops-fix-creation-of-non-fdb-nexth.patch
queue-6.1/alsa-usb-audio-move-mixer_quirks-min_mute-into-commo.patch
queue-6.1/mm-gup-revert-mm-gup-fix-infinite-loop-within-__get_.patch
queue-6.1/hid-multitouch-support-getting-the-tip-state-from-hi.patch
queue-6.1/bpf-reject-bpf_timer-for-preempt_rt.patch
queue-6.1/alsa-usb-audio-add-mute-tlv-for-playback-volumes-on-.patch
queue-6.1/minmax-deduplicate-__unconst_integer_typeof.patch
queue-6.1/mm-gup-check-ref_count-instead-of-lru-before-migrati.patch
queue-6.1/can-hi311x-populate-ndo_change_mtu-to-prevent-buffer.patch
queue-6.1/minmax-simplify-and-clarify-min_t-max_t-implementation.patch
queue-6.1/alsa-usb-audio-simplify-null-comparison-in-mixer_qui.patch
queue-6.1/i40e-fix-idx-validation-in-config-queues-msg.patch
queue-6.1/can-peak_usb-fix-shift-out-of-bounds-issue.patch
queue-6.1/i40e-add-validation-for-ring_len-param.patch
queue-6.1/minmax-avoid-overly-complicated-constant-expressions-in-vm-code.patch
queue-6.1/net-dsa-lantiq_gswip-do-also-enable-or-disable-cpu-p.patch
queue-6.1/bluetooth-hci_event-fix-uaf-in-hci_acl_create_conn_s.patch
queue-6.1/alsa-usb-audio-convert-comma-to-semicolon.patch
queue-6.1/ib-mlx5-fix-obj_type-mismatch-for-srq-event-subscrip.patch
queue-6.1/kmsan-fix-out-of-bounds-access-to-shadow-memory.patch
queue-6.1/can-rcar_can-rcar_can_resume-fix-s2ram-with-psci.patch
queue-6.1/net-dsa-lantiq_gswip-move-gswip_add_single_port_br-c.patch
queue-6.1/alsa-usb-audio-add-dsd-support-for-comtrue-usb-audio.patch
queue-6.1/arm64-dts-imx8mp-correct-thermal-sensor-index.patch
queue-6.1/nexthop-forbid-fdb-status-change-while-nexthop-is-in.patch
queue-6.1/i40e-fix-validation-of-vf-state-in-get-resources.patch
queue-6.1/alsa-usb-audio-add-mixer-quirk-for-sony-dualsense-ps.patch
queue-6.1/minmax-introduce-min-max-_array.patch
queue-6.1/mm-gup-local-lru_add_drain-to-avoid-lru_add_drain_al.patch
queue-6.1/futex-prevent-use-after-free-during-requeue-pi.patch
queue-6.1/usb-core-add-0x-prefix-to-quirks-debug-output.patch
queue-6.1/bnxt_en-correct-offset-handling-for-ipv6-destination.patch
queue-6.1/mm-add-folio_expected_ref_count-for-reference-count-.patch
queue-6.1/alsa-usb-audio-drop-unnecessary-parentheses-in-mixer.patch
queue-6.1/can-sun4i_can-populate-ndo_change_mtu-to-prevent-buf.patch
queue-6.1/octeontx2-pf-fix-potential-use-after-free-in-otx2_tc.patch
prev parent reply other threads:[~2025-09-30 11:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-29 11:43 FAILED: patch "[PATCH] drm/ast: Use msleep instead of mdelay for edid read" failed to apply to 6.1-stable tree gregkh
2025-09-29 15:54 ` [PATCH 6.1.y] drm/ast: Use msleep instead of mdelay for edid read Sasha Levin
2025-09-30 11:10 ` gregkh [this message]
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=2025093053-sharpness-backlight-58f7@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=airlied@redhat.com \
--cc=csoto@nvidia.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=jfalempe@redhat.com \
--cc=kuohsiang_chou@aspeedtech.com \
--cc=nirmoyd@nvidia.com \
--cc=sashal@kernel.org \
--cc=stable-commits@vger.kernel.org \
--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 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.