[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070429071743.GA4532@elte.hu>
Date: Sun, 29 Apr 2007 09:17:43 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Lee Revell <rlrevell@...-job.com>
Cc: tglx@...utronix.de, matthieu castet <castet.matthieu@...e.fr>,
Linux Kernel list <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: High Resolution Timer DOS
* Lee Revell <rlrevell@...-job.com> wrote:
> > Well, it is not really a DoS. The rescheduling of the process is
> > limited by the scheduler and the available CPU time (depending on
> > the number of runnable tasks in the system).
>
> Shouldn't an unprivileged process be rate limited somehow to avoid
> flooding the machine with interrupts? We restrict nonroot users from
> setting the RTC interrupt rate higher than 64Hz for a similar reason
> (granted, this limit dates back to the 486 days and should probably be
> increased to 1024 Hz).
No. An interrupt in this case is really just 'CPU time used up', and an
unprivileged process can take up as much CPU time as the scheduler
allows. So it's _not_ a DoS, and neither is any other unprivileged
infinit loop (or high-rate context-switching task) a DoS.
Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists