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 E0492C6FA86 for ; Thu, 22 Sep 2022 10:46:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229991AbiIVKqR (ORCPT ); Thu, 22 Sep 2022 06:46:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46736 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229777AbiIVKqQ (ORCPT ); Thu, 22 Sep 2022 06:46:16 -0400 X-Greylist: delayed 398 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Thu, 22 Sep 2022 03:46:14 PDT Received: from gofer.mess.org (gofer.mess.org [88.97.38.141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 34E5FCC8C5 for ; Thu, 22 Sep 2022 03:46:14 -0700 (PDT) Received: by gofer.mess.org (Postfix, from userid 1000) id 0721E10005D; Thu, 22 Sep 2022 11:39:27 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mess.org; s=2020; t=1663843168; bh=m+4wL7uEqJjMFXhenPU4NaUfw4oTcWjXeS7H+3eHpDE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Q953CckSEkYNz0GMFZ/kzWuNsYo8YVPnJLXRBsf5lvJMqp77P5mD2DLK4EM15UH+Q wBl5QHu9lYgWmljwo/4i8OELILipjhxdMiZcI5wbgJ9Rz1kgaE99qE5ExzJb9c+H1S oIC+fUCFUq4fZeao/WaHbVESED5es7WOpH/u8Vjj3blnsVvwhgsSRjP9GUrj97ozSt +Y+FleJFQf3e7zmXZfYfUxnoF/5NFoumvhx3LVz9KbOjP0ixrdCD9GZdt3qPLvNCrQ g4kt+Bqn0Jr/dnbkwpFL652e4j1wabHhmXFK31u5w5V+6abKZIVDGDLEBObv48xuQl eRVfnPEGdcfKw== Date: Thu, 22 Sep 2022 11:39:27 +0100 From: Sean Young To: Greg Kroah-Hartman Cc: Johan Hovold , Mauro Carvalho Chehab , Hans Verkuil , linux-media@vger.kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Oliver Neukum , stable@vger.kernel.org, Dongliang Mu Subject: Re: [PATCH RESEND] media: flexcop-usb: fix endpoint type check Message-ID: References: <20220822151027.27026-1-johan@kernel.org> 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-usb@vger.kernel.org On Thu, Sep 22, 2022 at 12:12:24PM +0200, Greg Kroah-Hartman wrote: > On Thu, Sep 22, 2022 at 11:37:36AM +0200, Johan Hovold wrote: > > Thanks. These are the follow-up cleanups: > > > > https://lore.kernel.org/lkml/20220822151456.27178-1-johan@kernel.org/ > > Thanks, I'll take them after the first one was merged into Linus's tree. > > > Perhaps we should start taking USB related changes like this through the > > USB tree by default. Posting patches to the media subsystem feels like > > shooting patches at a black hole. > > I agree, there's been a bunch of patches sent there (some with security > fixes) that are not getting responded to :( The patches were missed are all DVB related, which is Mauro's responsibility. As far as I can see, other parts of the media subsystem are well looked after. Sean