From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Subject: Re: Arches that don't support PREEMPT Date: Tue, 19 Sep 2023 11:52:22 -0700 Message-ID: References: <87zg1u1h5t.fsf@oracle.com> <20230911150410.GC9098@noisy.programming.kicks-ass.net> <87h6o01w1a.fsf@oracle.com> <20230912082606.GB35261@noisy.programming.kicks-ass.net> <87cyyfxd4k.ffs@tglx> <87led2wdj0.ffs@tglx> <0e69f7df80dc5878071deb0d80938138d19de1d1.camel@physik.fu-berlin.de> <20230919134218.GA39281@noisy.programming.kicks-ass.net> <87pm2eui95.ffs@tglx> <20230919143816.1741760a@gandalf.local.home> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=google; t=1695149560; x=1695754360; darn=vger.kernel.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=qoumeRTE+qtQQI/kZW10ezE5GjBnHd3+HNtP5YPVTpo=; b=arpuIMn7vCmDj8p/w0bzkpy+Q50dZJ2llmtsXSvLfYCnyYMJqEaT1+rulS1MD5snYl VtTQZuF9K6O/iJsFLZ7eQ3eQUBhAwtjKu8zLZ7H6H4kiKLIBKi+lIbZTGnteMto7k3+J lV0QefUDpGJ6KFZv39XmxgpKHR9IB+CTamy8M= In-Reply-To: <20230919143816.1741760a@gandalf.local.home> List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Steven Rostedt Cc: Thomas Gleixner , John Paul Adrian Glaubitz , Peter Zijlstra , Matthew Wilcox , Ankur Arora , linux-kernel@vger.kernel.org, linux-mm@kvack.org, x86@kernel.org, akpm@linux-foundation.org, luto@kernel.org, bp@alien8.de, dave.hansen@linux.intel.com, hpa@zytor.com, mingo@redhat.com, juri.lelli@redhat.com, vincent.guittot@linaro.org, mgorman@suse.de, jon.grimm@amd.com, bharata@amd.com, raghavendra.kt@amd.com, boris.ostrovsky@oracle.com, konrad.wilk@oracle.com, jgross@suse.com, andrew.cooper3@citrix.com, Geert Uytterhoeven , linux-m68k@lists.linux-m68k.org, Richard Weinberger , Anton Ivanov On Tue, 19 Sept 2023 at 11:37, Steven Rostedt wrote: > > We could simply leave the cond_resched() around but defined as nops for > everything but the "nostalgia club" to keep them from having any regressions. I doubt the nostalgia club cares about some latencies (that are usually only noticeable under extreme loads anyway). And if they do, maybe that would make somebody sit down and look into doing it right. So I think keeping it around would actually be both useless and counter-productive. Linus