Re: [PATCH v2] drivers/virt: vm_gen_counter: initial driver implementation

2018-03-01 Thread kbuild test robot
Hi Or, Thank you for the patch! Yet something to improve: [auto build test ERROR on char-misc/char-misc-testing] [also build test ERROR on v4.16-rc3 next-20180301] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2] drivers/virt: vm_gen_counter: initial driver implementation

2018-03-01 Thread kbuild test robot
Hi Or, Thank you for the patch! Yet something to improve: [auto build test ERROR on char-misc/char-misc-testing] [also build test ERROR on v4.16-rc3 next-20180301] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2] drivers/virt: vm_gen_counter: initial driver implementation

2018-03-01 Thread kbuild test robot
Hi Or, Thank you for the patch! Yet something to improve: [auto build test ERROR on char-misc/char-misc-testing] [also build test ERROR on v4.16-rc3 next-20180228] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2] drivers/virt: vm_gen_counter: initial driver implementation

2018-03-01 Thread kbuild test robot
Hi Or, Thank you for the patch! Yet something to improve: [auto build test ERROR on char-misc/char-misc-testing] [also build test ERROR on v4.16-rc3 next-20180228] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2] drivers/virt: vm_gen_counter: initial driver implementation

2018-02-25 Thread Greg KH
On Sun, Feb 25, 2018 at 02:26:31PM +0200, Or Idgar wrote: > From: Or Idgar > > This patch is a driver which expose the Virtual Machine Generation ID > via sysfs. The ID is a UUID value used to differentiate between virtual > machines. > > The VM-Generation ID is a feature

Re: [PATCH v2] drivers/virt: vm_gen_counter: initial driver implementation

2018-02-25 Thread Greg KH
On Sun, Feb 25, 2018 at 02:26:31PM +0200, Or Idgar wrote: > From: Or Idgar > > This patch is a driver which expose the Virtual Machine Generation ID > via sysfs. The ID is a UUID value used to differentiate between virtual > machines. > > The VM-Generation ID is a feature defined by Microsoft

[PATCH v2] drivers/virt: vm_gen_counter: initial driver implementation

2018-02-25 Thread Or Idgar
From: Or Idgar This patch is a driver which expose the Virtual Machine Generation ID via sysfs. The ID is a UUID value used to differentiate between virtual machines. The VM-Generation ID is a feature defined by Microsoft (paper: http://go.microsoft.com/fwlink/?LinkId=260709)

[PATCH v2] drivers/virt: vm_gen_counter: initial driver implementation

2018-02-25 Thread Or Idgar
From: Or Idgar This patch is a driver which expose the Virtual Machine Generation ID via sysfs. The ID is a UUID value used to differentiate between virtual machines. The VM-Generation ID is a feature defined by Microsoft (paper: http://go.microsoft.com/fwlink/?LinkId=260709) and supported by