|
[PATCH] MdeModulePkg/Bus/Pci/UhciDxe: Fix the UsbHc memory allocate and free issue
When use the UsbHcAllocMemFromBlock() and UsbHcFreeMem() to allocate memory and free memory for the UHC, it should use the corresponding host address but not the pci bus address.
Signed-off-by:
When use the UsbHcAllocMemFromBlock() and UsbHcFreeMem() to allocate memory and free memory for the UHC, it should use the corresponding host address but not the pci bus address.
Signed-off-by:
|
By
jdzhang@...
·
#84077
·
|
|
Build.py Tools Code Failure
Hello,
I obtained the following error when trying to build a BIOS image.
Traceback (most recent call last):
File "/workarea/Edk2/BaseTools/Source/Python/GenFds/GenFds.py", line 371, in
Hello,
I obtained the following error when trying to build a BIOS image.
Traceback (most recent call last):
File "/workarea/Edk2/BaseTools/Source/Python/GenFds/GenFds.py", line 371, in
|
By
Iversen, Stephen <stephen.iversen@...>
·
#84076
·
|
|
Re: [Patch edk2-stable202111] NetworkPkg: Fix invalid pointer for DNS response token on error
Hi Liming,
I agree it is both low risk and prevents an ASSERT() condition that should never be triggered.
I approve for edk2-stable202111
Mike
Hi Liming,
I agree it is both low risk and prevents an ASSERT() condition that should never be triggered.
I approve for edk2-stable202111
Mike
|
By
Michael D Kinney
·
#84075
·
|
|
Uncrustify Conversion Detailed Plan and Extended Hard Freeze Update #1
Hello,
Michael Kubacki and I have prepared the patches required to apply the
uncrustify changes and enable EDK II CI to check all submitted
patches have been run through uncrustify.
We have
Hello,
Michael Kubacki and I have prepared the patches required to apply the
uncrustify changes and enable EDK II CI to check all submitted
patches have been run through uncrustify.
We have
|
By
Michael D Kinney
·
#84074
·
|
|
Re: [PATCH v4 1/1] .pytool/Plugin/UncrustifyCheck: Add Uncrustify CI plugin
Hi Michael,
I agree with these updates.
Thank you for posting the branches.
Mike
Hi Michael,
I agree with these updates.
Thank you for posting the branches.
Mike
|
By
Michael D Kinney
·
#84073
·
|
|
回复: [edk2-devel] [Patch edk2-stable202111] NetworkPkg: Fix invalid pointer for DNS response token on error
I suggest to merge this fix for the stable tag 202111. This fix is low risk.
Thanks
Liming
发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Wu, Jiaxin
发送时间:
I suggest to merge this fix for the stable tag 202111. This fix is low risk.
Thanks
Liming
发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Wu, Jiaxin
发送时间:
|
By
gaoliming
·
#84072
·
|
|
Re: NetworkPkg: Fix invalid pointer for DNS response token on error
Reviewed-by: Wu Jiaxin <jiaxin.wu@...>
Reviewed-by: Wu Jiaxin <jiaxin.wu@...>
|
By
Wu, Jiaxin
·
#84071
·
|
|
Re: NetworkPkg: Fix invalid pointer for DNS response token on error
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3719
Token->RspData.H2AData is de-allocated on error but it is not
set to NULL. HTTP module attempts to free again and cause assert.
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3719
Token->RspData.H2AData is de-allocated on error but it is not
set to NULL. HTTP module attempts to free again and cause assert.
|
By
Anbazhagan, Baraneedharan
·
#84070
·
|
|
Re: [PATCH v4 1/1] .pytool/Plugin/UncrustifyCheck: Add Uncrustify CI plugin
I sent the v5 patch with the templates disabled:
https://edk2.groups.io/g/devel/message/84068
I also posted that patch on this
I sent the v5 patch with the templates disabled:
https://edk2.groups.io/g/devel/message/84068
I also posted that patch on this
|
By
Michael Kubacki
·
#84069
·
|
|
[PATCH v5 1/1] .pytool/Plugin/UncrustifyCheck: Add Uncrustify CI plugin
From: Michael Kubacki <michael.kubacki@...>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3748
Adds a new CI plugin for Uncrustify. This is used to check
coding standard compliance
From: Michael Kubacki <michael.kubacki@...>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3748
Adds a new CI plugin for Uncrustify. This is used to check
coding standard compliance
|
By
Michael Kubacki
·
#84068
·
|
|
Re: [PATCH v4 1/1] .pytool/Plugin/UncrustifyCheck: Add Uncrustify CI plugin
Hi Mike,
How about I quickly send a v5 with the lines commented out and follow up with a patch to uncomment them that we can review but merge when ready?
Thanks,
Michael
Hi Mike,
How about I quickly send a v5 with the lines commented out and follow up with a patch to uncomment them that we can review but merge when ready?
Thanks,
Michael
|
By
Michael Kubacki
·
#84067
·
|
|
Re: [PATCH v4 1/1] .pytool/Plugin/UncrustifyCheck: Add Uncrustify CI plugin
The 2nd option I listed won't work. That will fail UncrustifyCheck as well because EDK II CI
will insert missing file/function headers and the files will not match.
We will need to comment out these
The 2nd option I listed won't work. That will fail UncrustifyCheck as well because EDK II CI
will insert missing file/function headers and the files will not match.
We will need to comment out these
|
By
Michael D Kinney
·
#84066
·
|
|
Re: [Patch 1/1] EmulatorPkg/Win/Host: Update CC_FLAGS
Reviewed-by: Ray Ni <ray.ni@...>
Reviewed-by: Ray Ni <ray.ni@...>
|
By
Ni, Ray
·
#84065
·
|
|
Re: [PATCH v4 1/1] .pytool/Plugin/UncrustifyCheck: Add Uncrustify CI plugin
Hi Michael,
Unfortunately, enabling the templates in the uncrustify.cfg files modifies 340 files with missing
file/function headers that will now fail UncrustifyCheck.
cmt_insert_file_header
Hi Michael,
Unfortunately, enabling the templates in the uncrustify.cfg files modifies 340 files with missing
file/function headers that will now fail UncrustifyCheck.
cmt_insert_file_header
|
By
Michael D Kinney
·
#84064
·
|
|
Re: [Patch 10/12] StandaloneMmPkg: Update YAML to ignore specific ECC files/errors
By
Michael D Kinney
·
#84063
·
|
|
Re: [PATCH v4 1/1] .pytool/Plugin/UncrustifyCheck: Add Uncrustify CI plugin
Thanks. That makes sense.
Mike
Thanks. That makes sense.
Mike
|
By
Michael D Kinney
·
#84062
·
|
|
Re: [PATCH v4 1/1] .pytool/Plugin/UncrustifyCheck: Add Uncrustify CI plugin
Yes. Those were redundant and detected by the Python configparser module when I used it to parse the config file.
Thanks,
Michael
Yes. Those were redundant and detected by the Python configparser module when I used it to parse the config file.
Thanks,
Michael
|
By
Michael Kubacki
·
#84061
·
|
|
Re: CdePkgBlog 2021-11-14
Hi Kilian,
I agree with Maciej. There should be a big emphasis on getting an *open-source* libc available in EDK2, and not relying on a proprietary, opaque binary blob.
In my opinion EDK2 should pivot
Hi Kilian,
I agree with Maciej. There should be a big emphasis on getting an *open-source* libc available in EDK2, and not relying on a proprietary, opaque binary blob.
In my opinion EDK2 should pivot
|
By
Pedro Falcato
·
#84060
·
|
|
Re: [PATCH v4 1/1] .pytool/Plugin/UncrustifyCheck: Add Uncrustify CI plugin
Hi Michael,
I see a couple settings deleted from the uncrustify.cfg. Was that in purpose? Does it change the format?
-nl_func_call_start_multi_line = true # Whether to add a newline after
Hi Michael,
I see a couple settings deleted from the uncrustify.cfg. Was that in purpose? Does it change the format?
-nl_func_call_start_multi_line = true # Whether to add a newline after
|
By
Michael D Kinney
·
#84059
·
|
|
[PATCH v4 1/1] .pytool/Plugin/UncrustifyCheck: Add Uncrustify CI plugin
From: Michael Kubacki <michael.kubacki@...>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3748
Adds a new CI plugin for Uncrustify. This is used to check
coding standard compliance
From: Michael Kubacki <michael.kubacki@...>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3748
Adds a new CI plugin for Uncrustify. This is used to check
coding standard compliance
|
By
Michael Kubacki
·
#84058
·
|