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_HELO_NONE, SPF_PASS,URIBL_BLOCKED,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 6C99AC04AB4 for ; Fri, 17 May 2019 09:42:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 33D8D205ED for ; Fri, 17 May 2019 09:42:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558086143; bh=8mYw8j5LRbtX3WbYBdfrNM39btiVSXy2cHu1qqORAPA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=0Kd3QXght31OPO4bpZa4UYlxHRWOEln6WQKxKyVgaW3rGAwGwRLdL1YfjM6yWFlRz ASgoarV9jq3rwiW5EWeFa7FJBhLJSBaggTyMsWYybSoIMtNqzKvL8DT8rE8XvuX0nC xLYKGyLnoqzbSYnG02BycoapQGh6LyFt6c5GFC3M= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729002AbfEQJmW (ORCPT ); Fri, 17 May 2019 05:42:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:60342 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728466AbfEQJmU (ORCPT ); Fri, 17 May 2019 05:42:20 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.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 86CE120833; Fri, 17 May 2019 09:42:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558086140; bh=8mYw8j5LRbtX3WbYBdfrNM39btiVSXy2cHu1qqORAPA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Y0u5wIDAfPhJhxK1mEcEN+DTOXZ0f7xvwwyedBMRtQgx5Mt+E7jndOFZ7C8QGV0eQ 9Q/yW5wlHZXQOsv6nYO7oiRY7tnuo7u8efQg43MJK4K25Vw5p3FUc68fS+lUwNYnjP +JME1YzZ0QGEF5AviLEtMMGrCIGdjplB5DbMcmmM= Date: Fri, 17 May 2019 11:42:17 +0200 From: Greg KH To: Miguel Ojeda Cc: Peter Zijlstra , Ivan Babrou , Josh Poimboeuf , Ingo Molnar , Arnaldo Carvalho de Melo , Alexander Shishkin , Jiri Olsa , Namhyung Kim , linux-kernel , Linux Kbuild mailing list , kernel-team Subject: Re: Linux 4.19 and GCC 9 Message-ID: <20190517094217.GA13913@kroah.com> References: <20190516225013.nvhwqi5tfwtby6qb@treble> <20190517050931.GB32367@kroah.com> <20190517073813.GB2589@hirez.programming.kicks-ass.net> <20190517085126.GA3249@kroah.com> <20190517092302.GA5235@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 17, 2019 at 11:27:41AM +0200, Miguel Ojeda wrote: > On Fri, May 17, 2019 at 11:23 AM Greg KH wrote: > > > > On Fri, May 17, 2019 at 11:01:45AM +0200, Miguel Ojeda wrote: > > > > > a6e60d84989f ("include/linux/module.h: copy __init/__exit attrs to > > > init/cleanup_module") > > > > That patch I applied now. > > Note that this one requires the second one (c0d9782f5b6d). Oops, yeah, my build boxes just blew up :) Let me go take the time to do this correctly now... greg k-h