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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 03886C28D13 for ; Thu, 25 Aug 2022 15:12:44 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 5E04910E; Thu, 25 Aug 2022 17:11:52 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 5E04910E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1661440362; bh=uXmAq0i5yBtbHMBAdaq7NvADLxXqOfZj1ObVoO8PzFc=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=ZGe3/AfiPqoYJYmRsNAySQ6FgijSiThIOcu+H3sWmIl6HKe3rE32pmk0rhkDFqqYc 3Xq1PWQTnbY++ozQEbPFAWDW3cYkK3C9VDkVVG3kEbJoFS4CJD1xALCm6w8Bx7Pxem baawLltwVXBZik/ICWm7a8h/MhA5CnMpPt0EVyLE= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id ECA12F80245; Thu, 25 Aug 2022 17:11:51 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id A0ABCF8025A; Thu, 25 Aug 2022 17:11:50 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id C46FFF800BD for ; Thu, 25 Aug 2022 17:11:47 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz C46FFF800BD X-IronPort-AV: E=McAfee;i="6500,9779,10450"; a="274656877" X-IronPort-AV: E=Sophos;i="5.93,263,1654585200"; d="scan'208";a="274656877" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Aug 2022 08:11:35 -0700 X-IronPort-AV: E=Sophos;i="5.93,263,1654585200"; d="scan'208";a="561058390" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Aug 2022 08:11:30 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1oRETs-003RWR-1p; Thu, 25 Aug 2022 18:09:16 +0300 Date: Thu, 25 Aug 2022 18:09:16 +0300 From: Andy Shevchenko To: Cezary Rojewski Subject: Re: [PATCH 1/2] lib/string_helpers: Introduce strsplit_u32() Message-ID: References: <2c6a4a61-e6c8-0487-8d29-dc3fbb90bbe2@intel.com> <3f9402d1-6dc8-5f64-dfce-3fb895b80bc1@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3f9402d1-6dc8-5f64-dfce-3fb895b80bc1@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Cc: Andy Shevchenko , Pierre-Louis Bossart , ALSA Development Mailing List , Kai Vehmanen , Liam Girdwood , Linux Kernel Mailing List , Takashi Iwai , Hans de Goede , Mark Brown , Bard Liao , Ranjani Sridharan , amadeuszx.slawinski@linux.intel.com, =?iso-8859-1?Q?P=E9ter?= Ujfalusi X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Tue, Aug 16, 2022 at 11:28:46AM +0200, Cezary Rojewski wrote: > On 2022-08-09 5:23 PM, Andy Shevchenko wrote: ... > Given the two major suggestions (memdup_user() and re-using get_options()) > that had a major impact on the patch are both provided by you, would you > like me to add any tags to the commit message? I'm speaking of Suggested-by > or Co-developed-by and such. In you choose 'yes', please specify tags to be > added. Suggested-by would be enough. > By the way, I've provided 'the final form' on thesofproject/linux as PR [1] > to see if no regression is caused in basic scenarios. When you will be ready, send it for upstream review. It would be easier for the kernel community to look at and comment on. > [1]: https://github.com/thesofproject/linux/pull/3812 -- With Best Regards, Andy Shevchenko