]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ipv6-overflow-arith'
authorDavid S. Miller <davem@davemloft.net>
Fri, 23 Oct 2015 09:49:41 +0000 (02:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Oct 2015 09:49:41 +0000 (02:49 -0700)
commit6de0b471267f855d5f298cb599353d807263e64a
tree00351145ca8f839024370cf1909358845357bf3a
parent4c827445848f066190fceea67edc6f50f74b9d0a
parentd69ee69898d5c9c2981dfa7bb7379fc4913a1e21
Merge branch 'ipv6-overflow-arith'

Hannes Frederic Sowa says:

====================
overflow-arith: begin to add support for overflow builtins functions

I add a new header, linux/overflow-arith.h, as the central place to add
overflow and wrap-around checking functions. The reason I am doing so
is that it can make use of compiler supported builtin functions which
can leverage hardware.

As I need this for a fix in the ipv6 stack, which is also included in
this series, I propose to add it sooner than later over Davem's net
tree. This is also the reason why I start slowly with only the one
function I need at this time.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>