Commit e9a9efc5 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

ANDROID: GKI: allow abi break in struct io_ring_ctx



In commit 46b1b3d8 ("io_uring/kbuf: use vm_insert_pages() for
mmap'ed pbuf ring"), a structure was removed from struct io_ring_ctx.
This structure is private to the io_uring core code, but exposed as a
pointer to it is in a global structure used elsewhere.  Because of this,
the abi checker, and CRC checker, notices the change and causes an abi
break to be reported.

Fix thsi up by allowing this break to be updated to the .stg file and
document it as being ok.

Change-Id: I8c4c182112f521910399be07285c21d3aac70711
Fixes: 46b1b3d8 ("io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ring")
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 6e54d272
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment