* [PATCH] UefiCpuPkg/MpInitLib: Remove Executable attribute from MpLib.h
@ 2020-04-21 22:05 Leo Duran
2020-04-22 16:55 ` Laszlo Ersek
0 siblings, 1 reply; 5+ messages in thread
From: Leo Duran @ 2020-04-21 22:05 UTC (permalink / raw)
To: devel; +Cc: Leo Duran, Eric Dong, Ray Ni, Laszlo Ersek
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2678
This patch fixes a file permission issue introduced by accident.
Cc: Eric Dong <eric.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Leo Duran <leo.duran@amd.com>
---
UefiCpuPkg/Library/MpInitLib/MpLib.h | 0
1 file changed, 0 insertions(+), 0 deletions(-)
mode change 100755 => 100644 UefiCpuPkg/Library/MpInitLib/MpLib.h
diff --git a/UefiCpuPkg/Library/MpInitLib/MpLib.h b/UefiCpuPkg/Library/MpInitLib/MpLib.h
old mode 100755
new mode 100644
--
2.7.4
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] UefiCpuPkg/MpInitLib: Remove Executable attribute from MpLib.h
2020-04-21 22:05 [PATCH] UefiCpuPkg/MpInitLib: Remove Executable attribute from MpLib.h Leo Duran
@ 2020-04-22 16:55 ` Laszlo Ersek
2020-05-05 23:21 ` [edk2-devel] " Laszlo Ersek
0 siblings, 1 reply; 5+ messages in thread
From: Laszlo Ersek @ 2020-04-22 16:55 UTC (permalink / raw)
To: Leo Duran, devel; +Cc: Eric Dong, Ray Ni
On 04/22/20 00:05, Leo Duran wrote:
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2678
>
> This patch fixes a file permission issue introduced by accident.
>
> Cc: Eric Dong <eric.dong@intel.com>
> Cc: Ray Ni <ray.ni@intel.com>
> Cc: Laszlo Ersek <lersek@redhat.com>
> Signed-off-by: Leo Duran <leo.duran@amd.com>
> ---
> UefiCpuPkg/Library/MpInitLib/MpLib.h | 0
> 1 file changed, 0 insertions(+), 0 deletions(-)
> mode change 100755 => 100644 UefiCpuPkg/Library/MpInitLib/MpLib.h
>
> diff --git a/UefiCpuPkg/Library/MpInitLib/MpLib.h b/UefiCpuPkg/Library/MpInitLib/MpLib.h
> old mode 100755
> new mode 100644
>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Thanks, Leo!
Laszlo
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] [PATCH] UefiCpuPkg/MpInitLib: Remove Executable attribute from MpLib.h
2020-04-22 16:55 ` Laszlo Ersek
@ 2020-05-05 23:21 ` Laszlo Ersek
2020-05-06 1:31 ` Dong, Eric
0 siblings, 1 reply; 5+ messages in thread
From: Laszlo Ersek @ 2020-05-05 23:21 UTC (permalink / raw)
To: devel, Eric Dong, Ray Ni; +Cc: Leo Duran
Eric, Ray,
can one of you please approve, and also merge, this patch?
It's been on the list for two weeks now (and you were CC'd). I didn't
want to go ahead and merge it myself without at least an ACK from one of
you.
Thanks
Laszlo
On 04/22/20 18:55, Laszlo Ersek wrote:
> On 04/22/20 00:05, Leo Duran wrote:
>> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2678
>>
>> This patch fixes a file permission issue introduced by accident.
>>
>> Cc: Eric Dong <eric.dong@intel.com>
>> Cc: Ray Ni <ray.ni@intel.com>
>> Cc: Laszlo Ersek <lersek@redhat.com>
>> Signed-off-by: Leo Duran <leo.duran@amd.com>
>> ---
>> UefiCpuPkg/Library/MpInitLib/MpLib.h | 0
>> 1 file changed, 0 insertions(+), 0 deletions(-)
>> mode change 100755 => 100644 UefiCpuPkg/Library/MpInitLib/MpLib.h
>>
>> diff --git a/UefiCpuPkg/Library/MpInitLib/MpLib.h b/UefiCpuPkg/Library/MpInitLib/MpLib.h
>> old mode 100755
>> new mode 100644
>>
>
> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
>
> Thanks, Leo!
> Laszlo
>
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] [PATCH] UefiCpuPkg/MpInitLib: Remove Executable attribute from MpLib.h
2020-05-05 23:21 ` [edk2-devel] " Laszlo Ersek
@ 2020-05-06 1:31 ` Dong, Eric
2020-05-06 15:03 ` Laszlo Ersek
0 siblings, 1 reply; 5+ messages in thread
From: Dong, Eric @ 2020-05-06 1:31 UTC (permalink / raw)
To: devel@edk2.groups.io, lersek@redhat.com, Ni, Ray; +Cc: Leo Duran
[-- Attachment #1: Type: text/plain, Size: 1804 bytes --]
Acked-by: Eric Dong <eric.dong@intel.com>
Hi Laszlo,
I saw you already provided Review-by tag and I can't verify the change, so I don't add comments for this patch.
I will provide Acked-by tag for the similar case next time.
I have pushed this change.
Thanks,
Eric
From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Laszlo Ersek
Sent: Wednesday, May 6, 2020 7:22 AM
To: devel@edk2.groups.io; Dong, Eric <eric.dong@intel.com>; Ni, Ray <ray.ni@intel.com>
Cc: Leo Duran <leo.duran@amd.com>
Subject: Re: [edk2-devel] [PATCH] UefiCpuPkg/MpInitLib: Remove Executable attribute from MpLib.h
Eric, Ray,
can one of you please approve, and also merge, this patch?
It's been on the list for two weeks now (and you were CC'd). I didn't
want to go ahead and merge it myself without at least an ACK from one of
you.
Thanks
Laszlo
On 04/22/20 18:55, Laszlo Ersek wrote:
> On 04/22/20 00:05, Leo Duran wrote:
>> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2678
>>
>> This patch fixes a file permission issue introduced by accident.
>>
>> Cc: Eric Dong <eric.dong@intel.com<mailto:eric.dong@intel.com>>
>> Cc: Ray Ni <ray.ni@intel.com<mailto:ray.ni@intel.com>>
>> Cc: Laszlo Ersek <lersek@redhat.com<mailto:lersek@redhat.com>>
>> Signed-off-by: Leo Duran <leo.duran@amd.com<mailto:leo.duran@amd.com>>
>> ---
>> UefiCpuPkg/Library/MpInitLib/MpLib.h | 0
>> 1 file changed, 0 insertions(+), 0 deletions(-)
>> mode change 100755 => 100644 UefiCpuPkg/Library/MpInitLib/MpLib.h
>>
>> diff --git a/UefiCpuPkg/Library/MpInitLib/MpLib.h b/UefiCpuPkg/Library/MpInitLib/MpLib.h
>> old mode 100755
>> new mode 100644
>>
>
> Reviewed-by: Laszlo Ersek <lersek@redhat.com<mailto:lersek@redhat.com>>
>
> Thanks, Leo!
> Laszlo
>
>
>
>
[-- Attachment #2: Type: text/html, Size: 8113 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] [PATCH] UefiCpuPkg/MpInitLib: Remove Executable attribute from MpLib.h
2020-05-06 1:31 ` Dong, Eric
@ 2020-05-06 15:03 ` Laszlo Ersek
0 siblings, 0 replies; 5+ messages in thread
From: Laszlo Ersek @ 2020-05-06 15:03 UTC (permalink / raw)
To: Dong, Eric, devel@edk2.groups.io, Ni, Ray; +Cc: Leo Duran
On 05/06/20 03:31, Dong, Eric wrote:
> Acked-by: Eric Dong <eric.dong@intel.com>
>
> Hi Laszlo,
>
> I saw you already provided Review-by tag and I can't verify the change, so I don't add comments for this patch.
>
> I will provide Acked-by tag for the similar case next time.
Thank you -- I only have an "R" role for UefiCpuPkg; I don't think I
should push any UefiCpuPkg patch without "M" approval.
> I have pushed this change.
Thank you!
Laszlo
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-05-06 15:03 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-21 22:05 [PATCH] UefiCpuPkg/MpInitLib: Remove Executable attribute from MpLib.h Leo Duran
2020-04-22 16:55 ` Laszlo Ersek
2020-05-05 23:21 ` [edk2-devel] " Laszlo Ersek
2020-05-06 1:31 ` Dong, Eric
2020-05-06 15:03 ` Laszlo Ersek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox