Revert "Revert "mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuse""
This reverts commit 4f35cec7 and does so in an abi-safe way. This is done by adding the new fields only to the end of the structure and this structure is only passed around to other functions as a pointer, the internal structure layout is only touched by the core kernel, so adding it to the end is safe. Updated the ABI using The Button: Leaf changes summary: 1 artifact changed Changed leaf types summary: 1 leaf type changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 0 Added function Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable 'struct anon_vma at rmap.h:33:1' changed: type size changed from 832 to 960 (in bits) 2 data member insertions: 'unsigned long int num_children', at offset 832 (in bits) at rmap.h:74:1 'unsigned long int num_active_vmas', at offset 896 (in bits) at rmap.h:76:1 5406 impacted interfaces Bug: 260678056 Bug: 253167854 Change-Id: Ib1d45625cbc2e0b21330ca3dc2aa7aff34666d31 Signed-off-by:Lee Jones <joneslee@google.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@google.com>
Loading
-
mentioned in commit 914e947b
-
mentioned in commit d5a82bd2
-
mentioned in commit 2285247b
-
mentioned in commit ad65d8d7
-
mentioned in commit 41845a76
-
mentioned in commit 1b2c5934
-
mentioned in commit 4ebef943
-
mentioned in commit 5b9b31a2
-
mentioned in commit 11e90ed7
-
mentioned in commit 9156a8a9
-
mentioned in commit 5df4e3fc
Please sign in to comment