On Tue, Sep 18, 2018 at 3:25 PM Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > > Hi Dmitry, > > After merging the input-current tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > ERROR: "mem_sleep_current" [drivers/input/serio/i8042.ko] undefined! > > Caused by commit > > 1685830e59d4 ("Input: i8042 - enable keyboard wakeups by default when s2idle is used") > > I have used the version of input-current from next-20180918 for today. Ugh, sorry, I dropped that patch from my tree for now. Daniel, Rafael, I guess we can't make pm_suspend_via_s2idle() static inline, but instead move it into kernel/power/suspend.c and make it EXPORT_SYMBOL(). Thanks. -- Dmitry