[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081202143715.1fa03879@bike.lwn.net>
Date: Tue, 2 Dec 2008 14:37:15 -0700
From: Jonathan Corbet <corbet@....net>
To: Chris Wright <chrisw@...hat.com>
Cc: Alan Cox <alan@...rguk.ukuu.org.uk>,
Chris Wright <chrisw@...hat.com>,
Izik Eidus <ieidus@...hat.com>, akpm@...ux-foundation.org,
linux-kernel@...r.kernel.org, linux-mm@...ck.org,
kvm@...r.kernel.org, aarcange@...hat.com, avi@...hat.com,
dlaor@...hat.com, kamezawa.hiroyu@...fujitsu.com,
cl@...ux-foundation.org
Subject: Re: [PATCH 3/4] add ksm kernel shared memory driver.
On Tue, 2 Dec 2008 13:24:11 -0800
Chris Wright <chrisw@...hat.com> wrote:
> > Using current known techniques. A random collision is just as bad
> > news.
>
> And, just to clarify, your concern would extend to any digest based
> comparison? Or are you specifically concerned about sha1?
Wouldn't this issue just go away if the code simply compared the full
pages, rather than skipping the hashed 128 bytes at the beginning?
Given the cost of this whole operation (which, it seems, can involve
copying one of the pages before testing for equality), skipping the
comparison of 128 bytes seems like a bit of a premature optimization.
jon
--
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