commit | 88405680ec57c35f5886dbb81b3f6f638f74f40d | [log] [tgz] |
---|---|---|
author | Vandana BN <bnvandana@gmail.com> | Mon Jul 01 19:46:10 2019 +0530 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 01 10:58:23 2019 -0700 |
tree | 84624c56405fbef723d3a8c8e65313e4773cfc81 | |
parent | 40f6a2cb9cfc5da713f745b23bcc2c6761e5eb5e [diff] |
net:gue.h:Fix shifting signed 32-bit value by 31 bits problem Fix GUE_PFLAG_REMCSUM to use "U" cast to avoid shifting signed 32-bit value by 31 bits problem. Signed-off-by: Vandana BN <bnvandana@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>