summaryrefslogtreecommitdiff
path: root/Documentation/Workflow
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-03-16 19:33:27 +0100
committerDaniel Borkmann <dborkman@redhat.com>2013-03-16 19:33:27 +0100
commit871fc7ed03db1b24f73e08679fd9347be1880d60 (patch)
tree59355fa84db44149bb049fc0b3902e55f3f020a5 /Documentation/Workflow
parentdc35a7bc3a046c919af3a8e59d4dc796c4042abe (diff)
dissector_fuzz: minor: add header file description
Add a missing header file description as present in other scripts, for example. Also credit Stefan for his help. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'Documentation/Workflow')
0 files changed, 0 insertions, 0 deletions
class='commit-msg'>In swab.h the "#if BITS_PER_LONG > 32" breaks compiling userspace programs if BITS_PER_LONG is #defined by userspace with the sizeof() compiler builtin. Solve this problem by using __BITS_PER_LONG instead. Since we now #include asm/bitsperlong.h avoid further potential userspace pollution by moving the #define of SHIFT_PER_LONG to bitops.h which is not exported to userspace. This patch unbreaks compiling qemu on hppa/parisc. Signed-off-by: Helge Deller <deller@gmx.de> Cc: <stable@vger.kernel.org>
Diffstat (limited to 'tools/perf/pmu-events/arch/x86/haswellx/cache.json')