* TI Ethernet Driver TI_K3_AM65_CPSW_NUSS
@ 2024-12-17 13:40 Da Shi Cao
2024-12-17 13:57 ` Greg KH
2024-12-17 15:35 ` Andrew Lunn
0 siblings, 2 replies; 3+ messages in thread
From: Da Shi Cao @ 2024-12-17 13:40 UTC (permalink / raw)
To: stable@vger.kernel.org
Cc: regressions@lists.linux.dev, linux-omap@vger.kernel.org,
netdev@vger.kernel.org
The driver of TI K3 ethernet port depends on PAGE_POOL configuration option. There should be a select PAGE_POOL under it configuration.
--- a/drivers/net/ethernet/ti/Kconfig
+++ b/drivers/net/ethernet/ti/Kconfig
@@ -114,6 +114,7 @@ config TI_K3_AM65_CPSW_NUSS
select TI_DAVINCI_MDIO
select PHYLINK
select TI_K3_CPPI_DESC_POOL
+ select PAGE_POOL
imply PHY_TI_GMII_SEL
depends on TI_K3_AM65_CPTS || !TI_K3_AM65_CPTS
help
Dashi Cao
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: TI Ethernet Driver TI_K3_AM65_CPSW_NUSS
2024-12-17 13:40 TI Ethernet Driver TI_K3_AM65_CPSW_NUSS Da Shi Cao
@ 2024-12-17 13:57 ` Greg KH
2024-12-17 15:35 ` Andrew Lunn
1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2024-12-17 13:57 UTC (permalink / raw)
To: Da Shi Cao
Cc: stable@vger.kernel.org, regressions@lists.linux.dev,
linux-omap@vger.kernel.org, netdev@vger.kernel.org
On Tue, Dec 17, 2024 at 01:40:12PM +0000, Da Shi Cao wrote:
> The driver of TI K3 ethernet port depends on PAGE_POOL configuration option. There should be a select PAGE_POOL under it configuration.
>
> --- a/drivers/net/ethernet/ti/Kconfig
> +++ b/drivers/net/ethernet/ti/Kconfig
> @@ -114,6 +114,7 @@ config TI_K3_AM65_CPSW_NUSS
> select TI_DAVINCI_MDIO
> select PHYLINK
> select TI_K3_CPPI_DESC_POOL
> + select PAGE_POOL
> imply PHY_TI_GMII_SEL
> depends on TI_K3_AM65_CPTS || !TI_K3_AM65_CPTS
> help
>
> Dashi Cao
Hi,
This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him
a patch that has triggered this response. He used to manually respond
to these common problems, but in order to save his sanity (he kept
writing the same thing over and over, yet to different people), I was
created. Hopefully you will not take offence and will fix the problem
in your patch and resubmit it so that it can be accepted into the Linux
kernel tree.
You are receiving this message because of the following common error(s)
as indicated below:
- Your patch contains warnings and/or errors noticed by the
scripts/checkpatch.pl tool.
- Your patch is malformed (tabs converted to spaces, linewrapped, etc.)
and can not be applied. Please read the file,
Documentation/process/email-clients.rst in order to fix this.
- Your patch does not have a Signed-off-by: line. Please read the
kernel file, Documentation/process/submitting-patches.rst and resend
it after adding that line. Note, the line needs to be in the body of
the email, before the patch, not at the bottom of the patch or in the
email signature.
- You did not specify a description of why the patch is needed, or
possibly, any description at all, in the email body. Please read the
section entitled "The canonical patch format" in the kernel file,
Documentation/process/submitting-patches.rst for what is needed in
order to properly describe the change.
- You did not write a descriptive Subject: for the patch, allowing Greg,
and everyone else, to know what this patch is all about. Please read
the section entitled "The canonical patch format" in the kernel file,
Documentation/process/submitting-patches.rst for what a proper
Subject: line should look like.
If you wish to discuss this problem further, or you have questions about
how to resolve this issue, please feel free to respond to this email and
Greg will reply once he has dug out from the pending patches received
from other developers.
thanks,
greg k-h's patch email bot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: TI Ethernet Driver TI_K3_AM65_CPSW_NUSS
2024-12-17 13:40 TI Ethernet Driver TI_K3_AM65_CPSW_NUSS Da Shi Cao
2024-12-17 13:57 ` Greg KH
@ 2024-12-17 15:35 ` Andrew Lunn
1 sibling, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2024-12-17 15:35 UTC (permalink / raw)
To: Da Shi Cao
Cc: stable@vger.kernel.org, regressions@lists.linux.dev,
linux-omap@vger.kernel.org, netdev@vger.kernel.org
On Tue, Dec 17, 2024 at 01:40:12PM +0000, Da Shi Cao wrote:
> The driver of TI K3 ethernet port depends on PAGE_POOL configuration option. There should be a select PAGE_POOL under it configuration.
Please wrap the commit message to around 75 characters.
Please take a read of:
https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html
You need a Fixes: tag, please use the correct networking tree, etc.
Andrew
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-12-17 15:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-17 13:40 TI Ethernet Driver TI_K3_AM65_CPSW_NUSS Da Shi Cao
2024-12-17 13:57 ` Greg KH
2024-12-17 15:35 ` Andrew Lunn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox