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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 19F69C48297 for ; Tue, 6 Feb 2024 23:31:00 +0000 (UTC) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=sxo7JDOg; dkim-atps=neutral Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4TTzyV5YSCz3bwj for ; Wed, 7 Feb 2024 10:30:58 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=sxo7JDOg; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=145.40.73.55; helo=sin.source.kernel.org; envelope-from=frederic@kernel.org; receiver=lists.ozlabs.org) Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4TTzxd1sj3z2yk6 for ; Wed, 7 Feb 2024 10:30:13 +1100 (AEDT) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id ADA2ACE132B; Tue, 6 Feb 2024 23:30:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8EABBC433F1; Tue, 6 Feb 2024 23:30:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1707262211; bh=bEZzxrjmXdGWmzLzZmKyiuwKqJtVkLkw2+vEepcg+OQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sxo7JDOgqIlzDqsVIqXV0u99NxJVD8GMIhWHRtsFKmHeX7ElHhGxJC/ZJofQMNLrv QeGXG9xtsdymCB7DMzcpg2LSAG+NRVdQlKOVtmtljSnYBDZPgJpJGy/SUtaQAWVOhW ZmrGDtxy8mA/zV/QZtRs5BOKzTQoYnO6fjtz/deIcu4jERqhchsa3XzXEHnQtTgx5q VsO0y8kt2EBUJuDRmeQX9pRXNNJD5skz43tEqwz3EuHoDgNQFK/8IYZw2HHwTKgnoU cp3EzGtj21wKShOtU5MSLUUcKTKXjuciWoeu8jigdFevr/bz0sePYTfQQLGW5YekEo pz/r59f7lUtlA== Date: Wed, 7 Feb 2024 00:30:08 +0100 From: Frederic Weisbecker To: Alexander Gordeev Subject: Re: [PATCH 5/5] sched/vtime: do not include header Message-ID: References: <2402f44309e1c9705501bdc9b798e8fe6d73f905.1706470223.git.agordeev@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2402f44309e1c9705501bdc9b798e8fe6d73f905.1706470223.git.agordeev@linux.ibm.com> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-s390@vger.kernel.org, Vasily Gorbik , Heiko Carstens , linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Ingo Molnar Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Le Sun, Jan 28, 2024 at 08:58:54PM +0100, Alexander Gordeev a écrit : > There is no architecture-specific code or data left > that generic needs to know about. > Thus, avoid the inclusion of header. > > Signed-off-by: Alexander Gordeev Reviewed-by: Frederic Weisbecker