From patchwork Wed Nov 6 18:49:27 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 13865253 Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 4C6A5176AC8 for ; Wed, 6 Nov 2024 18:49:51 +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=1730918994; cv=none; b=Sps2gsxEqUKKI0N1/nktb4KY8Vr1jQramH+emHhC55XZZCBERPO2MaA1M3ADFYUiSbxPmZIWIDk/U6YykEeD6zk2tVRNBtEiFPce77uOh3y91LRFzYs8zhSovGH7pV2dKhZ7JetKeoiFxjtGun34qhG6mCO53c3k/C6CVmMImLA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730918994; c=relaxed/simple; bh=WWJ45ik5QA7KTFt3HYJhtUJmNjE3PoAnMbWmqOmcqfU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=JZfqQzL+IyoP3vsMgS/uZhcWBEnIXgVkjL7Kejw6XfpWzPT6CEjx00BWAA9ufQq7p5gzQBR02k0JS3T8l8HhSfVSXBPcHv38vyo9z7jHRBrzByd0dVFGYzu0VcFde/PkFxnyJm5P15l5PwFVZ0kw6bfkjQmr9eCiAJWVJHco0Qo= 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,263,1725289200"; d="scan'208";a="224061184" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 07 Nov 2024 03:49:45 +0900 Received: from localhost.localdomain (unknown [10.226.93.42]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id ADCEA40065AD; Thu, 7 Nov 2024 03:49:37 +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 , dri-devel@lists.freedesktop.org, Geert Uytterhoeven , Prabhakar Mahadev Lad , Biju Das , linux-renesas-soc@vger.kernel.org Subject: [PATCH v3 0/3] drm: adv7511: ADV7535 fixes Date: Wed, 6 Nov 2024 18:49:27 +0000 Message-ID: <20241106184935.294513-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) Drop unsupported single lane. Changes in v3: - Replace __free construct with readable of_node_put(). - Dropped single lane support from bindings and driver. changes in v2: - Added the tag "Cc: stable@vger.kernel.org" in the sign-off area. - Dropped invalid Mail address Archit Taneja . Biju Das (3): drm: adv7511: Fix use-after-free in adv7533_attach_dsi() dt-bindings: display: adi,adv7533: Drop single lane support drm: adv7511: Drop dsi single lane support .../devicetree/bindings/display/bridge/adi,adv7533.yaml | 2 +- drivers/gpu/drm/bridge/adv7511/adv7533.c | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-)