Message ID | 20240822154531.25912-1-laurent.pinchart+renesas@ideasonboard.com (mailing list archive) |
---|---|
Headers | show
Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2537B1CB335; Thu, 22 Aug 2024 15:45:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.167.242.64 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724341536; cv=none; b=AdQEBDvzwcmzV9L0QPAh0qTCHUerHxINTEP16lGYTfsX0es2rnjx+MJgEQSuUxpD1/iHW5NuZ1QXJkMqI0HNcYfVH6788CHaBO2zup2xXfEGocxJRctJpGazasrRQF6/uH7x6sDLANX7b1ZHHuxeQGg8oMqRdgLFCd0BA9zwLfM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724341536; c=relaxed/simple; bh=OUiz7eCX9f2HskbHTvLTPd2c6bdYsuZGN1tOP15YOTQ=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=V5yzhq5EAI88OBaRa4kQ6NTHiCsx/ZUQ1FTI29u3BOkaI7sFB7q9T31Hhrv7AhozWgPm8l9Yu0ltQLtqYierzzXQ1fzk0cVWw/39xEpUyUuvVFTTVtHU6w93wzG1SMTWSbHXV1xqsbN7Th4NMj3L1884WW6z4varRiYc3mmPOew= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com; spf=pass smtp.mailfrom=ideasonboard.com; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b=LCrH1QB+; arc=none smtp.client-ip=213.167.242.64 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="LCrH1QB+" Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 3AACB219; Thu, 22 Aug 2024 17:44:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1724341470; bh=OUiz7eCX9f2HskbHTvLTPd2c6bdYsuZGN1tOP15YOTQ=; h=From:To:Cc:Subject:Date:From; b=LCrH1QB+8/ryjZ9RFb88n3zFxWh97Ym5lEFV9ubRHegD3EjTHvOWq2hYnX8R7XJNA xyn8JzxSblQz5hltYHJcRTnkYnVdjr/r7WyHAaOL9q62oN3WbKK3cKeGNt/o+SR5i6 mlTsQHSKuPtpN8DcB1qEDYIuDaL3lHxQGyDX0iLM= From: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> To: linux-media@vger.kernel.org Cc: Chen-Yu Tsai <wens@csie.org>, Eugen Hristev <eugen.hristev@collabora.com>, Hans Verkuil <hverkuil-cisco@xs4all.nl>, Jacopo Mondi <jacopo.mondi@ideasonboard.com>, Kieran Bingham <kieran.bingham@ideasonboard.com>, Maxime Ripard <mripard@kernel.org>, Sakari Ailus <sakari.ailus@iki.fi>, Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>, linux-renesas-soc@vger.kernel.org, linux-sunxi@lists.linux.dev Subject: [PATCH v2 0/7] media: v4l2: Improve media link validation Date: Thu, 22 Aug 2024 18:45:24 +0300 Message-ID: <20240822154531.25912-1-laurent.pinchart+renesas@ideasonboard.com> X-Mailer: git-send-email 2.44.2 Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: <linux-renesas-soc.vger.kernel.org> List-Subscribe: <mailto:linux-renesas-soc+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-renesas-soc+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
media: v4l2: Improve media link validation
|
expand
|