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 X-Spam-Level: X-Spam-Status: No, score=-12.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 86A52C433F5 for ; Sun, 19 Sep 2021 13:22:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 62CED61268 for ; Sun, 19 Sep 2021 13:22:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231167AbhISNW5 (ORCPT ); Sun, 19 Sep 2021 09:22:57 -0400 Received: from mail.kernel.org ([198.145.29.99]:55234 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230208AbhISNWy (ORCPT ); Sun, 19 Sep 2021 09:22:54 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id AFF4C61268; Sun, 19 Sep 2021 13:21:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1632057689; bh=vIBHbYJ+iogWwScWGi9RnpUhYnJqTlR6bs1ucQO4Z/k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wjUb0Y9oh4ISjwoy++MY83HVvxQtQ3TPfHN/0Nc+U6KbJDCwqnANcvPLNMv5fapB9 CfnGis0RtoUNXc52NG+BcLNC7LNiug5odo+e3nJZUF6gbFlJCHhvtnUhZ/+J3dkEsW 4pacfBwfOZ8qiQuzaqLgv4Un5Jpk4jc39lHhDlxU= Date: Sun, 19 Sep 2021 15:21:26 +0200 From: Greg Kroah-Hartman To: Oleksandr Natalenko Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, Andrew Morton , Vlastimil Babka , Matthew Wilcox , Miaohe Lin , Michal Hocko , Mel Gorman , Stephen Rothwell , David Laight Subject: Re: [RFC v2 PATCH 1/3] mm: add PG2KB/KB2PG helper macros Message-ID: References: <20210919131248.489798-1-oleksandr@natalenko.name> <20210919131248.489798-2-oleksandr@natalenko.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210919131248.489798-2-oleksandr@natalenko.name> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 19, 2021 at 03:12:46PM +0200, Oleksandr Natalenko wrote: > Signed-off-by: Oleksandr Natalenko I know I can not take patches without any changelog text. Perhaps other maintainers are more lax :( thanks, greg k-h