From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rong Chen Subject: Re: [driver-core PATCH v5 5/9] driver core: Establish clear order of operations for deferred probe and remove Date: Fri, 23 Nov 2018 09:23:47 +0800 Message-ID: References: <154145232484.29224.1635232599636954462.stgit@ahduyck-desk1.jf.intel.com> <201811061228.iteFLO2p%fengguang.wu@intel.com> <1541548274.196084.197.camel@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1541548274.196084.197.camel-HInyCGIudOg@public.gmane.org> Content-Language: en-US List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-nvdimm-bounces-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org Sender: "Linux-nvdimm" To: Bart Van Assche , kbuild test robot , Alexander Duyck Cc: len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org, linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org, gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org, linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, jiangshanlai-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, kbuild-all-JC7UmRfGjtg@public.gmane.org, pavel-+ZI9xUNit7I@public.gmane.org, zwisler-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org, rafael-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org List-Id: linux-pm@vger.kernel.org On 11/07/2018 07:51 AM, Bart Van Assche wrote: > On Tue, 2018-11-06 at 12:10 +0800, kbuild test robot wrote: >> Hi Alexander, >> >> Thank you for the patch! Perhaps something to improve: >> >> [auto build test WARNING on driver-core/master] >> >> url: https://github.com/0day-ci/linux/commits/Alexander-Duyck/Add-NUMA-aware-async_schedule-calls/20181106-093800 >> reproduce: make htmldocs >> >> All warnings (new ones prefixed by >>): >> >> include/net/mac80211.h:1001: warning: Function parameter or member 'status.is_valid_ack_signal' not described in 'ieee80211_tx_info' >> [ ... ] > There are plenty of references in this report to header files not touched > by patch 5/9 in this series. I assume that this report indicates a bug in > the 0-day testing infrastructure? > > Bart. > Hi Bart, Kbuild robot printed all warnings and the below warning was found in patch 5/9. "include/linux/device.h:1056: warning: Function parameter or member 'async_probe' not described in 'device'" Best Regards, Rong Chen