All of lore.kernel.org
 help / color / mirror / Atom feed
From: Juergen Gross <jgross@suse.com>
To: xen-devel@lists.xenproject.org
Subject: Re: [PATCH v4 00/17] tools/xenstore: do some cleanup and fixes
Date: Fri, 20 Jan 2023 10:36:06 +0100	[thread overview]
Message-ID: <425b75cb-b19e-3282-c574-4165215030f5@suse.com> (raw)
In-Reply-To: <b5cb6edf-d97a-5a83-09a7-7ef5d154dcb1@xen.org>


[-- Attachment #1.1.1: Type: text/plain, Size: 2139 bytes --]

On 20.01.23 10:25, Julien Grall wrote:
> Hi Juergen,
> 
> On 18/01/2023 09:49, Juergen Gross wrote:
>> This is a first run of post-XSA patches which piled up during the
>> development phase of all the recent Xenstore related XSA patches.
>>
>> This is a mixture of small fixes, enhancements and cleanups.
>>
>> Changes in V4:
>> - reordered the patches a little bit (patch 4 and patch 17 of V4 have
>>    been moved)
>> - addressed comments
>>
>> Changes in V3:
>> - patches 2, 3, and 5 of V2 have been applied already
>> - new patch 12
>> - addressed comments
>>
>> Changes in V2:
>> - patches 1+2 of V1 have been applied already
>> - addressed comments
>> - new patch 19
>>
>> Juergen Gross (17):
>>    tools/xenstore: let talloc_free() preserve errno
>>    tools/xenstore: remove all watches when a domain has stopped
>>    tools/xenstore: add hashlist for finding struct domain by domid
>>    tools/xenstore: make log macro globally available
>>    tools/xenstore: introduce dummy nodes for special watch paths
>>    tools/xenstore: replace watch->relative_path with a prefix length
>>    tools/xenstore: move changed domain handling
>>    tools/xenstore: change per-domain node accounting interface
>>    tools/xenstore: replace literal domid 0 with dom0_domid
>>    tools/xenstore: make domain_is_unprivileged() an inline function
>>    tools/xenstore: let chk_domain_generation() return a bool
>>    tools/xenstore: don't let hashtable_remove() return the removed value
>>    tools/xenstore: switch hashtable to use the talloc framework
>>    tools/xenstore: introduce trace classes
>>    tools/xenstore: let check_store() check the accounting data
>>    tools/xenstore: make output of "xenstore-control help" more pretty
> 
> I have committed up to this patch. The last one...
> 
>>    tools/xenstore: don't allow creating too many nodes in a transaction
> 
> ... needs some review which I will do with part 2 of the xenstored series.

I'll do a resend of the part 2 rebased to the committed stuff, including
this leftover patch.


Juergen


[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3149 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

      reply	other threads:[~2023-01-20  9:36 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-18  9:49 [PATCH v4 00/17] tools/xenstore: do some cleanup and fixes Juergen Gross
2023-01-18  9:50 ` [PATCH v4 01/17] tools/xenstore: let talloc_free() preserve errno Juergen Gross
2023-01-18  9:50 ` [PATCH v4 02/17] tools/xenstore: remove all watches when a domain has stopped Juergen Gross
2023-01-18  9:50 ` [PATCH v4 03/17] tools/xenstore: add hashlist for finding struct domain by domid Juergen Gross
2023-01-18  9:50 ` [PATCH v4 04/17] tools/xenstore: make log macro globally available Juergen Gross
2023-01-18  9:50 ` [PATCH v4 05/17] tools/xenstore: introduce dummy nodes for special watch paths Juergen Gross
2023-01-18  9:50 ` [PATCH v4 06/17] tools/xenstore: replace watch->relative_path with a prefix length Juergen Gross
2023-01-18  9:50 ` [PATCH v4 07/17] tools/xenstore: move changed domain handling Juergen Gross
2023-01-18  9:50 ` [PATCH v4 08/17] tools/xenstore: change per-domain node accounting interface Juergen Gross
2023-01-19 13:43   ` Julien Grall
2023-01-18  9:50 ` [PATCH v4 09/17] tools/xenstore: replace literal domid 0 with dom0_domid Juergen Gross
2023-01-18  9:50 ` [PATCH v4 10/17] tools/xenstore: make domain_is_unprivileged() an inline function Juergen Gross
2023-01-18  9:50 ` [PATCH v4 11/17] tools/xenstore: let chk_domain_generation() return a bool Juergen Gross
2023-01-18  9:50 ` [PATCH v4 12/17] tools/xenstore: don't let hashtable_remove() return the removed value Juergen Gross
2023-01-19 13:44   ` Julien Grall
2023-01-18  9:50 ` [PATCH v4 13/17] tools/xenstore: switch hashtable to use the talloc framework Juergen Gross
2023-01-18  9:50 ` [PATCH v4 14/17] tools/xenstore: introduce trace classes Juergen Gross
2023-01-19 13:45   ` Julien Grall
2023-01-18  9:50 ` [PATCH v4 15/17] tools/xenstore: let check_store() check the accounting data Juergen Gross
2023-01-19 13:46   ` Julien Grall
2023-01-18  9:50 ` [PATCH v4 16/17] tools/xenstore: make output of "xenstore-control help" more pretty Juergen Gross
2023-01-18  9:50 ` [PATCH v4 17/17] tools/xenstore: don't allow creating too many nodes in a transaction Juergen Gross
2023-01-20  9:25 ` [PATCH v4 00/17] tools/xenstore: do some cleanup and fixes Julien Grall
2023-01-20  9:36   ` Juergen Gross [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=425b75cb-b19e-3282-c574-4165215030f5@suse.com \
    --to=jgross@suse.com \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.