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 76D4EC433F5 for ; Sat, 14 May 2022 16:48:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234514AbiENQsu (ORCPT ); Sat, 14 May 2022 12:48:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44514 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234525AbiENQsn (ORCPT ); Sat, 14 May 2022 12:48:43 -0400 X-Greylist: delayed 600 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Sat, 14 May 2022 09:48:25 PDT Received: from relay.hostedemail.com (smtprelay0012.hostedemail.com [216.40.44.12]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7727B369E0 for ; Sat, 14 May 2022 09:48:25 -0700 (PDT) Received: from omf01.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay02.hostedemail.com (Postfix) with ESMTP id 77BC532002; Sat, 14 May 2022 16:31:27 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: joe@perches.com) by omf01.hostedemail.com (Postfix) with ESMTPA id 4395560009; Sat, 14 May 2022 16:31:24 +0000 (UTC) Message-ID: <58a70b4a91a184eef26f9823636bf81c573b2c3b.camel@perches.com> Subject: Re: [PATCH 05/22] iio: replace bitmap_weight with bitmap_weitght_{eq,le} where appropriate From: Joe Perches To: Jonathan Cameron , Yury Norov Cc: Andy Shevchenko , David Laight , Greg Kroah-Hartman , Julia Lawall , =?UTF-8?Q?Micha=C5=82_Miros=C5=82aw?= , Nicholas Piggin , Nicolas Palix , Peter Zijlstra , Rasmus Villemoes , Matti Vaittinen , linux-kernel@vger.kernel.org, Lars-Peter Clausen , Michael Hennerich , linux-iio@vger.kernel.org Date: Sat, 14 May 2022 09:31:23 -0700 In-Reply-To: <20220514165309.7445c767@jic23-huawei> References: <20220510154750.212913-1-yury.norov@gmail.com> <20220510154750.212913-6-yury.norov@gmail.com> <20220514165309.7445c767@jic23-huawei> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.40.4-1ubuntu2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Stat-Signature: zyycxee6xd4h5bntsfrd6nbdzt79pp8t X-Rspamd-Server: rspamout04 X-Rspamd-Queue-Id: 4395560009 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Session-ID: U2FsdGVkX1+ZFvGeH+fXzF/xfnsLphuIT8PlcpdCOCo= X-HE-Tag: 1652545884-847318 Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Sat, 2022-05-14 at 16:53 +0100, Jonathan Cameron wrote: > On Tue, 10 May 2022 08:47:33 -0700 > Yury Norov wrote: > > > bitmap_weight_{eq,le} is better than bitmap_weight because it > > may return earlier. > > > > CC: Jonathan Cameron > > CC: Lars-Peter Clausen > > CC: Michael Hennerich > > CC: linux-iio@vger.kernel.org > > CC: linux-kernel@vger.kernel.org > > Signed-off-by: Yury Norov > without being cc'd on the cover letter, there is no obvious way for > me to know this is reliant in some series to be found in next. > > Please call out the exact dependency and whilst it's a long list, > it is good to cc all people cc'd on individual patches also > on the cover letter so they have that background information. When doing a treewide change like this, vger would commonly reject the message because of too many recipients. > > Change seems fine, but I've no idea when/if to pick it up because of > that lack of information. You could try using lore with the in-reply-to message header id https://lore.kernel.org/lkml/20220510154750.212913-6-yury.norov@gmail.com/ that gives you the entire thread.