From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Liu Subject: Re: Outstanding fixes for Linux 4.1? Date: Mon, 13 Apr 2015 16:44:30 +0800 Message-ID: <552B81EE.6030905@oracle.com> References: <551D6C9E.9090608@citrix.com> <20150402192211.GI3131@x230.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150402192211.GI3131@x230.dumpdata.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Konrad Rzeszutek Wilk , David Vrabel Cc: Boris Ostrovsky , "Xen-devel@lists.xen.org" , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org Hi David, On 04/03/2015 03:22 AM, Konrad Rzeszutek Wilk wrote: > On Thu, Apr 02, 2015 at 05:21:50PM +0100, David Vrabel wrote: >> All, >> >> Are there any outstanding patches that should be added to Linux 4.1 >> (the merge window for which will be opening shortly)? > > Bob's two patches to the deferred grant mechanism. > I've already posted them to xen-devel several days ago. [PATCH 1/2] xen/blkback: safely unmap purge persistent grants http://lists.xenproject.org/archives/html/xen-devel/2015-04/msg00392.html [PATCH v2 2/2] xen/grant: introduce func gnttab_unmap_refs_sync() http://lists.xenproject.org/archives/html/xen-devel/2015-04/msg00393.html Should I rebase them to your latest tree and repost? Thanks, -Bob > Also the XSA-120 addendum. Will send that out on Friday along > with some other potential fixes. >> >> So far I have queued: >> >> Dan Carpenter (1): >> xen/mce: fix up xen_late_init_mcelog() error handling >> >> David Vrabel (2): >> xen: unify foreign GFN map/unmap for auto-xlated physmap guests >> xen/privcmd: improve performance of MMAPBATCH_V2 >> >> Jan Beulich (1): >> xen-pciback: also support disabling of bus-mastering and memory-write-inva >> >> Juergen Gross (6): >> xen: build infrastructure for generating hypercall depending symbols >> xen: synchronize include/xen/interface/xen.h with xen >> xen: use generated hypervisor symbols in arch/x86/xen/trace.c >> xen: use generated hypercall symbols in arch/x86/xen/xen-head.S >> xen: scsiback: add LUN of restored domain >> xen: support suspend/resume in pvscsi frontend >> >> Konrad Rzeszutek Wilk (3): >> xen/pciback: Don't print scary messages when unsupported by hypervisor. >> x86/xen: Provide a "Xen PV" APIC driver to support >255 VCPUs >> x86/xen/apic: WARN with details. >> >> Takashi Iwai (2): >> xen: pcpu: Use static attribute groups for sysfs entry >> xen: balloon: Use static attribute groups for sysfs entries >> >> Tao Chen (1): >> xen-scsiback: define a pr_fmt macro with xen-pvscsi >> >> David