]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
KVM: arm/arm64: vgic: constify seq_operations and file_operations
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Wed, 23 Aug 2017 06:55:36 +0000 (12:25 +0530)
committerKhalid Elmously <khalid.elmously@canonical.com>
Tue, 27 Feb 2018 16:32:21 +0000 (11:32 -0500)
commitc3495bd193fc1d195cb801be8969d46fe923bbbe
treef4e5060ff8a53caeb76fa4817cf7782b70fc7837
parent9e94c3e52eaed594f77cbf6b40eed2d3ada2ab80
KVM: arm/arm64: vgic: constify seq_operations and file_operations

vgic_debug_seq_ops and file_operations are not supposed to change
at runtime and none of the structures is modified.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Christoffer Dall <cdall@linaro.org>
(cherry picked from commit 4aa8bcc93c6a7f327f163292e4146654b54f2086)

CVE-2017-5753
CVE-2017-5715
CVE-2017-5754

Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
Acked-by: Brad Figg <brad.figg@canonical.com>
Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
virt/kvm/arm/vgic/vgic-debug.c