Re: [PATCH 1/3] xen/arm: Sync sysregs and cpuinfo with Linux 5.18-rc3

2022-05-12 Thread Bertrand Marquis
Hi Stefano, > On 11 May 2022, at 21:06, Stefano Stabellini wrote: > > On Wed, 11 May 2022, Bertrand Marquis wrote: >>> I understand the patch is already written, so I was OK if you simply list >>> of the commits with the authors/tags for this time. >> >> I would like to understand where this r

Re: [PATCH 1/3] xen/arm: Sync sysregs and cpuinfo with Linux 5.18-rc3

2022-05-11 Thread Stefano Stabellini
On Wed, 11 May 2022, Bertrand Marquis wrote: > > I understand the patch is already written, so I was OK if you simply list > > of the commits with the authors/tags for this time. > > I would like to understand where this requirement is coming from. > > @George: is there some kind of legal reason

Re: [PATCH 1/3] xen/arm: Sync sysregs and cpuinfo with Linux 5.18-rc3

2022-05-11 Thread Julien Grall
On 11/05/2022 17:01, Bertrand Marquis wrote: Hi, On 11 May 2022, at 16:47, Julien Grall wrote: Hi Bertrand, On 11/05/2022 16:40, Bertrand Marquis wrote: On 11 May 2022, at 16:20, Julien Grall wrote: Technically, speaking you only copied the code from Linux and therefore you are not the

Re: [PATCH 1/3] xen/arm: Sync sysregs and cpuinfo with Linux 5.18-rc3

2022-05-11 Thread Bertrand Marquis
Hi, > On 11 May 2022, at 16:47, Julien Grall wrote: > > Hi Bertrand, > > On 11/05/2022 16:40, Bertrand Marquis wrote: >>> On 11 May 2022, at 16:20, Julien Grall wrote: >>> Technically, speaking you only copied the code from Linux and therefore you >>> are not the author of some of the changes

Re: [PATCH 1/3] xen/arm: Sync sysregs and cpuinfo with Linux 5.18-rc3

2022-05-11 Thread Julien Grall
Hi Bertrand, On 11/05/2022 16:40, Bertrand Marquis wrote: On 11 May 2022, at 16:20, Julien Grall wrote: Technically, speaking you only copied the code from Linux and therefore you are not the author of some of the changes. For such case, our general process is: Could you tell me where this

Re: [PATCH 1/3] xen/arm: Sync sysregs and cpuinfo with Linux 5.18-rc3

2022-05-11 Thread Bertrand Marquis
Hi Julien, > On 11 May 2022, at 16:20, Julien Grall wrote: > > Hi, > > On 11/05/2022 15:41, Bertrand Marquis wrote: >>> On 10 May 2022, at 03:03, Stefano Stabellini wrote: >>> >>> On Wed, 4 May 2022, Julien Grall wrote: > Do I understand right that it is ok for you if I push one patch men

Re: [PATCH 1/3] xen/arm: Sync sysregs and cpuinfo with Linux 5.18-rc3

2022-05-11 Thread Julien Grall
Hi, On 11/05/2022 15:41, Bertrand Marquis wrote: On 10 May 2022, at 03:03, Stefano Stabellini wrote: On Wed, 4 May 2022, Julien Grall wrote: Do I understand right that it is ok for you if I push one patch mentioning all the commits done in Linux corresponding to the changes (instead of one

Re: [PATCH 1/3] xen/arm: Sync sysregs and cpuinfo with Linux 5.18-rc3

2022-05-11 Thread Bertrand Marquis
Hi Stefano, > On 10 May 2022, at 03:04, Stefano Stabellini wrote: > > On Tue, 3 May 2022, Bertrand Marquis wrote: >> Sync arm64 sysreg bit shift definitions with status of Linux kernel as >> of 5.18-rc3 version (linux commit b2d229d4ddb1). >> Sync ID registers sanitization with the status of Lin

Re: [PATCH 1/3] xen/arm: Sync sysregs and cpuinfo with Linux 5.18-rc3

2022-05-11 Thread Bertrand Marquis
> On 10 May 2022, at 03:03, Stefano Stabellini wrote: > > On Wed, 4 May 2022, Julien Grall wrote: >>> Do I understand right that it is ok for you if I push one patch mentioning >>> all the commits done in Linux corresponding to the changes (instead of one >>> patch per commit) ? >> >> For thi

Re: [PATCH 1/3] xen/arm: Sync sysregs and cpuinfo with Linux 5.18-rc3

2022-05-09 Thread Stefano Stabellini
On Tue, 3 May 2022, Bertrand Marquis wrote: > Sync arm64 sysreg bit shift definitions with status of Linux kernel as > of 5.18-rc3 version (linux commit b2d229d4ddb1). > Sync ID registers sanitization with the status of Linux 5.18-rc3 and add > sanitization of ISAR2 registers. > Complete AA64ISAR2

Re: [PATCH 1/3] xen/arm: Sync sysregs and cpuinfo with Linux 5.18-rc3

2022-05-09 Thread Stefano Stabellini
On Wed, 4 May 2022, Julien Grall wrote: > > Do I understand right that it is ok for you if I push one patch mentioning > > all the commits done in Linux corresponding to the changes (instead of one > > patch per commit) ? > > For this case yes. I managed to do a review of the patch by doing a dif

Re: [PATCH 1/3] xen/arm: Sync sysregs and cpuinfo with Linux 5.18-rc3

2022-05-04 Thread Julien Grall
Hi Bertrand, On 04/05/2022 10:49, Bertrand Marquis wrote: On 4 May 2022, at 09:20, Julien Grall wrote: On 04/05/2022 08:39, Bertrand Marquis wrote: Hi Julien, Hi, On 3 May 2022, at 19:08, Julien Grall wrote: Hi Bertrand, On 03/05/2022 10:38, Bertrand Marquis wrote: Sync arm64 sysreg

Re: [PATCH 1/3] xen/arm: Sync sysregs and cpuinfo with Linux 5.18-rc3

2022-05-04 Thread Bertrand Marquis
Hi Julien, > On 4 May 2022, at 09:20, Julien Grall wrote: > > > > On 04/05/2022 08:39, Bertrand Marquis wrote: >> Hi Julien, > Hi, > >>> On 3 May 2022, at 19:08, Julien Grall wrote: >>> >>> Hi Bertrand, >>> >>> On 03/05/2022 10:38, Bertrand Marquis wrote: Sync arm64 sysreg bit shift d

Re: [PATCH 1/3] xen/arm: Sync sysregs and cpuinfo with Linux 5.18-rc3

2022-05-04 Thread Julien Grall
On 04/05/2022 08:39, Bertrand Marquis wrote: Hi Julien, Hi, On 3 May 2022, at 19:08, Julien Grall wrote: Hi Bertrand, On 03/05/2022 10:38, Bertrand Marquis wrote: Sync arm64 sysreg bit shift definitions with status of Linux kernel as of 5.18-rc3 version (linux commit b2d229d4ddb1). Sync

Re: [PATCH 1/3] xen/arm: Sync sysregs and cpuinfo with Linux 5.18-rc3

2022-05-04 Thread Bertrand Marquis
Hi Julien, > On 3 May 2022, at 19:08, Julien Grall wrote: > > Hi Bertrand, > > On 03/05/2022 10:38, Bertrand Marquis wrote: >> Sync arm64 sysreg bit shift definitions with status of Linux kernel as >> of 5.18-rc3 version (linux commit b2d229d4ddb1). >> Sync ID registers sanitization with the st

Re: [PATCH 1/3] xen/arm: Sync sysregs and cpuinfo with Linux 5.18-rc3

2022-05-03 Thread Julien Grall
Hi Bertrand, On 03/05/2022 10:38, Bertrand Marquis wrote: Sync arm64 sysreg bit shift definitions with status of Linux kernel as of 5.18-rc3 version (linux commit b2d229d4ddb1). Sync ID registers sanitization with the status of Linux 5.18-rc3 and add sanitization of ISAR2 registers. Please outli