From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E4DEEC25B47 for ; Fri, 27 Oct 2023 10:51:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235139AbjJ0Kv6 (ORCPT ); Fri, 27 Oct 2023 06:51:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50936 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231760AbjJ0Kvz (ORCPT ); Fri, 27 Oct 2023 06:51:55 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F1F101A6 for ; Fri, 27 Oct 2023 03:51:52 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 370BFC433C7; Fri, 27 Oct 2023 10:51:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1698403912; bh=C/0yFaoQyhngRIiLb9LDaAsApYXqKwf9DVx6WgurwqQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=r0hYNtk9eMaMzOXQW1kBTl4GY0D0Yd4nnHCUvH07QbBpJ4wi+0HO99WynJZQCjQic H5HJw4BKOZ8IXGnY6C6Jv73FcrTIC8iOA/7CtUvDB9dAx0af2wek8EK5ySp83VVyuW glH0Dt4QJDyJX43q5Ae3LYm/EughG5jQ0VRovb6M= Date: Fri, 27 Oct 2023 12:51:49 +0200 From: Greg KH To: Avichal Rakesh Cc: etalvala@google.com, jchowdhary@google.com, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, m.grzeschik@pengutronix.de, dan.scally@ideasonboard.com, laurent.pinchart@ideasonboard.com Subject: Re: [PATCH v8 1/4] usb: gadget: uvc: prevent use of disabled endpoint Message-ID: <2023102728-pluck-perish-e0a7@gregkh> References: <20231019185319.2714000-1-arakesh@google.com> <20231024183605.908253-1-arakesh@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 26, 2023 at 01:23:44PM -0700, Avichal Rakesh wrote: > Considering Laurent and Dan haven't responded, and Michael and I have > tested this change, would it be possible to merge this patch set > if the changes look OK to you? I don't think there are any outstanding > items to be done around these fixes. I would like their review first please. thanks, greg k-h