[Devel] [PATCH vz7] fuse: fuse_writepage_locked must check for FUSE_INVALIDATE_FILES (v2)

2016-12-26 Thread Maxim Patlasov
The patch fixes another race dealing with fuse_invalidate_files, this time when it races with truncate(2): Thread A: the flusher performs writeback as usual: fuse_writepages --> fuse_send_writepages --> end_page_writeback but before fuse_send_writepages acquires fc->lock and calls f

Re: [Devel] [PATCH vz7] fuse: fuse_writepage_locked must check for FUSE_INVALIDATE_FILES

2016-12-26 Thread Konstantin Khorenko
Dima, please review. -- Best regards, Konstantin Khorenko, Virtuozzo Linux Kernel Team On 12/24/2016 06:36 AM, Maxim Patlasov wrote: The patch fixes another race dealing with fuse_invalidate_files, this time when it races with truncate(2): Thread A: the flusher performs writeback as usual:

[Devel] [PATCH] KVM: Missing hunk for ms commit 3ce424e

2016-12-26 Thread Evgeny Yakovlev
This part of mentioned commit has been lost, restore it Fixes https://jira.sw.ru/browse/PSBM-57821 Signed-off-by: Evgeny Yakovlev --- arch/x86/kvm/vmx.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index d2d52c3..3d39923 100644 --