• Andi Kleen's avatar
    [PATCH] Fix error checking in IPC_SET · e67eee86
    Andi Kleen authored
    The LSM changes broke the error checking for queue lengths in IPC_SET. The LSM check would
    set set err to 0, but the next check expected it to still be -EPERM. Result was that
    no error was reported, but the new parameters weren't correctly set.
    e67eee86
msg.c 19.6 KB