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 7EE8AC3DA7A for ; Mon, 2 Jan 2023 17:24:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233784AbjABRYt (ORCPT ); Mon, 2 Jan 2023 12:24:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34192 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232535AbjABRYo (ORCPT ); Mon, 2 Jan 2023 12:24:44 -0500 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 191B0B84E; Mon, 2 Jan 2023 09:24:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672680284; x=1704216284; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=6MsclmYEbFQLTFumk27drrI0fnEhnwF05BH3vrcK1XM=; b=Zuu0P2qceyuck5L3YA/oO/w+5y5QRYkCcYNfbk5pwlE0gZtMBOg5xHrt QpH6M8QfT8h7GK7VhQuJU/5iL46+7D559BMoCuC3QPZFigBHJthVOBTE9 Z3MHa3i1VWacAEcl4GSibn5uH4PfDBDtVdYHqtuQ2o1dnu4BYRQtj5cOe yGVlbf9rC60Tup8plc0P5VSLrR4ge9fo/yEPozIXsYJdDFCXnjSHYcsI1 QQjN8WqJkAkDBvzV4KxqUSh/cLwdtoIGUYfU3Aenw47d5VIijriMzy/8s g+UyORqtyvyX2bLY6PtKYhp8+XvDM45ZwD83yN1QvWFlRwTjNLWo1Jm33 A==; X-IronPort-AV: E=McAfee;i="6500,9779,10578"; a="320231190" X-IronPort-AV: E=Sophos;i="5.96,294,1665471600"; d="scan'208";a="320231190" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jan 2023 09:24:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10578"; a="632193640" X-IronPort-AV: E=Sophos;i="5.96,294,1665471600"; d="scan'208";a="632193640" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga006.jf.intel.com with ESMTP; 02 Jan 2023 09:24:34 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1pCOY3-003WV9-0D; Mon, 02 Jan 2023 19:24:31 +0200 Date: Mon, 2 Jan 2023 19:24:30 +0200 From: Andy Shevchenko To: Alexander Lobakin Cc: Maciej Fijalkowski , Arnd Bergmann , Yury Norov , Mark Rutland , Matt Turner , Brian Cain , Geert Uytterhoeven , Yoshinori Sato , Rich Felker , "David S. Miller" , Kees Cook , "Peter Zijlstra (Intel)" , Marco Elver , Borislav Petkov , Tony Luck , Jesse Brandeburg , Greg Kroah-Hartman , Nathan Chancellor , Nick Desaulniers , Tom Rix , kernel test robot , linux-alpha@vger.kernel.org, linux-hexagon@vger.kernel.org, linux-ia64@vger.kernel.org, linux-m68k@lists.linux-m68k.org, linux-sh@vger.kernel.org, sparclinux@vger.kernel.org, linux-arch@vger.kernel.org, llvm@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 2/9] bitops: always define asm-generic non-atomic bitops Message-ID: References: <20220624121313.2382500-1-alexandr.lobakin@intel.com> <20220624121313.2382500-3-alexandr.lobakin@intel.com> <20230102163059.3556962-1-alexandr.lobakin@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230102163059.3556962-1-alexandr.lobakin@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 Mon, Jan 02, 2023 at 05:30:59PM +0100, Alexander Lobakin wrote: > From: Maciej Fijalkowski > Date: Mon, 2 Jan 2023 17:14:31 +0100 > > On Fri, Jun 24, 2022 at 02:13:06PM +0200, Alexander Lobakin wrote: > > this patch gives me a headache when trying to run sparse against a module. No, it's not related to this patch. > > Olek please help :D > > It was fixed shortly after the build bots turned on on the original > series with [0]. Hovewer, no release tag's been made after the fix. > There's also a short discussion regarding packaging Sparse 0.6.4 for > Debian with that fix cherry-picked[1], not sure if it led anywhere. Debian already fixed that for a few weeks at least. -- With Best Regards, Andy Shevchenko