From patchwork Sun Mar 27 22:32:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Rothwell X-Patchwork-Id: 12792925 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 D6E65C433EF for ; Sun, 27 Mar 2022 22:32:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232147AbiC0WeP (ORCPT ); Sun, 27 Mar 2022 18:34:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52074 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236943AbiC0WeO (ORCPT ); Sun, 27 Mar 2022 18:34:14 -0400 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3139449C99; Sun, 27 Mar 2022 15:32:34 -0700 (PDT) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4KRVvK1418z4xXS; Mon, 28 Mar 2022 09:32:29 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1648420349; bh=eGnzFInsDLriIvOfS1qS5g3gq01yurBK57/e7LTZYXw=; h=Date:From:To:Cc:Subject:From; b=bBSPiO2YJ98hxnBqIblzmHY/pptEACqZhmewYK09YfOLH2z871QTJEGkoeuNvPkp/ TgjMvgok7fFQ7j96hWfnTha5NxaXs1ZRgRbQz4edWrxFnsmEhixvkz9DRjWa/VFwOV YWIjabSGdVBpf92SCNO03fEbxpg219t+DAAYksk7W2k4+UvAObdW0wAnexlH0uTUeW sAdRfy41wLbUUl0+R82vI/JCzWcs04yiuGC3P7sQJ0N9RRICnlSYUVol9ZPH/LiN8v dR/kIS7YQl8tGjvr+9MCPi2sg0WDov+DJGJysVRpWaY3BJVNNx8tJhEFP1M5hTlx8x 2DUlt3D0/Pjlg== Date: Mon, 28 Mar 2022 09:32:28 +1100 From: Stephen Rothwell To: Steve French , CIFS Cc: "Gustavo A. R. Silva" , Linux Kernel Mailing List , Linux Next Mailing List , Steve French Subject: linux-next: manual merge of the cifs tree with Linus' tree Message-ID: <20220328093228.3c2a6019@canb.auug.org.au> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org Hi all, Today's linux-next merge of the cifs tree got a conflict in: fs/ksmbd/smb2pdu.h between commit: 5224f7909617 ("treewide: Replace zero-length arrays with flexible-array members") from Linus' tree and commit: be1350004392 ("smb3: move defines for query info and query fsinfo to smbfs_common") from the cifs 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 fs/ksmbd/smb2pdu.h index d49468426576,4db2896b977b..000000000000 --- a/fs/ksmbd/smb2pdu.h