summaryrefslogtreecommitdiff
path: root/ifpps/Makefile
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2016-12-18 11:52:45 +0200
committerTobias Klauser <tklauser@distanz.ch>2016-12-21 16:54:47 +0100
commitd084e7ab35438619bfd414ab9a605c64e6e83817 (patch)
tree696ee9c75a29a9f39127773922c359245ce0dea6 /ifpps/Makefile
parentd7ef402f03369f1c1c1bd302edad449e0f7bf37d (diff)
trafgen: proto: Change __proto_field_set_bytes(...) to take struct proto_field
Change __proto_field_set_bytes(...) function to take struct proto_field instead of doing lookup by hdr & fid. It is needed to able use this function with some custom modified struct proto_field (len, pkt_offset). Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'ifpps/Makefile')
0 files changed, 0 insertions, 0 deletions
ate 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 'include/xen/xenbus_dev.h')