From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 08992C433F5 for ; Thu, 31 Mar 2022 23:14:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242879AbiCaXQL (ORCPT ); Thu, 31 Mar 2022 19:16:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47166 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240020AbiCaXQJ (ORCPT ); Thu, 31 Mar 2022 19:16:09 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C5FB524CEE2; Thu, 31 Mar 2022 16:14:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To: Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description; bh=vSuDqO1mBWaRpB9pMyPQmfeFPj52J4m6p+U+XX+jzGk=; b=z/+63mxYdii+hr9hKP7wTPDhLi shZ57JUlb8IsF0nNtcU4ki81rNDpAONMfizJYx1ZdWJ5dFO9rCUlaW9WJxiGxh6/ASs/iwuEwPtMM oTqFWEq4Rv5RmnXNLGH7WoG3v7uTsoYcxYAOtoinLtGHg279YK1GtzzJ9VYrpnfJSP/DcwjO/T8Ht BilpOy/6iVOK1fvKuSzej9ZhFvTlld2/8mTNgh95avoCoDGdLJU4U29+DasDgoE0Eu61XYPmolXx8 /a76e6PMhK3zK6D1cmGRXNZkjUnhOvVTjHjND9shYBcTOreN4FupP/j81i3mjYGJt0+T0/wzekcMN OrtTLTvw==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1na3zc-003vkn-Ud; Thu, 31 Mar 2022 23:14:16 +0000 Date: Thu, 31 Mar 2022 16:14:16 -0700 From: Luis Chamberlain To: Randy Dunlap Cc: Andrew Morton , broonie@kernel.org, mhocko@suse.cz, sfr@canb.auug.org.au, linux-next@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, mm-commits@vger.kernel.org Subject: Re: mmotm 2022-03-30-13-01 uploaded (kernel/sched/ and sysctls) Message-ID: References: <20220330200158.2F031C340EC@smtp.kernel.org> <8d27a9f5-047b-05d5-3594-a51cef06222c@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <8d27a9f5-047b-05d5-3594-a51cef06222c@infradead.org> Sender: Luis Chamberlain Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org 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@infradead.org/ Yes, I'm on it, thanks! Luis