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

ANDROID: update the .xml ABI file due to LTS changes.



In the -lts merge up to 5.10.118, a number of symbols were changed in
abi-safe ways.  Update the .xml file to account for this properly.

function symbol changed from 'int hex_to_bin(char)' to 'int hex_to_bin(unsigned char)'
  type changed from 'int(char)' to 'int(unsigned char)'
    parameter 1 ('ch') type changed from 'char' to 'unsigned char'
      encoding changed from signed character to unsigned character

type 'struct snd_pcm_runtime' changed
  byte size changed from 816 to 824
  member 'atomic_t buffer_accessing' was added

type 'struct gpio_irq_chip' changed
  member 'union { bool initialized; struct { u64 android_kabi_reserved1; }; union { }; }' was added
  member 'u64 android_kabi_reserved1' was removed

Bug: 161946584
Fixes: c073e50533fa ("Merge 64f18041 ("Merge branch 'android13-5.10' into branch 'android13-5.10-lts'") into android13-5.10-lts")
Change-Id: I79ced5fcfa11220afde65d16bd7681261cae737c
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 887fa8f0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment