Message ID | 20240215144633.96437-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 15E7412EBDB; Thu, 15 Feb 2024 14:46:39 +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=1708008402; cv=none; b=SNC2eQ3OkG+y24UDrTC+02xi0957EiX7LMuBqfaOXwX0HRyiBSSZ888hJUkL8V74helQ7fEcZIIF6sKU9aGVGh6pI4LjhnZlgA6XFsU6X30wcdAUAqKkdNiGCdYW5PHqrTkbKV1k1Ijqx1zD438E0FGUX/4nl7FD2V4mG9HP6wk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708008402; c=relaxed/simple; bh=uO/a16VysXWo1w2+bfHaMs5Vbc5IRLwd9tG3amhoOoc=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=GM0QDX0crnV56Qyb0/J8AuM9JtzjXJGNUCy5wsgsKjQhkrA8HFygma/p919AknC22tUXrg4f/M5nS8ZdjLiVcmztMDxbz2vgiGYsIWWQf7o4XI3BOAHQrGRwFCd7tKe/duonWkO2H+Rhi3/W7mrctI42iOz2HK3Ze2mcyiYFa0s= 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=rJZq31HQ; 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="rJZq31HQ" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=efficios.com; s=smtpout1; t=1708008399; bh=uO/a16VysXWo1w2+bfHaMs5Vbc5IRLwd9tG3amhoOoc=; h=From:To:Cc:Subject:Date:From; b=rJZq31HQ6E9MSIwZieDHjqM5aMeRR4fnCM4GGX5QWavUJQDO6RcqRTXTcM6aqk0/N F2Iz+PHw4DmB5AGTUaiGtbTABC9Pxh0A/mK0zhmdlcIiu1C5TVIbLzz8e96bZR0fTv gGtn9tzlPljPnURlXOtVjCgGl2j1oiW+6dcBkJVHaKpGGHkFU99uhymAZWuvF95B/W BRR0WU//KLCg5CFvG9UPwW+onLIuWhuUWPzcCRN9ELwvoW/ReoCGrzJfc6Qf9niGvo oqga+V4lIhwSVlLTeWIpII7Ge6ECtKLt0m4SWLPsqSmepQQLNwmJTHncSEnf9HFxd9 KSHgaxpty5EqA== 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 4TbHvL69X4zZKk; Thu, 15 Feb 2024 09:46:38 -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 v6 0/9] Introduce cpu_dcache_is_aliasing() to fix DAX regression Date: Thu, 15 Feb 2024 09:46:24 -0500 Message-Id: <20240215144633.96437-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
|