From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5C026C433DF for ; Fri, 5 Jun 2020 08:39:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2843020772 for ; Fri, 5 Jun 2020 08:39:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="g1wIiLjR" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726109AbgFEIjT (ORCPT ); Fri, 5 Jun 2020 04:39:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52096 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726084AbgFEIjT (ORCPT ); Fri, 5 Jun 2020 04:39:19 -0400 Received: from merlin.infradead.org (unknown [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5213FC08C5C2 for ; Fri, 5 Jun 2020 01:39:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=In-Reply-To:Content-Transfer-Encoding: Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Sender:Reply-To:Content-ID:Content-Description; bh=z7/5EgUyF3mJk2uYpKWw1hwisxcoMuF8j2/nPdApsw4=; b=g1wIiLjRosxxXPRZRjOXXEv0lU H5ZkfH9qURiuOO9hOsBxFwJg7DNG5Yapqc1H7v3DXnoU7arDyTfJ6kJOYfWsuGciAyxKHgokHyZfm QhMTSAgj9DtQEdYv3a9cPUkoZKWWCQegclKiU+3uxtnVnTV8upFp6OoKjeHMn9rqK3aLoT8/XsYOc vtXvV5EUDk+CYEFku7u1Ntk3AuMtabWdaTSZA1QY5CMgNHnqQID+8vYrRIHxvv8KUEMhX22IMvV3z jw6n5YGTChkMpHfOKAlmXQ5/14bSuh9ioJHgsRVTLYxrRaTFp9zAgzIStDAPLWAMGHXerh6Rs2Y/T I5jGtPRQ==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=noisy.programming.kicks-ass.net) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jh7sQ-00034o-9Y; Fri, 05 Jun 2020 08:38:58 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 5C7BC301ABC; Fri, 5 Jun 2020 10:38:56 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 059A8214D7C32; Fri, 5 Jun 2020 10:38:55 +0200 (CEST) Date: Fri, 5 Jun 2020 10:38:55 +0200 From: Peter Zijlstra To: Stephen Rothwell Cc: Ingo Molnar , "kernelci.org bot" , linux-next@vger.kernel.org Subject: Re: Fw: next/pending-fixes build: 162 builds: 2 failed, 160 passed, 2 errors, 109 warnings (v5.7-8671-g086779e58c68) Message-ID: <20200605083855.GH3976@hirez.programming.kicks-ass.net> References: <20200605115213.2836fccf@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20200605115213.2836fccf@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Fri, Jun 05, 2020 at 11:52:13AM +1000, Stephen Rothwell wrote: > Commit >=20 > a148866489fb ("sched: Replace rq::wake_list") >=20 > added >=20 > BUILD_BUG_ON(offsetof(struct task_struct, wake_entry_type) - offsetof(str= uct task_struct, wake_entry) !=3D > offsetof(struct __call_single_data, flags) - offsetof(struct __cal= l_single_data, llist)); >=20 > in kernel/smp.c. This seems to be failing - at least for gcc-8 (I > haven't seen any failures in my linux-next testing). CONFIG_GCC_PLUGIN_RANDSTRUCT=3Dy working on it.