Vincent Chen 9a6e7af02f
riscv: Support BUG() in kernel module
The kernel module is loaded into vmalloc region which is located below
to the PAGE_OFFSET. Hence the condition, pc < PAGE_OFFSET, in the
is_valid_bugaddr() will filter out all trap exceptions triggered
by kernel module. To support BUG() in kernel module, the condition is
changed to pc < VMALLOC_START.

Signed-off-by: Vincent Chen <vincentc@andestech.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
2019-05-16 20:42:13 -07:00
..
2017-09-26 15:26:49 -07:00
2018-12-21 08:10:49 -08:00
2019-05-16 20:42:11 -07:00
2019-05-16 20:42:11 -07:00
2018-10-22 17:02:23 -07:00
2019-01-07 08:22:43 -08:00
2018-12-21 08:11:08 -08:00
2019-05-16 20:42:13 -07:00
2019-03-05 21:07:18 -08:00