Re: [PATCH v2 0/7] misc fixes to PV extentions code

2019-06-27 Thread Thomas Gleixner
Zhenzhong, On Thu, 27 Jun 2019, Zhenzhong Duan wrote: > On 2019/6/26 21:39, Thomas Gleixner wrote: > > Documentation/process/submitting-patches.rst clearly explains why it is a > > bad idea to send random collections of patches especially if some patches > > are independent and contain bug fixes.

Re: [PATCH v2 0/7] misc fixes to PV extentions code

2019-06-27 Thread Zhenzhong Duan
On 2019/6/26 21:39, Thomas Gleixner wrote: Documentation/process/submitting-patches.rst clearly explains why it is a bad idea to send random collections of patches especially if some patches are independent and contain bug fixes. These rules exist for a reason and are not subject to personal i

Re: [PATCH v2 0/7] misc fixes to PV extentions code

2019-06-26 Thread Thomas Gleixner
On Mon, 24 Jun 2019, Zhenzhong Duan wrote: > [PATCH v2 1/7] x86/xen: Mark xen_hvm_need_lapic() and xen_hvm_need_lapic() > as __init > [PATCH v2 2/7] x86/jailhouse: Mark jailhouse_x2apic_available as __init > > Above two patches only add __init annotation to some functions, not > related to oth

[PATCH v2 0/7] misc fixes to PV extentions code

2019-06-25 Thread Zhenzhong Duan
[PATCH v2 1/7] x86/xen: Mark xen_hvm_need_lapic() and xen_hvm_need_lapic() as __init [PATCH v2 2/7] x86/jailhouse: Mark jailhouse_x2apic_available as __init Above two patches only add __init annotation to some functions, not related to other patches. I didn't split the two out as following patc