Due to the change in commit 06467130d5 ("Bluetooth: btusb: don't call
kfree_skb() under spin_lock_irqsave()"), __dev_kfree_skb_irq is now
required by the btusb.ko module, so add it to the virtual abi list to
properly export it.
Fixes: 06467130d5 ("Bluetooth: btusb: don't call kfree_skb() under spin_lock_irqsave()")
Change-Id: Id91e73b52990fa9c3907dcc491e16fadb954e830
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
In commit 5c82c94b0b ("virtio-blk: avoid preallocating big SGL for
data") the code is rewritten to use 2 new symbols from the sg layer.
Add them to the symbol list and the .xml file so that the build
continues to work.
Functions changes summary: 0 Removed, 0 Changed (53 filtered out), 2 Added functions
Variables changes summary: 0 Removed, 0 Changed (1 filtered out), 0 Added variable
2 Added functions:
[A] 'function int sg_alloc_table_chained(sg_table*, int, scatterlist*, unsigned int)'
[A] 'function void sg_free_table_chained(sg_table*, unsigned int)'
Fixes: 5c82c94b0b ("virtio-blk: avoid preallocating big SGL for data")
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I969e04d88614a57bb24257e7749d72deefd23aa0
Remove CONFIG_CFG80211 and CONFIG_MAC80211 from gki_defconfig
to allow vendors to incorporate features that lands upstream
after KMI freeze.
Also need to update symbol lists since the related 80211
symbols are no longer exported from the core kernel.
Bug: 227176212
Test: TH
Signed-off-by: Ramji Jiyani <ramjiyani@google.com>
Change-Id: Ia680c2b38d5f13263e318f8c5eaa42f591385736
Reason for revert: need alternative deployment path for test modules
Change-Id: I2b27bb5451a3338e5d5cdb1e67440290cd42df44
Bug: 181024194
Signed-off-by: Steve Muckle <smuckle@google.com>
Update symbol list after making the DMA-BUF heap page-pool helper
library built-in.
Bug: 183902174
Change-Id: I855e034942e2cbaf935e855d0db8882ccefb0395
Signed-off-by: Hridya Valsaraju <hridya@google.com>
Commit 5a960e533c ("timers: implement usleep_idle_range()") changed
the usleep_range() call to be an inline function that calls
usleep_range_state() instead. So fix up the few usages of this symbol
in the symbol list so the build starts to work again.
Fixes: 5a960e533c ("timers: implement usleep_idle_range()")
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I1692276e3c7d42e4f8a72c508843ff8fc28c9196
Reorder vlan symbols and put under the right module comment.
Bug: 210119134
Signed-off-by: Victor Shutemov <victor@haleytek.com>
Change-Id: Ie1ea9c7ded3fec99cb2951a8f5129a8b5a16a88d
VLAN_8021Q is needed for haleytek vehicle projects.
It's not possible to add as a vendor module since
building as module changes built-in data structures.
Bug: 210119134
Signed-off-by: Victor Shutemov <victor@haleytek.com>
Change-Id: I2098a3bc2fe25bfb3cc69cac947ab4b94c1f5e7f