[PULL 0/4] Misc fixes patches

Daniel P. Berrangé posted 4 patches 3 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201118124911.282735-1-berrange@redhat.com
There is a newer version of this series
authz/listfile.c |  6 +++++-
authz/pamacct.c  |  6 ++++++
authz/simple.c   | 14 ++++++++++++++
3 files changed, 25 insertions(+), 1 deletion(-)
[PULL 0/4] Misc fixes patches
Posted by Daniel P. Berrangé 3 years, 5 months ago
The following changes since commit 66a300a107ec286725bdc943601cbd4247b82158:

  Update version for v5.2.0-rc2 release (2020-11-17 22:58:10 +0000)

are available in the Git repository at:

  https://gitlab.com/berrange/qemu tags/misc-fixes-pull-request

for you to fetch changes up to c2aa8a3d7e5ce57fa3df310c9b7ca48fcbf9d4ad:

  authz-simple: Check that 'identity' property is set (2020-11-18 10:51:35 +0=
000)

----------------------------------------------------------------
Misc error reporting and checking fixes to authorization objects

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

Kevin Wolf (2):
  authz-pam: Check that 'service' property is set
  authz-simple: Check that 'identity' property is set

Markus Armbruster (2):
  authz-list-file: Fix file read error handling
  authz-list-file: Improve an error message

 authz/listfile.c |  6 +++++-
 authz/pamacct.c  |  6 ++++++
 authz/simple.c   | 14 ++++++++++++++
 3 files changed, 25 insertions(+), 1 deletion(-)

--=20
2.28.0



Re: [PULL 0/4] Misc fixes patches
Posted by Peter Maydell 3 years, 5 months ago
On Wed, 18 Nov 2020 at 12:51, Daniel P. Berrangé <berrange@redhat.com> wrote:
>
> The following changes since commit 66a300a107ec286725bdc943601cbd4247b82158:
>
>   Update version for v5.2.0-rc2 release (2020-11-17 22:58:10 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/berrange/qemu tags/misc-fixes-pull-request
>
> for you to fetch changes up to c2aa8a3d7e5ce57fa3df310c9b7ca48fcbf9d4ad:
>
>   authz-simple: Check that 'identity' property is set (2020-11-18 10:51:35 +0=
> 000)
>
> ----------------------------------------------------------------
> Misc error reporting and checking fixes to authorization objects
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM