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 53E08C43217 for ; Thu, 29 Sep 2022 15:05:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235532AbiI2PFV (ORCPT ); Thu, 29 Sep 2022 11:05:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38622 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235313AbiI2PFT (ORCPT ); Thu, 29 Sep 2022 11:05:19 -0400 Received: from mail-yb1-xb2d.google.com (mail-yb1-xb2d.google.com [IPv6:2607:f8b0:4864:20::b2d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5607765678 for ; Thu, 29 Sep 2022 08:05:17 -0700 (PDT) Received: by mail-yb1-xb2d.google.com with SMTP id 63so1897367ybq.4 for ; Thu, 29 Sep 2022 08:05:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date; bh=b9uxRyoaMis4M/Del53oQhe/OKhSA38Po18Or6YilLY=; b=j/p76Gbz/6p+klZe5CzqnqgPqzGWALW2g91DrPRqYNms6dk5oGuWDhJHL1Tvx+U25E nv9/Y0D9beecD9wyAD08rbImhYmv8NXz9nzQnidMa8IRhaLbrWuagphyW2wJHaXf6e3y ORntlHyPdupf80tWY1phTwvXu6h2ci8lJbuNw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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; bh=b9uxRyoaMis4M/Del53oQhe/OKhSA38Po18Or6YilLY=; b=kbavreF8J7Q+r+zvqlV2K5z0aqAmFZ0WGZAszxkqMglpgVEz1xDd+lxFd7joT+jR9e oYrqqHs1ZRf4rRNdtHHKhUKNU5aF0ylwyxVlWcQ24iNfXSDgXQm6SJ7V5NACuim1809i RuhyCTQOmKEAYWO9DViIV3tSLaOjeiKQyF6I9eH97wqE9xpAIp9Jvyjl7z0kwOGzRxPJ DSX+5WaFFuqRvMi6CfaNtIPr/tPrXaBRrWmQYD4Gv8EGP2yUTWy7Ws2Sb/zr4f8x9T6j 8s4CmETkCd+rz9tjKRMGPbU4YVXi7UWs3I7wMQhEM2e2QjeNkVi5eYTpABo8rFELCZOJ PuzQ== X-Gm-Message-State: ACrzQf1RDw6imSLAHo4KQ7i40L6hJEZV4Tl3pO64ACC0oHE9yiC3EHbT YG2aXwUQWjvRl5NMPyJhCO/mDnUcT2ARSi2zWSdDvg== X-Google-Smtp-Source: AMsMyM6mVFtECpxKgra3ZkQaG9b6seBNybgK+xW2wUNsy82MrfUpk07hV4+qwXFgEt9Ky8+H6uTmtZZfdLoFajaRwaU= X-Received: by 2002:a05:6902:284:b0:67b:fc57:9104 with SMTP id v4-20020a056902028400b0067bfc579104mr3718530ybh.647.1664463915933; Thu, 29 Sep 2022 08:05:15 -0700 (PDT) MIME-Version: 1.0 References: <20220928192605.247546-1-broonie@kernel.org> <68689c5b-327f-65df-0d34-a7e1a851f568@infradead.org> In-Reply-To: From: Rob Clark Date: Thu, 29 Sep 2022 08:05:04 -0700 Message-ID: Subject: Re: linux-next: Tree for Sep 28 (drivers/gpu/drm/msm/msm_gem_shrinker.c) To: Geert Uytterhoeven Cc: Randy Dunlap , broonie@kernel.org, Linux Next Mailing List , linux-arm-msm@vger.kernel.org, freedreno@lists.freedesktop.org, Linux Kernel Mailing List , "dri-devel@lists.freedesktop.org" 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 Thu, Sep 29, 2022 at 12:09 AM Geert Uytterhoeven wrote: > > On Thu, Sep 29, 2022 at 8:10 AM Randy Dunlap wrot= e: > > On 9/28/22 12:26, broonie@kernel.org wrote: > > > Changes since 20220927: > > > > > > > on x86_64: > > > > ../drivers/gpu/drm/msm/msm_gem_shrinker.c: In function =E2=80=98can_blo= ck=E2=80=99: > > ../drivers/gpu/drm/msm/msm_gem_shrinker.c:29:28: error: =E2=80=98__GFP_= ATOMIC=E2=80=99 undeclared (first use in this function); did you mean =E2= =80=98GFP_ATOMIC=E2=80=99? > > 29 | if (sc->gfp_mask & __GFP_ATOMIC) > > | ^~~~~~~~~~~~ > > | GFP_ATOMIC > > Also on m68k, as reported by noreply@ellerman.id.au > > I have bisected it to commit 1ccea29f90329e35 ("Merge branch > 'mm-everything' of > git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm"), but I didn't > see immediately what caused it. I'll send a patch for this shortly BR, -R > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m6= 8k.org > > In personal conversations with technical people, I call myself a hacker. = But > when I'm talking to journalists I just say "programmer" or something like= that. > -- Linus Torvalds