From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752283AbcDZHXr (ORCPT ); Tue, 26 Apr 2016 03:23:47 -0400 Received: from mout.kundenserver.de ([217.72.192.75]:63617 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751195AbcDZHXp (ORCPT ); Tue, 26 Apr 2016 03:23:45 -0400 From: Arnd Bergmann To: James Bottomley Cc: "Martin K. Petersen" , Josh Poimboeuf , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, Denys Vlasenko , Thomas Graf , Peter Zijlstra , David Rientjes , Andrew Morton , jamborm@gcc.gnu.org, Ingo Molnar , Himanshu Madhani , qla2xxx-upstream@qlogic.com Subject: Re: [PATCH] scsi: fc: force inlining of wwn conversion functions Date: Tue, 26 Apr 2016 09:22:46 +0200 Message-ID: <5249561.9VpAPLD61M@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1461641851.2392.32.camel@HansenPartnership.com> References: <20160419085221.GA29087@gmail.com> <1461641851.2392.32.camel@HansenPartnership.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:/JrgOkUzJ+zVs4wLy9KeyTYwZNOY8CNRhYRH/yYyLiceRAsSdlU T14DcrAA1M2kemOJWbzZ4S2nSpear8B5utjalFSTf+W08D3OHbLCWMS4GEV8qHQk7Tx3AK2 VRF0JWYtfY6B2zL5peHTTPZ7ST6fFS24azpQjDeDFGP1B1hFha/wAKAYgg2cTIKqE4GiFnt KWAmySlNZvXBJZkqZUQaw== X-UI-Out-Filterresults: notjunk:1;V01:K0:t9wy7QNduu0=:X9OdBmcJHCSvs5+IsoVEtA +pAJeNEHXOiIgHcUa3qOKz0V9+j8k4WEOlPLURHZ6seIe9NH7nBI+pdEQJxJcN1OmX4T9O0Z+ 6k7X6umTPxO2JEJKWfUyqFzlMY8v2zZzy7RcgCwYRAKCSVhRvqEc5SPw976EgwUDDY1q+I1Vo L1VGAE6IbbZGWvAeaFPsIT821tUhNKn3XCZ7tWHRS4I4xi+RTymrjYhaBIkZ15+cwQ36sHf9e Bnbct3G4Kh8YBoJQIpvfbxobwJRoyJl7cZeMhwOw0s6qh6Z79Biq2l4dNP/IuQAOoJqqW2boU EcthqoYpQ66oz3wbhxcWO9zM9I7zuALxS1a78IB/097+02urCsHvePMCYtsty/tpjhgtOmpCa azHDE2EMVuHW4LQD6v9PRPXyxUL5qw0gmnfpAGGo0uWdIJ0ZJY7v3usWz0TUuMCsF1USf1rsV N5Kn8+p2uRR6x4Dvh+LRiTVlLJJJy+KEkuIaJZEyjs7s9M1ygd6bsUKFDhMbeZXmRrO01/tCQ oT9Ef0qPNiyVLHi0IVwSMnInB6VfzpdxSukmUG0Vk6BiOQdoBULoZ2W5iRShTr+Zax31kMGNE EAssWd0DHABDkOMOSnC3xZX2AAuKmvbxMcJe2ZCMhaGRtaWd18g12Osfwj//UGXJywuKs4xXR CyvKzk+WSCfJ+WAMJogoyD9Y4UIhCfZE2ZcDrLep/tvpKJvbF1bwf9DsmnMQZO/qmbXVmCmly oHTK1pDmoiccu2K8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 25 April 2016 20:37:31 James Bottomley wrote: > On Mon, 2016-04-25 at 22:40 -0400, Martin K. Petersen wrote: > > > > > > > "Josh" == Josh Poimboeuf writes: > > > > Josh> Can you merge this patch for 4.6? > > > > I am really not a big fan of working around compiler bugs in a device > > driver. > > Me neither > > > Are we sure there are no other get_unaligned_be64() calls in the > > kernel that suffer the same fate? > > Agree, plus, as I've said before, we have 3-4 weeks before we go final, > so we still have some time before a decision has to be made. It looks > like the gcc people already have a patch for the compiler, so the > distributions could just push that out through channels. I don't think we can realistically blacklist gcc-4.9.{0,1,2,3}, gcc-5.{0,1,2,3}.* and gcc-6.0 and require everyone to upgrade to compilers that have not been released yet in order to build a linux-4.6 kernel. Arnd