On Wed, Mar 30, 2022 at 11:50:23PM -0700, Randy Dunlap wrote: > Luis- > > On 3/30/22 13:01, Andrew Morton wrote: > > The mm-of-the-moment snapshot 2022-03-30-13-01 has been uploaded to > > > > https://www.ozlabs.org/~akpm/mmotm/ > > > > mmotm-readme.txt says > > > > README for mm-of-the-moment: > > > > https://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 (5.x > > or 5.x-rcY). The series file is in broken-out.tar.gz and is duplicated in > > https://ozlabs.org/~akpm/mmotm/series > > > # CONFIG_SYSCTL is not set > # CONFIG_PROC_SYSCTL is not set > > In file included from ../kernel/sched/build_policy.c:43:0: > ../kernel/sched/rt.c:3017:12: warning: ‘sched_rr_handler’ defined but not used [-Wunused-function] > static int sched_rr_handler(struct ctl_table *table, int write, void *buffer, > ^~~~~~~~~~~~~~~~ > ../kernel/sched/rt.c:2978:12: warning: ‘sched_rt_handler’ defined but not used [-Wunused-function] > static int sched_rt_handler(struct ctl_table *table, int write, void *buffer, > ^~~~~~~~~~~~~~~~ > > > This was also reported on Feb.22/2022: > https://lore.kernel.org/all/fbfc360c-d68f-d83b-5124-d6d930235b8c@xxxxxxxxxxxxx/ Yes, I'm on it, thanks! Luis