From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web11.6468.1587574554166230090 for ; Wed, 22 Apr 2020 09:55:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=Z3ilWT8l; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1587574553; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Lp+C+XGzGtl6e8iXObf+ONrI0U55MQm/ZS+vrmz7SMA=; b=Z3ilWT8l5zLPLvDVcwJIsRKzeddZVMgs31ktzlA80+wBeU4ylpiM7Mw3ejt9E64eUNHYSa b49//1HlkpJcK85irNo2RTJbm/FcNg1d+6ULntJprE2ifNnaJDacJMdqw/MRvw1p4plSY4 sgF2GkAqPGtdn9fHctMZATxw8YQygAw= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-452-hiFO6tJqMAGZiAi4A-0w4w-1; Wed, 22 Apr 2020 12:55:43 -0400 X-MC-Unique: hiFO6tJqMAGZiAi4A-0w4w-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4C73D800FC7; Wed, 22 Apr 2020 16:55:42 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-113-154.ams2.redhat.com [10.36.113.154]) by smtp.corp.redhat.com (Postfix) with ESMTP id 21D2419C70; Wed, 22 Apr 2020 16:55:40 +0000 (UTC) Subject: Re: [PATCH] UefiCpuPkg/MpInitLib: Remove Executable attribute from MpLib.h To: Leo Duran , devel@edk2.groups.io Cc: Eric Dong , Ray Ni References: <1587506704-2232-1-git-send-email-leo.duran@amd.com> From: "Laszlo Ersek" Message-ID: <28114eaf-fa05-0c50-4648-3b1b35f850e1@redhat.com> Date: Wed, 22 Apr 2020 18:55:40 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1587506704-2232-1-git-send-email-leo.duran@amd.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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 > Cc: Ray Ni > Cc: Laszlo Ersek > Signed-off-by: Leo Duran > --- > 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 Thanks, Leo! Laszlo