From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (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 99A7E3A7D98 for ; Wed, 1 Jul 2026 07:07:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782889624; cv=none; b=iQPdKh9H5P7kTutbwB4L8ZuHspfNkQz0pWXq1HEi9e2ik3/ogVp95bYXHwBxAu84NMJNgHeVyzBJYhSjiSv8nCCs37/HsngAqSkUaOAc41M8J7GlAwZUv3J3gK707gLU2hnXp9srML2hbsbpNUg3Kg5SRbFc5RXC4J8N1rq8VsM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782889624; c=relaxed/simple; bh=XuMZ8+mFbgR9j8LA7OKE+uxnbtH8pM4ZCfuc4rtF80I=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=UjUNvSovBZXLBUDytxK9mHCCPO5BXrtt/Diui2vcnrrzzeGqQfkQdt4o4ke5EBkqF5DeyDhZPVZ86SfyX5O+0P1iR+xuP8gqpUcZo2x1JVr2fSwVQb/NYWZuF3vp93keCPdUKBPKaE6wwFz49uexMqLGfcNuqygmpvCtGnqBPzQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=KNJmXBzA; arc=none smtp.client-ip=185.246.84.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="KNJmXBzA" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id EFBB31A0DA7; Wed, 1 Jul 2026 07:07:00 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id B368860288; Wed, 1 Jul 2026 07:07:00 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 50DE3104C9988; Wed, 1 Jul 2026 09:06:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1782889619; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:content-language:in-reply-to:references; bh=U7DRiFuAOAPDhfStcuT1pgWpZEWoqx8/JuiW2Ab02S8=; b=KNJmXBzAV5oMriNpY7tRZVFbdkSTntSE8dAGH82Vc7aQasX7rPbs3F7S/sN4dJgZNorKnw Pu9XHEz3DHU70wRTjFTcZxTmi5IyQIEWz/j7deRIWMPyiPSycneu4lurtXshpUOTI/snQm FRt36V4f8m5oNYu4gmNfa/mF2jLy1kZqXYV/mI03wWM4QlX4h32WG7B6DNM0n94Q9/riwn DdLu3kp/hRjNn3D8j2N3h/4co7R7Qm0Vfq+JX0jBEEqHtC9btntQdC0qmoWm1CW9YlDU0H 6p+gJXSBxDz/TFjcw7rFoEc89BdfJ2boBZGfj1H7E/XtrXvNl+Ae+lLlRuFrqw== Message-ID: <7a861f08-6bfc-4ed8-b8ca-9f4317dde630@bootlin.com> Date: Wed, 1 Jul 2026 09:06:54 +0200 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v3 0/3] net: stmmac: L3/L4 filter bug fixes To: muhammad.nazim.amirul.nazle.asmade@altera.com, netdev@vger.kernel.org Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, rmk+kernel@armlinux.org.uk, Jose.Abreu@synopsys.com, linux-kernel@vger.kernel.org References: <20260630115622.9426-1-muhammad.nazim.amirul.nazle.asmade@altera.com> Content-Language: en-US From: Maxime Chevallier In-Reply-To: <20260630115622.9426-1-muhammad.nazim.amirul.nazle.asmade@altera.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Last-TLS-Session-Version: TLSv1.3 Hi, On 6/30/26 13:56, muhammad.nazim.amirul.nazle.asmade@altera.com wrote: > From: Nazim Amirul > > This series fixes three bugs in the stmmac L3/L4 TC flower filter > implementation for the XGMAC2 core. All three patches target net. A quick note on that, I noticed all your recent series on stmmac are missing the tree tag in the subject line. It should be something like [PATCH net v3 0/3] net: stmmac: L3/L4 filter bug fixes you can add it when generating patches with : git format-patch --subject-prefix='PATCH net-next' start..finish cf https://docs.kernel.org/process/maintainer-netdev.html#indicating-target-tree You can also use b4 for this. Thanks, Maxime