mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
5cb3b26d79122cf2b8b876374190012ca5aee440
23 function symbol(s) added 'int __traceiter_android_vh_typec_tcpm_modify_src_caps(void*, unsigned int*, u32(*)[0], bool*)' 'void* __xa_erase(struct xarray*, unsigned long)' 'void* __xa_store(struct xarray*, unsigned long, void*, gfp_t)' 'unsigned int cpumask_local_spread(unsigned int, int)' 'void devm_memunmap(struct device*, void*)' 'long dma_buf_set_name(struct dma_buf*, const char*)' 'void gether_cleanup(struct eth_dev*)' 'struct net_device* gether_connect(struct gether*)' 'void gether_disconnect(struct gether*)' 'int gether_get_dev_addr(struct net_device*, char*, int)' 'int gether_get_host_addr(struct net_device*, char*, int)' 'void gether_get_host_addr_u8(struct net_device*, u8*)' 'int gether_get_ifname(struct net_device*, char*, int)' 'unsigned int gether_get_qmult(struct net_device*)' 'int gether_register_netdev(struct net_device*)' 'int gether_set_dev_addr(struct net_device*, const char*)' 'void gether_set_gadget(struct net_device*, struct usb_gadget*)' 'int gether_set_host_addr(struct net_device*, const char*)' 'int gether_set_ifname(struct net_device*, const char*, int)' 'void gether_set_qmult(struct net_device*, unsigned int)' 'struct net_device* gether_setup_name_default(const char*)' 'void* xas_find(struct xa_state*, unsigned long)' 'void xas_pause(struct xa_state*)' 1 variable symbol(s) added 'struct tracepoint __tracepoint_android_vh_typec_tcpm_modify_src_caps' Adding the following symbols to the pixel symbol list: bpf_trace_run11 cleancache_register_ops cpu_hotplug_disable cpu_hotplug_enable cpuidle_driver_state_disabled cpuidle_get_driver cpumask_local_spread debugfs_create_file_unsafe dev_get_stats __devm_irq_alloc_descs devm_krealloc devm_memremap devm_memunmap __devm_regmap_init_spmi_ext devm_request_any_context_irq devm_thermal_of_zone_unregister dev_vprintk_emit dma_buf_set_name drm_add_edid_modes drm_atomic_bridge_chain_disable drm_atomic_bridge_chain_post_disable drm_atomic_get_new_private_obj_state drm_atomic_get_old_private_obj_state drm_atomic_helper_calc_timestamping_constants drm_atomic_helper_connector_destroy_state drm_atomic_helper_connector_duplicate_state drm_atomic_helper_connector_reset drm_atomic_helper_update_legacy_modeset_state drm_connector_update_edid_property drm_crtc_add_crc_entry __drm_crtc_commit_free drm_crtc_commit_wait drm_crtc_vblank_count __drm_debug drm_detect_monitor_audio __drm_dev_dbg drm_dev_printk drm_display_mode_from_cea_vic drm_do_get_edid drm_edid_duplicate drm_edid_get_monitor_name drm_edid_is_valid drm_edid_to_sad drm_get_edid drm_match_cea_mode drm_mode_copy drm_mode_destroy drm_modeset_lock_single_interruptible drm_object_property_set_value dw_pcie_find_capability dw_pcie_read_dbi dw_pcie_write_dbi __folio_lock fsnotify __fsnotify_parent gether_cleanup gether_connect gether_disconnect gether_get_dev_addr gether_get_host_addr gether_get_host_addr_u8 gether_get_ifname gether_get_qmult gether_register_netdev gether_set_dev_addr gether_set_gadget gether_set_host_addr gether_set_ifname gether_set_qmult gether_setup_name_default __get_task_comm i2c_add_adapter int_pow irq_domain_simple_ops irq_force_affinity memchr_inv mtree_load nf_register_net_hooks nf_unregister_net_hooks of_find_node_with_property proc_symlink rtnl_trylock sched_set_fifo sched_set_normal snd_pcm_hw_constraint_integer snd_soc_set_runtime_hwparams spmi_controller_add spmi_controller_alloc spmi_controller_remove __spmi_driver_register strnchr __tasklet_hi_schedule thermal_zone_get_temp thermal_zone_get_zone_by_name __traceiter_android_rvh_audio_usb_offload_disconnect __traceiter_android_rvh_cgroup_force_kthread_migration __traceiter_android_vh_audio_usb_offload_connect __traceiter_android_vh_typec_tcpm_modify_src_caps __tracepoint_android_rvh_audio_usb_offload_disconnect __tracepoint_android_rvh_cgroup_force_kthread_migration __tracepoint_android_vh_audio_usb_offload_connect __tracepoint_android_vh_typec_tcpm_modify_src_caps ufshcd_auto_hibern8_update usb_assign_descriptors usb_ep_alloc_request usb_ep_disable usb_ep_enable usb_ep_free_request usb_ep_queue usb_free_all_descriptors usb_gstrings_attach usb_os_desc_prepare_interf_dir usb_role_string vm_iomap_memory __xa_erase xas_find xas_pause __xa_store xhci_get_endpoint_index Bug: 269652215 Change-Id: I608904647b4983ab235522ebcebc40dd4c025d77 Signed-off-by: Will McVicker <willmcvicker@google.com>
Merge tag 'mm-hotfixes-stable-2022-12-10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
How do I submit patches to Android Common Kernels
-
BEST: Make all of your changes to upstream Linux. If appropriate, backport to the stable releases. These patches will be merged automatically in the corresponding common kernels. If the patch is already in upstream Linux, post a backport of the patch that conforms to the patch requirements below.
- Do not send patches upstream that contain only symbol exports. To be considered for upstream Linux,
additions of
EXPORT_SYMBOL_GPL()require an in-tree modular driver that uses the symbol -- so include the new driver or changes to an existing driver in the same patchset as the export. - When sending patches upstream, the commit message must contain a clear case for why the patch is needed and beneficial to the community. Enabling out-of-tree drivers or functionality is not not a persuasive case.
- Do not send patches upstream that contain only symbol exports. To be considered for upstream Linux,
additions of
-
LESS GOOD: Develop your patches out-of-tree (from an upstream Linux point-of-view). Unless these are fixing an Android-specific bug, these are very unlikely to be accepted unless they have been coordinated with kernel-team@android.com. If you want to proceed, post a patch that conforms to the patch requirements below.
Common Kernel patch requirements
- All patches must conform to the Linux kernel coding standards and pass
scripts/checkpatch.pl - Patches shall not break gki_defconfig or allmodconfig builds for arm, arm64, x86, x86_64 architectures (see https://source.android.com/setup/build/building-kernels)
- If the patch is not merged from an upstream branch, the subject must be tagged with the type of patch:
UPSTREAM:,BACKPORT:,FROMGIT:,FROMLIST:, orANDROID:. - All patches must have a
Change-Id:tag (see https://gerrit-review.googlesource.com/Documentation/user-changeid.html) - If an Android bug has been assigned, there must be a
Bug:tag. - All patches must have a
Signed-off-by:tag by the author and the submitter
Additional requirements are listed below based on patch type
Requirements for backports from mainline Linux: UPSTREAM:, BACKPORT:
- If the patch is a cherry-pick from Linux mainline with no changes at all
- tag the patch subject with
UPSTREAM:. - add upstream commit information with a
(cherry picked from commit ...)line - Example:
- if the upstream commit message is
- tag the patch subject with
important patch from upstream
This is the detailed description of the important patch
Signed-off-by: Fred Jones <fred.jones@foo.org>
- then Joe Smith would upload the patch for the common kernel as
UPSTREAM: important patch from upstream
This is the detailed description of the important patch
Signed-off-by: Fred Jones <fred.jones@foo.org>
Bug: 135791357
Change-Id: I4caaaa566ea080fa148c5e768bb1a0b6f7201c01
(cherry picked from commit c31e73121f4c1ec41143423ac6ce3ce6dafdcec1)
Signed-off-by: Joe Smith <joe.smith@foo.org>
- If the patch requires any changes from the upstream version, tag the patch with
BACKPORT:instead ofUPSTREAM:.- use the same tags as
UPSTREAM: - add comments about the changes under the
(cherry picked from commit ...)line - Example:
- use the same tags as
BACKPORT: important patch from upstream
This is the detailed description of the important patch
Signed-off-by: Fred Jones <fred.jones@foo.org>
Bug: 135791357
Change-Id: I4caaaa566ea080fa148c5e768bb1a0b6f7201c01
(cherry picked from commit c31e73121f4c1ec41143423ac6ce3ce6dafdcec1)
[joe: Resolved minor conflict in drivers/foo/bar.c ]
Signed-off-by: Joe Smith <joe.smith@foo.org>
Requirements for other backports: FROMGIT:, FROMLIST:,
- If the patch has been merged into an upstream maintainer tree, but has not yet
been merged into Linux mainline
- tag the patch subject with
FROMGIT: - add info on where the patch came from as
(cherry picked from commit <sha1> <repo> <branch>). This must be a stable maintainer branch (not rebased, so don't uselinux-nextfor example). - if changes were required, use
BACKPORT: FROMGIT: - Example:
- if the commit message in the maintainer tree is
- tag the patch subject with
important patch from upstream
This is the detailed description of the important patch
Signed-off-by: Fred Jones <fred.jones@foo.org>
- then Joe Smith would upload the patch for the common kernel as
FROMGIT: important patch from upstream
This is the detailed description of the important patch
Signed-off-by: Fred Jones <fred.jones@foo.org>
Bug: 135791357
(cherry picked from commit 878a2fd9de10b03d11d2f622250285c7e63deace
https://git.kernel.org/pub/scm/linux/kernel/git/foo/bar.git test-branch)
Change-Id: I4caaaa566ea080fa148c5e768bb1a0b6f7201c01
Signed-off-by: Joe Smith <joe.smith@foo.org>
- If the patch has been submitted to LKML, but not accepted into any maintainer tree
- tag the patch subject with
FROMLIST: - add a
Link:tag with a link to the submittal on lore.kernel.org - add a
Bug:tag with the Android bug (required for patches not accepted into a maintainer tree) - if changes were required, use
BACKPORT: FROMLIST: - Example:
- tag the patch subject with
FROMLIST: important patch from upstream
This is the detailed description of the important patch
Signed-off-by: Fred Jones <fred.jones@foo.org>
Bug: 135791357
Link: https://lore.kernel.org/lkml/20190619171517.GA17557@someone.com/
Change-Id: I4caaaa566ea080fa148c5e768bb1a0b6f7201c01
Signed-off-by: Joe Smith <joe.smith@foo.org>
Requirements for Android-specific patches: ANDROID:
- If the patch is fixing a bug to Android-specific code
- tag the patch subject with
ANDROID: - add a
Fixes:tag that cites the patch with the bug - Example:
- tag the patch subject with
ANDROID: fix android-specific bug in foobar.c
This is the detailed description of the important fix
Fixes: 1234abcd2468 ("foobar: add cool feature")
Change-Id: I4caaaa566ea080fa148c5e768bb1a0b6f7201c01
Signed-off-by: Joe Smith <joe.smith@foo.org>
- If the patch is a new feature
- tag the patch subject with
ANDROID: - add a
Bug:tag with the Android bug (required for android-specific features)
- tag the patch subject with
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%