All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Daniel P. Berrangé" <berrange@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Gerd Hoffmann" <kraxel@redhat.com>,
	"Daniel P. Berrangé" <berrange@redhat.com>,
	"Bandan Das" <bsd@redhat.com>
Subject: [Qemu-devel] [PULL 0/3] Filemon next patches
Date: Tue,  2 Apr 2019 13:54:14 +0100	[thread overview]
Message-ID: <20190402125417.21573-1-berrange@redhat.com> (raw)

The following changes since commit d61d1a1fb2f1db6c54651844a28389c523f3f8c7:

  Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20190402-pull-request' into staging (2019-04-02 08:18:24 +0100)

are available in the Git repository at:

  https://github.com/berrange/qemu tags/filemon-next-pull-request

for you to fetch changes up to b4682a63f86ed81abcaa543ea6135e17f9e99d01:

  filemon: fix watch IDs to avoid potential wraparound issues (2019-04-02 13:52:02 +0100)

----------------------------------------------------------------
filemon: various fixes / improvements to file monitor for USB MTP

Ensure watch IDs unique within a monitor and avoid integer wraparound
issues when many watches are set & unset over time.

----------------------------------------------------------------

Daniel P. Berrangé (3):
  tests: refactor file monitor test to make it more understandable
  filemon: ensure watch IDs are unique to QFileMonitor scope
  filemon: fix watch IDs to avoid potential wraparound issues

 authz/listfile.c              |   2 +-
 hw/usb/dev-mtp.c              |  10 +-
 include/authz/listfile.h      |   2 +-
 include/qemu/filemonitor.h    |  16 +-
 tests/test-util-filemonitor.c | 650 +++++++++++++++++-----------------
 util/filemonitor-inotify.c    |  26 +-
 util/filemonitor-stub.c       |   4 +-
 util/trace-events             |   6 +-
 8 files changed, 356 insertions(+), 360 deletions(-)

-- 
2.20.1

             reply	other threads:[~2019-04-02 12:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-02 12:54 Daniel P. Berrangé [this message]
2019-04-02 12:54 ` [Qemu-devel] [PULL 1/3] tests: refactor file monitor test to make it more understandable Daniel P. Berrangé
2019-04-02 12:54 ` [Qemu-devel] [PULL 2/3] filemon: ensure watch IDs are unique to QFileMonitor scope Daniel P. Berrangé
2019-04-02 12:54 ` [Qemu-devel] [PULL 3/3] filemon: fix watch IDs to avoid potential wraparound issues Daniel P. Berrangé
2019-04-02 14:31 ` [Qemu-devel] [PULL 0/3] Filemon next patches Peter Maydell

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=20190402125417.21573-1-berrange@redhat.com \
    --to=berrange@redhat.com \
    --cc=bsd@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.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.