summaryrefslogtreecommitdiff
path: root/flowtop
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-07-13 16:11:30 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-07-13 16:20:14 +0200
commite513602eb85a742924abe5b60b5140a87ca86acb (patch)
tree3f87fcb8840b00805bc3433d79072ceb34ac8675 /flowtop
parent3eaa4aaaf698779f4a644c197dbeb872c58d6dd5 (diff)
ring_rx: fix format string sparse warning
Found by sparse: ring_rx.c:155:44: warning: Unknown escape '%' Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'flowtop')
0 files changed, 0 insertions, 0 deletions
hangs in synchronize_rcu() that were caused by the ACPI code mistakenly relying on an aspect of RCU that was neither promised to work nor reliable but which happened to work - until in v4.9 we changed the RCU implementation, which made the hangs more prominent. Since the mis-use of the RCU facility wasn't properly detected and prevented either, these fixes make the RCU side work reliably instead of working around the problem in the ACPI code. Hence the slightly larger diffstat that goes beyond the normal scope of RCU fixes in -rc kernels" * 'rcu-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: rcu: Narrow early boot window of illegal synchronous grace periods rcu: Remove cond_resched() from Tiny synchronize_sched()
Diffstat (limited to 'sound/aoa/soundbus')