Re: [REGRESSION] RLIMIT_DATA crashes named

From: Linus Torvalds
Date: Fri Sep 16 2016 - 20:05:08 EST


On Fri, Sep 16, 2016 at 4:58 PM, Linus Torvalds
<torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
>
> Here's a totally untested patch. What do people say?

Heh. It looks like "pr_xyz_once()" is used in places that haven't
included "ratelimit.h", so this doesn't actually build for everything.

But I guess as a concept patch it's not hard to understand, even if
the implementation needs a bit of tweaking.

Linus