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 83996C32774 for ; Thu, 25 Aug 2022 15:16:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241736AbiHYPQs (ORCPT ); Thu, 25 Aug 2022 11:16:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50544 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242758AbiHYPQh (ORCPT ); Thu, 25 Aug 2022 11:16:37 -0400 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 91DF97171F for ; Thu, 25 Aug 2022 08:16:34 -0700 (PDT) X-IronPort-AV: E=McAfee;i="6500,9779,10450"; a="291838140" X-IronPort-AV: E=Sophos;i="5.93,263,1654585200"; d="scan'208";a="291838140" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.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 Cc: =?iso-8859-1?Q?P=E9ter?= Ujfalusi , Andy Shevchenko , Mark Brown , ALSA Development Mailing List , Takashi Iwai , Jaroslav Kysela , amadeuszx.slawinski@linux.intel.com, Pierre-Louis Bossart , Hans de Goede , Ranjani Sridharan , Linux Kernel Mailing List , Liam Girdwood , Kai Vehmanen , Bard Liao 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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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