From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754622AbdEXS7U (ORCPT ); Wed, 24 May 2017 14:59:20 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57250 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754524AbdEXS7S (ORCPT ); Wed, 24 May 2017 14:59:18 -0400 Date: Wed, 24 May 2017 11:59:16 -0700 From: Andrew Morton To: Ian Abbott Cc: kbuild test robot , kbuild-all@01.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Arnd Bergmann , Michal Nazarewicz , Hidehiro Kawai , Borislav Petkov , Rasmus Villemoes , Johannes Berg , Peter Zijlstra , Alexander Potapenko Subject: Re: [PATCH v4 2/2] kernel.h: handle pointers to arrays better in container_of() Message-Id: <20170524115916.4c7abeab29ddd73adc59f762@linux-foundation.org> In-Reply-To: <7dbdfa72-e168-3b50-90dc-bca8239e8081@mev.co.uk> References: <201705240824.8lrwsHKo%fengguang.wu@intel.com> <7dbdfa72-e168-3b50-90dc-bca8239e8081@mev.co.uk> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 24 May 2017 11:46:17 +0100 Ian Abbott wrote: > This breakage occurs when is included before > due to a circular dependancy I introduced with this > commit. > > It can be fixed by replacing the `#include ` with > `#include ` in "include/asm-generic/bug.h". I can send a > patch to fix that, but ideally, it should be committed before this > commit to avoid breakage during git bisect builds. So my question is, > should I send a single patch to fix this breakage, or resend the series > of patches to incorporate this fix before the current commit? I expect a full resend would be best - that way the test robot should be able to parse and retest it in the usual fashion.