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 E0E53C433EF for ; Fri, 10 Dec 2021 17:47:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244578AbhLJRv2 (ORCPT ); Fri, 10 Dec 2021 12:51:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47636 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240786AbhLJRv2 (ORCPT ); Fri, 10 Dec 2021 12:51:28 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CE6DCC061746; Fri, 10 Dec 2021 09:47:52 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 1395ACE2BC9; Fri, 10 Dec 2021 17:47:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D0DC6C341C7; Fri, 10 Dec 2021 17:47:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639158469; bh=BmIdMiKO1bHxAOrA+A9w4P6ev9W7GWoh8IjX7ujddm8=; h=From:To:Cc:Subject:Date:From; b=ao/OUYv7n2gHb2mrq9gudYZ9kPi6m/n9no7Pl68eI8Vw82O8al2mT3P/E7Db+RIE9 /VdQrdDwkcAIHPOMHcB3M901xvEiYYNYv145/alcG76/sdp+v8iz6o1djVqwltdDho 6bahg8rq6bIQC+xbJhkk5SDEfn4fLZInf0KBopjnM5w/xQuyMQNGwNX66VeiOBEm5t u7dJCxsLAAbObAtlgmWuRZDXDloSILvpWvPf8+SY8TyTnGlCwHM4wyKLn8n2OlkaTF 56paOg6SyeRcwf4lXdXGBjvIzoCNbVagKn7cM66WVM+gTOkxaiiBpbYR/FO07JfBph g7xaSOHGIaZ+Q== From: broonie@kernel.org To: Dan Williams Cc: Christoph Hellwig , Linux Kernel Mailing List , Linux Next Mailing List , Lukas Czerner , Theodore Ts'o Subject: linux-next: manual merge of the nvdimm tree with the ext4 tree Date: Fri, 10 Dec 2021 17:47:40 +0000 Message-Id: <20211210174740.2695216-1-broonie@kernel.org> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org Hi all, Today's linux-next merge of the nvdimm tree got a conflict in: fs/ext4/super.c between at least commits: 7edfd85b1ffd3 ("ext4: Completely separate options parsing and sb setup") bdd3c50d83bf7 ("dax: remove bdev_dax_supported") from the ext4 tree and commits: 89b93a7b15f75 ("ext4: cleanup the dax handling in ext4_fill_super") 7b0800d00dae8 ("dax: remove dax_capable") from the nvdimm tree. I'm not comfortable with resolving this in something as critical as ext4 at this point on a Friday evening with the code motion that's going on so I've dropped the nvdimm tree for today, I'll look again on Monday.