Re: [PATCH v8 01/16] scripts: link-vmlinux: Don't pass page offset to kallsyms if XIP Kernel

2015-05-22 Thread Andreas Färber
Am 21.05.2015 um 01:04 schrieb Andreas Färber: > Hi, > > Am 18.05.2015 um 13:47 schrieb Maxime Coquelin: >> 2015-05-09 9:53 GMT+02:00 Maxime Coquelin : >>> When Kernel is executed in place from ROM, the symbol addresses can be >>> lower than the page offset. >>> >>> Tested-by: Chanwoo Choi >>> Si

Re: [PATCH v8 01/16] scripts: link-vmlinux: Don't pass page offset to kallsyms if XIP Kernel

2015-05-21 Thread Maxime Coquelin
2015-05-21 7:40 GMT+02:00 Michal Marek : > Dne 21.5.2015 v 07:04 Andreas Färber napsal(a): >> Am 18.05.2015 um 13:47 schrieb Maxime Coquelin: >> But this is definitely an improvement for ARMv7-M debugging, >> >> Tested-by: Andreas Färber >> >>> [Hi Michal, ...] could you consider >>> taking it for

Re: [PATCH v8 01/16] scripts: link-vmlinux: Don't pass page offset to kallsyms if XIP Kernel

2015-05-20 Thread Michal Marek
Dne 21.5.2015 v 07:04 Andreas Färber napsal(a): > Am 18.05.2015 um 13:47 schrieb Maxime Coquelin: > But this is definitely an improvement for ARMv7-M debugging, > > Tested-by: Andreas Färber > >> [Hi Michal, ...] could you consider >> taking it for v4.2? I applied it to kbuild.git#kbuild now.

Re: [PATCH v8 01/16] scripts: link-vmlinux: Don't pass page offset to kallsyms if XIP Kernel

2015-05-20 Thread Andreas Färber
Hi, Am 18.05.2015 um 13:47 schrieb Maxime Coquelin: > 2015-05-09 9:53 GMT+02:00 Maxime Coquelin : >> When Kernel is executed in place from ROM, the symbol addresses can be >> lower than the page offset. >> >> Tested-by: Chanwoo Choi >> Signed-off-by: Maxime Coquelin This issue was reported by S

Re: [PATCH v8 01/16] scripts: link-vmlinux: Don't pass page offset to kallsyms if XIP Kernel

2015-05-18 Thread Maxime Coquelin
Hi Michal, 2015-05-09 9:53 GMT+02:00 Maxime Coquelin : > When Kernel is executed in place from ROM, the symbol addresses can be > lower than the page offset. > > Tested-by: Chanwoo Choi > Signed-off-by: Maxime Coquelin > --- > scripts/link-vmlinux.sh | 2 +- > 1 file changed, 1 insertion(+), 1

[PATCH v8 01/16] scripts: link-vmlinux: Don't pass page offset to kallsyms if XIP Kernel

2015-05-09 Thread Maxime Coquelin
When Kernel is executed in place from ROM, the symbol addresses can be lower than the page offset. Tested-by: Chanwoo Choi Signed-off-by: Maxime Coquelin --- scripts/link-vmlinux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/link-vmlinux.sh b/scripts/link-vmlinu