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=-9.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=unavailable 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 CF946C4338F for ; Wed, 4 Aug 2021 15:22:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B111560C51 for ; Wed, 4 Aug 2021 15:22:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238963AbhHDPXE (ORCPT ); Wed, 4 Aug 2021 11:23:04 -0400 Received: from mail.kernel.org ([198.145.29.99]:46884 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238324AbhHDPW6 (ORCPT ); Wed, 4 Aug 2021 11:22:58 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7B5FC60C51; Wed, 4 Aug 2021 15:22:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1628090566; bh=ovDUOoVhQtVbR5pY5X4EDSq5lR4QMG9dd1pLVfP4CTg=; h=From:To:Cc:Subject:Date:From; b=YSYRcWSHAVN+wB+yXKXj2JyMZlWEbGEPBI55wySVW7eJ3IOhy9/DL8MOrIkmW5Gui SLWIDrfaXWYMZURs8xMwMnA98Kow0WMjioAyqHPGkkuo/4JXJE68WQSerCA+Rq9J0q 8WZvMv8hGg31y3n46MQjnc9ohg0nKKchc+XkNCDsJinjDZPxd+GftH3leKBXEIpnOa omkgLxtabH4wVSYM67FNGhSmFcm1sbCiU2gb8h53wm34ZMGZyCgxOs8gxgaD8U2dzr MJjd3/FZmpgTAF5yZpO3K98SpaTPt6/4uD6KIQrve0xwuB9H1eNaaNZT1nyznRaS3w om9ypZ40lxH8A== From: Mark Brown To: Manivannan Sadhasivam Cc: "David S . Miller" , Linux Kernel Mailing List , Linux Next Mailing List , Manivannan Sadhasivam , Loic Poulain Subject: linux-next: manual merge of the mhi tree with the net tree Date: Wed, 4 Aug 2021 16:22:30 +0100 Message-Id: <20210804152230.36220-1-broonie@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, Today's linux-next merge of the mhi tree got a conflict in: net/qrtr/mhi.c between commit: ce78ffa3ef16 ("net: really fix the build...") from the net tree and commit: 51caa4ed8542 ("bus: mhi: Add inbound buffers allocation flag") from the mhi tree. I fixed it up (see below) and can carry the fix as necessary. This is now fixed as far as linux-next is concerned, but any non trivial conflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. diff --cc net/qrtr/mhi.c index 1dc955ca57d3,29b4fa3b72ab..000000000000 --- a/net/qrtr/mhi.c +++ b/net/qrtr/mhi.c