From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 36502382F1A for ; Mon, 13 Apr 2026 04:13:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776053636; cv=none; b=t22FVs9j5bc0TcZKMzPL+izw5Wdwdwh53MmV4CTFDUV1XyS40HdiU40YtI0NMUGBJkEYMZLzXyyCbyEwvhEp4RQp1sgRNwogtDJe+JaD7E6CX0UzF0zSwOZH9HNNqnQeCkX0MKiqZXpQazJPqQRO+fr4KPJP0UeLjDjksXr6F2U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776053636; c=relaxed/simple; bh=aEmf+dwQkp8kOkHrYU7e/MjUnaW43/hMWUclj6xwgIw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=gr/sJ10ih0DnvOncQrAjYRJ7uz3FNAeEpO4S0OyhSQMKjyxkV2cSzSFmnZtlrKyjOGS2WLALzYddDZ/aGKMuen294p7/HTemnHb/wbf0zhPyMCxgJP3ZhjuK40dJHm5DFFcogwgFLpEc9FLphhdpIBtj+W/DTQkFqnq3FjCDmNM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=oXce61bi; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="oXce61bi" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 494F6C116C6; Mon, 13 Apr 2026 04:13:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776053635; bh=aEmf+dwQkp8kOkHrYU7e/MjUnaW43/hMWUclj6xwgIw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=oXce61biomK1rudPQDvLt21y8tad1gv62ZCHBSSoVC8lkmCbXD3S+qNyyQ9ovWGnV uP9Bj2beaNKGWAN3hgftqTijd2RlE3MWfK15GTS44e5sRHMu1FZMHiAlGIWZMkgvdY SYG+UYkyskQ8MmBxlDVS51/01OjTIyTy3txRcPIbNyfm2Fgh9OBwbIVziEZbQMc8mm oYSjKFV5JlDlCi+sWOac3SIaG1aiNTX023EMB/ZKBZM/qgS4aUTPhamnR+QDbxCGWo LENtimLb5dg37GU/xvFep5vW3Oqu79KcQmactYVqEmeH6AVZe9yianMzcEHpz/5wyr 0GY843drweCiA== From: Sasha Levin To: Ricardo Ribalda Cc: Sasha Levin , stable@vger.kernel.org, Laurent Pinchart , Hans de Goede Subject: Re: media: uvcvideo: Mark invalid entities with id UVC_INVALID_ENTITY_ID + followup fix Date: Mon, 13 Apr 2026 00:13:54 -0400 Message-ID: <20260412120103.uvcvideo-backport@kernel.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: References: Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit > both patches should be backported to all kernel versions Both 0e2ee70291e6 ("Mark invalid entities with id UVC_INVALID_ENTITY_ID") and 758dbc756aad ("Use heuristic to find stream entity") have been queued for 6.1, 5.15, and 5.10. They were already present in 6.6 and newer. Thanks.