Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp998235ybi; Thu, 30 May 2019 09:54:32 -0700 (PDT) X-Google-Smtp-Source: APXvYqwm7DfrYa+vE3W03FHV4hADDwtSN/Md6a4NsPBvc1W/RB23V7cMgT+VrNqLxoCbfr4dg0mD X-Received: by 2002:a17:902:b089:: with SMTP id p9mr4735912plr.38.1559235272467; Thu, 30 May 2019 09:54:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559235272; cv=none; d=google.com; s=arc-20160816; b=sQxyRYF3+6FxvVW//FX2uXOgCDH0VhpX5/0AyVwIT+Thqoad5vyY5XioGqgQei2uSJ e4iJtFNP4QHR3KF1kjxRfA9KE4AKD/eR3iDiqWTuwAURMCbXZze3FORrRu+hRrL8WQex NhtFgnJOBpj8q89bVNY8oZyBIWjcZ2ytDxmWn5VQLEG43KeMcnxJ1KxsG9r8unteB+mq uAhD7PhDiU+6YJiyyf9y80XPMzKRQ9jT4BTKhPYfbtkviAg0rRiivtiws4CT6HZ8K8va qkH4gbMCPm7JtUOW/g7WkAtfg7ygRNXUW5eudgp3d5ZO6aiVoMoY2J34mVioONSQA4ax pUng== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=sOUzqrWAELK6usNJO17dLrfD6jaRhHPC6ANkDPH5kAQ=; b=x1D+JNw0zOYDnHDfNyAmct6r+dr33YuWIYbzzPYPgsX2HVjzxVmLYxFBCyIepbgzjY 5BeN5AUXXauwOjvFdCZaZGc1gqj6mjUTjrZ8Y1xM1bVa1qpJcxD0Ootgm3KMCXtAgUA3 oHh7ZO5ZCq/SQ7f4qB2at7wCQQymBLCI3IA8TcwGZ+fyqzAKOAnfQq0WtkVSpm2gFZiq JYjmMTtD/iTKximivK3L+IY0WbzAFOoGfeDpEVX8RIwOEXnEBUwCIubbp7Bkv2rdeCwe 8QhW5WyIQpUWNSf49Q0cHteEPPuUctzBCQENXIM3NjueWQhyrMUYyXqdIwadsgYn5yon iF/w== 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 d125si3909869pfd.257.2019.05.30.09.54.16; Thu, 30 May 2019 09:54:32 -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 S1727566AbfE3Qhd (ORCPT + 99 others); Thu, 30 May 2019 12:37:33 -0400 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:39500 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726045AbfE3Qhd (ORCPT ); Thu, 30 May 2019 12:37:33 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B0180341; Thu, 30 May 2019 09:37:32 -0700 (PDT) Received: from [10.1.194.37] (e113632-lin.cambridge.arm.com [10.1.194.37]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E5CFE3F5AF; Thu, 30 May 2019 09:37:31 -0700 (PDT) Subject: Re: [PATCH RESEND 5/7] RISC-V: entry: Remove unneeded need_resched() loop To: Palmer Dabbelt Cc: linux-kernel@vger.kernel.org, aou@eecs.berkeley.edu, linux-riscv@lists.infradead.org References: From: Valentin Schneider Message-ID: <1b251faf-0b5b-2972-1bfd-9d40a8fd3609@arm.com> Date: Thu, 30 May 2019 17:37:30 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 30/05/2019 05:09, Palmer Dabbelt wrote: [...] > > Sorry I missed this the first time around. > > Reviewed-by: Palmer Dabbelt > > Do you want this through the RISC-V tree, or are you going to take it? Thanks! It's a standalone change so this would be fine through your tree.