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=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT autolearn=ham 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 48A70C169C4 for ; Thu, 31 Jan 2019 07:55:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1F12C218AC for ; Thu, 31 Jan 2019 07:55:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548921346; bh=mCYwl57zWMA1UGQvuC1fofY9jNCxZsXkcpN5S6PTs6I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=i5WCMflHpy/LGXD/9hj9tk6E0nc37ILi7mY/Rz7tA1Ms9U4LsfP41fAR2YQgAa6H0 fsoyD7OmJYvBOxMo13B4AqS+JW/HdFRslKFR01ouRVEmPVw7ydfI7kUmgyT1k3Lh9D nnwo1fMhu4oLikwfWJojSrp4n5YaDYPotlqCKrJA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726462AbfAaHzp (ORCPT ); Thu, 31 Jan 2019 02:55:45 -0500 Received: from mail.kernel.org ([198.145.29.99]:51906 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727614AbfAaHzp (ORCPT ); Thu, 31 Jan 2019 02:55:45 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 79CD020870; Thu, 31 Jan 2019 07:55:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548921345; bh=mCYwl57zWMA1UGQvuC1fofY9jNCxZsXkcpN5S6PTs6I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hirg/34e48twQjzbgOV6qW29g/15tn4eL+iqjuxNsOWaDmTuLYIoktNobxl28WvlW VIutcaTwDMzSlas+tHPsE0bluKVkekkBNhdcYc3uUG/W6p+X/yIuDzNI2pasqUdobY 5FTnF96lCbFV5nvXtbbdSlK1SI4OWgz/m72hjjUI= Date: Thu, 31 Jan 2019 08:55:42 +0100 From: Greg Kroah-Hartman To: Guenter Roeck Cc: stable Subject: Re: Build failure in v4.4.y-queue Message-ID: <20190131075542.GA29506@kroah.com> References: <17db9fe5-28b0-6b1e-bee2-d96df0fa7bca@roeck-us.net> <20190130144720.GA591@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190130144720.GA591@kroah.com> User-Agent: Mutt/1.11.2 (2019-01-07) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Jan 30, 2019 at 03:47:20PM +0100, Greg Kroah-Hartman wrote: > On Wed, Jan 30, 2019 at 06:44:50AM -0800, Guenter Roeck wrote: > > Building s390:defconfig ... failed > > -------------- > > Error log: > > arch/s390/kernel/smp.c: In function 'smp_call_ipl_cpu': > > arch/s390/kernel/smp.c:363:23: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > > struct lowcore *lc = pcpu_devices->lowcore; > > ^~~~~~~~~~~~ > > arch/s390/kernel/smp.c:366:6: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] > > lc = &S390_lowcore; > > ^ > > arch/s390/kernel/smp.c:369:11: error: dereferencing pointer to incomplete type 'struct lowcore' > > > > Already reported by the s390 developer who sent me the broken patch :) > > Hopefully they send a new version soon. Should now be resolved, thanks. greg k-h