Steve Muckle
7ddda2f444
ANDROID: GKI: update ABI xml
...
Leaf changes summary: 2 artifacts changed
Changed leaf types summary: 0 leaf type changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 2 Added functions
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
2 Added functions:
[A] 'function bool pci_device_is_present(pci_dev*)'
[A] 'function void virtio_break_device(virtio_device*)'
Bug: 201573748
Change-Id: I8e94e4ae88b8f4d5c915229112978f6d53b895dc
Signed-off-by: Steve Muckle <smuckle@google.com >
2021-10-01 18:51:46 +00:00
Ricky Niu
17a6c31153
ANDROID: update ABI representation
...
Leaf changes summary: 2 artifacts changed
Changed leaf types summary: 0 leaf type changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 2 Added functions
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
2 Added functions:
[A] 'function int cdev_device_add(cdev*, device*)'
[A] 'function void cdev_device_del(cdev*, device*)'
Bug: 178720043
Signed-off-by: Ricky Niu <rickyniu@google.com >
Change-Id: I6a986df123c0ef0205bbed63aa965128e25f027c
2021-08-27 10:39:52 +00:00
Alistair Delva
36fa4039e2
ANDROID: GKI: Update ABI for clang bump
...
Leaf changes summary: 0 artifact changed
Changed leaf types summary: 0 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
Function symbols changes summary: 0 Removed, 0 Added function symbol not referenced by debug info
Variable symbols changes summary: 0 Removed, 1 Added variable symbol not referenced by debug info
1 Added variable symbol not referenced by debug info:
[A] jiffies
Bug: 176824850
Change-Id: Ie40321c0b38be2ca41c9bcaf56fa19a3c50fc363
Signed-off-by: Alistair Delva <adelva@google.com >
2021-01-26 04:20:20 +00:00
Paul Lawrence
1c5ad1eb2d
Revert "ANDROID: Add dependencies of dm-user.ko"
...
This reverts commit 4a1753307d .
Bug: 169084168
Signed-off-by: Paul Lawrence <paullawrence@google.com >
Change-Id: Ie72f9b8d295b9ba5f72d0befd7687cd4607e18d6
Signed-off-by: Will McVicker <willmcvicker@google.com >
2020-11-20 10:33:43 -08:00
Palmer Dabbelt
4a1753307d
ANDROID: Add dependencies of dm-user.ko
...
Leaf changes summary: 11 artifacts changed (377 filtered out)
Changed leaf types summary: 1 (280 filtered out) leaf types changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed (92 filtered out), 10 Added functions
Removed/Changed/Added variables summary: 0 Removed, 0 Changed (5 filtered out), 0 Added variable
10 Added functions:
[A] 'function unsigned long int _copy_from_iter(void*, unsigned long int, iov_iter*)'
[A] 'function void bio_advance(bio*, unsigned int)'
[A] 'function void bio_endio(bio*)'
[A] 'function void bio_put(bio*)'
[A] 'function unsigned long int copy_page_from_iter(page*, unsigned long int, unsigned long int, iov_iter*)'
[A] 'function unsigned long int copy_page_to_iter(page*, unsigned long int, unsigned long int, iov_iter*)'
[A] 'function int dm_register_target(target_type*)'
[A] 'function void dm_unregister_target(target_type*)'
[A] 'function void mempool_exit(mempool_s*)'
[A] 'function int mempool_init(mempool_s*, int, void* (unsigned int, void*)*, void (void*, void*)*, void*)'
'struct cfg80211_bitrate_mask at cfg80211.h:893:1' changed:
type size hasn't changed
there are data member changes:
'__anonymous_struct__1 cfg80211_bitrate_mask::control[3]' has *some* difference - please report as a bug
one impacted interface
Bug: 171749628
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com >
Change-Id: I5ab039467ea5c57ac1ded16bd76f27c0fbcbc05b
2020-11-16 10:04:27 -08:00
Matthias Maennich
17670c1a71
ANDROID: Refresh ABI.xmls with libabigail 1.8.0-1dca710a
...
This upgrades some types from declaration-only tracking to full type
tracking, but creates this one-time churn.
Bug: 158736583
Signed-off-by: Matthias Maennich <maennich@google.com >
Change-Id: I39f778d7660fb4065eec2ecb6dd1ed47816e25b6
2020-09-22 17:33:09 +01:00
Greg Kroah-Hartman
c579764ff6
ANDROID: GKI: move abi files to android/
...
It's good to move the abi files out of the root kernel directory, so
move them to android/ to make it obvious these are add-on things, not
anything that is upstream.
Bug: 155573384
Cc: Matthias Maennich <maennich@google.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com >
Change-Id: I9f6c2269a1c4e8e4233971adc805cb7584d455f9
2020-07-07 09:36:54 +02:00