Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

Merge branch 'android11-5.4' into 'android11-5.4-lts'



Sync up with android11-5.4 for the following commits:

e8332176 ANDROID: KMI symbol lists: migrate section name
ba4ec0ee ANDROID: ABI: Update allowed list for GALAXY
f82716d6 ANDROID: hikey960_gki.fragment: Remove UFS and USB bits
5d5378d6 ANDROID: lkdtm/usercopy: Use __va_function to find proper vm_mmap address
a3cb7a03 ANDROID: mm: add generic __va_function and __pa_function
802f3427 ANDROID: vendor_hooks: Add hooks for debugging exception context
40f057fb FROMGIT: mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary

Change-Id: Icccde6e1c6380b07df854f12472041f4b1b5612c
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parents aab1b68b e8332176
Loading
Loading
Loading
Loading
+573 −511

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
[abi_whitelist]
[abi_symbol_list]
# commonly used symbols
  add_wait_queue
  alloc_etherdev_mqs
+1 −1
Original line number Diff line number Diff line
[abi_whitelist]
[abi_symbol_list]
# commonly used symbols
  __arch_copy_from_user
  __arch_copy_to_user
+1 −1
Original line number Diff line number Diff line
[abi_whitelist]
[abi_symbol_list]
  add_timer
  add_timer_on
  add_uevent_var
+14 −1
Original line number Diff line number Diff line
[abi_whitelist]
[abi_symbol_list]
  ___ratelimit
  __alloc_disk_node
  __alloc_pages_nodemask
@@ -93,6 +93,7 @@
  __mutex_init
  __napi_alloc_skb
  __napi_schedule
  __napi_schedule_irqoff
  __netdev_alloc_skb
  __netlink_kernel_create
  __nlmsg_put
@@ -145,6 +146,8 @@
  __tasklet_schedule
  __trace_bprintk
  __tracepoint_android_vh_is_fpsimd_save
  __tracepoint_android_vh_kfree_skb
  __tracepoint_android_vh_ptype_head
  __tracepoint_device_pm_callback_end
  __tracepoint_device_pm_callback_start
  __tracepoint_pelt_cfs_tp
@@ -415,6 +418,8 @@
  cpufreq_table_index_unsorted
  cpufreq_unregister_driver
  cpuhp_tasks_frozen
  cpuidle_pause_and_lock
  cpuidle_resume_and_unlock
  cpumask_next
  cpumask_next_and
  cpus_read_lock
@@ -797,6 +802,7 @@
  drm_dp_update_payload_part1
  drm_dp_update_payload_part2
  drm_edid_duplicate
  drm_edid_get_monitor_name
  drm_encoder_cleanup
  drm_encoder_init
  drm_err
@@ -853,6 +859,7 @@
  drm_mode_create
  drm_mode_create_dp_colorspace_property
  drm_mode_debug_printmodeline
  drm_mode_destroy
  drm_mode_duplicate
  drm_mode_equal
  drm_mode_object_find
@@ -987,6 +994,7 @@
  get_cpu_device
  get_cpu_idle_time
  get_device
  get_options
  get_pid_task
  get_random_bytes
  get_random_u32
@@ -1041,6 +1049,8 @@
  gpiod_set_value
  gpiod_set_value_cansleep
  gpiod_to_irq
  gro_find_complete_by_type
  gro_find_receive_by_type
  gs_alloc_req
  gs_free_req
  gserial_alloc_line
@@ -1131,6 +1141,7 @@
  iio_read_channel_processed
  iio_read_channel_raw
  import_iovec
  in_aton
  in_egroup_p
  init_dummy_netdev
  init_net
@@ -1289,6 +1300,7 @@
  kfree_call_rcu
  kfree_const
  kfree_skb
  kfree_skb_partial
  kill_fasync
  kimage_vaddr
  kimage_voffset
@@ -2022,6 +2034,7 @@
  smp_call_function
  smp_call_function_many
  smp_call_function_single
  smp_call_function_single_async
  smp_call_on_cpu
  snd_card_free
  snd_card_new
Loading