summaryrefslogtreecommitdiff
path: root/REPORTING-BUGS
blob: 6d10ce78698422e05587636672934eb13a154cdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
For reporting bugs send an email to the <netsniff-ng@googlegroups.com> list.

If you use Fedora or have a RHEL subscription, you can also report bugs to:

  * https://bugzilla.redhat.com/

If you use Debian Linux, we might also process / track bugs there:

  * http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=netsniff-ng

In any way, you'll get a reply from us. Please do not contact individual
developers directly in case of netsniff-ng issues or patches, but rather
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
improved. So feel free to drop us some feature requests as well.
href='/cgit.cgi/linux/net-next.git/diff/?id=fd122e620983003c376aca56892ac14a34a38d57&id2=2b0cda8789654bfcebca397daebc37aff081bd75'>diff)
KVM: arm/arm64: vgic-new: Add ENABLE registers handlers
As the enable register handlers are shared between the v2 and v3 emulation, their implementation goes into vgic-mmio.c, to be easily referenced from the v3 emulation as well later. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Marc Zyngier <marc.zyngier@arm.com> Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
Diffstat
-rw-r--r--virt/kvm/arm/vgic/vgic-mmio-v2.c4
-rw-r--r--virt/kvm/arm/vgic/vgic-mmio.c56
-rw-r--r--virt/kvm/arm/vgic/vgic-mmio.h11
3 files changed, 69 insertions, 2 deletions
diff --git a/virt/kvm/arm/vgic/vgic-mmio-v2.c b/virt/kvm/arm/vgic/vgic-mmio-v2.c