Re: [PATCH] Kbuild: fix mismatched if/endif pairs

2018-06-20 Thread Josh Poimboeuf
On Sun, Jun 17, 2018 at 06:16:07PM +0800, Xi Ruoyao wrote: > In scripts/Makefile.build, there are two mismatched if/endif pairs. > They stop the generation of orc unwind table if CONFIG_FTRACE_MCOUNT_RECORD > is not set. dmesg complains: > > WARNING: WARNING: Bad or missing .orc_unwind table. Di

Re: [PATCH] Kbuild: fix mismatched if/endif pairs

2018-06-17 Thread Xi Ruoyao
On 2018-06-17 18:16 +0800, Xi Ruoyao wrote: > In scripts/Makefile.build, there are two mismatched if/endif pairs. > They stop the generation of orc unwind table if CONFIG_FTRACE_MCOUNT_RECORD > is not set. dmesg complains: Duplication of patch 10455267 in patchwork. Sorry for noise :(. But let'

[PATCH] Kbuild: fix mismatched if/endif pairs

2018-06-17 Thread Xi Ruoyao
In scripts/Makefile.build, there are two mismatched if/endif pairs. They stop the generation of orc unwind table if CONFIG_FTRACE_MCOUNT_RECORD is not set. dmesg complains: WARNING: WARNING: Bad or missing .orc_unwind table. Disabling unwinder. This comment moves an endif to match the if/endif