On 2022/4/20 21:41, Mark Brown wrote: > On Wed, Apr 20, 2022 at 09:35:55PM +0800, Miaoqian Lin wrote: >> On 2022/4/20 21:00, Mark Brown wrote: >>>> - rebase on top of commit 559089e0a93d ("vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAP") >>> Why rebase on top of that seemingly random commit? Is there some sort >>> of dependency here? >> Hi, it the head of master in when I made this patch. It's because you pointed out >> that patch v1 doesn't apply against current code. But I am not sure what's the problem. >> So I ensure the codebase is up-to-date. If this patch have no conflict, you can ignore it. > Current code here is my git tree (-next is often a fair approximation) - > if people have been making changes since the merge window then often > code written against mainline won't apply and things need to be based on > people's current work. You're looking for > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next I get it, thanks for your kindly reminder.