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

Srinivasa Rao Mandadapu posted 2 patches 2 years, 9 months ago
There is a newer version of this series
Documentation/staging/remoteproc.rst       | 5 ++++-
drivers/remoteproc/remoteproc_elf_loader.c | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
[PATCH v3 0/2] Update section header name check
Posted by Srinivasa Rao Mandadapu 2 years, 9 months ago
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(-)

-- 
2.7.4
Re: [PATCH v3 0/2] Update section header name check
Posted by Philippe Mathieu-Daudé 2 years, 9 months ago
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>