summaryrefslogtreecommitdiff
path: root/tools/perf/pmu-events/arch/x86/jaketown/pipeline.json
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2017-01-17 17:33:46 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2017-02-06 15:13:31 +0100
commitd166f56bf58b64027679905a01001df9ac0764bd (patch)
treed110974c482d9c7042d5fefd0fa17966fca2fdce /tools/perf/pmu-events/arch/x86/jaketown/pipeline.json
parenta3c11a7ac6cdd670324df39244ed1d2321bb0c9c (diff)
can: flexcan: do_bus_err(): convert rx_,tx_errors into bool
This patch converts the rx_errors and tx_errors from int into bool values, to reflect their actual meaning. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'tools/perf/pmu-events/arch/x86/jaketown/pipeline.json')
0 files changed, 0 insertions, 0 deletions
kernfs_fop_write+0x17c/0x250 __vfs_write+0x6c/0x1e0 vfs_write+0xd0/0x270 SyS_write+0x6c/0x110 system_call+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 'drivers/usb/dwc3/gadget.c')