Re: [PATCH v6 0/7] Powerpc/Watchpoint: Few important fixes

2019-11-07 Thread Ravi Bangoria
On 10/29/19 7:31 PM, Christophe Leroy wrote: Le 29/10/2019 à 05:54, Ravi Bangoria a écrit : On 10/17/19 3:01 PM, Ravi Bangoria wrote: v5: https://lists.ozlabs.org/pipermail/linuxppc-dev/2019-October/198069.html v5->v6:   - patch 6/7: mpe reported that the perf-hwbreak.c doesn't compile

Re: [PATCH v6 0/7] Powerpc/Watchpoint: Few important fixes

2019-10-29 Thread Christophe Leroy
Le 29/10/2019 à 05:54, Ravi Bangoria a écrit : On 10/17/19 3:01 PM, Ravi Bangoria wrote: v5: https://lists.ozlabs.org/pipermail/linuxppc-dev/2019-October/198069.html v5->v6:   - patch 6/7: mpe reported that the perf-hwbreak.c doesn't compile with older     gcc: perf-hwbreak.c:1

Re: [PATCH v6 0/7] Powerpc/Watchpoint: Few important fixes

2019-10-28 Thread Ravi Bangoria
On 10/17/19 3:01 PM, Ravi Bangoria wrote: v5: https://lists.ozlabs.org/pipermail/linuxppc-dev/2019-October/198069.html v5->v6: - patch 6/7: mpe reported that the perf-hwbreak.c doesn't compile with older gcc: perf-hwbreak.c:182:2: error: dereferencing type-punned pointer will

[PATCH v6 0/7] Powerpc/Watchpoint: Few important fixes

2019-10-17 Thread Ravi Bangoria
v5: https://lists.ozlabs.org/pipermail/linuxppc-dev/2019-October/198069.html v5->v6: - patch 6/7: mpe reported that the perf-hwbreak.c doesn't compile with older gcc: perf-hwbreak.c:182:2: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict