[ovs-git] [openvswitch/ovs] 723a06: rhel: Prioritize our vport-foo modules in depmod.

GitHub noreply at github.com
Fri Jul 29 20:14:53 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 723a06ae3cc29a54584e1b8e6155b7973e6dabb1
      https://github.com/openvswitch/ovs/commit/723a06ae3cc29a54584e1b8e6155b7973e6dabb1
  Author: Joe Stringer <joe at ovn.org>
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
    M rhel/openvswitch-kmod-rhel6.spec.in

  Log Message:
  -----------
  rhel: Prioritize our vport-foo modules in depmod.

We've done the same for openvswitch.ko previously, but we really should
be doing this for vport modules as well; otherwise, depmod may try to
pair upstream vport modules with the out-of-tree openvswitch module
(leading to depmod warnings on package install, and failure to load the
module at runtime).

VMware-BZ: #1700293
Signed-off-by: Joe Stringer <joe at ovn.org>
Acked-by: Pravin B Shelar <pshelar at ovn.org>
Acked-by: Flavio Leitner <fbl at sysclose.org>


  Commit: d5eec8d707f26dd23f6de4c005098903fcf63528
      https://github.com/openvswitch/ovs/commit/d5eec8d707f26dd23f6de4c005098903fcf63528
  Author: Joe Stringer <joe at ovn.org>
  Date:   2016-07-29 (Fri, 29 Jul 2016)

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

  Log Message:
  -----------
  fedora: Prioritize OVS modules in weak-updates.

Out-of-tree modules are installed into the kernel's "extra" modules
directory for the version that kmod-openvswitch is compiled against. For
all other kernels on the system at install time, a symlink is created in
the "weak-updates" directory. This provides a path for the same kernel
module to be used when minor kernel updates are done on a system.
However, without updating the depmod configuration the weak-update will
not be prioritized, so modprobe will switch back to using upstream
kernel modules when you upgrade. This patch introduces that depmod
configuration to ensure that the out-of-tree module is always used when
it is installed, regardless of kernel upgrades.

Signed-off-by: Joe Stringer <joe at ovn.org>
Acked-by: Pravin B Shelar <pshelar at ovn.org>
Acked-by: Flavio Leitner <fbl at sysclose.org>


Compare: https://github.com/openvswitch/ovs/compare/8bdfe1313894...d5eec8d707f2


More information about the git mailing list