mbox series

[v3,0/2] Update section header name check

Message ID 1671523269-21154-1-git-send-email-quic_srivasam@quicinc.com (mailing list archive)
Headers show
Series Update section header name check | expand

Message

Srinivasa Rao Mandadapu Dec. 20, 2022, 8:01 a.m. UTC
Update section header name check and corresponding documentation.
Changes since v2:
    -- Update the commit message with example.
    -- Update the documentation text appropriately.
Changes since v1:
    -- Update the commit message.
    -- Use strstarts instead of strstr.
    -- Update documentation file.

Srinivasa Rao Mandadapu (2):
  remoteproc: elf_loader: Update resource table name check
  docs: remoteproc: Update section header name requirement

 Documentation/staging/remoteproc.rst       | 5 ++++-
 drivers/remoteproc/remoteproc_elf_loader.c | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

Comments

Philippe Mathieu-Daudé Dec. 20, 2022, 11:44 a.m. UTC | #1
On 20/12/22 09:01, Srinivasa Rao Mandadapu wrote:

> Srinivasa Rao Mandadapu (2):
>    remoteproc: elf_loader: Update resource table name check
>    docs: remoteproc: Update section header name requirement

Series:
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>