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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F2D55C636CC for ; Wed, 15 Feb 2023 15:44:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229849AbjBOPou (ORCPT ); Wed, 15 Feb 2023 10:44:50 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36466 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229702AbjBOPoq (ORCPT ); Wed, 15 Feb 2023 10:44:46 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7792739B86 for ; Wed, 15 Feb 2023 07:44:45 -0800 (PST) Date: Wed, 15 Feb 2023 16:44:42 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1676475883; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=EJ1OMkGKAhulekyGtodTofc1ueBcmHuLjislMeJF+7E=; b=brY7L4gJGA5EDKWfGlKgBLC+yGl/3+Ua8WyCJEaCgi7G3nWd0WlmV0KUEC3hJ2bdlrl+DF P15VaDjwrCUt6rxAY4WDstV8GJGLMIaj7EzNsuMXU+sU1BVu+UuIEgxGI99zFUcKgPEX0H WlkF+Ll0W+yCur14M/UMK0w1TNxqhi3K0bpsP0F2GcPapIG5oqoQpTCluXbS+0G1qvWCgo iF2q77Z5YIvgYY05zT6zn3N9uI1ampQJlkTfvAHZAyS7ylGfLWZ2W5VzErFxbCnoGcpEtX MxX7eTn3RyFtpzSS5syIzt63/zleESvCY4MVm/pq9qPemm90mdoUJLebFBLdBw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1676475883; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=EJ1OMkGKAhulekyGtodTofc1ueBcmHuLjislMeJF+7E=; b=vXOu0+WezXQiAMc9ixcM+x02Y0YHRI6fk3xREJQGogpw5I3iIycwd5fRqBsnKXO/wVuPR4 hUAWLgeCPQdiwkCA== From: Sebastian Andrzej Siewior To: Borislav Petkov Cc: kernel test robot , oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org, x86@kernel.org, Thomas Gleixner Subject: Re: [tip:x86/vdso 3/4] arch/x86/entry/vdso/vdso32/../vgetcpu.c:13:1: warning: no previous prototype for '__vdso_getcpu' Message-ID: References: <202302070742.iYcnoJwk-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023-02-07 18:07:45 [+0100], Borislav Petkov wrote: > From: "Borislav Petkov (AMD)" > Date: Tue, 7 Feb 2023 16:13:24 +0100 > Subject: [PATCH] x86/vdso: Fix -Wmissing-prototypes warnings terribly sorry to have missed this. I wrongly parsed it as another instance of the other thing. Thank you for dealing with it. Sebastian