[PATCH v1 0/1] drop RO socket from oxenstored

Edwin Török posted 1 patch 3 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/cover.1601654648.git.edvin.torok@citrix.com
tools/ocaml/xenstored/connections.ml |  2 +-
tools/ocaml/xenstored/define.ml      |  1 -
tools/ocaml/xenstored/xenstored.ml   | 15 ++++++---------
3 files changed, 7 insertions(+), 11 deletions(-)
[PATCH v1 0/1] drop RO socket from oxenstored
Posted by Edwin Török 3 years, 6 months ago
See https://lore.kernel.org/xen-devel/20201002154141.11677-6-jgross@suse.com/T/#u

Edwin Török (1):
  tools/ocaml/xenstored: drop the creation of the RO socket

 tools/ocaml/xenstored/connections.ml |  2 +-
 tools/ocaml/xenstored/define.ml      |  1 -
 tools/ocaml/xenstored/xenstored.ml   | 15 ++++++---------
 3 files changed, 7 insertions(+), 11 deletions(-)

-- 
2.25.1


Re: [PATCH v1 0/1] drop RO socket from oxenstored
Posted by Wei Liu 3 years, 6 months ago
On Fri, Oct 02, 2020 at 05:06:31PM +0100, Edwin Török wrote:
> See https://lore.kernel.org/xen-devel/20201002154141.11677-6-jgross@suse.com/T/#u
> 
> Edwin Török (1):
>   tools/ocaml/xenstored: drop the creation of the RO socket
> 
>  tools/ocaml/xenstored/connections.ml |  2 +-
>  tools/ocaml/xenstored/define.ml      |  1 -
>  tools/ocaml/xenstored/xenstored.ml   | 15 ++++++---------

Applied.

Re: [PATCH v1 0/1] drop RO socket from oxenstored
Posted by Jürgen Groß 3 years, 6 months ago
On 02.10.20 18:06, Edwin Török wrote:
> See https://lore.kernel.org/xen-devel/20201002154141.11677-6-jgross@suse.com/T/#u
> 
> Edwin Török (1):
>    tools/ocaml/xenstored: drop the creation of the RO socket
> 
>   tools/ocaml/xenstored/connections.ml |  2 +-
>   tools/ocaml/xenstored/define.ml      |  1 -
>   tools/ocaml/xenstored/xenstored.ml   | 15 ++++++---------
>   3 files changed, 7 insertions(+), 11 deletions(-)
> 

FWIW:

Acked-by: Juergen Gross <jgross@suse.com>


Juergen