* [PATCH] docs: stable-kernel-rules: fix typo sent->send
@ 2024-04-26 23:18 Bird, Tim
2024-04-26 23:20 ` kernel test robot
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Bird, Tim @ 2024-04-26 23:18 UTC (permalink / raw)
To: Greg KroahHartman, Sasha Levin, corbet@lwn.net
Cc: stable@vger.kernel.org, workflows@vger.kernel.org,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
Change 'sent' to 'send'
Signed-off-by: Tim Bird <tim.bird@sony.com>
---
Documentation/process/stable-kernel-rules.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/process/stable-kernel-rules.rst b/Documentation/process/stable-kernel-rules.rst
index 1704f1c686d0..3178bef6fca3 100644
--- a/Documentation/process/stable-kernel-rules.rst
+++ b/Documentation/process/stable-kernel-rules.rst
@@ -78,7 +78,7 @@ in the sign-off area. Once the patch is mainlined it will be applied to the
stable tree without anything else needing to be done by the author or
subsystem maintainer.
-To sent additional instructions to the stable team, use a shell-style inline
+To send additional instructions to the stable team, use a shell-style inline
comment:
* To specify any additional patch prerequisites for cherry picking use the
--
2.25.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] docs: stable-kernel-rules: fix typo sent->send
2024-04-26 23:18 [PATCH] docs: stable-kernel-rules: fix typo sent->send Bird, Tim
@ 2024-04-26 23:20 ` kernel test robot
2024-04-27 10:09 ` Greg KroahHartman
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: kernel test robot @ 2024-04-26 23:20 UTC (permalink / raw)
To: Bird, Tim; +Cc: stable, oe-kbuild-all
Hi,
Thanks for your patch.
FYI: kernel test robot notices the stable kernel rule is not satisfied.
The check is based on https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html#option-1
Rule: add the tag "Cc: stable@vger.kernel.org" in the sign-off area to have the patch automatically included in the stable tree.
Subject: [PATCH] docs: stable-kernel-rules: fix typo sent->send
Link: https://lore.kernel.org/stable/SA3PR13MB63726A746C847D7C0919C25BFD162%40SA3PR13MB6372.namprd13.prod.outlook.com
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] docs: stable-kernel-rules: fix typo sent->send
2024-04-26 23:18 [PATCH] docs: stable-kernel-rules: fix typo sent->send Bird, Tim
2024-04-26 23:20 ` kernel test robot
@ 2024-04-27 10:09 ` Greg KroahHartman
2024-04-30 18:12 ` Bird, Tim
2024-04-27 10:25 ` Bagas Sanjaya
2024-05-02 16:21 ` Jonathan Corbet
3 siblings, 1 reply; 6+ messages in thread
From: Greg KroahHartman @ 2024-04-27 10:09 UTC (permalink / raw)
To: Bird, Tim
Cc: Sasha Levin, corbet@lwn.net, stable@vger.kernel.org,
workflows@vger.kernel.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org
On Fri, Apr 26, 2024 at 11:18:14PM +0000, Bird, Tim wrote:
>
> Change 'sent' to 'send'
>
> Signed-off-by: Tim Bird <tim.bird@sony.com>
> ---
> Documentation/process/stable-kernel-rules.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/process/stable-kernel-rules.rst b/Documentation/process/stable-kernel-rules.rst
> index 1704f1c686d0..3178bef6fca3 100644
> --- a/Documentation/process/stable-kernel-rules.rst
> +++ b/Documentation/process/stable-kernel-rules.rst
> @@ -78,7 +78,7 @@ in the sign-off area. Once the patch is mainlined it will be applied to the
> stable tree without anything else needing to be done by the author or
> subsystem maintainer.
>
> -To sent additional instructions to the stable team, use a shell-style inline
> +To send additional instructions to the stable team, use a shell-style inline
> comment:
>
> * To specify any additional patch prerequisites for cherry picking use the
> --
> 2.25.1
>
>
Thanks for this. If Jon wants to pick this up:
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
is fine from me, or I can take it through my tree as well.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] docs: stable-kernel-rules: fix typo sent->send
2024-04-26 23:18 [PATCH] docs: stable-kernel-rules: fix typo sent->send Bird, Tim
2024-04-26 23:20 ` kernel test robot
2024-04-27 10:09 ` Greg KroahHartman
@ 2024-04-27 10:25 ` Bagas Sanjaya
2024-05-02 16:21 ` Jonathan Corbet
3 siblings, 0 replies; 6+ messages in thread
From: Bagas Sanjaya @ 2024-04-27 10:25 UTC (permalink / raw)
To: Bird, Tim, Greg Kroah-Hartman, Sasha Levin, Jonathan Corbet
Cc: Linux Stable, Linux Kernel Workflows, Linux Documentation,
Linux Kernel Mailing List, Mao Zhu, Ran Sun, Xiang wangx,
Shaomin Deng, Charles Han, Attreyee M
[-- Attachment #1: Type: text/plain, Size: 452 bytes --]
On Fri, Apr 26, 2024 at 11:18:14PM +0000, Bird, Tim wrote:
> -To sent additional instructions to the stable team, use a shell-style inline
> +To send additional instructions to the stable team, use a shell-style inline
> comment:
>
> * To specify any additional patch prerequisites for cherry picking use the
LGTM, thanks!
Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>
--
An old man doll... just what I always wanted! - Clara
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [PATCH] docs: stable-kernel-rules: fix typo sent->send
2024-04-27 10:09 ` Greg KroahHartman
@ 2024-04-30 18:12 ` Bird, Tim
0 siblings, 0 replies; 6+ messages in thread
From: Bird, Tim @ 2024-04-30 18:12 UTC (permalink / raw)
To: Greg KroahHartman
Cc: Sasha Levin, corbet@lwn.net, workflows@vger.kernel.org,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
Thanks. I realize I should not have copied stable@kernel.org on this.
typo fixes are out-of-policy for stable. Sorry for the noise.
-- Tim
> -----Original Message-----
> From: Greg KroahHartman <gregkh@linuxfoundation.org>
> Sent: Saturday, April 27, 2024 4:10 AM
> To: Bird, Tim <Tim.Bird@sony.com>
> Cc: Sasha Levin <sashal@kernel.org>; corbet@lwn.net; stable@vger.kernel.org; workflows@vger.kernel.org; linux-doc@vger.kernel.org;
> linux-kernel@vger.kernel.org
> Subject: Re: [PATCH] docs: stable-kernel-rules: fix typo sent->send
>
> On Fri, Apr 26, 2024 at 11: 18: 14PM +0000, Bird, Tim wrote: > > Change 'sent' to 'send' > > Signed-off-by: Tim Bird <tim. bird@ sony. com> > ---
> > Documentation/process/stable-kernel-rules. rst | 2 +- > 1 file changed,
>
> On Fri, Apr 26, 2024 at 11:18:14PM +0000, Bird, Tim wrote:
> >
> > Change 'sent' to 'send'
> >
> > Signed-off-by: Tim Bird <tim.bird@sony.com>
> > ---
> > Documentation/process/stable-kernel-rules.rst | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/process/stable-kernel-rules.rst b/Documentation/process/stable-kernel-rules.rst
> > index 1704f1c686d0..3178bef6fca3 100644
> > --- a/Documentation/process/stable-kernel-rules.rst
> > +++ b/Documentation/process/stable-kernel-rules.rst
> > @@ -78,7 +78,7 @@ in the sign-off area. Once the patch is mainlined it will be applied to the
> > stable tree without anything else needing to be done by the author or
> > subsystem maintainer.
> >
> > -To sent additional instructions to the stable team, use a shell-style inline
> > +To send additional instructions to the stable team, use a shell-style inline
> > comment:
> >
> > * To specify any additional patch prerequisites for cherry picking use the
> > --
> > 2.25.1
> >
> >
>
> Thanks for this. If Jon wants to pick this up:
>
> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>
> is fine from me, or I can take it through my tree as well.
>
> thanks,
>
> greg k-h
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] docs: stable-kernel-rules: fix typo sent->send
2024-04-26 23:18 [PATCH] docs: stable-kernel-rules: fix typo sent->send Bird, Tim
` (2 preceding siblings ...)
2024-04-27 10:25 ` Bagas Sanjaya
@ 2024-05-02 16:21 ` Jonathan Corbet
3 siblings, 0 replies; 6+ messages in thread
From: Jonathan Corbet @ 2024-05-02 16:21 UTC (permalink / raw)
To: Bird, Tim, Greg KroahHartman, Sasha Levin
Cc: stable@vger.kernel.org, workflows@vger.kernel.org,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
"Bird, Tim" <Tim.Bird@sony.com> writes:
> Change 'sent' to 'send'
>
> Signed-off-by: Tim Bird <tim.bird@sony.com>
> ---
> Documentation/process/stable-kernel-rules.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/process/stable-kernel-rules.rst b/Documentation/process/stable-kernel-rules.rst
> index 1704f1c686d0..3178bef6fca3 100644
> --- a/Documentation/process/stable-kernel-rules.rst
> +++ b/Documentation/process/stable-kernel-rules.rst
> @@ -78,7 +78,7 @@ in the sign-off area. Once the patch is mainlined it will be applied to the
> stable tree without anything else needing to be done by the author or
> subsystem maintainer.
>
> -To sent additional instructions to the stable team, use a shell-style inline
> +To send additional instructions to the stable team, use a shell-style inline
> comment:
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-05-02 16:21 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-26 23:18 [PATCH] docs: stable-kernel-rules: fix typo sent->send Bird, Tim
2024-04-26 23:20 ` kernel test robot
2024-04-27 10:09 ` Greg KroahHartman
2024-04-30 18:12 ` Bird, Tim
2024-04-27 10:25 ` Bagas Sanjaya
2024-05-02 16:21 ` Jonathan Corbet
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.