From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [GIT PULL] KVM changes for 4.18 merge window Date: Wed, 13 Jun 2018 06:48:40 +0200 Message-ID: <20180613044840.GA669@kroah.com> References: <1528812229-53043-1-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Wanpeng Li , Thomas-Mich Richter , Kees Cook , Paolo Bonzini , Linux Kernel Mailing List , Radim =?utf-8?B?S3LEjW3DocWZ?= , KVM list To: Linus Torvalds Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Tue, Jun 12, 2018 at 08:52:08PM -0700, Linus Torvalds wrote: > On Tue, Jun 12, 2018 at 8:26 PM Linus Torvalds > wrote: > > > > Ok, so commit 95cde3c59966 ("debugfs: inode: debugfs_create_dir uses > > mode permission from parent") breaks lkvm, and I think qemu-kvm too. > > > > The commit looks like the RightThing(tm) to do, but we do not break > > existing work-flows, no matter how much we'd like to. So it gets > > reverted. > > I suspect it's the special kvm debugfs entries - see kvm_create_vm_debugfs() > > Anyway, I've verified that both qemu-kvm and kvm-tool work fine with > the revert in place. I should have read the whole thread :) The revert is fine, I'll work on the kvm debugfs file stuff for 4.19. thanks, greg k-h