Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update local unixbench patch #410

Merged
merged 1 commit into from
Feb 13, 2025
Merged

Conversation

bssrikanth
Copy link

Due to upstream unixbench changes, local unixbench patch apply was failing. This commit rebases the
local unixbench patch to recent upstream version.

Unixbench install Issue on latest lkp-tests:

==> Starting patch_source()...
patching file UnixBench/Makefile
Hunk #2 FAILED at 90.
1 out of 2 hunks FAILED -- saving rejects to file UnixBench/Makefile.rej
patching file UnixBench/Run
==> ERROR: A failure occurred in patch_source().
    Aborting...
Install unixbench failed

After this patch:

==> Starting patch_source()...
patching file UnixBench/Makefile
patching file UnixBench/Run
==> Starting build()...
make distr
make[1]: Entering directory '/home/LKP/lkp-tests/tmp-pkg/unixbench/src/byte-unixbench/UnixBench'
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[1]: Leaving directory '/home/LKP/lkp-tests/tmp-pkg/unixbench/src/byte-unixbench/UnixBench'
make programs
make[1]: Entering directory '/home/LKP/lkp-tests/tmp-pkg/unixbench/src/byte-unixbench/UnixBench'
cc -o pgms/arithoh -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -pedantic -O3 -ffast-math -I ./src 
..
..
Setting up unixbench-lkp (2025-02-12) ...
install succeed

Due to upstream unixbench changes, local unixbench
patch apply was failing. This commit rebases the
local unixbench patch to recent upstream version.

Signed-off-by: Srikanth Aithal <[email protected]>
@rli9 rli9 merged commit 30833ce into intel:master Feb 13, 2025
@rli9
Copy link

rli9 commented Feb 13, 2025

thanks for the patch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants