summaryrefslogtreecommitdiff
path: root/include/net/irda/irlmp.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2017-02-01 12:53:59 -0500
committerDavid S. Miller <davem@davemloft.net>2017-02-01 12:53:59 -0500
commit6107dbdb64465848e310b85ebe589236e24a9680 (patch)
tree93e3f203282ea27a332bb640541c5c3e3fd5319f /include/net/irda/irlmp.h
parent889711a03e0fba427fb85317900e93c74e3be02a (diff)
parent0cf45a3b1e2c47bbcc9e75cbed5c660492e297da (diff)
Merge branch 'sh_eth-fixes-for-MagicPacket-handling'
Niklas Söderlund says: ==================== sh_eth: fixes for MagicPacket handling This series contain two fixes for MagicPacket handling. It's based on top of net-next and is tested on Koelsch. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/irda/irlmp.h')
0 files changed, 0 insertions, 0 deletions
all+0x38/0xe0 Examination of the queue showed a single reference (no PERCPU_COUNT_BIAS, and __PERCPU_REF_DEAD, __PERCPU_REF_ATOMIC set) and no requests. However, conditions at the time of the race are count of PERCPU_COUNT_BIAS + 0 and __PERCPU_REF_DEAD and __PERCPU_REF_ATOMIC set. The fix is to make the tryget routines use an actual boolean internally instead of the atomic long result truncated to a int. Fixes: e625305b3907 percpu-refcount: make percpu_ref based on longs instead of ints Link: https://bugzilla.kernel.org/show_bug.cgi?id=190751 Signed-off-by: Douglas Miller <dougmill@linux.vnet.ibm.com> Reviewed-by: Jens Axboe <axboe@fb.com> Signed-off-by: Tejun Heo <tj@kernel.org> Fixes: e625305b3907 ("percpu-refcount: make percpu_ref based on longs instead of ints") Cc: stable@vger.kernel.org # v3.18+
Diffstat (limited to 'include/net/irda/iriap_event.h')