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 8407EC433EF for ; Wed, 11 May 2022 15:57:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344183AbiEKP5A (ORCPT ); Wed, 11 May 2022 11:57:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45672 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229783AbiEKP5A (ORCPT ); Wed, 11 May 2022 11:57:00 -0400 Received: from mail-yw1-x112b.google.com (mail-yw1-x112b.google.com [IPv6:2607:f8b0:4864:20::112b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 816E72E9D7 for ; Wed, 11 May 2022 08:56:58 -0700 (PDT) Received: by mail-yw1-x112b.google.com with SMTP id 00721157ae682-2f7d7e3b5bfso26354867b3.5 for ; Wed, 11 May 2022 08:56:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:from:date:message-id:subject:to:cc; bh=tMbUWE6GUv1nmWn5jY/d3TbzjqfiRal7mnHyl6mSSAY=; b=KaGFtloNmAoNwJfWR5TNS23GuxmZdqJRVen/7BY9wcaeCroaDVyBsrIpdbO9uKT+ac XWYRXQ8edgM5QIiVJ4UGKY00foAZTP1Pq8C50boOAvll3mKwxqJarpcfvi3N5v9fci6I SPS14F+aRRHEwYEI+K0QNKkypvWJ8GiUPZzS8qPrZUtolninNqTBdJ0Swbo5p8IVyb7P TCZmiQmARQkeyYYY5rwXrYaj4LExgxbY70aGIT6PSfMEG+w8u3b277fAayMrHLcBMa3B YZMh8vVKLrvqL1tkejKXZEycIX6WxkIFEUCr9TrQXoP+t6AFk1IJUnXo2TcDLLxo09pq 44Zw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=tMbUWE6GUv1nmWn5jY/d3TbzjqfiRal7mnHyl6mSSAY=; b=d5gRMuuAexA7cdJu4tW1jjdVFqFs2s5EFVpDkfaLPYBtr7n/gRnMZF/avkOyc7fSUc qRg22PHpcsPBy8Sc4PKt45RPZghTM9fH22eW1PqRzEMaBbeSvqwWrlEk2TnZC00a+7B9 Zff2E73diaqLmhdTLV//uOM+S5PfzsgIM2JAHjOR6/BUNPdOF1ULwW0g4ar5ibfgsmwI U7w/0NPwChkG43oYqotfqrMzS/9swWqLWviXfWDoBzCt7VY4hh3BugWXSqCv0EV6LieF sfqFQM6Fj/unaiwFMKndU/HTloJsFXQ+q9pI5N0wi10wHogcl93Q6gvOvo7xooEpQwJB jQzw== X-Gm-Message-State: AOAM532R/Fm9g4evxqnSRN/dRChZ1oR/SEOIjTeWPiv7HrLlYKduy+oP gvaAfCMSlmiJ5+aoqcUOAvspPY7nYEOJnr06jn5CWXeHPFI0AQ== X-Google-Smtp-Source: ABdhPJwfiCk+4rp6a194iwdP+jNLBhayr3fsevneoNtL9o8x2f3f80taDnfHY+cFI2s/+XLcOt34GlbnTgv+Bez/bYc= X-Received: by 2002:a0d:d88c:0:b0:2f7:bb41:1bd0 with SMTP id a134-20020a0dd88c000000b002f7bb411bd0mr25320456ywe.199.1652284616800; Wed, 11 May 2022 08:56:56 -0700 (PDT) MIME-Version: 1.0 From: Naresh Kamboju Date: Wed, 11 May 2022 21:26:45 +0530 Message-ID: Subject: [next] sh: hugetlb.h:27:1: error: no return statement in function returning non-void [-Werror=return-type] To: Linux-Next Mailing List , open list , linux-mm , lkft-triage@lists.linaro.org Cc: Stephen Rothwell , Andrew Morton , Peter Xu , Alistair Popple , Andrea Arcangeli , Axel Rasmussen , David Hildenbrand , Hugh Dickins , Jerome Glisse , "Kirill A . Shutemov" , Matthew Wilcox , Mike Kravetz , Mike Rapoport , Nadav Amit , Arnd Bergmann Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org Following build regressions were noticed on sh builds on linux next-20220511 with gcc-11, gcc-10, gcc-9 and gcc-8. Regressions found on sh: - gcc-11-microdev_defconfig - gcc-11-shx3_defconfig - gcc-8-defconfig - gcc-9-shx3_defconfig - gcc-8-dreamcast_defconfig - gcc-10-defconfig - gcc-10-microdev_defconfig - gcc-8-shx3_defconfig - gcc-8-microdev_defconfig - gcc-11-dreamcast_defconfig - gcc-9-microdev_defconfig - gcc-10-dreamcast_defconfig - gcc-11-defconfig - gcc-10-shx3_defconfig - gcc-9-defconfig - gcc-9-dreamcast_defconfig Reported-by: Linux Kernel Functional Testing In file included from include/linux/hugetlb.h:757, from mm/filemap.c:36: arch/sh/include/asm/hugetlb.h: In function 'huge_ptep_clear_flush': arch/sh/include/asm/hugetlb.h:27:1: error: no return statement in function returning non-void [-Werror=return-type] 27 | } | ^ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:295: mm/filemap.o] Error 1 Build url: https://builds.tuxbuild.com/291BWxg5eELaKSwUXNLIqh5w1k3/ -- Linaro LKFT https://lkft.linaro.org