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 X-Spam-Level: X-Spam-Status: No, score=-7.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0A953C48BDF for ; Fri, 18 Jun 2021 12:19:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EA6F6613E9 for ; Fri, 18 Jun 2021 12:19:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233999AbhFRMVy (ORCPT ); Fri, 18 Jun 2021 08:21:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43950 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232143AbhFRMVx (ORCPT ); Fri, 18 Jun 2021 08:21:53 -0400 Received: from mail-wr1-x434.google.com (mail-wr1-x434.google.com [IPv6:2a00:1450:4864:20::434]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 57EDDC061574 for ; Fri, 18 Jun 2021 05:19:44 -0700 (PDT) Received: by mail-wr1-x434.google.com with SMTP id i94so10547630wri.4 for ; Fri, 18 Jun 2021 05:19:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chrisdown.name; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=xdCHZhSy57YOUgKugNg4c5W4B2rkiDfydX3AjZHrH6I=; b=vQ08gXej/VytlE6hy7Q3Q+l2RFvTO6G6ulYn9snmLPXb8AA8SJOVnBRK7mcHzsaYvj G42t8cwV+uG8vLWDqUZV7GfpdWWndVq7qebs+VhslgUolC/lfxN2+3BbdQwtwXhKTKjA 2bdJKFqkM7J4RtBEwO2CApW0cO02zgnJ5Fvlw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=xdCHZhSy57YOUgKugNg4c5W4B2rkiDfydX3AjZHrH6I=; b=Wi98zqJyHdTjX2Zn1kLtzy5rr4LYNlHCpXtvVcmUE75eY+gd/EyQx8dmdLdGAjcwUV DZ098e81pyO4pptktGfMw9NB1qGjmRoSBLtMkVejFv7KOkSNkf8k9dWd52MeeKdST5E/ np7SXR0NlGjVrbjXh25Epb6WIMNRAW6yC3ONVDNqlCl+MoGrRnQQ+MjJMu87nVtowtIP BOeQzP021xkno5SRj1Pu8r7Swl67coy3/M2DwgD34DBQLbD1ZGZU3urTumO4/f4+bIKO Og/JKxaYeaMcO5wA1OW5/Ds1B7Ns4xtEle4/SJhFFAn6LpHABHcG0tXTWFoww9VjdzYy pvPA== X-Gm-Message-State: AOAM531zOfj6W7bJXEvswm5HkdFY8Ai2OyR42IC9WSj0dQNKoLDQdRsP Enq3LfoagLkSn7ev5qOcDmUk0A== X-Google-Smtp-Source: ABdhPJwqGN5bJ2QEV94Y5ngg/DoWEX1VkbXUUAwCWnQRvC0z/5yIaeqQYRbVGEld4Sl5rfvPSkmISg== X-Received: by 2002:a5d:6d8c:: with SMTP id l12mr12368220wrs.189.1624018782790; Fri, 18 Jun 2021 05:19:42 -0700 (PDT) Received: from localhost ([2620:10d:c093:400::5:7326]) by smtp.gmail.com with ESMTPSA id u20sm7417052wmq.24.2021.06.18.05.19.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Jun 2021 05:19:42 -0700 (PDT) Date: Fri, 18 Jun 2021 13:19:41 +0100 From: Chris Down To: kernel test robot Cc: linux-kernel@vger.kernel.org, kbuild-all@lists.01.org, Petr Mladek , Jessica Yu , Sergey Senozhatsky , John Ogness , Steven Rostedt , Greg Kroah-Hartman , Johannes Weiner , Kees Cook , Andy Shevchenko Subject: Re: [PATCH v7 4/5] printk: Userspace format indexing support Message-ID: References: <202106181930.0rU3pZgm-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <202106181930.0rU3pZgm-lkp@intel.com> User-Agent: Mutt/2.1 (4b100969) (2021-06-12) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org kernel test robot writes: >>> include/linux/printk.h:219:5: error: static declaration of '_printk' follows non-static declaration This issue already exists before this patch and has done for a very long time, just the error message changed. Let's fix it in a different series.