Displaying 3 results from an estimated 3 matches for "piotrgregor".
2016 Dec 14
1
[PATCH] arch: x86: kernel: fixed unused label issue
...fixes two of them. The last one is
ERROR: Macros with multiple statements should be enclosed
in a do - while loop
which probably is a false alarm here as PATCH_SITE macro defines
a case in switch local to native_patch function not meant to be used
in other places.
Signed-off-by: Piotr Gregor <piotrgregor at rsyncme.org>
---
arch/x86/kernel/paravirt_patch_64.c | 67 +++++++++++++++++++------------------
1 file changed, 34 insertions(+), 33 deletions(-)
diff --git a/arch/x86/kernel/paravirt_patch_64.c b/arch/x86/kernel/paravirt_patch_64.c
index f4fcf26..7ce2848 100644
--- a/arch/x86/kernel/parav...
2016 Dec 14
1
[PATCH] arch: x86: kernel: fixed unused label issue
...fixes two of them. The last one is
ERROR: Macros with multiple statements should be enclosed
in a do - while loop
which probably is a false alarm here as PATCH_SITE macro defines
a case in switch local to native_patch function not meant to be used
in other places.
Signed-off-by: Piotr Gregor <piotrgregor at rsyncme.org>
---
arch/x86/kernel/paravirt_patch_64.c | 67 +++++++++++++++++++------------------
1 file changed, 34 insertions(+), 33 deletions(-)
diff --git a/arch/x86/kernel/paravirt_patch_64.c b/arch/x86/kernel/paravirt_patch_64.c
index f4fcf26..7ce2848 100644
--- a/arch/x86/kernel/parav...
2016 Dec 14
0
[PATCH] arch: x86: kernel: fixed unused label issue
...> ERROR: Macros with multiple statements should be enclosed
> in a do - while loop
> which probably is a false alarm here as PATCH_SITE macro defines
> a case in switch local to native_patch function not meant to be used
> in other places.
>
> Signed-off-by: Piotr Gregor <piotrgregor at rsyncme.org>
> ---
> arch/x86/kernel/paravirt_patch_64.c | 67 +++++++++++++++++++------------------
> 1 file changed, 34 insertions(+), 33 deletions(-)
*urgh*
So you forgot to look up the patch that caused it, which made you fail
to Cc the author of the patch that caused it (me)....