[V8,0/2] Accept and Handle the case when a structure including a FAM nested in another structure

Message ID 20230525152821.2989599-1-qing.zhao@oracle.com
Headers
Series Accept and Handle the case when a structure including a FAM nested in another structure |

Message

Qing Zhao May 25, 2023, 3:28 p.m. UTC
  (Resend due to the previous patches didn't include the version number)
Hi,

This is the 8th version of the patch, which rebased on the latest trunk.
This is an important patch needed by Linux Kernel security project. 

compared to the 7th version, the major change are:
1. update the documentation wordings based on Joseph's suggestions.
2. change the name of the new macro TYPE_INCLUDE_FLEXARRAY to
   TYPE_INCLUDES_FLEXARRAY. 

all others keep the same as version 7. 

the 7th version are here:
https://gcc.gnu.org/pipermail/gcc-patches/2023-May/619033.html
https://gcc.gnu.org/pipermail/gcc-patches/2023-May/619034.html
https://gcc.gnu.org/pipermail/gcc-patches/2023-May/619036.html

bootstrapped and regression tested on aarch64 and x86.

Okay for commit?

thanks a lot.

Qing