lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri,  2 Dec 2022 11:50:07 +0100
From:   Javier Martinez Canillas <javierm@...hat.com>
To:     linux-kernel@...r.kernel.org
Cc:     Paolo Bonzini <pbonzini@...hat.com>,
        Sergio Lopez Pascual <slp@...hat.com>,
        Sean Christopherson <seanjc@...gle.com>,
        Javier Martinez Canillas <javierm@...hat.com>,
        Arnaldo Carvalho de Melo <acme@...hat.com>,
        Borislav Petkov <bp@...en8.de>,
        Dan Williams <dan.j.williams@...el.com>,
        Dave Hansen <dave.hansen@...ux.intel.com>,
        Fabiano Rosas <farosas@...ux.ibm.com>,
        Guang Zeng <guang.zeng@...el.com>,
        "Gustavo A. R. Silva" <gustavoars@...nel.org>,
        "H. Peter Anvin" <hpa@...or.com>, Ingo Molnar <mingo@...hat.com>,
        Jing Liu <jing2.liu@...el.com>,
        Jonathan Corbet <corbet@....net>,
        Nicholas Piggin <npiggin@...il.com>,
        Thomas Gleixner <tglx@...utronix.de>,
        Wei Wang <wei.w.wang@...el.com>,
        Yang Zhong <yang.zhong@...el.com>, kvm@...r.kernel.org,
        linux-doc@...r.kernel.org, x86@...nel.org
Subject: [PATCH v2 0/4] KVM: Delete all references to removed ioctls

Hello,

This series contains patches that cleanups KVM headers and documentation,
by removing left overs of ioctls that were already removed.

This is a v2 that instead of marking these ioctls as "obsoleted", remove
any mentions to them. This was suggested by Sean Christopherson in v1.

Best regards,
Javier

Changes in v2:
- Delete all references to removed ioctls instead of marking them as
  deprecated (Sean Christopherson).

Javier Martinez Canillas (4):
  KVM: Delete all references to removed KVM_SET_MEMORY_REGION ioctl
  KVM: Delete all references to removed KVM_SET_MEMORY_ALIAS ioctl
  KVM: Reference to kvm_userspace_memory_region in doc and comments
  KVM: Add missing arch for KVM_CREATE_DEVICE and
    KVM_{SET,GET}_DEVICE_ATTR

 Documentation/virt/kvm/api.rst        | 31 +++------------------------
 arch/x86/include/uapi/asm/kvm.h       |  8 -------
 include/linux/kvm_host.h              |  4 ++--
 include/uapi/linux/kvm.h              | 20 +++--------------
 tools/arch/x86/include/uapi/asm/kvm.h |  8 -------
 tools/include/uapi/linux/kvm.h        | 20 +++--------------
 6 files changed, 11 insertions(+), 80 deletions(-)

-- 
2.38.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ