From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:50714 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751530AbeBZQVA (ORCPT ); Mon, 26 Feb 2018 11:21:00 -0500 Date: Mon, 26 Feb 2018 17:19:10 +0100 From: gregkh To: Arnd Bergmann Cc: Andi Kleen , Andrew Morton , babu.moger@amd.com, Nicolas Pitre , Peter Zijlstra , "# 3.4.x" , Thomas Gleixner , Linus Torvalds , Will Deacon , Masahiro Yamada , stable-commits@vger.kernel.org Subject: Re: Patch "Kbuild: always define endianess in kconfig.h" has been added to the 4.9-stable tree Message-ID: <20180226161910.GB32044@kroah.com> References: <151966138418089@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org List-ID: On Mon, Feb 26, 2018 at 05:14:04PM +0100, Arnd Bergmann wrote: > On Mon, Feb 26, 2018 at 5:09 PM, wrote: > > > All of the above are caused by include/asm-generic/qrwlock_types.h > > failing to include asm/byteorder.h after commit e0d02285f16e > > ("locking/qrwlock: Use 'struct qrwlock' instead of 'struct __qrwlock'") > > in linux-4.15. > > > > Similar bugs may or may not exist in older kernels as well, but there is > > no easy way to test those with link-time optimizations, and kernels > > before 4.14 are harder to fix because they don't have Babu's patch > > series > > As I wrote in the changelog, it's probably not a good idea to have this > backported to 4.9 or earlier, please drop it. Oops, missed that, now dropped, thanks. greg k-h