summaryrefslogtreecommitdiff
path: root/tools/lib/lockdep/lockdep.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2017-02-07 11:35:36 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2017-02-09 15:51:21 +1100
commitf83e6862047e1e371bdc5d512dd6cabe8a3965b8 (patch)
treebccad1dfc0b25d5dc810a00e950468a80b2643f3 /tools/lib/lockdep/lockdep.c
parent9b256714979fad61ae11d90b53cf67dd5e6484eb (diff)
powerpc/powernv: Properly set "host-ipi" on IPIs
Otherwise KVM will fail to pass them through to the host Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/lib/lockdep/lockdep.c')
0 files changed, 0 insertions, 0 deletions
- rebased against latest net-next/master after Vivien's changes Changes in v3: - removed multiline comments from added structures - simplify error handling in dsa_slave_add_cls_matchall Changes in v2: - fixed filter removal logic to disable the ingress or egress mirroring when there are no longer ports being monitored in ingress or egress - removed a stray list_head in dsa_port structure that is not used Tested using the two iproute2 examples: tc qdisc add dev eth1 handle ffff: ingress tc filter add dev eth1 parent ffff: \ matchall skip_sw \ action mirred egress mirror \ dev eth2 tc qdisc add dev eth1 handle 1: root prio tc filter add dev eth1 parent 1: \ matchall skip_sw \ action mirred egress mirror \ dev eth2 ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'sound/drivers/mpu401/mpu401.c')