From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934218AbcJQXBg (ORCPT ); Mon, 17 Oct 2016 19:01:36 -0400 Received: from mout.kundenserver.de ([212.227.126.134]:65049 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933039AbcJQXBD (ORCPT ); Mon, 17 Oct 2016 19:01:03 -0400 From: Arnd Bergmann To: Linus Torvalds Cc: Patrick Farrell , Oleg Drokin , "devel@driverdev.osuosl.org" , Greg Kroah-Hartman , "linux-kernel@vger.kernel.org" , "lustre-devel@lists.lustre.org" Subject: Re: [lustre-devel] [PATCH 08/28] staging: lustre: restore initialization of return code Date: Tue, 18 Oct 2016 01:00:44 +0200 Message-ID: <7466839.omZLGPO0np@wuerfel> User-Agent: KMail/5.1.3 (Linux/4.4.0-34-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: References: <20161017220342.1627073-1-arnd@arndb.de> <11209173.masZYIyEty@wuerfel> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:US3KC9IeT0gzDmZKATf2/MkEkk4oCakd5FJXIMpwsWD1uYy2M74 jaHV+eQYBGIiNE024UC86WZ11J0mM3HMVGgKo/CGBeIzBL+7L/RZYvIfe0lRqj7j4GYq98i dnvkt+x+lcFqo8mi2ueISiBhTQocQRPV1bq/c/vucny+XLwPVy0udlHV88YuRbTpwvkjTek 9082cDcSqZfPNEoroEWuA== X-UI-Out-Filterresults: notjunk:1;V01:K0:aWt1QXctnow=:Kw+3Js0CoZN0RW3/nZwrbA +e0eu1g+cA8kbD6E0c1+TlqAiUO/vsvTbv85pP3FwFCc+kkZAtrLw5ubZAsaZHOF7viAD+dq9 5aJYadtePzwdPHOECsT4JmpScMqhukME0g8qASW1eKUy3Y/y8Z4nQ3tcx4o6tdvquKhzcS4B9 RTzPJrHk728VXECzi1JCkBsrjuHmSn9eXeOdR6KAdel+rcJiCCYQSNkKMDMUzYEcrk8F6/qEd co8f4hCxj7EvDbYWOe7qtfPaOQt3XfkLu4aiRAknldG41PJMtuT0RpEWNilZmnfKpf/i+PvDH UMnFWwS49l3AhJeidMzjV7vg/NJCiAm4SrRAdTQM8uCpbbxzvvqeNkjZqw5cfK8wvtzQILTMk pealCp5nWTO2FiLLogX/r+Oq31lyZ0V5DdWHx2wh7grelUqcjelcsJaa0JyAQRR7042ehwRKR iqL4U/Ao441oUz7xO6HqhFo0cqxW2COep5ueCcxQkc+tNWBVEZnz7C/Jf1zChQVoPBS5DYDPt 1KO0Enu+E58J0t44AZM6BK/lm/jyUfwZ2rfYdV0KhyeUnONGbKXzGXpVLevR79sr+rHe+ZoLJ vpBzi7cX8ixHPjnQbCcUu89/Iy1sMOEdwtPTVTx5Y9mPEMRILmM6YikSh4yR6nzTyOQaObDUx DXazDwjpTqj80LXaCDX2ltM/D+MqGqHubWefUOOZ6zDj+gQdD226kU3+vBSZh7WkIRXRUqeNh ZgdspUoFerI3LTQx Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday, October 17, 2016 3:37:11 PM CEST Linus Torvalds wrote: > On Mon, Oct 17, 2016 at 3:29 PM, Arnd Bergmann wrote: > > > > Sorry, I pasted the wrong error message when writing the changelog. > > Not just the warning, the summary above it talks about the wrong > function too. And the commit it references doesn't actually exist > either. So apparently this is against something else than my tree. Right, it slipped in here together with the other lustre patch when I rebased my longer series (based on linux-next) onto v4.9-rc1. Both applied cleanly to v4.9-rc1 and they are required on linux-next (not the version with the wrong changelog of course) but have no effect in mainline so far. I'll double-check the rest of the series tomorrow, to see if some of the other patches also have the same problem and are only needed on linux-next. I meant to send those as part of the separate series for v4.10. For now, it would be good to know if you see any remaining warnings on your machine after applying the current series (with or without the lustre patches, doesn't matter) to a test branch. Some other patches in the series likely need to go through a second revision anyway. Arnd