Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1280877

Re: [Xen-devel] [PATCH 1/2] xen: wrap xenbus on xenfs with COMPAT option

From Doug Goldstein <cardoe@cardoe.com>
Newsgroups linux.kernel
Subject Re: [Xen-devel] [PATCH 1/2] xen: wrap xenbus on xenfs with COMPAT option
Date 2015-12-01 14:50 +0100
Message-ID <qATtD-1Sb-7@gated-at.bofh.it> (permalink)
References <qAEkV-yr-7@gated-at.bofh.it> <qAQFs-8sH-21@gated-at.bofh.it> <qAQFs-8sH-29@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

On 12/1/15 4:44 AM, David Vrabel wrote:
> On 01/12/15 10:42, David Vrabel wrote:
>> On 30/11/15 21:35, Doug Goldstein wrote:
>>> Since Xen 4.6.0, using xenbus via xenfs (/proc/xen/xenbus) is deprecated
>>> and /dev/xen/xenbus via pvops is used instead. This is an effort to
>>> eventually drop this interface after a reasonable amount of time.
>>
>> I would prefer the ... /proc/xen/evtchn files to be
> 
> I meant /proc/xen/privcmd here.
> 
> David
> 

I can look into that. I do have a few questions, some of which are out
of scope from the original patch.

Would it be preferable to just remove "xenbus" from the xenfs
filesystem? Ever since Linux 3.14 even if you are running a version of
Xen earlier than 4.6 you will not be able to have a disaggregated
xenstore (which is the xenbus consumer) due to the addition of F_ATOMIC_POS.

Is it safe for a kernel virtual filesystem to provide a symlink outside
of itself where the destination can't be verified? Its possible this
already exists and I just don't know off any cases off the top of my head.

Since the /proc/xen mount point has been marked as COMPAT for nearly 6
years would the eventual goal be to move xenfs to somewhere like
/sys/hypervisor given that most of the virtual filesystems are mounted
under /sys now days?

-- 
Doug Goldstein

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/2] xen: wrap xenbus on xenfs with COMPAT option Doug Goldstein <cardoe@cardoe.com> - 2015-11-30 22:40 +0100
  [PATCH 2/2] xen: wrap privcmd on xenfs with COMPAT option Doug Goldstein <cardoe@cardoe.com> - 2015-11-30 22:40 +0100
  Re: [Xen-devel] [PATCH 1/2] xen: wrap xenbus on xenfs with COMPAT  option David Vrabel <david.vrabel@citrix.com> - 2015-12-01 11:50 +0100
    Re: [Xen-devel] [PATCH 1/2] xen: wrap xenbus on xenfs with COMPAT  option David Vrabel <david.vrabel@citrix.com> - 2015-12-01 11:50 +0100
      Re: [Xen-devel] [PATCH 1/2] xen: wrap xenbus on xenfs with COMPAT  option Doug Goldstein <cardoe@cardoe.com> - 2015-12-01 14:50 +0100
        Re: [Xen-devel] [PATCH 1/2] xen: wrap xenbus on xenfs with COMPAT  option David Vrabel <david.vrabel@citrix.com> - 2015-12-01 15:00 +0100

csiph-web