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 3E160C433F5 for ; Mon, 15 Nov 2021 11:23:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 28E6961BF9 for ; Mon, 15 Nov 2021 11:23:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231439AbhKOL0c (ORCPT ); Mon, 15 Nov 2021 06:26:32 -0500 Received: from mga02.intel.com ([134.134.136.20]:24260 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231461AbhKOL0N (ORCPT ); Mon, 15 Nov 2021 06:26:13 -0500 X-IronPort-AV: E=McAfee;i="6200,9189,10168"; a="220632503" X-IronPort-AV: E=Sophos;i="5.87,236,1631602800"; d="scan'208";a="220632503" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Nov 2021 03:23:17 -0800 X-IronPort-AV: E=Sophos;i="5.87,236,1631602800"; d="scan'208";a="585236645" Received: from smile.fi.intel.com ([10.237.72.184]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Nov 2021 03:23:12 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.95) (envelope-from ) id 1mma4l-0072cQ-A0; Mon, 15 Nov 2021 13:23:03 +0200 Date: Mon, 15 Nov 2021 13:23:02 +0200 From: Andy Shevchenko To: Linus Walleij Cc: Bartosz Golaszewski , Jianqun Xu , Sai Krishna Potthuri , Andrew Morton , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, Bamvor Jian Zhang , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Heiko Stuebner , Patrice Chotard , Michal Simek , Andy Shevchenko Subject: Re: [PATCH v1 01/19] lib/string_helpers: Introduce kasprintf_strarray() Message-ID: References: <20211105124242.27288-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 09, 2021 at 12:42:00PM +0100, Linus Walleij wrote: > On Fri, Nov 5, 2021 at 1:43 PM Andy Shevchenko > wrote: > > > We have a few users already that basically want to have array of > > sequential strings to be allocated and filled. > > > > Provide a helper for them (basically adjusted version from gpio-mockup.c). > > > > Signed-off-by: Andy Shevchenko > > Fulfils Rusty Russell's API design hierarchy requirements > and help people to make less mistakes so: > Reviewed-by: Linus Walleij Thanks! Should I resend, take into mine PR, or you just apply it as is? As I answered previously the series doesn't require additional work from my perspective. -- With Best Regards, Andy Shevchenko