2004-01-25 22:27:18

by Eduard Roccatello

[permalink] [raw]
Subject: [PATCH] kernel/ptrace.c BUG_ON fixes

Hello

ptrace.c has some references to BUG() in form

if (condition)
BUG();

I've changed them in BUG_ON(condition);

Cheers,
Eduard Roccatello


Attachments:
(No filename) (145.00 B)
ptrace_clean.patch (673.00 B)
Download all attachments

2004-01-25 22:31:14

by Eduard Roccatello

[permalink] [raw]
Subject: Re: [PATCH] kernel/ptrace.c BUG_ON fixes

On Sunday 25 January 2004 23:28, Eduard Roccatello wrote:
> I've changed them in BUG_ON(condition);
i forgot... this patch is against to 2.6.2-rc1

best regards,
Eduard