Re: [PATCH -next 0/3] Add support for fast mremap

2018-11-05 Thread Joel Fernandes
On Sun, Nov 04, 2018 at 12:56:48AM -0600, William Kucharski wrote: > > > > On Nov 3, 2018, at 12:32 PM, Joel Fernandes wrote: > > > > Looks like more architectures don't define set_pmd_at. I am thinking the > > easiest way forward is to just do the following, instead of defining > > set_pmd_at

Re: [PATCH -next 0/3] Add support for fast mremap

2018-11-04 Thread William Kucharski
> On Nov 3, 2018, at 12:32 PM, Joel Fernandes wrote: > > Looks like more architectures don't define set_pmd_at. I am thinking the > easiest way forward is to just do the following, instead of defining > set_pmd_at for every architecture that doesn't care about it. Thoughts? > > diff --git

Re: [PATCH -next 0/3] Add support for fast mremap

2018-11-03 Thread Joel Fernandes
On Sat, Nov 03, 2018 at 09:24:05AM +, Anton Ivanov wrote: > On 03/11/2018 09:15, Richard Weinberger wrote: > > Joel, > > > > Am Samstag, 3. November 2018, 05:00:38 CET schrieb Joel Fernandes: > > > Hi, > > > Here is the latest "fast mremap" series. This just a repost with Kirill's > > >

Re: [PATCH -next 0/3] Add support for fast mremap

2018-11-03 Thread Joel Fernandes
On Sat, Nov 03, 2018 at 09:24:05AM +, Anton Ivanov wrote: > On 03/11/2018 09:15, Richard Weinberger wrote: > > Joel, > > > > Am Samstag, 3. November 2018, 05:00:38 CET schrieb Joel Fernandes: > > > Hi, > > > Here is the latest "fast mremap" series. This just a repost with Kirill's > > >

Re: [PATCH -next 0/3] Add support for fast mremap

2018-11-03 Thread Richard Weinberger
Joel, Am Samstag, 3. November 2018, 05:00:38 CET schrieb Joel Fernandes: > Hi, > Here is the latest "fast mremap" series. This just a repost with Kirill's > Acked-bys added. I would like this to be considered for linux -next. I also > dropped the CONFIG enablement patch for arm64 since I am yet

Re: [PATCH -next 0/3] Add support for fast mremap

2018-11-03 Thread Anton Ivanov
On 03/11/2018 09:15, Richard Weinberger wrote: Joel, Am Samstag, 3. November 2018, 05:00:38 CET schrieb Joel Fernandes: Hi, Here is the latest "fast mremap" series. This just a repost with Kirill's Acked-bys added. I would like this to be considered for linux -next. I also dropped the CONFIG

[PATCH -next 0/3] Add support for fast mremap

2018-11-02 Thread Joel Fernandes
Hi, Here is the latest "fast mremap" series. This just a repost with Kirill's Acked-bys added. I would like this to be considered for linux -next. I also dropped the CONFIG enablement patch for arm64 since I am yet to test it with the new TLB flushing code that is in very recent kernel releases.