Re: mmotm 2018-07-13-16-51 uploaded (PSI)

From: Randy Dunlap
Date: Fri Jul 13 2018 - 21:42:10 EST


On 07/13/2018 04:51 PM, akpm@xxxxxxxxxxxxxxxxxxxx wrote:
> The mm-of-the-moment snapshot 2018-07-13-16-51 has been uploaded to
>
> http://www.ozlabs.org/~akpm/mmotm/
>
> mmotm-readme.txt says
>
> README for mm-of-the-moment:
>
> http://www.ozlabs.org/~akpm/mmotm/
>
> This is a snapshot of my -mm patch queue. Uploaded at random hopefully
> more than once a week.
>
> You will need quilt to apply these patches to the latest Linus release (4.x
> or 4.x-rcY). The series file is in broken-out.tar.gz and is duplicated in
> http://ozlabs.org/~akpm/mmotm/series
>
> The file broken-out.tar.gz contains two datestamp files: .DATE and
> .DATE-yyyy-mm-dd-hh-mm-ss. Both contain the string yyyy-mm-dd-hh-mm-ss,
> followed by the base kernel version against which this patch series is to
> be applied.


../include/linux/psi.h:12:13: error: conflicting types for 'psi_disabled'
extern bool psi_disabled;


choose one:)

kernel/sched/psi.c:
bool psi_disabled __read_mostly;


include/linux/sched/stat.h:
extern int psi_disabled;




--
~Randy