[PULL 0/3] 9p queue 2021-09-02

Christian Schoenebeck posted 3 patches 2 years, 7 months ago
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1630582967.git.qemu_oss@crudebyte.com
Maintainers: Christian Schoenebeck <qemu_oss@crudebyte.com>, Greg Kurz <groug@kaod.org>
hw/9pfs/9p.c   | 15 +++++++--------
hw/9pfs/coth.h |  4 +++-
2 files changed, 10 insertions(+), 9 deletions(-)
[PULL 0/3] 9p queue 2021-09-02
Posted by Christian Schoenebeck 2 years, 7 months ago
The following changes since commit 59a89510b62ec23dbeab8b02fa4e3526e353d8b6:

  Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2021-09-01-1' into staging (2021-09-02 08:51:31 +0100)

are available in the Git repository at:

  https://github.com/cschoenebeck/qemu.git tags/pull-9p-20210902

for you to fetch changes up to f83df00900816476cca41bb536e4d532b297d76e:

  9pfs: fix crash in v9fs_walk() (2021-09-02 13:26:22 +0200)

----------------------------------------------------------------
9pfs: misc patches

* Fix an occasional crash when handling 'Twalk' requests.

* Two code cleanup patches.

----------------------------------------------------------------
Christian Schoenebeck (3):
      hw/9pfs: avoid 'path' copy in v9fs_walk()
      hw/9pfs: use g_autofree in v9fs_walk() where possible
      9pfs: fix crash in v9fs_walk()

 hw/9pfs/9p.c   | 15 +++++++--------
 hw/9pfs/coth.h |  4 +++-
 2 files changed, 10 insertions(+), 9 deletions(-)

Re: [PULL 0/3] 9p queue 2021-09-02
Posted by Peter Maydell 2 years, 7 months ago
On Thu, 2 Sept 2021 at 12:50, Christian Schoenebeck
<qemu_oss@crudebyte.com> wrote:
>
> The following changes since commit 59a89510b62ec23dbeab8b02fa4e3526e353d8b6:
>
>   Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2021-09-01-1' into staging (2021-09-02 08:51:31 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/cschoenebeck/qemu.git tags/pull-9p-20210902
>
> for you to fetch changes up to f83df00900816476cca41bb536e4d532b297d76e:
>
>   9pfs: fix crash in v9fs_walk() (2021-09-02 13:26:22 +0200)
>
> ----------------------------------------------------------------
> 9pfs: misc patches
>
> * Fix an occasional crash when handling 'Twalk' requests.
>
> * Two code cleanup patches.
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.2
for any user-visible changes.

-- PMM