summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--REPORTING-BUGS6
1 files changed, 5 insertions, 1 deletions
diff --git a/REPORTING-BUGS b/REPORTING-BUGS
index 6d10ce7..b3871ce 100644
--- a/REPORTING-BUGS
+++ b/REPORTING-BUGS
@@ -1,5 +1,9 @@
For reporting bugs send an email to the <netsniff-ng@googlegroups.com> list.
+Alternatively, you can create an issue on our Github project:
+
+ * https://github.com/netsniff-ng/netsniff-ng/issues
+
If you use Fedora or have a RHEL subscription, you can also report bugs to:
* https://bugzilla.redhat.com/
@@ -14,5 +18,5 @@ always our mailing list. By this, you're not wasting time of a single
developer and increase your chances of getting a reply from us.
In general, we are also highly interested in how you use the toolkit, what
-problems you are trying to sovle and what kind of things you would like to have
+problems you are trying to solve and what kind of things you would like to have
improved. So feel free to drop us some feature requests as well.
g available on that particular CPU. Move the allocation to the CPU online callback and simplify the hotplug handling. At this point the package mapping is established and correct. This also adds a missing check for available package data in the event_init() function. Reported-by: Yasuaki Ishimatsu <yasu.isimatu@gmail.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Sebastian Siewior <bigeasy@linutronix.de> Cc: Stephane Eranian <eranian@google.com> Cc: Vince Weaver <vincent.weaver@maine.edu> Fixes: 9d85eb9119f4 ("x86/smpboot: Make logical package management more robust") Link: http://lkml.kernel.org/r/20170131230141.212593966@linutronix.de Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/net/bpf_jit_disasm.c')