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 1A52AC04A6A for ; Tue, 15 Aug 2023 03:28:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234520AbjHOD2B (ORCPT ); Mon, 14 Aug 2023 23:28:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60180 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234678AbjHODZx (ORCPT ); Mon, 14 Aug 2023 23:25:53 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 01AD14223; Mon, 14 Aug 2023 20:18:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Transfer-Encoding: Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Sender:Reply-To:Content-ID:Content-Description; bh=uNOIPPxb0nzhj17QBQUBlRg6NF9GT8npgIRWptb0k1I=; b=KPvoUD0EdzjuBQMFamzppGty18 I0G0bhPAXi9ZJjiA4pSxo/zQnyCzIdjFeviFx576u0F3/yofr9sUBMY8hdQZNbIzbKl9Hlfe2t7uq 3iJMxhkXbfhqZWJyUm6SxcPFsrv6vmc8QQuNN7mO6RQknxzGtk3itLaYOMV1q2fK187JtuYkfF24v cetPkfV8RCA0dX20IPDOBIyxPUsVq9H3BCwiNNDeoSbuKRg1GvZJWznIfsBzw9NAQYBE0aHjTMMPK QrqQZPib6swERMNoIXQfl8tTTMKnE3H8UcDLeTkAUnX9m3Yxq3JhoPF+kTGrZeVjPwlo4KqLnwxrF CTXuAsUg==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1qVkZR-005o2Q-8y; Tue, 15 Aug 2023 03:18:13 +0000 Date: Tue, 15 Aug 2023 04:18:13 +0100 From: Matthew Wilcox To: Guo Ren Cc: Andrew Morton , Guo Ren , Linux Kernel Mailing List , Linux Next Mailing List , Stephen Rothwell Subject: Re: linux-next: manual merge of the csky tree with the mm tree Message-ID: References: <20230815104604.54f65293@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 15, 2023 at 11:11:52AM +0800, Guo Ren wrote: > On Tue, Aug 15, 2023 at 8:46 AM Stephen Rothwell wrote: > > > > Hi all, > > > > Today's linux-next merge of the csky tree got a conflict in: > > > > arch/csky/abiv2/cacheflush.c > > > > between commit: > > > > 1222e1310d64 ("csky: implement the new page table range API") > Could I take this patch into csky next tree to solve the conflict. No. It depends on the predecessor patches in that series.