[ovs-git] [openvswitch/ovs] 2a0ad6: rhel: Fix logrotate group when dpdk is enabled.

William Tu noreply at github.com
Wed Sep 16 12:25:39 UTC 2020


  Branch: refs/heads/branch-2.10
  Home:   https://github.com/openvswitch/ovs
  Commit: 2a0ad628bbab5de0c381d1ef1e46c82c37c2deba
      https://github.com/openvswitch/ovs/commit/2a0ad628bbab5de0c381d1ef1e46c82c37c2deba
  Author: Jaime Caamaño Ruiz <jcaamano at suse.com>
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
    M rhel/openvswitch-fedora.spec.in

  Log Message:
  -----------
  rhel: Fix logrotate group when dpdk is enabled.

Otherwise logrotate will fail to generate the rotated log files.

Signed-off-by: Jaime Caamaño Ruiz <jcaamano at suse.com>
Acked-by: Flavio Leitner <fbl at sysclose.org>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>


  Commit: 737e846c8dcebdefcfa3d58fd1789990434b8bb0
      https://github.com/openvswitch/ovs/commit/737e846c8dcebdefcfa3d58fd1789990434b8bb0
  Author: William Tu <u9012063 at gmail.com>
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
    M lib/classifier.c

  Log Message:
  -----------
  classifier: Fix use of uninitialized value.

Coverity reports use of uninitialized value of cursor.
This happens in cls_cursor_start(), when rule is false,
cursor.subtable is uninitialized. CID 279324.

Signed-off-by: William Tu <u9012063 at gmail.com>
Reviewed-by: Greg Rose <gvrose8192 at gmail.com>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/7524d556ba20...737e846c8dce


More information about the git mailing list