Hi,
在 2024/10/30 14:29, Christian Theune 写道:
Hi,
On 30. Oct 2024, at 02:25, Yu Kuai <yukuai1@xxxxxxxxxxxxxxx> wrote:
Hi,
在 2024/10/26 20:11, Christian Theune 写道:
On 26. Oct 2024, at 14:07, Christian Theune <ct@xxxxxxxxxxxxxxx> wrote:
Hi,
I can’t apply this on 6.10.5 and trying to manually reconstruct your patch lets me directly stumble into:
6.11.5 of course
I cooked this based on v6.12-rc5, it's right there will be conflict for
6.11, can you manual adapta it in you version?
I will try, but I’m not sure. I don’t have a deep enough understanding to resolve some of the conflicts. In my previous mail I wasn’t sure which change would be the right one:
I guess if 6.12 doesn’t have this line at all:
- atomic_set(&sh->count, 1);
… then setting it to 0 is fine?
+ atomic_set(&sh→count, 0);
My patch doesn't touch this field at all, why make such change? This is
not OK.
But again, I have no idea what’s actually going on there … ;)
If you want I can try to wade through and give you a list of questions where the patch doesn’t obviously apply and you can let me know …
Perhaps can you try v6.12-rc5 directly? If not, I'll give a patch based
on v6.11 later.
Thanks,
Kuai
Christian