Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967063AbdLSLtf (ORCPT ); Tue, 19 Dec 2017 06:49:35 -0500 Received: from mail-qt0-f193.google.com ([209.85.216.193]:45188 "EHLO mail-qt0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762416AbdLSLtZ (ORCPT ); Tue, 19 Dec 2017 06:49:25 -0500 X-Google-Smtp-Source: ACJfBosLreWo117ISwKBKiMUQD5hhP0FCYGLdRXvY5z2ninXfW9APeY07wQdmyKisOpQL8nvle3TcmqJQNvdfZkqFmM= MIME-Version: 1.0 In-Reply-To: <20171219114112.939391-1-arnd@arndb.de> References: <20171219114112.939391-1-arnd@arndb.de> From: Geert Uytterhoeven Date: Tue, 19 Dec 2017 12:49:24 +0100 X-Google-Sender-Auth: MLG1DC8wbPEwcSsAgjMl71doZbE Message-ID: Subject: Re: [PATCH] bug.h: Work around GCC PR82365 in BUG() To: Arnd Bergmann Cc: Linux-Arch , Andrew Morton , linux-kbuild , Vineet Gupta , Mikael Starvik , Jesper Nilsson , Tony Luck , Fenghua Yu , "David S. Miller" , Christopher Li , Thomas Gleixner , Peter Zijlstra , Kees Cook , Ingo Molnar , Josh Poimboeuf , Will Deacon , "Steven Rostedt (VMware)" , Mark Rutland , arcml , Linux Kernel Mailing List , Cris , linux-ia64@vger.kernel.org, linux-m68k , sparclinux , linux-sparse@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 744 Lines: 23 Hi Arnd, On Tue, Dec 19, 2017 at 12:39 PM, Arnd Bergmann wrote: > The name barrier_before_unreachable() is a bit suboptimal here, > as it fails to describe the fact that it is needed for both > __builtin_unreachable() and for calling noreturn functions. Any other > suggestions would be welcome here. /me joins bikeshedding... barrier_before_noreturn()? barrier_before_dead_end()? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.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