Loading .clang-format +11 −2 Original line number Original line Diff line number Diff line Loading @@ -109,8 +109,8 @@ ForEachMacros: - 'css_for_each_child' - 'css_for_each_child' - 'css_for_each_descendant_post' - 'css_for_each_descendant_post' - 'css_for_each_descendant_pre' - 'css_for_each_descendant_pre' - 'cxl_for_each_cmd' - 'device_for_each_child_node' - 'device_for_each_child_node' - 'displayid_iter_for_each' - 'dma_fence_chain_for_each' - 'dma_fence_chain_for_each' - 'do_for_each_ftrace_op' - 'do_for_each_ftrace_op' - 'drm_atomic_crtc_for_each_plane' - 'drm_atomic_crtc_for_each_plane' Loading @@ -136,6 +136,7 @@ ForEachMacros: - 'drm_mm_for_each_node_in_range' - 'drm_mm_for_each_node_in_range' - 'drm_mm_for_each_node_safe' - 'drm_mm_for_each_node_safe' - 'flow_action_for_each' - 'flow_action_for_each' - 'for_each_acpi_dev_match' - 'for_each_active_dev_scope' - 'for_each_active_dev_scope' - 'for_each_active_drhd_unit' - 'for_each_active_drhd_unit' - 'for_each_active_iommu' - 'for_each_active_iommu' Loading Loading @@ -171,7 +172,6 @@ ForEachMacros: - 'for_each_dapm_widgets' - 'for_each_dapm_widgets' - 'for_each_dev_addr' - 'for_each_dev_addr' - 'for_each_dev_scope' - 'for_each_dev_scope' - 'for_each_displayid_db' - 'for_each_dma_cap_mask' - 'for_each_dma_cap_mask' - 'for_each_dpcm_be' - 'for_each_dpcm_be' - 'for_each_dpcm_be_rollback' - 'for_each_dpcm_be_rollback' Loading @@ -179,6 +179,7 @@ ForEachMacros: - 'for_each_dpcm_fe' - 'for_each_dpcm_fe' - 'for_each_drhd_unit' - 'for_each_drhd_unit' - 'for_each_dss_dev' - 'for_each_dss_dev' - 'for_each_dtpm_table' - 'for_each_efi_memory_desc' - 'for_each_efi_memory_desc' - 'for_each_efi_memory_desc_in_map' - 'for_each_efi_memory_desc_in_map' - 'for_each_element' - 'for_each_element' Loading Loading @@ -215,6 +216,7 @@ ForEachMacros: - 'for_each_migratetype_order' - 'for_each_migratetype_order' - 'for_each_msi_entry' - 'for_each_msi_entry' - 'for_each_msi_entry_safe' - 'for_each_msi_entry_safe' - 'for_each_msi_vector' - 'for_each_net' - 'for_each_net' - 'for_each_net_continue_reverse' - 'for_each_net_continue_reverse' - 'for_each_netdev' - 'for_each_netdev' Loading Loading @@ -270,6 +272,12 @@ ForEachMacros: - 'for_each_prime_number_from' - 'for_each_prime_number_from' - 'for_each_process' - 'for_each_process' - 'for_each_process_thread' - 'for_each_process_thread' - 'for_each_prop_codec_conf' - 'for_each_prop_dai_codec' - 'for_each_prop_dai_cpu' - 'for_each_prop_dlc_codecs' - 'for_each_prop_dlc_cpus' - 'for_each_prop_dlc_platforms' - 'for_each_property_of_node' - 'for_each_property_of_node' - 'for_each_registered_fb' - 'for_each_registered_fb' - 'for_each_requested_gpio' - 'for_each_requested_gpio' Loading Loading @@ -430,6 +438,7 @@ ForEachMacros: - 'queue_for_each_hw_ctx' - 'queue_for_each_hw_ctx' - 'radix_tree_for_each_slot' - 'radix_tree_for_each_slot' - 'radix_tree_for_each_tagged' - 'radix_tree_for_each_tagged' - 'rb_for_each' - 'rbtree_postorder_for_each_entry_safe' - 'rbtree_postorder_for_each_entry_safe' - 'rdma_for_each_block' - 'rdma_for_each_block' - 'rdma_for_each_port' - 'rdma_for_each_port' Loading .mailmap +3 −0 Original line number Original line Diff line number Diff line Loading @@ -243,6 +243,9 @@ Maxime Ripard <mripard@kernel.org> <maxime.ripard@free-electrons.com> Mayuresh Janorkar <mayur@ti.com> Mayuresh Janorkar <mayur@ti.com> Michael Buesch <m@bues.ch> Michael Buesch <m@bues.ch> Michel Dänzer <michel@tungstengraphics.com> Michel Dänzer <michel@tungstengraphics.com> Michel Lespinasse <michel@lespinasse.org> Michel Lespinasse <michel@lespinasse.org> <walken@google.com> Michel Lespinasse <michel@lespinasse.org> <walken@zoy.org> Miguel Ojeda <ojeda@kernel.org> <miguel.ojeda.sandonis@gmail.com> Miguel Ojeda <ojeda@kernel.org> <miguel.ojeda.sandonis@gmail.com> Mike Rapoport <rppt@kernel.org> <mike@compulab.co.il> Mike Rapoport <rppt@kernel.org> <mike@compulab.co.il> Mike Rapoport <rppt@kernel.org> <mike.rapoport@gmail.com> Mike Rapoport <rppt@kernel.org> <mike.rapoport@gmail.com> Loading Documentation/admin-guide/sysctl/kernel.rst +14 −3 Original line number Original line Diff line number Diff line Loading @@ -1458,11 +1458,22 @@ unprivileged_bpf_disabled ========================= ========================= Writing 1 to this entry will disable unprivileged calls to ``bpf()``; Writing 1 to this entry will disable unprivileged calls to ``bpf()``; once disabled, calling ``bpf()`` without ``CAP_SYS_ADMIN`` will return once disabled, calling ``bpf()`` without ``CAP_SYS_ADMIN`` or ``CAP_BPF`` ``-EPERM``. will return ``-EPERM``. Once set to 1, this can't be cleared from the running kernel anymore. Once set, this can't be cleared. Writing 2 to this entry will also disable unprivileged calls to ``bpf()``, however, an admin can still change this setting later on, if needed, by writing 0 or 1 to this entry. If ``BPF_UNPRIV_DEFAULT_OFF`` is enabled in the kernel config, then this entry will default to 2 instead of 0. = ============================================================= 0 Unprivileged calls to ``bpf()`` are enabled 1 Unprivileged calls to ``bpf()`` are disabled without recovery 2 Unprivileged calls to ``bpf()`` are disabled = ============================================================= watchdog watchdog ======== ======== Loading Documentation/devicetree/bindings/connector/usb-connector.yaml +15 −0 Original line number Original line Diff line number Diff line Loading @@ -149,6 +149,17 @@ properties: maxItems: 6 maxItems: 6 $ref: /schemas/types.yaml#/definitions/uint32-array $ref: /schemas/types.yaml#/definitions/uint32-array sink-vdos-v1: description: An array of u32 with each entry, a Vendor Defined Message Object (VDO), providing additional information corresponding to the product, the detailed bit definitions and the order of each VDO can be found in "USB Power Delivery Specification Revision 2.0, Version 1.3" chapter 6.4.4.3.1 Discover Identity. User can specify the VDO array via VDO_IDH/_CERT/_PRODUCT/_CABLE/_AMA defined in dt-bindings/usb/pd.h. minItems: 3 maxItems: 6 $ref: /schemas/types.yaml#/definitions/uint32-array op-sink-microwatt: op-sink-microwatt: description: Sink required operating power in microwatt, if source can't description: Sink required operating power in microwatt, if source can't offer the power, Capability Mismatch is set. Required for power sink and offer the power, Capability Mismatch is set. Required for power sink and Loading Loading @@ -207,6 +218,10 @@ properties: SNK_READY for non-pd link. SNK_READY for non-pd link. type: boolean type: boolean dependencies: sink-vdos-v1: [ 'sink-vdos' ] sink-vdos: [ 'sink-vdos-v1' ] required: required: - compatible - compatible Loading Documentation/devicetree/bindings/hwmon/ti,ads7828.yaml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -49,7 +49,7 @@ examples: #size-cells = <0>; #size-cells = <0>; adc@48 { adc@48 { comatible = "ti,ads7828"; compatible = "ti,ads7828"; reg = <0x48>; reg = <0x48>; vref-supply = <&vref>; vref-supply = <&vref>; ti,differential-input; ti,differential-input; Loading Loading
.clang-format +11 −2 Original line number Original line Diff line number Diff line Loading @@ -109,8 +109,8 @@ ForEachMacros: - 'css_for_each_child' - 'css_for_each_child' - 'css_for_each_descendant_post' - 'css_for_each_descendant_post' - 'css_for_each_descendant_pre' - 'css_for_each_descendant_pre' - 'cxl_for_each_cmd' - 'device_for_each_child_node' - 'device_for_each_child_node' - 'displayid_iter_for_each' - 'dma_fence_chain_for_each' - 'dma_fence_chain_for_each' - 'do_for_each_ftrace_op' - 'do_for_each_ftrace_op' - 'drm_atomic_crtc_for_each_plane' - 'drm_atomic_crtc_for_each_plane' Loading @@ -136,6 +136,7 @@ ForEachMacros: - 'drm_mm_for_each_node_in_range' - 'drm_mm_for_each_node_in_range' - 'drm_mm_for_each_node_safe' - 'drm_mm_for_each_node_safe' - 'flow_action_for_each' - 'flow_action_for_each' - 'for_each_acpi_dev_match' - 'for_each_active_dev_scope' - 'for_each_active_dev_scope' - 'for_each_active_drhd_unit' - 'for_each_active_drhd_unit' - 'for_each_active_iommu' - 'for_each_active_iommu' Loading Loading @@ -171,7 +172,6 @@ ForEachMacros: - 'for_each_dapm_widgets' - 'for_each_dapm_widgets' - 'for_each_dev_addr' - 'for_each_dev_addr' - 'for_each_dev_scope' - 'for_each_dev_scope' - 'for_each_displayid_db' - 'for_each_dma_cap_mask' - 'for_each_dma_cap_mask' - 'for_each_dpcm_be' - 'for_each_dpcm_be' - 'for_each_dpcm_be_rollback' - 'for_each_dpcm_be_rollback' Loading @@ -179,6 +179,7 @@ ForEachMacros: - 'for_each_dpcm_fe' - 'for_each_dpcm_fe' - 'for_each_drhd_unit' - 'for_each_drhd_unit' - 'for_each_dss_dev' - 'for_each_dss_dev' - 'for_each_dtpm_table' - 'for_each_efi_memory_desc' - 'for_each_efi_memory_desc' - 'for_each_efi_memory_desc_in_map' - 'for_each_efi_memory_desc_in_map' - 'for_each_element' - 'for_each_element' Loading Loading @@ -215,6 +216,7 @@ ForEachMacros: - 'for_each_migratetype_order' - 'for_each_migratetype_order' - 'for_each_msi_entry' - 'for_each_msi_entry' - 'for_each_msi_entry_safe' - 'for_each_msi_entry_safe' - 'for_each_msi_vector' - 'for_each_net' - 'for_each_net' - 'for_each_net_continue_reverse' - 'for_each_net_continue_reverse' - 'for_each_netdev' - 'for_each_netdev' Loading Loading @@ -270,6 +272,12 @@ ForEachMacros: - 'for_each_prime_number_from' - 'for_each_prime_number_from' - 'for_each_process' - 'for_each_process' - 'for_each_process_thread' - 'for_each_process_thread' - 'for_each_prop_codec_conf' - 'for_each_prop_dai_codec' - 'for_each_prop_dai_cpu' - 'for_each_prop_dlc_codecs' - 'for_each_prop_dlc_cpus' - 'for_each_prop_dlc_platforms' - 'for_each_property_of_node' - 'for_each_property_of_node' - 'for_each_registered_fb' - 'for_each_registered_fb' - 'for_each_requested_gpio' - 'for_each_requested_gpio' Loading Loading @@ -430,6 +438,7 @@ ForEachMacros: - 'queue_for_each_hw_ctx' - 'queue_for_each_hw_ctx' - 'radix_tree_for_each_slot' - 'radix_tree_for_each_slot' - 'radix_tree_for_each_tagged' - 'radix_tree_for_each_tagged' - 'rb_for_each' - 'rbtree_postorder_for_each_entry_safe' - 'rbtree_postorder_for_each_entry_safe' - 'rdma_for_each_block' - 'rdma_for_each_block' - 'rdma_for_each_port' - 'rdma_for_each_port' Loading
.mailmap +3 −0 Original line number Original line Diff line number Diff line Loading @@ -243,6 +243,9 @@ Maxime Ripard <mripard@kernel.org> <maxime.ripard@free-electrons.com> Mayuresh Janorkar <mayur@ti.com> Mayuresh Janorkar <mayur@ti.com> Michael Buesch <m@bues.ch> Michael Buesch <m@bues.ch> Michel Dänzer <michel@tungstengraphics.com> Michel Dänzer <michel@tungstengraphics.com> Michel Lespinasse <michel@lespinasse.org> Michel Lespinasse <michel@lespinasse.org> <walken@google.com> Michel Lespinasse <michel@lespinasse.org> <walken@zoy.org> Miguel Ojeda <ojeda@kernel.org> <miguel.ojeda.sandonis@gmail.com> Miguel Ojeda <ojeda@kernel.org> <miguel.ojeda.sandonis@gmail.com> Mike Rapoport <rppt@kernel.org> <mike@compulab.co.il> Mike Rapoport <rppt@kernel.org> <mike@compulab.co.il> Mike Rapoport <rppt@kernel.org> <mike.rapoport@gmail.com> Mike Rapoport <rppt@kernel.org> <mike.rapoport@gmail.com> Loading
Documentation/admin-guide/sysctl/kernel.rst +14 −3 Original line number Original line Diff line number Diff line Loading @@ -1458,11 +1458,22 @@ unprivileged_bpf_disabled ========================= ========================= Writing 1 to this entry will disable unprivileged calls to ``bpf()``; Writing 1 to this entry will disable unprivileged calls to ``bpf()``; once disabled, calling ``bpf()`` without ``CAP_SYS_ADMIN`` will return once disabled, calling ``bpf()`` without ``CAP_SYS_ADMIN`` or ``CAP_BPF`` ``-EPERM``. will return ``-EPERM``. Once set to 1, this can't be cleared from the running kernel anymore. Once set, this can't be cleared. Writing 2 to this entry will also disable unprivileged calls to ``bpf()``, however, an admin can still change this setting later on, if needed, by writing 0 or 1 to this entry. If ``BPF_UNPRIV_DEFAULT_OFF`` is enabled in the kernel config, then this entry will default to 2 instead of 0. = ============================================================= 0 Unprivileged calls to ``bpf()`` are enabled 1 Unprivileged calls to ``bpf()`` are disabled without recovery 2 Unprivileged calls to ``bpf()`` are disabled = ============================================================= watchdog watchdog ======== ======== Loading
Documentation/devicetree/bindings/connector/usb-connector.yaml +15 −0 Original line number Original line Diff line number Diff line Loading @@ -149,6 +149,17 @@ properties: maxItems: 6 maxItems: 6 $ref: /schemas/types.yaml#/definitions/uint32-array $ref: /schemas/types.yaml#/definitions/uint32-array sink-vdos-v1: description: An array of u32 with each entry, a Vendor Defined Message Object (VDO), providing additional information corresponding to the product, the detailed bit definitions and the order of each VDO can be found in "USB Power Delivery Specification Revision 2.0, Version 1.3" chapter 6.4.4.3.1 Discover Identity. User can specify the VDO array via VDO_IDH/_CERT/_PRODUCT/_CABLE/_AMA defined in dt-bindings/usb/pd.h. minItems: 3 maxItems: 6 $ref: /schemas/types.yaml#/definitions/uint32-array op-sink-microwatt: op-sink-microwatt: description: Sink required operating power in microwatt, if source can't description: Sink required operating power in microwatt, if source can't offer the power, Capability Mismatch is set. Required for power sink and offer the power, Capability Mismatch is set. Required for power sink and Loading Loading @@ -207,6 +218,10 @@ properties: SNK_READY for non-pd link. SNK_READY for non-pd link. type: boolean type: boolean dependencies: sink-vdos-v1: [ 'sink-vdos' ] sink-vdos: [ 'sink-vdos-v1' ] required: required: - compatible - compatible Loading
Documentation/devicetree/bindings/hwmon/ti,ads7828.yaml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -49,7 +49,7 @@ examples: #size-cells = <0>; #size-cells = <0>; adc@48 { adc@48 { comatible = "ti,ads7828"; compatible = "ti,ads7828"; reg = <0x48>; reg = <0x48>; vref-supply = <&vref>; vref-supply = <&vref>; ti,differential-input; ti,differential-input; Loading