From patchwork Tue Nov 5 11:12:17 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 13862808 Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 7A5F01D278B for ; Tue, 5 Nov 2024 11:12:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=210.160.252.171 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730805161; cv=none; b=hlnkARpl3C9wge6ZAYvkfmWoA+6QnDhr6maIfGbyfnO6D/Un0appxZIms8EYXFIZof/nrT2PZU2yBwKyrp1JnLIncQcgdlGXRNlJJrNqCIpGPHR0Gny9HKGu3/RcJ8ehUgYXd1GIZZC37H1+tS0uSgLofJNnnu/9GQkPGGtBXgw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730805161; c=relaxed/simple; bh=g5+lIM1ExpaUD/upDG6aYgLPjxhxJxWIjuKyv2slXXY=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=oCaL/musAyAWzMPRoGdIoqKzWZykfhHroyJdKH+dMsgUCaOu11v+IrD126mp1PKPMQly7x69oHYSSEszDXYCB6k4S7ROhdI8Be1h6wC0Uo7p0xbfpgjCRvq4/JUsB70k15zYpFUzr7jfpHl/jrtnRZAOc2ZOKKrn9gpcb4vcC40= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com; spf=pass smtp.mailfrom=bp.renesas.com; arc=none smtp.client-ip=210.160.252.171 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bp.renesas.com X-IronPort-AV: E=Sophos;i="6.11,259,1725289200"; d="scan'208";a="223930453" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 05 Nov 2024 20:12:38 +0900 Received: from localhost.localdomain (unknown [10.226.92.174]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 6EAFF41D0022; Tue, 5 Nov 2024 20:12:31 +0900 (JST) From: Biju Das To: Andrzej Hajda , Neil Armstrong , Robert Foss , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter Cc: Biju Das , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Archit Taneja , dri-devel@lists.freedesktop.org, Geert Uytterhoeven , Prabhakar Mahadev Lad , Biju Das , linux-renesas-soc@vger.kernel.org Subject: [PATCH v2 0/2] drm: adv7511: ADV7535 fixes Date: Tue, 5 Nov 2024 11:12:17 +0000 Message-ID: <20241105111228.112813-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 This patch series aims to fix 2 bugs in ADV7535 driver 1) use-after-free bug in adv7533_attach_dsi() 2) out-of-bounds array in adv7511_dsi_config_timing_gen() for clock_div_by_lanes[]. changes in v2: * Added the tag "Cc: stable@vger.kernel.org" in the sign-off area. * Dropped invalid Mail address Archit Taneja . Biju Das (2): drm: adv7511: Fix use-after-free in adv7533_attach_dsi() drm: adv7511: Fix out-of-bounds array in clock_div_by_lanes drivers/gpu/drm/bridge/adv7511/adv7533.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)