Re: [PATCH v2 2/2] kbuild: trace functions in subdirectories of lib/

2020-07-08 Thread Petr Mladek
On Wed 2020-07-08 08:52:23, Petr Mladek wrote: > > PS: BTW: The livepatch selftests fail in Linus's master now. But it > seems to be for another reason. I am going to dig into it. JFYI, the livepatch selftests are actually working. I have messed the testing here. I am sorry for th

Re: [PATCH v2 2/2] kbuild: trace functions in subdirectories of lib/

2020-07-07 Thread Petr Mladek
On Tue 2020-07-07 18:21:17, Masahiro Yamada wrote: > ccflags-remove-$(CONFIG_FUNCTION_TRACER) += $(CC_FLAGS_FTRACE) > > exists here in sub-directories of lib/ to keep the behavior of > commit 2464a609ded0 ("ftrace: do not trace library functions"). > > Since that commit, not only the objects in

[PATCH] crypto: engine - Handle the kthread worker using the new API

2016-10-19 Thread Petr Mladek
way how to run the code. Well, it should be pretty safe given the nature of the change. Signed-off-by: Petr Mladek --- crypto/crypto_engine.c | 26 +++--- include/crypto/engine.h | 6 ++ 2 files changed, 13 insertions(+), 19 deletions(-) diff --git a/crypto