From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (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 B44F115ADB9; Wed, 24 Apr 2024 12:25:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713961509; cv=none; b=D+WaFE+t6VVyUbHUMtwmfQr4roEKlYlmUBkFE/6DuCUXkxJ8CXXQWrcMLsxUcs4UH1cvNm+6LYu9HLiKIL+8kd+7QSvTteQxp5SwKIW0MlWQ8v1Ko8ijtyfyqK9PrJAGFRpAm4sNRpUwKXwEd0ye06rRvtmbVVxNxOy+pfdEDw4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713961509; c=relaxed/simple; bh=7N9zaq+fh6hkDAZtKbiYdRGTKyy5REZxp/vM+zQ6Oog=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=nGv7dXKfLC+IcX4hn3A1GRVLk2SpOOucnTzx8HLKutaO7TmZa4FB7NJqp60CBIGRizHb0VE+AbwGENcjd3XLAjJxEj9DLlJfxr23kGCV8M84ITww1nswY5/n6MMIXp7A1hU+SxrR4ylO+cnX4iGbXf9gNqGj517fq0+V1WbtTOc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=T+pZxPMT; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="T+pZxPMT" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=m8alY3fa2sJa6yVCEcEPZwb9co2W5cHvOIKKJ6aN1ME=; b=T+pZxPMT6xPGxZuB/lBXI7ALq4 9F8g+e+ZHRbwpmeSfjiyXhuusemOcPJm9Qq33awPEEz4SnbT0zTPi0egvGjBotn9vIHbkDQJytqNl NOZ6/vy8Llk60eeQFRCZuBdS5ITH61f5sl/XX68XjSQ6oyPy+ECXITtErt5ii+MBABX8=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1rzbg6-00DoNw-JI; Wed, 24 Apr 2024 14:24:46 +0200 Date: Wed, 24 Apr 2024 14:24:46 +0200 From: Andrew Lunn To: Hariprasad Kelam Cc: Ma Ke , "davem@davemloft.net" , "edumazet@google.com" , "kuba@kernel.org" , "pabeni@redhat.com" , "jtornosm@redhat.com" , "horms@kernel.org" , "hkallweit1@gmail.com" , "linux-usb@vger.kernel.org" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v2] net: usb: ax88179_178a: Add check for usbnet_get_endpoints() Message-ID: References: <20240424065634.1870027-1-make_ruc2021@163.com> Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: > Nit: please include patch change log, below link required info > https://docs.kernel.org/process/submitting-patches.html Also, please wait at least 24 hours before submitting new versions, even when the previous version is completely broken and does not compile: https://patchwork.kernel.org/project/netdevbpf/patch/20240424011454.1554088-1-make_ruc2021@163.com/ https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html Andrew