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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 65B85C433FE for ; Thu, 10 Dec 2020 16:46:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 373C423C82 for ; Thu, 10 Dec 2020 16:46:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392361AbgLJQqi (ORCPT ); Thu, 10 Dec 2020 11:46:38 -0500 Received: from mail.kernel.org ([198.145.29.99]:34284 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390789AbgLJQqJ (ORCPT ); Thu, 10 Dec 2020 11:46:09 -0500 Date: Thu, 10 Dec 2020 17:46:43 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1607618729; bh=VlED3yGMu7lpSWGnJyAkaK8we53Fs771TCNDyWL0uf4=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=BbXJUQkXSMfdaUnd9eM9RiwRPVQkDJbL3T/We6DIkd0xZZexgGxS8xclH1Q0ZsK9D 9oAbIGkyH0iYhX+ub3A9YIQLRUhU97i82tXJA7VnSTnW092g+XQZqO+gO/m0KX+xAo PG1eWYiIjn63ZalG4vh2dVoqax0lff47OGVXS47w= From: Greg Kroah-Hartman To: Niklas Schnelle Cc: linux-kernel@vger.kernel.org, Naresh Kamboju , stable@vger.kernel.org, Alexander Gordeev , Halil Pasic , Heiko Carstens Subject: Re: [PATCH 5.4 21/54] s390/pci: fix CPU address in MSI for directed IRQ Message-ID: References: <20201210142602.037095225@linuxfoundation.org> <20201210142603.083190701@linuxfoundation.org> <805f753f-f431-a032-383c-65130ef0b153@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <805f753f-f431-a032-383c-65130ef0b153@linux.ibm.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 10, 2020 at 05:34:08PM +0100, Niklas Schnelle wrote: > Hi Greg, > > sorry to bother you but I missed that the smp_cpu_get_cpu_address() > address used here was only added with the > commit 42d211a1ae3b77 ("s390/cpuinfo: show processor physical address") > which landed in v5.7-rc1. This would therefore break if ever called > (luckily it would not be called on any shipped hardware) and > also causes a missing declaration warning as reported by > Naresh Kamboju thanks! > Since this is as of now just a spec fix, as on all known hardware > the Linux CPU Id always matches the CPU Address, I would > recommend to simply revert the commit. Ok, will go drop it now, thanks. greg k-h