summaryrefslogtreecommitdiff
path: root/trie.c
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2016-01-21 23:23:26 +0200
committerTobias Klauser <tklauser@distanz.ch>2016-01-26 18:10:23 +0100
commitf6371fb6df916db984bdce57ddea15abe7f780be (patch)
tree2c3c9fb7f0760118e5e3847d26f5fd8967b4cddb /trie.c
parentf634c7420a9345987001c0e965c4d79057197f6f (diff)
dissectors: arp: Print hardware & protocol addresses
Print sender/target MAC and/or IPv4 address if htype is Ethernet and/or ptype is IPv4, respectively. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> [tk: minor simplifications of the code] Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'trie.c')
0 files changed, 0 insertions, 0 deletions
_node. This is fine for cgroup proper but cgroup_name/path() depend on the associated kernfs_node and if a subsystem makes the new cgroup_subsys_state visible, which they're allowed to after onlining, it can lead to NULL dereference. The current code performs cgroup creation and subsystem onlining in cgroup_create() and cgroup_mkdir() makes the cgroup and subsystems visible afterwards. There's no reason to online the subsystems early and we can simply drop cgroup_apply_control_enable() call from cgroup_create() so that the subsystems are onlined and made visible at the same time. Signed-off-by: Tejun Heo <tj@kernel.org> Reported-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru> Fixes: a5bca2152036 ("cgroup: factor out cgroup_create() out of cgroup_mkdir()") Cc: stable@vger.kernel.org # v4.6+
Diffstat (limited to 'sound/usb/usx2y')