mbox series

[0/4] kbuild: lto: documentation fixes

Message ID 20220716093249.19326-1-bagasdotme@gmail.com (mailing list archive)
Headers show
Series kbuild: lto: documentation fixes | expand

Message

Bagas Sanjaya July 16, 2022, 9:32 a.m. UTC
Here is documentation fixes for kbuild LTO feature tree [1]. Two patches
fixes warnings reported by kernel test robot, the others are formatting
improvements.

[1]: https://git.kernel.org/pub/scm/linux/kernel/git/jirislaby/linux.git

Bagas Sanjaya (4):
  Documentation: lto: add blank line padding before single requirement
    list
  Documentation: lto: use bullet list for FAQ
  Documentation: lto: use bullet lists for external link references list
  Documentation: lto: add LTO documentation to toc index

 Documentation/kbuild/index.rst     |  2 ++
 Documentation/kbuild/lto-build.rst | 36 +++++++++++++++++-------------
 2 files changed, 23 insertions(+), 15 deletions(-)


base-commit: 79a278f10955da2801240f52efb828d158b2b36c

Comments

Masahiro Yamada July 18, 2022, 1:49 a.m. UTC | #1
On Sat, Jul 16, 2022 at 6:33 PM Bagas Sanjaya <bagasdotme@gmail.com> wrote:
>
> Here is documentation fixes for kbuild LTO feature tree [1]. Two patches
> fixes warnings reported by kernel test robot, the others are formatting
> improvements.


Please do not submit patches unrelated to the mainline.

This series applies to the individual repository of Jiri Slaby.









>
> [1]: https://git.kernel.org/pub/scm/linux/kernel/git/jirislaby/linux.git
>
> Bagas Sanjaya (4):
>   Documentation: lto: add blank line padding before single requirement
>     list
>   Documentation: lto: use bullet list for FAQ
>   Documentation: lto: use bullet lists for external link references list
>   Documentation: lto: add LTO documentation to toc index
>
>  Documentation/kbuild/index.rst     |  2 ++
>  Documentation/kbuild/lto-build.rst | 36 +++++++++++++++++-------------
>  2 files changed, 23 insertions(+), 15 deletions(-)
>
>
> base-commit: 79a278f10955da2801240f52efb828d158b2b36c
> --
> An old man doll... just what I always wanted! - Clara
>
Bagas Sanjaya July 18, 2022, 7:17 a.m. UTC | #2
On 7/18/22 08:49, Masahiro Yamada wrote:
> On Sat, Jul 16, 2022 at 6:33 PM Bagas Sanjaya <bagasdotme@gmail.com> wrote:
>>
>> Here is documentation fixes for kbuild LTO feature tree [1]. Two patches
>> fixes warnings reported by kernel test robot, the others are formatting
>> improvements.
> 
> 
> Please do not submit patches unrelated to the mainline.
> 
> This series applies to the individual repository of Jiri Slaby.
> 

Seems like you missed the wording on cover letter, which said:

> Here is documentation fixes for kbuild LTO feature tree [1]

with link to the target tree, which is another way to say "The
series is applied on top of this tree, not the mainline".

Thanks.
Jiri Slaby July 19, 2022, 7:29 a.m. UTC | #3
On 18. 07. 22, 9:17, Bagas Sanjaya wrote:
> On 7/18/22 08:49, Masahiro Yamada wrote:
>> On Sat, Jul 16, 2022 at 6:33 PM Bagas Sanjaya <bagasdotme@gmail.com> wrote:
>>>
>>> Here is documentation fixes for kbuild LTO feature tree [1]. Two patches
>>> fixes warnings reported by kernel test robot, the others are formatting
>>> improvements.
>>
>>
>> Please do not submit patches unrelated to the mainline.
>>
>> This series applies to the individual repository of Jiri Slaby.
>>
> 
> Seems like you missed the wording on cover letter, which said:
> 
>> Here is documentation fixes for kbuild LTO feature tree [1]
> 
> with link to the target tree, which is another way to say "The
> series is applied on top of this tree, not the mainline".

Yeah, but why to send the patches to all those people provided they have 
no idea such a tree and changes exist at all?

Anyway, applied to my tree.

thanks,