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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id AFD5BD5AE61 for ; Thu, 7 Nov 2024 05:17:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To: Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=OZuRUaeq2SVIUcbqz41Eky50lEh8bbVD+B44rIfT5/4=; b=Ydh5FeRNaNOlYbpZQC154B6+9R kUR39W9ozcsfXUAZ0mS4+1cYVNjByr22KuEDgmuxxP7aRnsvQbLOKpYTVme5ioAhwNDNTDt6/YVNi sa5tp7DmDy6+94+nWoWr4/hVIY0kXAmdco1nJHLHVZQJ7OFfqD/bdX7uPCKw7QlqHL8LUejNfPxji 1SS1gM8d7tYOnJD1BjYpRSGZBdQTxOYaCjeoauknzS58fgYBz4IZsvhwkhmsuklV9sMQg7S+S8V3M FYbTLVfF0DW1liV4kZalMrSsDjLxpcXH/PEjvkUW3qG0RdZTwxe9Rj8moyxaY0fbEaJiQTccHkIOQ aKrxKY5g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t8utY-00000005h3b-3Rnq; Thu, 07 Nov 2024 05:17:24 +0000 Received: from nyc.source.kernel.org ([147.75.193.91]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1t8ur6-00000005gja-0xXx; Thu, 07 Nov 2024 05:14:53 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id F2A7AA41FBD; Thu, 7 Nov 2024 05:12:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2EB45C4CECC; Thu, 7 Nov 2024 05:14:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1730956490; bh=iWGb3Yl9quIHI+wNbOzG+7sm0t9ullzXkfB6TkNObxk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qDg32I1IACZtoMDuRxAlSPTrcanjkn58Pdda3Y5Q0sOeVXZ+/Cf7Z0XKPE2V9OQRu HJLL3kvWSROiS31MQwIuhUFSJtd56pm7i/LJqdEqXkPZBUGC9DmHdXO5y4J1G3h9Mc eQn3PAdfGFffix5yG/t+uCgicuNo1hge1I2d1Wz4= Date: Thu, 7 Nov 2024 06:14:31 +0100 From: Greg Kroah-Hartman To: "Haowei Cheng(Harvey)" Cc: "chunfeng.yun@mediatek.com" , "linux-usb@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-mediatek@lists.infradead.org" , "linux-kernel@vger.kernel.org" Subject: Re: =?utf-8?B?5Zue5aSN?= =?utf-8?Q?=3A?= 0001-usb-mtu3-fix-panic-in-mtu3_gadget_wakeup.patch Message-ID: <2024110735-lunacy-salvation-684c@gregkh> References: <2024110512-popcorn-germless-01be@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241106_211452_358765_1762CD6E X-CRM114-Status: UNSURE ( 8.59 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Nov 06, 2024 at 07:39:59PM +0000, Haowei Cheng(Harvey) wrote: > Hi greg k-h, > > We found during development that when there are data packets to be sent on the USB RNDIS network card, Also, wait, why in the world are you using RNDIS when it is documented to be an insecure and broken protocol? Do you really trust both sides of that connection? If so, that's fine, but if not, please do not use that protocol at all. thanks, greg k-h