Package: libx86-1
Version: 0.99+ds1-1
Severity: normal

on recent kernels (2.6.25) s2ram fails for archs supporting the NX flag, which 
was tracked down to libx86 requiring the following patch (quoting from LKML):

Index: libx86-0.99/x86-common.c
===================================================================
--- libx86-0.99.orig/x86-common.c
+++ libx86-0.99/x86-common.c
@@ -232,7 +232,7 @@ int LRMI_common_init(void)
        }

        m = mmap((void *)0xa0000, 0x100000 - 0xa0000,
-        PROT_READ | PROT_WRITE,
+        PROT_READ | PROT_WRITE | PROT_EXEC,
         MAP_FIXED | MAP_SHARED, fd_mem, 0xa0000);

        if (m == (void *)-1) {

further info in the  Regression in 2.6.25-rc3: s2ram segfaults before
suspending thread

http://groups.google.com/group/linux.kernel/browse_thread/thread/8b88a48b8204212f/a0c89cdeef26086d?#a0c89cdeef26086d

-- System Information:
Debian Release: lenny/sid
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing'), (600, 'unstable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-sonne (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libx86-1 depends on:
ii  libc6                         2.7-10     GNU C Library: Shared libraries

libx86-1 recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to