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 X-Spam-Level: X-Spam-Status: No, score=-1.5 required=3.0 tests=BAYES_50, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F3DEDC433E0 for ; Mon, 4 Jan 2021 22:19:02 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A076F22513 for ; Mon, 4 Jan 2021 22:19:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A076F22513 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvdimm-bounces@lists.01.org Received: from ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 12901100EC1DA; Mon, 4 Jan 2021 14:19:02 -0800 (PST) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=134.134.136.24; helo=mga09.intel.com; envelope-from=ira.weiny@intel.com; receiver= Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id B9FB5100ED48C for ; Mon, 4 Jan 2021 14:18:59 -0800 (PST) IronPort-SDR: g1qnv8ug0O6TqtjCMZNtr4gGj67Rj6kAA5fi6RBm5t4/n2g4Ejl2Dau6i0dK0aum22Fe0hAtks bkpSfXRFuJMw== X-IronPort-AV: E=McAfee;i="6000,8403,9854"; a="177170738" X-IronPort-AV: E=Sophos;i="5.78,475,1599548400"; d="scan'208";a="177170738" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jan 2021 14:18:59 -0800 IronPort-SDR: nsWuVBcoKLnH3qTuPH39slarwvE8UmYB+ri0uGRknka3dUHxgK3Oj8N3oTGFN90vdgX8l0CpD/ QqMEHuQ9Ki+g== X-IronPort-AV: E=Sophos;i="5.78,475,1599548400"; d="scan'208";a="421530751" Received: from iweiny-desk2.sc.intel.com (HELO localhost) ([10.3.52.147]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jan 2021 14:18:58 -0800 Date: Mon, 4 Jan 2021 14:18:58 -0800 From: Ira Weiny To: Dan Williams Subject: Re: [PATCH] libnvdimm/pmem: remove unused header. Message-ID: <20210104221858.GJ3097896@iweiny-DESK2.sc.intel.com> References: <20201225013546.300116-1-jianpeng.ma@intel.com> <20201228171758.GO1563847@iweiny-DESK2.sc.intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.1 (2018-12-01) Message-ID-Hash: UO5C7RL7FRNNKUDVFZN2ZAWOM3JM5JHV X-Message-ID-Hash: UO5C7RL7FRNNKUDVFZN2ZAWOM3JM5JHV X-MailFrom: ira.weiny@intel.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header CC: Jianpeng Ma , linux-nvdimm , Christoph Hellwig X-Mailman-Version: 3.1.1 Precedence: list List-Id: "Linux-nvdimm developer list." Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Mon, Jan 04, 2021 at 01:16:32PM -0800, Dan Williams wrote: > On Mon, Dec 28, 2020 at 9:18 AM Ira Weiny wrote: > > > > On Fri, Dec 25, 2020 at 09:35:46AM +0800, Jianpeng Ma wrote: > > > 'commit a8b456d01cd6 ("bdi: remove BDI_CAP_SYNCHRONOUS_IO")' forgot > > > > This information should be part of a fixes tag. > > Oh, I was just about to comment "don't provide a Fixes tag for pure > cleanups". Fixes is for functional issues that a backporter should > consider. I thought this was discussed recently and it was concluded that 'fixes' does not indicate something should be backported? ... https://lore.kernel.org/lkml/X8flmVAwl0158872@kroah.com/ At least that is what Greg KH said. But Dave C. was not happy with this... :-/ Sorry... Ira _______________________________________________ Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org To unsubscribe send an email to linux-nvdimm-leave@lists.01.org