On Wed, Jul 16, 2008 at 10:09:38AM +0800, Herbert Xu wrote:
> On Tue, Jul 15, 2008 at 10:17:36AM -0700, Greg KH wrote:
> >
> > Herbert, can you let me know what the git commit id is for this fix?
> >
> > And do you want it added to the .25 and .26 -stable releases?
> >
> > Oliver, thanks for the
On Tue, Jul 15, 2008 at 10:17:36AM -0700, Greg KH wrote:
>
> Herbert, can you let me know what the git commit id is for this fix?
>
> And do you want it added to the .25 and .26 -stable releases?
>
> Oliver, thanks for the pointer.
Sorry, that was meant to say 2.6.27 :) So you don't need it
for
On Tue, Jul 15, 2008 at 07:07:47PM +0200, Oliver Pinter wrote:
> [CC stable]
>
> On 7/10/08, Herbert Xu <[EMAIL PROTECTED]> wrote:
> > Hi Linus:
> >
> > Just found a regression introduced back in 2.6.25. This causes
> > packet leaks when IPsec is in use. When that leak grows it can
> > eventuall
[CC stable]
On 7/10/08, Herbert Xu <[EMAIL PROTECTED]> wrote:
> Hi Linus:
>
> Just found a regression introduced back in 2.6.25. This causes
> packet leaks when IPsec is in use. When that leak grows it can
> eventually lead to hung connections (as their send buffers are
> used up) or worse.
>
>
Hi Linus:
This push reverts the CTR-based PRNG as it clearly isn't able
to pass Ingo's random config hurdle.
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
or
master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Herbert Xu (1):
Rever
Instead of tabs there were two spaces.
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
crypto/Kconfig | 77 +
1 file changed, 40 insertions(+), 37 deletions(-)
af2ebd963fc1ab2e2a66852bae9d262ee0a5ea61
diff --git a/crypto/Kconfig b/crypto/Kc