Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp2578788imm; Thu, 16 Aug 2018 11:50:13 -0700 (PDT) X-Google-Smtp-Source: AA+uWPxhULa4+R/crGLb88CBTxTzoMrynxtFcLiZQ1H01OvCbIPdYSoVE0qfTcB6M4prVD0bRJYN X-Received: by 2002:a63:4924:: with SMTP id w36-v6mr30422247pga.143.1534445413358; Thu, 16 Aug 2018 11:50:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534445413; cv=none; d=google.com; s=arc-20160816; b=LgOzSPiKfIXoSOueCmGXlzHd5CSQbPvdPUc6AA9s6q+kwdYKEMxeCwdoDT+ivzvZ5l kpxw2c2LXdZlHNXgN8pJ4DcdRfVwBUNA3vHW5pk173uHvbzkU7jkhwdF4Y1PMV4VyqfW 5UQ5ENzYKcS9eVgJ3N8eazcXASNnL6kjs7YlicK/o8/MOkqmQDgaXDFbhacC2EHZ+/2e VqxeyBSFrHeiku5Ebg5zfhr3oNFrA0T7PTOkVSCLv4Gq4nTvPlvwJDE6546fCCXHhUjD W7ZdGz7lLMMeZgmBlQtmrxRtVGlHiTeZIbEXVnUryJQifvWxwNa1AVwPtlgaVfI1W+xJ 9Spw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date :arc-authentication-results; bh=rh7pu1EjHdWA/6TS+CY+UCr1XiZQcEbGlTQaCcucX4g=; b=yPrpJN5wterKVMO0xc3yJVH5ZE2HCRX0OMUZcN+vWHgXXZbY2ZP5ii4+ynzREA9uF7 QICuH6BWShjGwTNB7f66UPOk9xBa/AVNaQn90ohBWuHwHzR9yO3cECKltb94LCHNC8Lt 5dUNmsLMiFPlmH/kI/C6I6G13q8IkYP6zr6QE7CUIO4nzw3ZavZ94ZjynmVUyPKMqAs6 3H61hmwE4j8aGbCzEKeBuvfGkwqiNkcSwA24gX6Ecnn/8GXTg/SlFLD71Hmv9TH7x+pD TBy2EE6hIMCFpfTzdmhNKAxDlRjCDTtMLls58vjVhRoBgxwCqXp46K9Gqxr/gOIrf3/L hYqQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r3-v6si43866plb.221.2018.08.16.11.49.57; Thu, 16 Aug 2018 11:50:13 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728131AbeHPVhs (ORCPT + 99 others); Thu, 16 Aug 2018 17:37:48 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:55902 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727513AbeHPVhs (ORCPT ); Thu, 16 Aug 2018 17:37:48 -0400 Received: from localhost (unknown [194.244.16.108]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id CB24FCB7; Thu, 16 Aug 2018 18:37:41 +0000 (UTC) Date: Thu, 16 Aug 2018 20:37:38 +0200 From: Greg KH To: Nick Bowler Cc: linux-kernel@vger.kernel.org, Andrew Morton , torvalds@linux-foundation.org, stable@vger.kernel.org, lwn@lwn.net, Jiri Slaby Subject: Re: Linux 4.14.63 Message-ID: <20180816183738.GA2904@kroah.com> References: <20180816101524.GA10828@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 16, 2018 at 01:31:51PM -0400, Nick Bowler wrote: > Hi Greg, > > On 2018-08-16, Greg KH wrote: > > I'm announcing the release of the 4.14.63 kernel. > > > > All users of the 4.14 kernel series must upgrade. > > This fails to build: > > CC drivers/rtc/rtc-cmos.o > In file included from /scratch_space/linux/drivers/rtc/rtc-cmos.c:45:0: > /scratch_space/linux/arch/x86/include/asm/i8259.h: In function ‘inb_pic’: > /scratch_space/linux/arch/x86/include/asm/i8259.h:33:24: error: > implicit declaration of function ‘inb’ > [-Werror=implicit-function-declaration] > unsigned char value = inb(port); > ^~~ > /scratch_space/linux/arch/x86/include/asm/i8259.h: In function ‘outb_pic’: > /scratch_space/linux/arch/x86/include/asm/i8259.h:46:2: error: > implicit declaration of function ‘outb’ > [-Werror=implicit-function-declaration] > outb(value, port); > ^~~~ > > 4.14.62 builds OK. > > #including in i8259.h fixes it. This is fixed in my tree now, thanks, greg k-h