From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0D9441487E9; Thu, 1 Aug 2024 19:25:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722540316; cv=none; b=ji3XbCZWSq2Blyw7oaE2u/k6Fx7YwG9WJ3FuVOTZeocHYDJPpjAWGnhuM6CkEUJOS1i7SLhT1uripvqPB5JS4BT88ELXWbtfm4biZFgDnd58E0EawUOgxvglhR5OnwRmNWvvuw4xj1uGGuq4Qf3ZwNpaOy0ZxPzrpVNTSojAa2k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722540316; c=relaxed/simple; bh=XeAYVv5IiXsaFsbon/gBhh3DJoaHiS0ddxk+GgIN4NE=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=o0JgGFDuyx2iDY7FVqr8c5F7c6xWvPPlkGlVnNIKyrzXw7FGDiP9CSH6zppcZuLagiUlNe7nQFtGGlom0IigehbbQ+ohLoiJA6fCFi+RJ3GKCtmrPZftoviPWwugimrvJpZWY4wSKuyfQCzrpHh2gmKT048hiBEbdp5DFwTKdwg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=AAx+yb1B; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="AAx+yb1B" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DF8E7C32786; Thu, 1 Aug 2024 19:25:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1722540315; bh=XeAYVv5IiXsaFsbon/gBhh3DJoaHiS0ddxk+GgIN4NE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=AAx+yb1B8es2fdR4Fd6gN9M6XoyAndyP7nz0YAQ6vfd/ClSBDWsvf7XApd4iKtNSt 8dvGZS4hgzEpBzNmPQk3rmlRY6v+zktI6Ci+2/gptK1yoU/C2VQhY/zsXvCIDvbIMZ +HI9vIVtpOIGpcN83in0c2G8vQS6fZmAy+ok7F38= Date: Thu, 1 Aug 2024 12:25:14 -0700 From: Andrew Morton To: BiscuitOS Broiler Cc: , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH v2 1/1] mm: introduce MADV_DEMOTE/MADV_PROMOTE Message-Id: <20240801122514.60ceff638d97f460361f09de@linux-foundation.org> In-Reply-To: <20240801075610.12351-2-zhang.renze@h3c.com> References: <20240801075610.12351-1-zhang.renze@h3c.com> <20240801075610.12351-2-zhang.renze@h3c.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-arch@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 1 Aug 2024 15:56:10 +0800 BiscuitOS Broiler wrote: > From: BiscuitOS Broiler Please use a real name. >From Documentation/process/submitting-patches.rst: : then you just add a line saying:: : : Signed-off-by: Random J Developer : : using a known identity (sorry, no anonymous contributions.)