[ovs-dev] [PATCH v2] rhel: Fixed a bug for checking the correct major version and revision.

Ben Pfaff blp at ovn.org
Mon Jul 8 21:11:15 UTC 2019


On Mon, Jul 08, 2019 at 09:51:29AM -0700, Ashish Varma wrote:
> Fixed a bug where checking for major version 3.10 and major revision not
> equal to 327 or 693 or 957 should have gone to the default else at the end.
> In the current code, the default else condition will not get executed
> for kernel with major version 3.10 and major revision not equal
> to 327/693/957 resulting in failure to load the kernel module.
> 
> Fixes: 402efbe4e176 ("rhel: Add 4.12 kernel support in ovs-kmod-manage.sh")
> Signed-off-by: Ashish Varma <ashishvarma.ovs at gmail.com>
> ---
> v1-v2:
> Added the Fixes tag.

I applied this to master.  I don't think it needs backporting but please
correct me if I am wrong.


More information about the dev mailing list