Re: [PATCH 0/5] arm64: assorted fixes for dcache_by_line_op

2018-12-10 Thread Robin Murphy
Hi Will, On 07/12/2018 17:53, Will Deacon wrote: Hi Ard, Cheers for looking at this. On Thu, Dec 06, 2018 at 04:57:34PM +0100, Ard Biesheuvel wrote: This fixes two issues in dcache_by_line_op: patch #4 fixes the logic that is applied when patching DC CVAP instructions, and patch #5 gets rid

Re: [PATCH 0/5] arm64: assorted fixes for dcache_by_line_op

2018-12-07 Thread Ard Biesheuvel
On Fri, 7 Dec 2018 at 18:53, Will Deacon wrote: > > Hi Ard, > > Cheers for looking at this. > > On Thu, Dec 06, 2018 at 04:57:34PM +0100, Ard Biesheuvel wrote: > > This fixes two issues in dcache_by_line_op: patch #4 fixes the logic > > that is applied when patching DC CVAP instructions, and

Re: [PATCH 0/5] arm64: assorted fixes for dcache_by_line_op

2018-12-07 Thread Ard Biesheuvel
On Fri, 7 Dec 2018 at 18:53, Will Deacon wrote: > > Hi Ard, > > Cheers for looking at this. > > On Thu, Dec 06, 2018 at 04:57:34PM +0100, Ard Biesheuvel wrote: > > This fixes two issues in dcache_by_line_op: patch #4 fixes the logic > > that is applied when patching DC CVAP instructions, and

Re: [PATCH 0/5] arm64: assorted fixes for dcache_by_line_op

2018-12-07 Thread Will Deacon
Hi Ard, Cheers for looking at this. On Thu, Dec 06, 2018 at 04:57:34PM +0100, Ard Biesheuvel wrote: > This fixes two issues in dcache_by_line_op: patch #4 fixes the logic > that is applied when patching DC CVAP instructions, and patch #5 gets > rid of some unintended undefined symbols resulting

Re: [PATCH 0/5] arm64: assorted fixes for dcache_by_line_op

2018-12-07 Thread Will Deacon
Hi Ard, Cheers for looking at this. On Thu, Dec 06, 2018 at 04:57:34PM +0100, Ard Biesheuvel wrote: > This fixes two issues in dcache_by_line_op: patch #4 fixes the logic > that is applied when patching DC CVAP instructions, and patch #5 gets > rid of some unintended undefined symbols resulting

[PATCH 0/5] arm64: assorted fixes for dcache_by_line_op

2018-12-06 Thread Ard Biesheuvel
This fixes two issues in dcache_by_line_op: patch #4 fixes the logic that is applied when patching DC CVAP instructions, and patch #5 gets rid of some unintended undefined symbols resulting from incorrect use of conditional GAS directives. Patches #1 to #3 are groundwork for #4. Cc: Robin Murphy

[PATCH 0/5] arm64: assorted fixes for dcache_by_line_op

2018-12-06 Thread Ard Biesheuvel
This fixes two issues in dcache_by_line_op: patch #4 fixes the logic that is applied when patching DC CVAP instructions, and patch #5 gets rid of some unintended undefined symbols resulting from incorrect use of conditional GAS directives. Patches #1 to #3 are groundwork for #4. Cc: Robin Murphy