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-prev] [day] [month] [year] [list]
Message-ID: <ea005c78-20f9-4792-b59a-844fe6f7ca4e@oracle.com>
Date: Thu, 11 Jul 2024 09:33:32 -0400
From: boris.ostrovsky@...cle.com
To: Juergen Gross <jgross@...e.com>, linux-kernel@...r.kernel.org,
        x86@...nel.org
Cc: Thomas Gleixner <tglx@...utronix.de>, Ingo Molnar <mingo@...hat.com>,
        Borislav Petkov <bp@...en8.de>,
        Dave Hansen <dave.hansen@...ux.intel.com>,
        "H. Peter Anvin" <hpa@...or.com>, xen-devel@...ts.xenproject.org,
        Stefano Stabellini <sstabellini@...nel.org>,
        Oleksandr Tyshchenko <oleksandr_tyshchenko@...m.com>
Subject: Re: [PATCH 0/2] x86/xen: cleanup of xen private headers


On 7/10/24 5:37 AM, Juergen Gross wrote:
> Cleanup the private header files in arch/x86/xen by merging them into
> one file and by removing unneeded stuff.
>
> Juergen Gross (2):
>    x86/xen: make some functions static
>    x86/xen: eliminate some private header files
>
>   arch/x86/xen/apic.c          |   2 -
>   arch/x86/xen/debugfs.c       |   2 +-
>   arch/x86/xen/debugfs.h       |   7 --
>   arch/x86/xen/enlighten.c     |   2 -
>   arch/x86/xen/enlighten_hvm.c |   2 -
>   arch/x86/xen/enlighten_pv.c  |   4 -
>   arch/x86/xen/mmu.c           |   3 +-
>   arch/x86/xen/mmu.h           |  28 -------
>   arch/x86/xen/mmu_hvm.c       |   2 +-
>   arch/x86/xen/mmu_pv.c        |  15 ++--
>   arch/x86/xen/multicalls.c    |   3 +-
>   arch/x86/xen/multicalls.h    |  69 ----------------
>   arch/x86/xen/p2m.c           |   2 -
>   arch/x86/xen/pmu.c           |   1 -
>   arch/x86/xen/pmu.h           |  22 ------
>   arch/x86/xen/setup.c         |   1 -
>   arch/x86/xen/smp.c           |   1 -
>   arch/x86/xen/smp.h           |  51 ------------
>   arch/x86/xen/smp_hvm.c       |   2 -
>   arch/x86/xen/smp_pv.c        |   3 -
>   arch/x86/xen/suspend.c       |   2 -
>   arch/x86/xen/xen-ops.h       | 148 ++++++++++++++++++++++++++++++++++-
>   include/xen/events.h         |   2 +
>   23 files changed, 158 insertions(+), 216 deletions(-)
>   delete mode 100644 arch/x86/xen/debugfs.h
>   delete mode 100644 arch/x86/xen/mmu.h
>   delete mode 100644 arch/x86/xen/multicalls.h
>   delete mode 100644 arch/x86/xen/pmu.h
>   delete mode 100644 arch/x86/xen/smp.h


Reviewed-by: Boris Ostrovsky <boris.ostrovsky@...cle.com>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ