Re: [uml-devel] Couldn't obtain random bytes in sshd - problem in RAND_poll?

2008-08-22 Thread Damien Miller
On Wed, 6 Aug 2008, Stanislav Meduna wrote: > So what should the applications calling openssl actually > do if this happens? Now the ssh/apache/... simply exit, > which is bad (it left me without an access to a remote > box...). Exiting is the best behaviour - continuing without a good source of

Re: [uml-devel] Couldn't obtain random bytes in sshd - problem in RAND_poll?

2008-08-22 Thread David Schwartz
> Tried many many times, even two running at the same time > or poll timeout set to zero, not one instance of blocking > even with >od -x /dev/urandom > and >od -x /dev/random > running simultaneously (the second one blocks, of course). > > > H.. what the #$%# is happening here.. more

[uml-devel] patch uml-deal-with-host-time-going-backwards.patch added to 2.6.25-stable tree

2008-08-22 Thread gregkh
This is a note to let you know that we have just queued up the patch titled Subject: uml: deal with host time going backwards to the 2.6.25-stable tree. Its filename is uml-deal-with-host-time-going-backwards.patch A git repo of this tree can be found at http://www.kernel.org/gi

[uml-devel] patch uml-fix-bad-ntp-interaction-with-clock.patch added to 2.6.25-stable tree

2008-08-22 Thread gregkh
This is a note to let you know that we have just queued up the patch titled Subject: uml: fix bad NTP interaction with clock to the 2.6.25-stable tree. Its filename is uml-fix-bad-ntp-interaction-with-clock.patch A git repo of this tree can be found at http://www.kernel.org/git/

[uml-devel] patch uml-fix-build-when-slob-is-enabled.patch added to 2.6.25-stable tree

2008-08-22 Thread gregkh
This is a note to let you know that we have just queued up the patch titled Subject: uml: fix build when SLOB is enabled to the 2.6.25-stable tree. Its filename is uml-fix-build-when-slob-is-enabled.patch A git repo of this tree can be found at http://www.kernel.org/git/?p=linux

[uml-devel] patch uml-fix-gcc-ices-and-unresolved-externs.patch added to 2.6.25-stable tree

2008-08-22 Thread gregkh
This is a note to let you know that we have just queued up the patch titled Subject: uml: fix gcc ICEs and unresolved externs to the 2.6.25-stable tree. Its filename is uml-fix-gcc-ices-and-unresolved-externs.patch A git repo of this tree can be found at http://www.kernel.org/gi

[uml-devel] patch uml-memcpy-export-needs-to-follow-host-declaration.patch added to 2.6.25-stable tree

2008-08-22 Thread gregkh
This is a note to let you know that we have just queued up the patch titled Subject: uml: memcpy export needs to follow host declaration to the 2.6.25-stable tree. Its filename is uml-memcpy-export-needs-to-follow-host-declaration.patch A git repo of this tree can be found at h

[uml-devel] patch uml-stub-needs-to-tolerate-sigwinch.patch added to 2.6.25-stable tree

2008-08-22 Thread gregkh
This is a note to let you know that we have just queued up the patch titled Subject: uml: stub needs to tolerate SIGWINCH to the 2.6.25-stable tree. Its filename is uml-stub-needs-to-tolerate-sigwinch.patch A git repo of this tree can be found at http://www.kernel.org/git/?p=lin

[uml-devel] patch uml-physical-memory-shouldn-t-include-initial-stack.patch added to 2.6.25-stable tree

2008-08-22 Thread gregkh
This is a note to let you know that we have just queued up the patch titled Subject: uml: physical memory shouldn't include initial stack to the 2.6.25-stable tree. Its filename is uml-physical-memory-shouldn-t-include-initial-stack.patch A git repo of this tree can be found at

[uml-devel] patch uml-track-and-make-up-lost-ticks.patch added to 2.6.25-stable tree

2008-08-22 Thread gregkh
This is a note to let you know that we have just queued up the patch titled Subject: uml: track and make up lost ticks to the 2.6.25-stable tree. Its filename is uml-track-and-make-up-lost-ticks.patch A git repo of this tree can be found at http://www.kernel.org/git/?p=linux/ker

Re: [uml-devel] patch uml-deal-with-inaccessible-address-space-start.patch added to 2.6.25-stable tree

2008-08-22 Thread Arjan van de Ven
On Sat, 16 Aug 2008 15:32:38 -0700 <[EMAIL PROTECTED]> wrote: Hi Greg while these notifications are very useful in general, I think you want to exclude lkml as a destination to send them to. -- If you want to reach me at my work email, use [EMAIL PROTECTED] For development, discussion an

[uml-devel] [patch 27/49] uml: fix build when SLOB is enabled

2008-08-22 Thread Greg KH
2.6.25-stable review patch. If anyone has any objections, please let us know. -- From: Jeff Dike <[EMAIL PROTECTED]> commit 43f5b3085fdd27c4edf535d938b2cb0ccead4f75 upstream Reintroduce uml_kmalloc for the benefit of UML libc code. The previous tactic of declaring __kmalloc so

[uml-devel] [patch 28/49] uml: fix bad NTP interaction with clock

2008-08-22 Thread Greg KH
2.6.25-stable review patch. If anyone has any objections, please let us know. -- From: Jeff Dike <[EMAIL PROTECTED]> commit cfd28f6695d0fc047478480791a21bdd4967f98e upstream UML's supposed nanosecond clock interacts badly with NTP when NTP decides that the clock has drifted ahe

[uml-devel] [patch 29/49] uml: physical memory shouldnt include initial stack

2008-08-22 Thread Greg KH
2.6.25-stable review patch. If anyone has any objections, please let us know. -- From: Jeff Dike <[EMAIL PROTECTED]> commit 60a2988aea701a6424809a5432bf068667aac177 upstream The top of physical memory should be below the initial process stack, not the top of the address space,

[uml-devel] [patch 30/49] uml: track and make up lost ticks

2008-08-22 Thread Greg KH
2.6.25-stable review patch. If anyone has any objections, please let us know. -- From: Jeff Dike <[EMAIL PROTECTED]> commit fe2cc53ee013a4d4d0317d418e7019fe6533a5a8 upstream Alarm delivery could be noticably late in the !CONFIG_NOHZ case because lost ticks weren't being taken i

[uml-devel] [patch 31/49] uml: missed kmalloc() in pcap_user.c

2008-08-22 Thread Greg KH
2.6.25-stable review patch. If anyone has any objections, please let us know. -- From: Al Viro <[EMAIL PROTECTED]> commit 296cd66f7f6e130fe08e6880ecb13c3fc615a8db upstream Signed-off-by: Al Viro <[EMAIL PROTECTED]> Acked-by: Jeff Dike <[EMAIL PROTECTED]> Signed-off-by: Linus To

[uml-devel] [patch 32/49] uml: deal with host time going backwards

2008-08-22 Thread Greg KH
2.6.25-stable review patch. If anyone has any objections, please let us know. -- From: Jeff Dike <[EMAIL PROTECTED]> commit 06e1e4ffbd1932e288839b3140cda6b8141eb684 upstream Protection against the host's time going backwards (eg, ntp activity on the host) by keeping track of th

[uml-devel] [patch 33/49] uml: deal with inaccessible address space start

2008-08-22 Thread Greg KH
2.6.25-stable review patch. If anyone has any objections, please let us know. -- From: Tom Spink <[EMAIL PROTECTED]> commit 40fb16a360d9c6459afee91dc793c1e3374feb94 upstream This patch makes os_get_task_size locate the bottom of the address space, as well as the top. This is f

[uml-devel] [patch 34/49] uml: missing export of csum_partial() on uml/amd64

2008-08-22 Thread Greg KH
2.6.25-stable review patch. If anyone has any objections, please let us know. -- From: Al Viro <[EMAIL PROTECTED]> commit 3e3b48e5198544dd90e27265a70c1a834139e025 upstream Signed-off-by: Al Viro <[EMAIL PROTECTED]> Cc: Jeff Dike <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds

[uml-devel] [patch 35/49] uml: memcpy export needs to follow host declaration

2008-08-22 Thread Greg KH
2.6.25-stable review patch. If anyone has any objections, please let us know. -- From: Jeff Dike <[EMAIL PROTECTED]> commit 8bfd04b974689f700bbd053ad6e66b0a95fb80c9 upstream x86_64 defines either memcpy or __memcpy depending on the gcc version, and it looks like UML needs to fo

[uml-devel] [patch 36/49] uml: stub needs to tolerate SIGWINCH

2008-08-22 Thread Greg KH
2.6.25-stable review patch. If anyone has any objections, please let us know. -- From: Jeff Dike <[EMAIL PROTECTED]> commit 3d5ede6f776bdb1483bcd086f79c3bf41fed3865 upstream We lost the marking of SIGWINCH as being OK to receive during stub execution, causing a panic should tha

[uml-devel] [patch 37/49] uml: work around broken host PTRACE_SYSEMU

2008-08-22 Thread Greg KH
2.6.25-stable review patch. If anyone has any objections, please let us know. -- From: Jeff Dike <[EMAIL PROTECTED]> commit f1ef9167ca4494a8c6d71d0031c73e9c8841eadd upstream Fedora broke PTRACE_SYSEMU again, and UML crashes as a result when it doesn't need to. This patch makes

[uml-devel] [patch 38/49] uml: fix gcc ICEs and unresolved externs

2008-08-22 Thread Greg KH
2.6.25-stable review patch. If anyone has any objections, please let us know. -- From: Jeff Dike <[EMAIL PROTECTED]> commit 4f81c5350b44bcc501ab6f8a089b16d064b4d2f6 upstream There are various constraints on the use of unit-at-a-time: - i386 uses no-unit-at-a-time for pre-4.0 (

[uml-devel] [patch 39/49] uml: Fix boot crash

2008-08-22 Thread Greg KH
2.6.25-stable review patch. If anyone has any objections, please let us know. -- From: Jeff Dike <[EMAIL PROTECTED]> commit 7c1fed03b9fa32d4323d5caa6a9c7dcdd7eba767 upstream My copying of linux/init.h didn't go far enough. The definition of __used singled out gcc minor version

[uml-devel] [patch 40/49] uml: PATH_MAX needs limits.h

2008-08-22 Thread Greg KH
2.6.25-stable review patch. If anyone has any objections, please let us know. -- From: Ingo Molnar <[EMAIL PROTECTED]> commit b6d8adf477439e7086224bc9674c6b6638780783 upstream. Include limits.h to get a definition of PATH_MAX. Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]> Sig