[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YK46kiW1gHYAaK7a@p200300cbcf361a0029e37a38368d6727.dip0.t-ipconnect.de>
Date: Wed, 26 May 2021 14:09:54 +0200
From: Jessica Yu <jeyu@...nel.org>
To: Bixuan Cui <cuibixuan@...wei.com>
Cc: sfr@...b.auug.org.au, swboyd@...omium.org,
akpm@...ux-foundation.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH -next v2] module: fix build error when CONFIG_SYSFS is
disabled
+++ Bixuan Cui [25/05/21 18:50 +0800]:
>Fix build error when disable CONFIG_SYSFS:
>kernel/module.c:2805:8: error: implicit declaration of function ‘sect_empty’; did you mean ‘desc_empty’? [-Werror=implicit-function-declaration]
> 2805 | if (!sect_empty(sechdr) && sechdr->sh_type == SHT_NOTE &&
>
>Fixes: 9ee6682aa528 ("module: add printk formats to add module build ID to stacktraces")
Hm, can't find this commit in the next-20210526 tree. Commit 7685f91fed25
("module: add printk formats to add module build ID to stacktraces")
seems to be the correct one.
>Reported-by: Hulk Robot <hulkci@...wei.com>
>Signed-off-by: Bixuan Cui <cuibixuan@...wei.com>
>Signed-off-by: Stephen Boyd <swboyd@...omium.org>
Acked-by: Jessica Yu <jeyu@...nel.org>
Powered by blists - more mailing lists