Message ID | 20200512063728.17785-1-leon@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | Fix kasan compilation warnings | expand |
On Tue, May 12, 2020 at 09:37:26AM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@mellanox.com> > > Hi, > > The following two fixes are adding missing function prototypes > declarations to internal kasan header in order to eliminate compilation > warnings. > > Thanks Sorry for forgetting to clean subject, the patches are not "rdma-next" but MM related. Thanks > > Leon Romanovsky (2): > kasan: fix compilation warnings due to missing function prototypes > kasan: add missing prototypes to fix compilation warnings > > mm/kasan/common.c | 3 --- > mm/kasan/kasan.h | 15 +++++++++++++++ > 2 files changed, 15 insertions(+), 3 deletions(-) > > -- > 2.26.2 > >
On Tue, May 12, 2020 at 8:37 AM Leon Romanovsky <leon@kernel.org> wrote: > > From: Leon Romanovsky <leonro@mellanox.com> > > Hi, > > The following two fixes are adding missing function prototypes > declarations to internal kasan header in order to eliminate compilation > warnings. > > Thanks > > Leon Romanovsky (2): > kasan: fix compilation warnings due to missing function prototypes > kasan: add missing prototypes to fix compilation warnings Hi Leon, I've mailed a series with slightly different/fuller fixes for these issues. Thanks for the report! > > mm/kasan/common.c | 3 --- > mm/kasan/kasan.h | 15 +++++++++++++++ > 2 files changed, 15 insertions(+), 3 deletions(-) > > -- > 2.26.2 > > -- > You received this message because you are subscribed to the Google Groups "kasan-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an email to kasan-dev+unsubscribe@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/msgid/kasan-dev/20200512063728.17785-1-leon%40kernel.org.
On Tue, May 12, 2020 at 05:34:10PM +0200, Andrey Konovalov wrote: > On Tue, May 12, 2020 at 8:37 AM Leon Romanovsky <leon@kernel.org> wrote: > > > > From: Leon Romanovsky <leonro@mellanox.com> > > > > Hi, > > > > The following two fixes are adding missing function prototypes > > declarations to internal kasan header in order to eliminate compilation > > warnings. > > > > Thanks > > > > Leon Romanovsky (2): > > kasan: fix compilation warnings due to missing function prototypes > > kasan: add missing prototypes to fix compilation warnings > > Hi Leon, > > I've mailed a series with slightly different/fuller fixes for these issues. > > Thanks for the report! No problem, thanks for taking care.
From: Leon Romanovsky <leonro@mellanox.com> Hi, The following two fixes are adding missing function prototypes declarations to internal kasan header in order to eliminate compilation warnings. Thanks Leon Romanovsky (2): kasan: fix compilation warnings due to missing function prototypes kasan: add missing prototypes to fix compilation warnings mm/kasan/common.c | 3 --- mm/kasan/kasan.h | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) -- 2.26.2