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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 5BA72C2B9F4 for ; Thu, 17 Jun 2021 09:39:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 29F0B6117A for ; Thu, 17 Jun 2021 09:39:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231712AbhFQJln (ORCPT ); Thu, 17 Jun 2021 05:41:43 -0400 Received: from smtp-out2.suse.de ([195.135.220.29]:45990 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230311AbhFQJll (ORCPT ); Thu, 17 Jun 2021 05:41:41 -0400 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 295811FDBF; Thu, 17 Jun 2021 09:39:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1623922773; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=T1d8fKCZblRlRuGrx5gobxG2lu2xoWw3TpshAwvJsEg=; b=L/5NyiqyhwKlxNcHVpXMlOFUWUv+3lGHSBehk19YGsEOU2zQmz8ihs/m63XgkHwmj3h2vw +e7sOR+d8z9FmuHTTiMNWI+IXXUglLemzivnzRdcX1uJ1rM+FwlBcsJ/hz7R+fbjDO61mj vq9Q7f88b68ZK+XX+tL7SlGoLXf/qAI= Received: from suse.cz (unknown [10.100.224.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id D2FFCA3BB7; Thu, 17 Jun 2021 09:39:32 +0000 (UTC) Date: Thu, 17 Jun 2021 11:39:32 +0200 From: Petr Mladek To: Andy Shevchenko Cc: kernel test robot , Chris Down , linux-kernel@vger.kernel.org, kbuild-all@lists.01.org, Jessica Yu , Sergey Senozhatsky , John Ogness , Steven Rostedt , Greg Kroah-Hartman , Johannes Weiner , Kees Cook Subject: Re: [PATCH v7 4/5] printk: Userspace format indexing support Message-ID: References: <202106171546.7koPrJBA-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu 2021-06-17 11:38:00, Andy Shevchenko wrote: > On Thu, Jun 17, 2021 at 03:36:08PM +0800, kernel test robot wrote: > > Hi Chris, > > > > I love your patch! Perhaps something to improve: > > > > [auto build test WARNING on jeyu/modules-next] > > [also build test WARNING on linux/master soc/for-next openrisc/for-next powerpc/next asm-generic/master driver-core/driver-core-testing linus/master v5.13-rc6 next-20210616] > > [cannot apply to uml/linux-next tip/x86/core] > > [If your patch is applied to the wrong git tree, kindly drop us a note. > > And when submitting patch, we suggest to use '--base' as documented in > > https://git-scm.com/docs/git-format-patch] > > > > url: https://github.com/0day-ci/linux/commits/Chris-Down/printk-Userspace-format-indexing-support/20210617-101450 > > base: https://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next > > Not sure that has what Andrew keeps in his quilt. Yup, it compiles fine on linux-next where the funtion is declared via a patch from Andrew's tree. Best Regards, Petr