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 98AD4EB64D8 for ; Tue, 20 Jun 2023 08:48:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232034AbjFTIsh (ORCPT ); Tue, 20 Jun 2023 04:48:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51480 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232038AbjFTIsg (ORCPT ); Tue, 20 Jun 2023 04:48:36 -0400 Received: from xry111.site (xry111.site [89.208.246.23]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 939E010D2; Tue, 20 Jun 2023 01:48:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xry111.site; s=default; t=1687250911; bh=j08dQb+O2iKFopdM7Z31ujfjHNue2+MRh6l2jX/j0DE=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=MnTIGsbs1c+Sb2mJJtpaIPmXXxzQsg43tBoi9NiWGAsjDJ1s0w6PcME7a5ingAXXm oBak6wIUiWjEKuTAFs0JoL4iQ+FBozR3yvu3/yHv++Ds2uzewFMovZYeIofuc5ruzX HT+HvHwcd2sTKBE1182ITMhL4Db8o5bgkPt9Aseo= Received: from localhost.localdomain (xry111.site [IPv6:2001:470:683e::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) (Authenticated sender: xry111@xry111.site) by xry111.site (Postfix) with ESMTPSA id EDCA16642D; Tue, 20 Jun 2023 04:48:28 -0400 (EDT) Message-ID: <3b4e2e34b1c10e759691adc8a7d6ebed86949aa9.camel@xry111.site> Subject: Re: [RFC PATCH v1 00/23] LoongArch: Add objtool and ORC unwinder support From: Xi Ruoyao To: Peter Zijlstra , Youling Tang Cc: Josh Poimboeuf , Huacai Chen , madvenka@linux.microsoft.com, chenzhongjin@huawei.com, WANG Xuerui , live-patching@vger.kernel.org, linux-kernel@vger.kernel.org, loongarch@lists.linux.dev, tangyouling00@gmail.com, youling.tang@outlook.com Date: Tue, 20 Jun 2023 16:48:27 +0800 In-Reply-To: <20230620083818.GW4253@hirez.programming.kicks-ass.net> References: <1687247209-31676-1-git-send-email-tangyouling@loongson.cn> <62d25870-2caa-18ab-e58c-cee0bc383e16@loongson.cn> <20230620083818.GW4253@hirez.programming.kicks-ass.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.3 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: live-patching@vger.kernel.org On Tue, 2023-06-20 at 10:38 +0200, Peter Zijlstra wrote: > On Tue, Jun 20, 2023 at 04:29:12PM +0800, Youling Tang wrote: > > Hi, Ruoyao > >=20 > > On 06/20/2023 04:15 PM, Xi Ruoyao wrote: > > > It looks like only 19 patches are successfully delivered, out of 23. > > I'm sorry, somehow the patchset didn't reach the mailing list. Probably > > due to the sending limit being reached. >=20 > I got all the patches, but their threading is broken, they come in > chunks of 5 or :/ Youling: when you need to resend a part of the series next time, you can use the "--in-reply-to=3D" option of git send-email to avoid such an issue. See the man page of git send-email for details :). --=20 Xi Ruoyao School of Aerospace Science and Technology, Xidian University