From 081d4e14a0572e09021ce5e8656298fb3d1c04e6 Mon Sep 17 00:00:00 2001 From: Johnson Date: Thu, 11 Apr 2019 19:51:05 -0700 Subject: [PATCH] RH5 RH6 RH7: Version update for LIS-4.3.1 release --- hv-rhel5.x/hv/include/linux/hv_compat.h | 4 ++-- hv-rhel6.x/hv/include/linux/hv_compat.h | 4 ++-- hv-rhel7.x/hv/include/linux/hv_compat.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hv-rhel5.x/hv/include/linux/hv_compat.h b/hv-rhel5.x/hv/include/linux/hv_compat.h index 3eeb622e7..9e9d12447 100644 --- a/hv-rhel5.x/hv/include/linux/hv_compat.h +++ b/hv-rhel5.x/hv/include/linux/hv_compat.h @@ -8,8 +8,8 @@ #define CN_VSS_IDX 0xA #define CN_VSS_VAL 0x1 -#define HV_DRV_VERSION "4.3.0" -#define _HV_DRV_VERSION 0x1AE +#define HV_DRV_VERSION "4.3.1" +#define _HV_DRV_VERSION 0x1AF #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 cb3957601..e470c7222 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.3.0" -#define _HV_DRV_VERSION 0x1AE +#define HV_DRV_VERSION "4.3.1" +#define _HV_DRV_VERSION 0x1AF #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 5d07a48ab..1533208d9 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.3.0" -#define _HV_DRV_VERSION 0x1AE +#define HV_DRV_VERSION "4.3.1" +#define _HV_DRV_VERSION 0x1AF #ifdef __KERNEL__