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 D47C3C77B76 for ; Tue, 18 Apr 2023 13:40:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231241AbjDRNkV (ORCPT ); Tue, 18 Apr 2023 09:40:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56208 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230477AbjDRNkU (ORCPT ); Tue, 18 Apr 2023 09:40:20 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 21997210B; Tue, 18 Apr 2023 06:40:20 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id B078962BD4; Tue, 18 Apr 2023 13:40:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2826CC433D2; Tue, 18 Apr 2023 13:40:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681825219; bh=yHZZr9lbmqRMgIawoEACPWeAMair9uMLVjV2HPRCkNU=; h=From:To:Cc:Subject:Date:From; b=jUCCiLjo7SQ8eRBAbb7yao1W41i0rlmUgl/dgo0tH62cowuC277QchWQrrzIRHvcX /gMdpGJNMGjrm11Z7/qve7i9URidQmcDoGX0IsEP/oJW67BBwJ2Fk71WFSf73NhoAQ 5veID3B4RO0ksV1/M3//sQNmLpsTaz8fiBXMHN1iCu/7aBpGJcZFdFppF7LpcsvKw0 2QDQ1nJOU9LGmO0+Myge7O1AWIzZKtnVcx53MpVdNw5CiXZKWJDTiymiNIqEsLXJpU aBcasELBj5HyHmVQTt0pz/GSRtWQr5PykEaKz11uIuQyPkJseS76QCq7kTt5MPN/Pj c1lEuWtyeycKw== From: broonie@kernel.org To: Thomas Gleixner , Ingo Molnar , "H . Peter Anvin" , Peter Zijlstra Cc: Heiko Carstens , Josh Poimboeuf , Linux Kernel Mailing List , Linux Next Mailing List , Vasily Gorbik Subject: linux-next: manual merge of the tip tree with the s390 tree Date: Tue, 18 Apr 2023 14:40:10 +0100 Message-Id: <20230418134010.69844-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 tip tree got a conflict in: arch/s390/kernel/setup.c between commit: 944c78376a39b ("s390: use init_thread_union aka initial stack for the first process") from the s390 tree and commit: 9ea7e6b62c2bd ("init: Mark [arch_call_]rest_init() __noreturn") from the tip 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 arch/s390/kernel/setup.c index 0903fe3566341,4259b6c505163..0000000000000 --- a/arch/s390/kernel/setup.c +++ b/arch/s390/kernel/setup.c