On Thu, Jul 10, 2025 at 05:27:50PM +0000, Qing Zhao wrote: > ACCESS_MODE is only for a future work to reimplement the attribute > access with the internal function .ACCESS_WITH_SIZE. > > https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-access-function-attribute > > For the current “counted_by”, this flag is not used at all. Therefore only 0 > is passed. > > Hope this is clear.
Ok, the patch is ok then with ChangeLog fixed. Jakub