Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935419AbdCLTx0 (ORCPT ); Sun, 12 Mar 2017 15:53:26 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:40636 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935269AbdCLTxS (ORCPT ); Sun, 12 Mar 2017 15:53:18 -0400 Date: Sun, 12 Mar 2017 20:48:42 +0100 From: Greg Kroah-Hartman To: Heinrich Schuchardt Cc: Ilya Dryomov , "Yan, Zheng" , Sage Weil , ceph-devel@vger.kernel.org, lkml , Arnd Bergmann Subject: Re: Linux 4.9: libceph: use BUG() instead of BUG_ON(1) Message-ID: <20170312194842.GA9122@kroah.com> References: <74bce114-8471-cdec-8fae-2108930648e9@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <74bce114-8471-cdec-8fae-2108930648e9@gmx.de> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 432 Lines: 16 On Sun, Mar 12, 2017 at 08:38:24PM +0100, Heinrich Schuchardt wrote: > Dear Greg, > > could you, please, consider the following patch for the next Linux 4.9 > release to avoid a build failure with gcc 4.9: > > d24cdcd3e40a6825135498e11c20c7976b9bf545 > libceph: use BUG() instead of BUG_ON(1) What about for 4.10-stable as well? It would need it too? And ugh, you really should update your version of gcc... thanks, greg k-h