lkml.org 
[lkml]   [2014]   [Apr]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.11 151/182] parisc: fix epoll_pwait syscall on compat kernel
    Date
    3.11.10.9 -stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Helge Deller <deller@gmx.de>

    commit ab3e55b119c9653b19ea4edffb86f04db867ac98 upstream.

    This bug was detected with the libio-epoll-perl debian package where the
    test case IO-Ppoll-compat.t failed.

    Signed-off-by: Helge Deller <deller@gmx.de>
    Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
    ---
    arch/parisc/kernel/syscall_table.S | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/arch/parisc/kernel/syscall_table.S b/arch/parisc/kernel/syscall_table.S
    index 0c91072..10a0c2a 100644
    --- a/arch/parisc/kernel/syscall_table.S
    +++ b/arch/parisc/kernel/syscall_table.S
    @@ -392,7 +392,7 @@
    ENTRY_COMP(vmsplice)
    ENTRY_COMP(move_pages) /* 295 */
    ENTRY_SAME(getcpu)
    - ENTRY_SAME(epoll_pwait)
    + ENTRY_COMP(epoll_pwait)
    ENTRY_COMP(statfs64)
    ENTRY_COMP(fstatfs64)
    ENTRY_COMP(kexec_load) /* 300 */
    --
    1.9.1


    \
     
     \ /
      Last update: 2014-04-24 13:01    [W:3.197 / U:0.236 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site