From 5244e3aad01e63e13e38ded6ce50725ffb82c163 Mon Sep 17 00:00:00 2001 From: "Manasa Ranjan Boitei (Wipro Ltd)" Date: Wed, 12 Dec 2018 00:33:14 -0800 Subject: [PATCH] RH5: RH6: RH7: Driver Version Updated --- hv-rhel5.x/hv/include/linux/hv_compat.h | 2 +- hv-rhel6.x/hv/include/linux/hv_compat.h | 4 ++-- hv-rhel7.x/hv/include/linux/hv_compat.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hv-rhel5.x/hv/include/linux/hv_compat.h b/hv-rhel5.x/hv/include/linux/hv_compat.h index 613917e91..6f3e81fb8 100644 --- a/hv-rhel5.x/hv/include/linux/hv_compat.h +++ b/hv-rhel5.x/hv/include/linux/hv_compat.h @@ -8,7 +8,7 @@ #define CN_VSS_IDX 0xA #define CN_VSS_VAL 0x1 -#define HV_DRV_VERSION "4.2.6" +#define HV_DRV_VERSION "4.2.7" #ifndef O_CLOEXEC #define O_CLOEXEC 02000000 /* set close_on_exec */ diff --git a/hv-rhel6.x/hv/include/linux/hv_compat.h b/hv-rhel6.x/hv/include/linux/hv_compat.h index b0f75866e..36308d609 100644 --- a/hv-rhel6.x/hv/include/linux/hv_compat.h +++ b/hv-rhel6.x/hv/include/linux/hv_compat.h @@ -30,8 +30,8 @@ #define CN_VSS_IDX 0xA #define CN_VSS_VAL 0x1 -#define HV_DRV_VERSION "4.2.6" -#define _HV_DRV_VERSION 0x1AA +#define HV_DRV_VERSION "4.2.7" +#define _HV_DRV_VERSION 0x1AB #ifdef __KERNEL__ diff --git a/hv-rhel7.x/hv/include/linux/hv_compat.h b/hv-rhel7.x/hv/include/linux/hv_compat.h index 4f644af70..406f9342d 100644 --- a/hv-rhel7.x/hv/include/linux/hv_compat.h +++ b/hv-rhel7.x/hv/include/linux/hv_compat.h @@ -36,8 +36,8 @@ #define rdtscll(now) do { (now) = rdtsc_ordered(); } while (0) #endif -#define HV_DRV_VERSION "4.2.6" -#define _HV_DRV_VERSION 0x1AA +#define HV_DRV_VERSION "4.2.7" +#define _HV_DRV_VERSION 0x1AB #ifdef __KERNEL__