lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090129102726.5f4a0040.akpm@linux-foundation.org>
Date:	Thu, 29 Jan 2009 10:27:26 -0800
From:	Andrew Morton <akpm@...ux-foundation.org>
To:	Davide Libenzi <davidel@...ilserver.org>
Cc:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Pavel Pisa <pisa@....felk.cvut.cz>
Subject: Re: [patch 1/2] epoll fix own poll()

On Thu, 29 Jan 2009 10:16:31 -0800 (PST) Davide Libenzi <davidel@...ilserver.org> wrote:

> On Thu, 29 Jan 2009, Andrew Morton wrote:
> 
> > >  fs/eventpoll.c |  510 +++++++++++++++++++++++++++++++++------------------------
> > >  1 file changed, 304 insertions(+), 206 deletions(-)
> > 
> > Holy cow man, this patch is HUGE!  I don't have a clue what it does nor
> > how it does it.  I'd be somewhat scared to merge it into 2.6.29.  How
> > serious is this bug?
> 
> It is a 3 in a scale of 5. The reason the patch is HUGE is because the 
> epoll ->poll() code now has to perform an operation similar to what was 
> performing in epoll_wait(), and under the same constraints (check out for 
> recursions and too long nesting chains) that were checked in the wakeups.
> So instead of duplicating the code, I made the two core operations such 
> that they get a function pointer for the core operation they have to 
> perform. That required some code movement.
> 

But which kernel version are you looking to get this merged into?

> 
> You always confuse me with your comments. Before you comment, then you 
> merge w/out giving me time to change.
>

yeah, I often do that.  If I see nothing fatal in the patch I'll merge
it so that it gets a bit of testing and so that it doesn't get
forgotten about.  Especially if it's a bugfix.

Sometimes I'll send a reply and the originator goes to sleep for weeks,
and stuff could even get lost.  I hate losing stuff.  I'll mark the patch
as "needs an update" in the series file so I don't accidentally merge it
upstream.

> Would you like the updated patches?

Sure, when convenient.
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ