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, NICE_REPLY_A,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 863BDC433ED for ; Fri, 16 Apr 2021 10:39:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 585AA6115B for ; Fri, 16 Apr 2021 10:39:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241673AbhDPKjm (ORCPT ); Fri, 16 Apr 2021 06:39:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48434 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235267AbhDPKjh (ORCPT ); Fri, 16 Apr 2021 06:39:37 -0400 Received: from mail.ionic.de (ionic.de [IPv6:2001:41d0:a:588b:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 176A3C061574 for ; Fri, 16 Apr 2021 03:39:13 -0700 (PDT) Authentication-Results: root24.eu; spf=softfail (domain owner discourages use of this host) smtp.mailfrom=ionic.de (client-ip=217.92.117.31; helo=home.ionic.de; envelope-from=ionic@ionic.de; receiver=) Received: from [192.168.0.46] (home.ionic.de [217.92.117.31]) by mail.ionic.de (Postfix) with ESMTPSA id E20D44F00334; Fri, 16 Apr 2021 10:39:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ionic.de; s=default; t=1618569550; bh=Nl3+uVYN0i0j+iMeYbox7bQdlNUhm27918lmewT153M=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=NrAC892JVNF44UrcDyfWz9U1Uqta62DWd4jtnJ5Q3QVFQ99xPjj+qYeSwVrNz7Qc1 ki5+Nu5MUZzqIHGOn8jhRxdy/yhLEAt2mcMCCt2DCRU/lC2Kp35L0nFX+GIPFCHLPx 5DLR4396MqnmukNqIywb0lc5LKBseiONtEXqVckM= Subject: Re: [PATCH v3] kconfig: nconf: stop endless search loops To: Masahiro Yamada Cc: Linux Kernel Mailing List References: <20210327120155.500-1-ionic@ionic.de> <20210415072803.16338-1-ionic@ionic.de> From: Mihai Moldovan Message-ID: <11fec3bd-d94b-0a51-762a-99b3409c0481@ionic.de> Date: Fri, 16 Apr 2021 12:39:09 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * On 4/16/21 7:40 AM, Masahiro Yamada wrote: > Applied to linux-kbuild. Thanks. Thank you for your review and input. :) Mihai