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 6F870E77362 for ; Sat, 30 Sep 2023 09:38:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234009AbjI3Jix (ORCPT ); Sat, 30 Sep 2023 05:38:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53260 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233926AbjI3Jiu (ORCPT ); Sat, 30 Sep 2023 05:38:50 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CC8E1DD for ; Sat, 30 Sep 2023 02:38:48 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E27E9C433C7; Sat, 30 Sep 2023 09:38:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1696066728; bh=IvpiOG/bGE3T67kaLiqC3a217xhno8NefOjxFtDtAkw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WaJVTLBeni9ABYwJGH6p5NdtU/RU11lfOkq4o8gQbfieAj6Xnu0oPttIzCz/pyfLD zfTdBg1nNBQgV/qTj+JiGRQfkYtvcqEH6wKhSQRy3qHNAswsL8/wJRZIiqy/KwH3qN XJnhdlMtd5WJtvr9+PF0pxAhe4SXcD3e669r7MFw= Date: Sat, 30 Sep 2023 11:38:44 +0200 From: Greg Kroah-Hartman To: Nick Desaulniers Cc: "Rafael J. Wysocki" , tiwai@suse.com, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, Daniel Scally , Heikki Krogerus , Sakari Ailus , Richard Fitzgerald , llvm@lists.linux.dev, alsa-devel@alsa-project.org, Andy Shevchenko Subject: Re: [PATCH v1 1/1] device property: Replace custom implementation of COUNT_ARGS() Message-ID: <2023093029-balmy-shrewdly-3e3d@gregkh> References: <20230920153819.2069869-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 29, 2023 at 09:10:11AM -0700, Nick Desaulniers wrote: > On Wed, Sep 20, 2023 at 9:50 AM Nick Desaulniers > wrote: > > > > On Wed, Sep 20, 2023 at 8:38 AM Andy Shevchenko > > wrote: > > > > > > Replace custom and non-portable implementation of COUNT_ARGS(). > > > > > > Fixes: e64b674bc9d7 ("software node: implement reference properties") > > > Reported-by: Nick Desaulniers > > > Closes: https://lore.kernel.org/r/ZQoILN6QCjzosCOs@google.com > > > > Thanks for the patch! > > Closes: https://github.com/ClangBuiltLinux/linux/issues/1935 > > Reviewed-by: Nick Desaulniers > > > > Of course Linux would have a macro for this! I should have known. > > Trying to wrap my head around it. Awesome > > (resending as text/plain) > > Can someone pick this up for linux-next? > > CI for linux-next has been red for days over this. Will do, give me a chance to catch up... greg k-h