Re: [PATCH v6 01/37] fix missing vmalloc.h includes

2024-04-03 Thread Randy Dunlap
On 4/3/24 3:57 PM, Kent Overstreet wrote: > On Wed, Apr 03, 2024 at 11:48:12PM +0200, David Hildenbrand wrote: >> On 03.04.24 23:41, Kent Overstreet wrote: >>> On Wed, Apr 03, 2024 at 02:12:40PM -0700, Nathan Chancellor wrote: On Thu, Mar 21, 2024 at 09:36:23AM -0700, Suren Baghdasaryan

Re: [PATCH v6 01/37] fix missing vmalloc.h includes

2024-04-03 Thread Kent Overstreet
On Wed, Apr 03, 2024 at 11:48:12PM +0200, David Hildenbrand wrote: > On 03.04.24 23:41, Kent Overstreet wrote: > > On Wed, Apr 03, 2024 at 02:12:40PM -0700, Nathan Chancellor wrote: > > > On Thu, Mar 21, 2024 at 09:36:23AM -0700, Suren Baghdasaryan wrote: > > > > From: Kent Overstreet > > > > >

Re: [PATCH v6 01/37] fix missing vmalloc.h includes

2024-04-03 Thread David Hildenbrand
On 03.04.24 23:41, Kent Overstreet wrote: On Wed, Apr 03, 2024 at 02:12:40PM -0700, Nathan Chancellor wrote: On Thu, Mar 21, 2024 at 09:36:23AM -0700, Suren Baghdasaryan wrote: From: Kent Overstreet The next patch drops vmalloc.h from a system header in order to fix a circular dependency;

Re: [PATCH v6 01/37] fix missing vmalloc.h includes

2024-04-03 Thread Kent Overstreet
On Wed, Apr 03, 2024 at 02:12:40PM -0700, Nathan Chancellor wrote: > On Thu, Mar 21, 2024 at 09:36:23AM -0700, Suren Baghdasaryan wrote: > > From: Kent Overstreet > > > > The next patch drops vmalloc.h from a system header in order to fix > > a circular dependency; this adds it to all the files

Re: [PATCH v6 01/37] fix missing vmalloc.h includes

2024-04-03 Thread Nathan Chancellor
On Thu, Mar 21, 2024 at 09:36:23AM -0700, Suren Baghdasaryan wrote: > From: Kent Overstreet > > The next patch drops vmalloc.h from a system header in order to fix > a circular dependency; this adds it to all the files that were pulling > it in implicitly. > > Signed-off-by: Kent Overstreet >

[PATCH v6 01/37] fix missing vmalloc.h includes

2024-03-21 Thread Suren Baghdasaryan
From: Kent Overstreet The next patch drops vmalloc.h from a system header in order to fix a circular dependency; this adds it to all the files that were pulling it in implicitly. Signed-off-by: Kent Overstreet Signed-off-by: Suren Baghdasaryan Reviewed-by: Pasha Tatashin ---