Message ID | 20240212163101.19614-1-mathieu.desnoyers@efficios.com |
---|---|
Headers | show
Received: from smtpout.efficios.com (smtpout.efficios.com [167.114.26.122]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 41A0C154B1; Mon, 12 Feb 2024 16:31:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=167.114.26.122 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707755466; cv=none; b=j0dn3zGkrV1f6ESTsGJDmVLslimbfF57UAEVDXDjM76b0f16PiutqjOkEpffuvoFo9klpaitTX4vGdSRUhwI5iTRy3MtXvDTMX2jvKbmXQa+OE2e0iMGTeCrR15JN+hMw9e6ZfvUmaqDulQHo7AlotiYeXRj75CTFwBFjbveB+4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707755466; c=relaxed/simple; bh=78QteBENnmm+/z8tDMucsXOLPT3JPBJzzEePzC51z6Q=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=WuH2zkw5t/gg/G3ZHkfutYEYcoOpeK3u2E84r3eQloW4FCdsPPgBcp3Rwdca/pH1J5Op4JXFe5nsw7dUIJrp2J3Cv6nB4Se5ekPpUThDxoscZ/dCQCyZHn+XQh2MHOb3QGw0Asj2ZV0ci2dhZwXEIy/j8856ed86RjXMVUI2kac= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=efficios.com; spf=pass smtp.mailfrom=efficios.com; dkim=pass (2048-bit key) header.d=efficios.com header.i=@efficios.com header.b=kPjffymB; arc=none smtp.client-ip=167.114.26.122 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=efficios.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=efficios.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=efficios.com header.i=@efficios.com header.b="kPjffymB" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=efficios.com; s=smtpout1; t=1707755463; bh=78QteBENnmm+/z8tDMucsXOLPT3JPBJzzEePzC51z6Q=; h=From:To:Cc:Subject:Date:From; b=kPjffymBumPkN0jHfJ2pZQug2BmE+XLTR9XjyVcfnVzogFypi6zhaAiyosDHIPxFE JtdmC04KVmlUIjGPUg/TMFlN+1JWIX4TnzakWJgfTaOlvpEFjZ/o0nYC0hafDX3JMK /e3DhKEcRfYNbxXp8CPJEZ/M5sPooLb5moklGrAnvP8IWpokPCKFyc8zjp7FxYrWE1 wSH5eHsEzvmfCPBeq7/N3Mu59DFGY75AN2FFiLyuyZFBVuvwIUT2h/MrhTK79avcWs 14eLRExiDdQeypMzYN0sOQRKr8Cu165spyZ/nu/Crxp1TuYIhzbuJfnN98Sb8kTcW1 RWgiOarAoDw5w== Received: from thinkos.internal.efficios.com (192-222-143-198.qc.cable.ebox.net [192.222.143.198]) by smtpout.efficios.com (Postfix) with ESMTPSA id 4TYVMC0NW7zXvP; Mon, 12 Feb 2024 11:31:03 -0500 (EST) From: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> To: Dan Williams <dan.j.williams@intel.com>, Arnd Bergmann <arnd@arndb.de>, Dave Chinner <david@fromorbit.com> Cc: linux-kernel@vger.kernel.org, Mathieu Desnoyers <mathieu.desnoyers@efficios.com>, Andrew Morton <akpm@linux-foundation.org>, Linus Torvalds <torvalds@linux-foundation.org>, Vishal Verma <vishal.l.verma@intel.com>, Dave Jiang <dave.jiang@intel.com>, Matthew Wilcox <willy@infradead.org>, Russell King <linux@armlinux.org.uk>, linux-arch@vger.kernel.org, linux-cxl@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-xfs@vger.kernel.org, dm-devel@lists.linux.dev, nvdimm@lists.linux.dev, linux-s390@vger.kernel.org Subject: [PATCH v5 0/8] Introduce cpu_dcache_is_aliasing() to fix DAX regression Date: Mon, 12 Feb 2024 11:30:53 -0500 Message-Id: <20240212163101.19614-1-mathieu.desnoyers@efficios.com> X-Mailer: git-send-email 2.39.2 Precedence: bulk X-Mailing-List: linux-cxl@vger.kernel.org List-Id: <linux-cxl.vger.kernel.org> List-Subscribe: <mailto:linux-cxl+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-cxl+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
Introduce cpu_dcache_is_aliasing() to fix DAX regression
|
expand
|