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 3E4C5C636D4 for ; Wed, 15 Feb 2023 09:57:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234094AbjBOJ5O (ORCPT ); Wed, 15 Feb 2023 04:57:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58162 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234096AbjBOJ5F (ORCPT ); Wed, 15 Feb 2023 04:57:05 -0500 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 61E251E1E8; Wed, 15 Feb 2023 01:57:04 -0800 (PST) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id E83F4204B9; Wed, 15 Feb 2023 09:57:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1676455022; h=from:from:reply-to: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=d+HwcuhFsgx+sD75HVVV9xfW4SXgRKhvh/BUKAa+rXU=; b=YcaXRa9i1tsmj36ymBetzYuuXR1Ib5fYdy1RV8p+a39GBBZ3R8GtwQ95chjiPgaC0cv3as fVSgkHFLQYwtGiV8j6z+nfDb0OAwLtJYY/2y7HU3rnE477Xlpr9TVatJsDEz9Oq5UKpgYS 5tYI+BLp203f9bvZc0WNrlQsL8fIZ6M= Received: from suse.cz (pmladek.tcp.ovpn2.prg.suse.de [10.100.208.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id 8A3AD2C141; Wed, 15 Feb 2023 09:57:02 +0000 (UTC) Date: Wed, 15 Feb 2023 10:56:58 +0100 From: Petr Mladek To: Josh Poimboeuf Cc: live-patching@vger.kernel.org, linux-kernel@vger.kernel.org, Seth Forshee , Peter Zijlstra , Song Liu , Mark Rutland , Joe Lawrence , Miroslav Benes , Jiri Kosina , Ingo Molnar Subject: Re: [PATCH 1/3] livepatch: Skip task_call_func() for current task Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu 2023-02-09 11:17:47, Josh Poimboeuf wrote: > The current task doesn't need the scheduler's protection to unwind its > own stack. > > Signed-off-by: Josh Poimboeuf I do not see any problem with it: Reviewed-by: Petr Mladek Best Regards, Petr