Maciej Pijanowski

Results 204 comments of Maciej Pijanowski

> @mkopec @macpijan is everything you need under 1.4.0? I think the https://github.com/Dasharo/flashrom/commit/24b8fcfccef31fbb95bc1dd308180f57d5cdb64c will be missing. I cannot see it being submitted into upstream, can you confirm @miczyg1 ?

@tlaurion Updated patch: https://github.com/Dasharo/flashrom/commit/7db77d39ae951cfd36765a91f6537377be34dad2 https://review.coreboot.org/c/flashrom/+/83854

Another rev (the same link: https://review.coreboot.org/c/flashrom/+/83854) builds, tested to probe the chip on MSI.

Testing if it works as expected. This conform tool should allow us to check if commit body exists. For the Upstream-Status tag we would likely need a separate hook.

Ok, the body check does not work for me, at least the way I would expect. Need to check. EDIT: OK I guess it's due to the Gerrit hooks adding:...

It seems to me this project relies on the external module: https://github.com/intel-go/cpuid/commits/main/ where the author chose to delete project's history?

I wonder how the CI workflow passes to download this module, if the above repo has been cleaned up: https://github.com/9elements/converged-security-suite/actions/runs/16171365724/job/45645467175?pr=409#step:3:17 Is there some caching involved here?

The cpuid project has been archived by Intel 7 months ago: https://github.com/intel/cpuid/commit/96de68d22bf5c01045c62e60f29471e4f05aacbb It is still available under: https://github.com/intel/cpuid Who knows for how long.

It seems this problem has been spotted and fixed already a couple of months ago by @u1f35c https://github.com/9elements/go-linux-lowlevel-hw/pull/15 can we please have that merged?

Prior approach to resolve this error has been made here by @ellyq : https://github.com/9elements/go-linux-lowlevel-hw/pull/14