PKGBUILD: apply extra uarches patch even when defconfig is copied #3

Merged
Contributor

Otherwise some default value is set which will result in a misoptimization.

Otherwise some default value is set which will result in a misoptimization.
yarost12 added 1 commit 2024-12-11 18:04:57 +01:00
Otherwise some default value is set which will result in a misoptimization.
yarost12 reviewed 2024-12-11 18:05:46 +01:00
PKGBUILD Outdated
@ -315,10 +320,9 @@ update_defconfig() {
make ${BUILD_FLAGS[*]} olddefconfig
diff -u $srcdir/cl-linux/config .config || :
# Patch with kernel_compiler_patch patches
Author
Contributor

It's not entirely clear if we really need to make olddefconfig here, up to you whether to leave this in or move/remove it. @JeremyStarTM

It's not entirely clear if we really need to make olddefconfig here, up to you whether to leave this in or move/remove it. @JeremyStarTM
Owner

olddefconfig is usually executed to set unset kconfig settings. This is useful when updating the kernel and reusing the kconfig from the previous kernel version. I think we should leave that inside

`olddefconfig` is usually executed to set unset kconfig settings. This is useful when updating the kernel and reusing the kconfig from the previous kernel version. I think we should leave that inside
Author
Contributor

Ok, left the olddefconfig call, but the comment refers to nothing now, so I will remove it.

Ok, left the olddefconfig call, but the comment refers to nothing now, so I will remove it.
Owner

lgtm, waiting for reply to #3 (comment)

lgtm, waiting for reply to https://git.staropensource.de/JeremyStarTM/aur-linux-clear/pulls/3#issuecomment-134
yarost12 force-pushed YF-allow-using-extra-uarches-even-with-copied-config from 273f8eef39 to 6da003f220 2024-12-11 23:33:27 +01:00 Compare
Author
Contributor

lgtm, waiting for reply to #3 (comment)

Done.

> lgtm, waiting for reply to https://git.staropensource.de/JeremyStarTM/aur-linux-clear/pulls/3#issuecomment-134 Done.
JeremyStarTM merged commit 6da003f220 into master 2024-12-13 09:11:30 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: JeremyStarTM/aur-linux-clear#3
No description provided.