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 2/3] mm: speed up mremap by 20x on large regions (v4)

2018-11-03 Thread kbuild test robot
Hi Joel, Thank you for the patch! Yet something to improve: [auto build test ERROR on next-20181102] url: https://github.com/0day-ci/linux/commits/Joel-Fernandes/Add-support-for-fast-mremap/20181103-224908 config: openrisc-or1ksim_defconfig (attached as .config) compiler: or1k-linux-gcc

Re: [PATCH -next 2/3] mm: speed up mremap by 20x on large regions (v4)

2018-11-03 Thread kbuild test robot
Hi Joel, Thank you for the patch! Yet something to improve: [auto build test ERROR on next-20181102] url: https://github.com/0day-ci/linux/commits/Joel-Fernandes/Add-support-for-fast-mremap/20181103-224908 config: xtensa-allmodconfig (attached as .config) compiler: xtensa-linux-gcc (GCC

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 v2 1/3] mm: treewide: remove unused address argument from pte_alloc functions

2018-11-03 Thread SF Markus Elfring
> … There is concern that … Does this wording need a small adjustment? > The changes were obtained by applying the following Coccinelle script. I would find it nicer if previous patch review comments will trigger further useful effects here.

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

Re: [PATCH v2 2/2] kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()

2018-11-03 Thread Daniel Thompson
On Wed, Oct 31, 2018 at 02:41:14PM -0700, Doug Anderson wrote: > > As mentioned in another part of the thread we can also add robustness > > by skipping a cpu where csd->flags != 0 (and adding an appropriately > > large comment regarding why). Doing the check directly is abusing > > internal