RE: linux-kernel-digest V1 #1145

From: Andrew van der Stock (ajv@greebo.net)
Date: Fri Jul 14 2000 - 22:38:48 EDT

  • Next message: bsh@gate.net: "Re: RFC: Very large allocations for 2.4.x"

    Try this patch from Ivan Kokshaysky.

    --- linux/arch/alpha/kernel/osf_sys.c.orig Wed Jul 12 13:26:32 2000
    +++ linux/arch/alpha/kernel/osf_sys.c Fri Jul 14 00:59:27 2000
    @@ -1078,7 +1078,7 @@
             }
     
             ret = -EINVAL;
    - if (n < 0 || n > KFDS_NR)
    + if (n < 0 || n >= 64*1024)
                     goto out_nofds;
     
             /*

    thanks,

    Andrew van der Stock, ajv@greebo.net http://www.greebo.net
    SAGE-AU President http://www.sage-au.org.au

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.rutgers.edu
    Please read the FAQ at http://www.tux.org/lkml/



    This archive was generated by hypermail 2b29 : Fri Jul 14 2000 - 22:51:44 EDT