Re: [tip:tmp.tmp] [sched/fair] eb2db043ab: BUG:kernel_NULL_pointer_dereference,address

From: Ingo Molnar

Date: Wed Dec 03 2025 - 12:16:21 EST



* Oliver Sang <oliver.sang@xxxxxxxxx> wrote:

> we do have some default pattern for branches to ignore:
> default_branch_denylist: (.*experimental.*|.*dont-build|origin/.*|remotes/.*|.*/orphan-.*)
> (https://github.com/intel/lkp-tests/blob/master/repo/linux/DEFAULTS#L5)
>
> but we also support repo specific configurations. such like for tip:
> branch_denylist: auto-.*|tmp.*|base-.*|test.*|.*-for-linus|tip
> (https://github.com/intel/lkp-tests/blob/master/repo/linux/tip#L19)

That's useful to know, thanks!

> the "tmp.*" is just updated from previous "tmp-.*" to cover tmp.tmp
> (https://github.com/intel/lkp-tests/commit/acd36193a0dd2bbc1c6d4ef59dd2b33a2eece3e0)

Thank you for the change, and LOL, I *swear* I didn't name it
tmp.tmp just to break the pattern. ;-)

Thanks,

Ingo