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 CC169ECAAA1 for ; Fri, 9 Sep 2022 17:04:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230401AbiIIREM (ORCPT ); Fri, 9 Sep 2022 13:04:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41492 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230143AbiIIREE (ORCPT ); Fri, 9 Sep 2022 13:04:04 -0400 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 66D6B10C98D for ; Fri, 9 Sep 2022 10:04:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662743040; x=1694279040; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=nipNB0i+x/zBCdq4Ynhzz+pJsK1m2sb1Tx6FZZqOI+8=; b=W5tb27/DA0+rA4MTYEzvghaeC3b3IXIOPCJT4rGjz8RhSR80d1cyW8Mv 3ymor9eQWmaRwoyusWJkTrkaOg7DEQaQpzDCwi68pTlSzW5Me+3rmMlke pUi1SXJ+KLhrZwls4tHCyILOGyoGz/YSO0VNAOPSHBPo0h9pNctBPMu32 ngigd+J58dWmeNdrkgcy3eV5pEJ1HJMP1T8bX/zSr5JD27EmlxldVj5Bc VA2xibG7JpX8I+nA3gXCe82aJUpgfsrz+rJdqBp+do3W0vGva/XMk1Wkv Xck4ubeaoRDb1XjTfYn4qsljEIflDNT7dwR0cgWakYO4hZRWIDw+3LUyQ w==; X-IronPort-AV: E=McAfee;i="6500,9779,10465"; a="277913721" X-IronPort-AV: E=Sophos;i="5.93,303,1654585200"; d="scan'208";a="277913721" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Sep 2022 10:03:46 -0700 X-IronPort-AV: E=Sophos;i="5.93,303,1654585200"; d="scan'208";a="704466338" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Sep 2022 10:03:42 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1oWhPn-0004oh-0n; Fri, 09 Sep 2022 20:03:39 +0300 Date: Fri, 9 Sep 2022 20:03:39 +0300 From: Andy Shevchenko To: Yury Norov Cc: Sven Schnelle , Valentin Schneider , Linus Torvalds , linux-kernel@vger.kernel.org, Alexey Klimov , Andy Whitcroft , Catalin Marinas , David Laight , Dennis Zhou , Guenter Roeck , Kees Cook , Rasmus Villemoes , Russell King Subject: Re: [PATCH v3 3/4] lib/find_bit: optimize find_next_bit() functions Message-ID: References: <20220827175807.4017673-1-yury.norov@gmail.com> <20220827175807.4017673-4-yury.norov@gmail.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 Fri, Sep 09, 2022 at 07:47:10AM -0700, Yury Norov wrote: > On Fri, Sep 09, 2022 at 02:24:31PM +0200, Sven Schnelle wrote: ... > I removed the whole series and will resend it with an appropriate fixes > at the weekend. Hopefully it will disappear in next-20220909 or 10. Usually there is no Linux Next releases on weekends. So it will be at best the 20220912 one. -- With Best Regards, Andy Shevchenko