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 8A5FBC64EC7 for ; Wed, 1 Mar 2023 02:29:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229602AbjCAC3w (ORCPT ); Tue, 28 Feb 2023 21:29:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44908 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229691AbjCAC3s (ORCPT ); Tue, 28 Feb 2023 21:29:48 -0500 Received: from mail-yw1-x1130.google.com (mail-yw1-x1130.google.com [IPv6:2607:f8b0:4864:20::1130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EC8346182 for ; Tue, 28 Feb 2023 18:29:47 -0800 (PST) Received: by mail-yw1-x1130.google.com with SMTP id 00721157ae682-536cb25982eso327649497b3.13 for ; Tue, 28 Feb 2023 18:29:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; t=1677637787; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=zMJ2Tq1fuRUGSjCJCJX0DWtN6w++BBp18/2BWNM6D90=; b=bInq0v2Y4/y/0Rjw5Q6E3rov3W3jVIr0ScG5Fu5DmLsZWiJ7q33/88572jeg3EptTf TgdD6heFE48s8GFeWYY9M9QxvC6nVx8eYbMf2rF7tKJPb0iQT1pJYO8jD1wLmpr4xnK0 8mv1FH4Ui/8kK1atTX1YahmKtMTNPeK0ebn8zdgDlaar2mPww6PiD4d1j2QctFdycmOg SFcAiCZpXsTlpiWgzYIbewTgCdafIRvTYtl0f5+h1YEywzqb5LposqwBkVNqwP7Rb0oW x4eihLA+phOpITtjacPYM9DdnInHbVrrsWWvrAi/3jsFXihRU5yt5MD2hk9JPQFnfk4Q s5hw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677637787; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=zMJ2Tq1fuRUGSjCJCJX0DWtN6w++BBp18/2BWNM6D90=; b=3xBxTxT9IB2CZMy6fFAdAgjYH5GqaMmvNBmL78QDm/VSzdw3UBGTO0Rg/jske6Io19 Cq+Qo0Kdsz9+FPLB7PU8U/JlihAuD4oARz2FfQcq1YWJL/pp8iKT0Qi0l5Eyggb4U4y+ IXjG5ja1ywr/b9GDyhyVNdhkFOpbwMDqAN+gY5diKyMFxVo1lbhmvdPgjDFvxbUOo4J4 3JXwpxsXEX3e4CC9lgy338vpgleL9lkAalPBdWkTu6nfha6B6cpNCOajF7R03SEjyhgy z7krgukOc9OY36GZtMF35cQA7+VrfjcbmzmqcKSwXvCX4e44oyG99M7OR0il6k6R002I dcQw== X-Gm-Message-State: AO0yUKWUyH34T/WMP7rQuagUM/AJgi1RhHc8AdV8PDVQFPR6dY/6IWc8 DB+/QvMbFFpojm3zuxFfzfXmVbAKHcnEFBy/Z2Y26qHm6TFxJJzDRZM= X-Google-Smtp-Source: AK7set+IAjWsrqtty1xefxKKriWeUHUlOIrdee3MUgA6h9VfimQU5IVvB9qJbj1bpgsXA3YPUeutSM6UWIkAfdbdb7A= X-Received: by 2002:a5b:650:0:b0:997:bdfe:78c5 with SMTP id o16-20020a5b0650000000b00997bdfe78c5mr2540081ybq.6.1677637787035; Tue, 28 Feb 2023 18:29:47 -0800 (PST) MIME-Version: 1.0 References: <20230301113648.7c279865@canb.auug.org.au> In-Reply-To: From: Suren Baghdasaryan Date: Tue, 28 Feb 2023 18:29:36 -0800 Message-ID: Subject: Re: linux-next: build warning after merge of the mm tree To: Stephen Rothwell Cc: Andrew Morton , Linux Kernel Mailing List , Linux Next Mailing List Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Tue, Feb 28, 2023 at 4:47=E2=80=AFPM Suren Baghdasaryan wrote: > > On Tue, Feb 28, 2023 at 4:37=E2=80=AFPM Stephen Rothwell wrote: > > > > Hi all, > > > > After merging the mm tree, today's linux-next build (htmldocs) produced > > this warning: > > > > include/linux/mm_types.h:1105: warning: Enum value 'FAULT_FLAG_VMA_LOCK= ' not described in enum 'fault_flag' > > > > Introduced by commit > > > > 5827f16cffd6 ("mm: add FAULT_FLAG_VMA_LOCK flag") > > Thanks for the notification, Stephen! I'll post a fix for this later toda= y. Fix is posted at: https://lore.kernel.org/all/20230301022720.1380780-2-surenb@google.com/ > > > > > -- > > Cheers, > > Stephen Rothwell