Re: Linux 5.0-rc1 (test results)

2019-01-08 Thread Michal Hocko
On Wed 09-01-19 00:16:59, Guo Ren wrote: > Thx Michal, > > On Tue, Jan 08, 2019 at 04:40:31PM +0100, Michal Hocko wrote: > > On Tue 08-01-19 17:51:07, Guo Ren wrote: > > [...] > > > static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) > > > { > > > pte_t *pte; > > > unsigned long i;

Re: Linux 5.0-rc1 (test results)

2019-01-08 Thread Guo Ren
Thx Michal, On Tue, Jan 08, 2019 at 04:40:31PM +0100, Michal Hocko wrote: > On Tue 08-01-19 17:51:07, Guo Ren wrote: > [...] > > static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) > > { > > pte_t *pte; > > unsigned long i; > > > > pte = (pte_t *) __get_free_page(GFP_KERNE

Re: Linux 5.0-rc1 (test results)

2019-01-08 Thread Michal Hocko
On Tue 08-01-19 17:51:07, Guo Ren wrote: [...] > static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) > { > pte_t *pte; > unsigned long i; > > pte = (pte_t *) __get_free_page(GFP_KERNEL | __GFP_RETRY_MAYFAIL); >^^

Re: Linux 5.0-rc1 (test results)

2019-01-08 Thread Guo Ren
Hi Linus, On Mon, Jan 07, 2019 at 03:21:45PM -0800, Linus Torvalds wrote: > On Mon, Jan 7, 2019 at 11:26 AM Guenter Roeck wrote: > > > > Bisect points to commit 4cf58924951ef ("mm: treewide: remove unused address > > argument from pte_alloc functions"). Interesting - wasn't that supposed > > to be

Re: Linux 5.0-rc1 (test results)

2019-01-07 Thread Linus Torvalds
On Mon, Jan 7, 2019 at 11:26 AM Guenter Roeck wrote: > > Bisect points to commit 4cf58924951ef ("mm: treewide: remove unused address > argument from pte_alloc functions"). Interesting - wasn't that supposed > to be automatic ? > > csky does use the the removed address argument, so I won't even try

Re: Linux 5.0-rc1 (test results)

2019-01-07 Thread Guenter Roeck
On Sun, Jan 06, 2019 at 06:14:15PM -0800, Linus Torvalds wrote: > So this was a fairly unusual merge window with the holidays, and as a > result I'm not even going to complain about the pull requests that > ended up coming in late. It all mostly worked out fine, I think. And > lot of people got the