Searched hist:e29ff72b779426c7fe462ead93c7ad77fe562935 (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/remoteproc/ |
H A D | st_slim_rproc.c | diff e29ff72b779426c7fe462ead93c7ad77fe562935 Wed Apr 22 11:30:17 CEST 2020 Clement Leger <cleger@kalray.eu> remoteproc: remove rproc_elf32_sanity_check
Since checks are present in the remoteproc elf loader before calling da_to_va, loading a elf64 will work on 32bits flavors of kernel. Indeed, if a segment size is larger than what size_t can hold, the loader will return an error so the functionality is equivalent to what exists today.
Acked-by: Suman Anna <s-anna@ti.com> Signed-off-by: Clement Leger <cleger@kalray.eu> Link: https://lore.kernel.org/r/20200422093017.10985-1-cleger@kalray.eu Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
|
H A D | remoteproc_elf_loader.c | diff e29ff72b779426c7fe462ead93c7ad77fe562935 Wed Apr 22 11:30:17 CEST 2020 Clement Leger <cleger@kalray.eu> remoteproc: remove rproc_elf32_sanity_check
Since checks are present in the remoteproc elf loader before calling da_to_va, loading a elf64 will work on 32bits flavors of kernel. Indeed, if a segment size is larger than what size_t can hold, the loader will return an error so the functionality is equivalent to what exists today.
Acked-by: Suman Anna <s-anna@ti.com> Signed-off-by: Clement Leger <cleger@kalray.eu> Link: https://lore.kernel.org/r/20200422093017.10985-1-cleger@kalray.eu Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
|
H A D | st_remoteproc.c | diff e29ff72b779426c7fe462ead93c7ad77fe562935 Wed Apr 22 11:30:17 CEST 2020 Clement Leger <cleger@kalray.eu> remoteproc: remove rproc_elf32_sanity_check
Since checks are present in the remoteproc elf loader before calling da_to_va, loading a elf64 will work on 32bits flavors of kernel. Indeed, if a segment size is larger than what size_t can hold, the loader will return an error so the functionality is equivalent to what exists today.
Acked-by: Suman Anna <s-anna@ti.com> Signed-off-by: Clement Leger <cleger@kalray.eu> Link: https://lore.kernel.org/r/20200422093017.10985-1-cleger@kalray.eu Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
|
H A D | stm32_rproc.c | diff e29ff72b779426c7fe462ead93c7ad77fe562935 Wed Apr 22 11:30:17 CEST 2020 Clement Leger <cleger@kalray.eu> remoteproc: remove rproc_elf32_sanity_check
Since checks are present in the remoteproc elf loader before calling da_to_va, loading a elf64 will work on 32bits flavors of kernel. Indeed, if a segment size is larger than what size_t can hold, the loader will return an error so the functionality is equivalent to what exists today.
Acked-by: Suman Anna <s-anna@ti.com> Signed-off-by: Clement Leger <cleger@kalray.eu> Link: https://lore.kernel.org/r/20200422093017.10985-1-cleger@kalray.eu Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
|
H A D | remoteproc_core.c | diff e29ff72b779426c7fe462ead93c7ad77fe562935 Wed Apr 22 11:30:17 CEST 2020 Clement Leger <cleger@kalray.eu> remoteproc: remove rproc_elf32_sanity_check
Since checks are present in the remoteproc elf loader before calling da_to_va, loading a elf64 will work on 32bits flavors of kernel. Indeed, if a segment size is larger than what size_t can hold, the loader will return an error so the functionality is equivalent to what exists today.
Acked-by: Suman Anna <s-anna@ti.com> Signed-off-by: Clement Leger <cleger@kalray.eu> Link: https://lore.kernel.org/r/20200422093017.10985-1-cleger@kalray.eu Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
|