From 3dab814acc04ec2fce2112558639b3547ff700d8 Mon Sep 17 00:00:00 2001 From: DivyaJyothiKasam Date: Fri, 24 May 2019 12:16:52 +0530 Subject: [PATCH] RH5 RH6 RH7: Version update for LIS-4.3.2 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 357b12e98..8f0567181 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 "master1" -#define _HV_DRV_VERSION 0x1A8 +#define HV_DRV_VERSION "4.3.2" +#define _HV_DRV_VERSION 0x1B0 #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 69bd8872d..44d89904e 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 "master" -#define _HV_DRV_VERSION 0x1A8 +#define HV_DRV_VERSION "4.3.2" +#define _HV_DRV_VERSION 0x1B0 #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 de0994080..8948edf20 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 "master" -#define _HV_DRV_VERSION 0x1A8 +#define HV_DRV_VERSION "4.3.2" +#define _HV_DRV_VERSION 0x1B0 #ifdef __KERNEL__