diff options
author | Tom Rini <trini@konsulko.com> | 2022-08-13 07:37:48 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-13 07:37:48 -0400 |
commit | 20d4c6052fe5826b3421e86b2f0e76a6c22581a7 (patch) | |
tree | b11d7fc88bcabb8aac89bda03e30c1af40eab613 /doc/develop/process.rst | |
parent | 8f9eee8275cf475f6d9435e85aa2d04b61b3cd75 (diff) | |
parent | 046d7a0bb1b383fe14bfe950b91ce2e20f835bd4 (diff) |
Merge tag 'efi-2022-10-rc3' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2022-10-rc3
Documentation:
* Add HTML documentation for patman
* Improve binman documentation
* Man-page for gpio
UEFI:
* move udevice pointer into struct efi_object
* fix efi_convert_device_path_to_text()
Other:
* fs/erofs: silence messages from erofs_probe()
Diffstat (limited to 'doc/develop/process.rst')
-rw-r--r-- | doc/develop/process.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/develop/process.rst b/doc/develop/process.rst index 0ef24e81998..388945cf9bb 100644 --- a/doc/develop/process.rst +++ b/doc/develop/process.rst @@ -139,6 +139,10 @@ like this: as the Linux kernel. Following this and adding a ``Signed-off-by:`` line that contains the developer's name and email address is required. + * Please note that when importing code from other projects you must say + where it comes from, and what revision you are importing. You must not + however copy ``Signed-off-by`` or other tags. + #. Everybody who can is invited to review and test the changes. Typically, we follow the same guidelines as the Linux kernel for `Acked-by <https://www.kernel.org/doc/html/latest/process/submitting-patches.html#when-to-use-acked-by-cc-and-co-developed-by>`_ |