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 6E705C433FE for ; Fri, 7 Oct 2022 16:41:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230057AbiJGQk6 (ORCPT ); Fri, 7 Oct 2022 12:40:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54320 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229717AbiJGQkt (ORCPT ); Fri, 7 Oct 2022 12:40:49 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9992128738; Fri, 7 Oct 2022 09:40:47 -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 3487961DB9; Fri, 7 Oct 2022 16:40:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 44A36C433C1; Fri, 7 Oct 2022 16:40:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1665160846; bh=GIYpx5Sy7XvmcvilPfy35uGtzBoJlfuANKT/MFaPWDE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kPBUwEj4yMW4txJHxbj1tleOOFWyV5wrUEYHsi7PaKxcQ7d9OuFIu5L1z+7EtanCU 9amyR1gxul9OIp6RC9rgccyTAbU0J7ECQWC2EZAD/R6WRt8x62i9nnPiaa5Hb5EjF8 48Z9wY1nfrI9eE0tY/OgSLbExL69eIEUcOthnbX0= Date: Fri, 7 Oct 2022 18:41:28 +0200 From: Greg KH To: yong w Cc: jaewon31.kim@samsung.com, linux-kernel@vger.kernel.org, mhocko@kernel.org, stable@vger.kernel.org, wang.yong12@zte.com.cn Subject: Re: [PATCH v2 stable-4.19 0/3] page_alloc: consider highatomic reserve in watermark fast backports to 4.19 Message-ID: References: <20220925103529.13716-1-yongw.pur@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Fri, Oct 07, 2022 at 04:53:50PM +0800, yong w wrote: > Is it ok to add my signed-off-by? my signed-off-by is as follows: > > Signed-off-by: wangyong For obvious reasons, I can not take that from a random gmail account (nor should ZTE want me to do that.) Please fix up your email systems and do this properly and send the series again. thanks, greg k-h