net/xfrm/xfrm_user.c: In function `verify_sec_ctx_len':
net/xfrm/xfrm_user.c:104: warning: comparison is always false due to limited 
range of data type

        if (sec_ctx->sadb_x_ctx_len > PAGE_SIZE)

PAGE_SIZE is 64k on powerpc, and that's a 16-bit variable.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to