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 57167CDB465 for ; Mon, 16 Oct 2023 18:38:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233032AbjJPSio (ORCPT ); Mon, 16 Oct 2023 14:38:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57850 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233962AbjJPSil (ORCPT ); Mon, 16 Oct 2023 14:38:41 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3F778ED for ; Mon, 16 Oct 2023 11:38:38 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 57AB8C433CA; Mon, 16 Oct 2023 18:38:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1697481517; bh=AFdp8omPmPiBhjxSWDTVQjJWPxG/mPwHxdogni4Y9ic=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=A3cs+lvEJlruCKwHIQnoEdwi7Sn6r9wueNkl6xsI6JnweopGjxi83ajur94JRAKQs ctj86mg8rT9JCXhueBrHxJx2wyIM6ScI1GlTJgb7UC9f5m8zQRQUjhRJnjaeLtbWxQ 8PR5Oq7isHHrSW0PwiGBvism99GdqTzQxy4Dt+VU= Date: Mon, 16 Oct 2023 20:38:27 +0200 From: Greg Kroah-Hartman To: Yury Norov Cc: linux-kernel@vger.kernel.org, "Rafael J. Wysocki" , Andrew Morton , Andy Shevchenko , Brendan Higgins , David Gow , Hans de Goede , Herbert Xu , James Seo , Jason Baron , Kees Cook , Kefeng Wang , Marco Elver , Mark Brown , Ming Lei , Petr Tesarik , Rae Moar , Rasmus Villemoes , Thomas Gleixner Subject: Re: [PATCH 0/2] lib: unload lib/bitmap.c Message-ID: <2023101622-footsie-example-6428@gregkh> References: <20231007233510.2097166-1-yury.norov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Oct 14, 2023 at 07:32:28PM -0700, Yury Norov wrote: > On Sat, Oct 07, 2023 at 04:35:08PM -0700, Yury Norov wrote: > > The file is intended to hold functions to operate on bit arrays, but > > this days, more than 1/3 of bitmap.c is helpers for bitmap-to-string > > converters, plus some wrappers for device.h. > > > > So move those out of lib/bitmap.c in sake of readability and > > maintainability. > > > > Functionally, this series is a no-op. > > > > Yury Norov (2): > > lib/bitmap: move bitmap allocators for device to linux/device.h > > lib/bitmap: split-out string-related operations to a separate files > > OK, then if no objections, I drop #1 as a controversial, and pull #2 > into bitmap-for-next. That's fine with me, thanks. greg k-h