[PATCH] uio_pdrv: set memory mapping name

2012-11-08 Thread Manuel Traut
If uio_pdrv[_genirq] is used, the uio maps have currently no name set. This patch sets the uio_mem name to the name of the memory resource. Signed-off-by: Manuel Traut Reported-by: Stefan Staedtler Tested-by: Stefan Staedtler diff --git a/drivers/uio/uio_pdrv_genirq.c b/drivers/uio

[PATCH] scripts/decode_stacktrace.sh: prefix addr2line with $CROSS_COMPILE

2019-05-27 Thread Manuel Traut
e from the toolchain is used the decoded line number is correct: [ 136.513051] f1 (/linux/drivers/staging/kcrash/kcrash.c:57) kcrash Signed-off-by: Manuel Traut --- scripts/decode_stacktrace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/decode_sta

[PATCH] scripts/decode_stacktrace.sh: prefix addr2line with $CROSS_COMPILE

2019-01-09 Thread Manuel Traut
e from the toolchain is used the decoded line number is correct: [ 136.513051] f1 (/linux/drivers/staging/kcrash/kcrash.c:57) kcrash Signed-off-by: Manuel Traut --- scripts/decode_stacktrace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/decode_sta