[PATCH] News: Several apparmor improvements at v6.8.0

jgao posted 1 patch 5 years, 3 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20201109021847.15814-1-user@192.168.1.2
NEWS.rst | 5 +++++
1 file changed, 5 insertions(+)
[PATCH] News: Several apparmor improvements at v6.8.0
Posted by jgao 5 years, 3 months ago
From: jgao <jgao@redhat.com>

Add news about apparmor about the improvements.

Signed-off-by: jgao <jgao@redhat.com>
---
 NEWS.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 905deba5a8..1db8648536 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -154,6 +154,11 @@ v6.8.0 (2020-10-01)
    taking an external snapshot now preserves the cluser size of the original
    top image to preserve any performance tuning done on the original image.
 
+  * apparmor: Several improvements
+
+   Add support for virtiofs filesystem,allowing qemu load old shared objects after
+   upgrades.
+
 * **Bug fixes**
 
   * qemu: Various (i)SCSI backed hostdev fixes
-- 
2.21.3

Re: [PATCH] News: Several apparmor improvements at v6.8.0
Posted by Han Han 5 years, 3 months ago
On Mon, Nov 9, 2020 at 10:19 AM jgao <jgao@redhat.com> wrote:

> From: jgao <jgao@redhat.com>
>
> Add news about apparmor about the improvements.
>
> Signed-off-by: jgao <jgao@redhat.com>
> ---
>  NEWS.rst | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/NEWS.rst b/NEWS.rst
> index 905deba5a8..1db8648536 100644
> --- a/NEWS.rst
> +++ b/NEWS.rst
> @@ -154,6 +154,11 @@ v6.8.0 (2020-10-01)
>     taking an external snapshot now preserves the cluser size of the
> original
>     top image to preserve any performance tuning done on the original
> image.
>
> It should be v6.7.0 not v6.8.0:
➜  libvirt git:(master) ✗ git log --format="%h    %s"|grep -E
'apparmor.*(load|virtiofs)'
44cbd3afaf    apparmor: allow libvirtd to call virtiofsd
3ef2af8ed3    apparmor: let qemu load old shared objects after upgrades

➜  libvirt git:(master) ✗ git tag --contains=44cbd3afaf |head -n1
v6.7.0

➜  libvirt git:(master) ✗ git tag --contains=3ef2af8ed3 |head -n1
v6.7.0

+  * apparmor: Several improvements
> +
> +   Add support for virtiofs filesystem,allowing qemu load old shared
> objects after
> +   upgrades.
> +
>  * **Bug fixes**
>
>    * qemu: Various (i)SCSI backed hostdev fixes
> --
> 2.21.3
>
>