Re: [PATCH rdma-next 0/2] Fix kasan compilation warnings

2020-05-12 Thread Leon Romanovsky
On Tue, May 12, 2020 at 05:34:10PM +0200, Andrey Konovalov wrote: > On Tue, May 12, 2020 at 8:37 AM Leon Romanovsky wrote: > > > > From: Leon Romanovsky > > > > Hi, > > > > The following two fixes are adding missing function prototypes > > declarations to internal kasan header in order to elimina

Re: [PATCH rdma-next 0/2] Fix kasan compilation warnings

2020-05-12 Thread Andrey Konovalov
On Tue, May 12, 2020 at 8:37 AM Leon Romanovsky wrote: > > From: Leon Romanovsky > > 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 comp

Re: [PATCH rdma-next 0/2] Fix kasan compilation warnings

2020-05-12 Thread Leon Romanovsky
On Tue, May 12, 2020 at 09:37:26AM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky > > 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 subjec

[PATCH rdma-next 0/2] Fix kasan compilation warnings

2020-05-11 Thread Leon Romanovsky
From: Leon Romanovsky 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 proto