Re: [tip:tmp.tmp] [sched/fair] eb2db043ab: BUG:kernel_NULL_pointer_dereference,address
Ingo Molnar <[email protected]>
| Newsgroups | dev.linux.lists.oe-lkp,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
* Oliver Sang <[email protected]> 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