You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GCC 11 introduces this flag which the kernel uses and thus `bindgen`
complains, so add it to the skip list.
In the CI, so far, we are using the GCCs provided by Ubuntu 20.04,
which are prior to GCC 11.
I checked that in an alternative CI with GCC 11.2 (from a Docker Ubuntu
21.10 image) this commit fixes the problem.
Link: https://lore.kernel.org/lkml/202201310402.vCWP8CUS-lkp@intel.com/
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
0 commit comments