On 3/10/20 5:37 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.5.9 release. > There are 189 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should be made by Thu, 12 Mar 2020 12:34:10 +0000. > Anything received after that time might be too late. > block/bfq-wf2q.c: In function 'bfq_forget_entity': ./include/linux/kernel.h:987:51: error: 'struct bfq_group' has no member named 'entity' 987 | BUILD_BUG_ON_MSG(!__same_type(*(ptr), ((type *)0)->member) && \ Guess this is the same problem that is also seen with v5.4.25-rc1. Guenter