On Mon, Feb 8, 2021 at 6:42 PM Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote: > > On Fri, Feb 05, 2021 at 04:39:13PM +0100, Andrey Konovalov wrote: > > Export mte_enable_kernel_sync() and mte_set_report_once() to fix: > > > > ERROR: modpost: "mte_enable_kernel_sync" [lib/test_kasan.ko] undefined! > > ERROR: modpost: "mte_set_report_once" [lib/test_kasan.ko] undefined! > > Please put this under an ifdef for the testing option that pull the > symbols in. Sure. I'll send this change as a fix-up patch instead of resending the whole series. Thanks!