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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7B443C4332F for ; Fri, 19 Nov 2021 00:57:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 63A9F61A8C for ; Fri, 19 Nov 2021 00:57:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233847AbhKSBAe (ORCPT ); Thu, 18 Nov 2021 20:00:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46226 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231166AbhKSBAc (ORCPT ); Thu, 18 Nov 2021 20:00:32 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8900DC061574; Thu, 18 Nov 2021 16:57:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:References:To:From: Subject:Sender:Reply-To:Cc:Content-ID:Content-Description; bh=E6L4uQqoXkLTCtJFa075suXodGN+oULmD/QgYDVkkAU=; b=LEfi5VlbZLWRMnF5rXqQAWAVEw yHyDqP5FtWeigXo9j5rG+gEUSGZw9f7GO5PIeUzk37oIhEeXXqV5xKuiDqzVFsI1e73ghy8JhDygA /Pi2aoBksbvLm4OgscnpmVruckR46NWA3F1ppX40MOTwTRyBIFEkpC+wzhNtOJrriqcT7tR8cYR3q HpDXCK/xv7PPTXFsFTm85x0snRmAVEPMPwPEC2iWRtn/PIDcpEBPQjm0209PKjfdb+Lw0+I7DCEsi kYcfVq3k9WxMnmAodzXF8VPPOaSsgl/3oWzrQSMf5Zm+t1b5MPUEVPOVtu4cSUyHWDk9nv2u5jDhu FkqRdcRA==; Received: from [2601:1c0:6280:3f0::aa0b] by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1mnsDZ-0096rR-8x; Fri, 19 Nov 2021 00:57:29 +0000 Subject: Re: mmotm 2021-11-18-15-47 uploaded () From: Randy Dunlap To: akpm@linux-foundation.org, broonie@kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-next@vger.kernel.org, mhocko@suse.cz, mm-commits@vger.kernel.org, sfr@canb.auug.org.au, Hans de Goede References: <20211118234743.-bgoWMQfK%akpm@linux-foundation.org> Message-ID: <8c3e1883-0b48-0227-2b9d-26231b06e059@infradead.org> Date: Thu, 18 Nov 2021 16:57:28 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/18/21 4:53 PM, Randy Dunlap wrote: > On 11/18/21 3:47 PM, akpm@linux-foundation.org wrote: >> The mm-of-the-moment snapshot 2021-11-18-15-47 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 >> >> 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. > > Hi, > > I get hundreds of warnings from : > > from proc-make-the-proc_create-stubs-static-inlines.patch: > > ../include/linux/proc_fs.h:186:2: error: parameter name omitted > ../include/linux/proc_fs.h:186:32: error: parameter name omitted > ../include/linux/proc_fs.h:186:63: error: parameter name omitted > Sorry, I missed the warnings from line 182: ../include/linux/proc_fs.h:182:2: error: parameter name omitted ../include/linux/proc_fs.h:182:32: error: parameter name omitted ../include/linux/proc_fs.h:182:63: error: parameter name omitted -- ~Randy