summaryrefslogtreecommitdiff
path: root/str.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-07-27 11:44:59 +0200
committerTobias Klauser <tklauser@distanz.ch>2015-07-27 11:44:59 +0200
commit115ac442812928e1ae0682aca5f1d0cbb77d92cf (patch)
tree1ea4ef8f850142bdcc6e2be9c570683c3f7273f6 /str.h
parent59341681d3dcc3e17105261425b5f08ab954a948 (diff)
flowtop: Make struct flow_entry member size checks build_bug_on()
The city_{src,dst}, country_{src,dst} and rev_dns_{src,dst} members of struct flow_entry have their size defined at compile time, so perform the equal size checks at compile time as well. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'str.h')
0 files changed, 0 insertions, 0 deletions
cally allocating states in the prepare stage. The extension is necessary right now because we need a proper way to unbreak LTTNG, which iscurrently non functional due to the removal of the notifiers. Surely it's out of tree, but it's widely used by distros. The simple solution would have been to reserve a state for LTTNG, but I'm not fond about unused crap in the kernel and the dynamic range, which we admittedly should have done right away, allows us to remove quite some of the hardcoded states, i.e. those which have no ordering requirements. So doing the right thing now is better than having an smaller intermediate solution which needs to be reworked anyway" * 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: cpu/hotplug: Provide dynamic range for prepare stage perf/x86/amd/ibs: Fix typo after cleanup state names in cpu/hotplug
Diffstat (limited to 'tools/testing/selftests/sync')