Loading CREDITS +5 −0 Original line number Diff line number Diff line Loading @@ -918,6 +918,11 @@ S: Ottawa, Ontario S: K1N 6Z9 S: CANADA N: Vivien Didelot E: vivien.didelot@gmail.com D: DSA framework and MV88E6XXX driver S: Montreal, Quebec, Canada N: Jeff Dike E: jdike@karaya.com W: http://user-mode-linux.sourceforge.net Loading Documentation/dev-tools/kmsan.rst +1 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,7 @@ uninitialized in the local variable, as well as the stack where the value was copied to another memory location before use. A use of uninitialized value ``v`` is reported by KMSAN in the following cases: - in a condition, e.g. ``if (v) { ... }``; - in an indexing or pointer dereferencing, e.g. ``array[v]`` or ``*v``; - when it is copied to userspace or hardware, e.g. ``copy_to_user(..., &v, ...)``; Loading Documentation/devicetree/bindings/hwlock/qcom-hwspinlock.yaml +21 −8 Original line number Diff line number Diff line Loading @@ -15,9 +15,22 @@ description: properties: compatible: enum: oneOf: - enum: - qcom,sfpb-mutex - qcom,tcsr-mutex - items: - enum: - qcom,apq8084-tcsr-mutex - qcom,ipq6018-tcsr-mutex - qcom,msm8226-tcsr-mutex - qcom,msm8994-tcsr-mutex - const: qcom,tcsr-mutex - items: - enum: - qcom,msm8974-tcsr-mutex - const: qcom,tcsr-mutex - const: syscon reg: maxItems: 1 Loading @@ -34,7 +47,7 @@ additionalProperties: false examples: - | tcsr_mutex: hwlock@1f40000 { hwlock@1f40000 { compatible = "qcom,tcsr-mutex"; reg = <0x01f40000 0x40000>; #hwlock-cells = <1>; Loading Documentation/devicetree/bindings/net/engleder,tsnep.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ properties: nvmem-cells: true nvmem-cells-names: true nvmem-cell-names: true phy-connection-type: enum: Loading Documentation/virt/kvm/devices/vm.rst +3 −0 Original line number Diff line number Diff line Loading @@ -215,6 +215,7 @@ KVM_S390_VM_TOD_EXT). :Parameters: address of a buffer in user space to store the data (u8) to :Returns: -EFAULT if the given address is not accessible from kernel space; -EINVAL if setting the TOD clock extension to != 0 is not supported -EOPNOTSUPP for a PV guest (TOD managed by the ultravisor) 3.2. ATTRIBUTE: KVM_S390_VM_TOD_LOW ----------------------------------- Loading @@ -224,6 +225,7 @@ the POP (u64). :Parameters: address of a buffer in user space to store the data (u64) to :Returns: -EFAULT if the given address is not accessible from kernel space -EOPNOTSUPP for a PV guest (TOD managed by the ultravisor) 3.3. ATTRIBUTE: KVM_S390_VM_TOD_EXT ----------------------------------- Loading @@ -237,6 +239,7 @@ it, it is stored as 0 and not allowed to be set to a value != 0. (kvm_s390_vm_tod_clock) to :Returns: -EFAULT if the given address is not accessible from kernel space; -EINVAL if setting the TOD clock extension to != 0 is not supported -EOPNOTSUPP for a PV guest (TOD managed by the ultravisor) 4. GROUP: KVM_S390_VM_CRYPTO ============================ Loading Loading
CREDITS +5 −0 Original line number Diff line number Diff line Loading @@ -918,6 +918,11 @@ S: Ottawa, Ontario S: K1N 6Z9 S: CANADA N: Vivien Didelot E: vivien.didelot@gmail.com D: DSA framework and MV88E6XXX driver S: Montreal, Quebec, Canada N: Jeff Dike E: jdike@karaya.com W: http://user-mode-linux.sourceforge.net Loading
Documentation/dev-tools/kmsan.rst +1 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,7 @@ uninitialized in the local variable, as well as the stack where the value was copied to another memory location before use. A use of uninitialized value ``v`` is reported by KMSAN in the following cases: - in a condition, e.g. ``if (v) { ... }``; - in an indexing or pointer dereferencing, e.g. ``array[v]`` or ``*v``; - when it is copied to userspace or hardware, e.g. ``copy_to_user(..., &v, ...)``; Loading
Documentation/devicetree/bindings/hwlock/qcom-hwspinlock.yaml +21 −8 Original line number Diff line number Diff line Loading @@ -15,9 +15,22 @@ description: properties: compatible: enum: oneOf: - enum: - qcom,sfpb-mutex - qcom,tcsr-mutex - items: - enum: - qcom,apq8084-tcsr-mutex - qcom,ipq6018-tcsr-mutex - qcom,msm8226-tcsr-mutex - qcom,msm8994-tcsr-mutex - const: qcom,tcsr-mutex - items: - enum: - qcom,msm8974-tcsr-mutex - const: qcom,tcsr-mutex - const: syscon reg: maxItems: 1 Loading @@ -34,7 +47,7 @@ additionalProperties: false examples: - | tcsr_mutex: hwlock@1f40000 { hwlock@1f40000 { compatible = "qcom,tcsr-mutex"; reg = <0x01f40000 0x40000>; #hwlock-cells = <1>; Loading
Documentation/devicetree/bindings/net/engleder,tsnep.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ properties: nvmem-cells: true nvmem-cells-names: true nvmem-cell-names: true phy-connection-type: enum: Loading
Documentation/virt/kvm/devices/vm.rst +3 −0 Original line number Diff line number Diff line Loading @@ -215,6 +215,7 @@ KVM_S390_VM_TOD_EXT). :Parameters: address of a buffer in user space to store the data (u8) to :Returns: -EFAULT if the given address is not accessible from kernel space; -EINVAL if setting the TOD clock extension to != 0 is not supported -EOPNOTSUPP for a PV guest (TOD managed by the ultravisor) 3.2. ATTRIBUTE: KVM_S390_VM_TOD_LOW ----------------------------------- Loading @@ -224,6 +225,7 @@ the POP (u64). :Parameters: address of a buffer in user space to store the data (u64) to :Returns: -EFAULT if the given address is not accessible from kernel space -EOPNOTSUPP for a PV guest (TOD managed by the ultravisor) 3.3. ATTRIBUTE: KVM_S390_VM_TOD_EXT ----------------------------------- Loading @@ -237,6 +239,7 @@ it, it is stored as 0 and not allowed to be set to a value != 0. (kvm_s390_vm_tod_clock) to :Returns: -EFAULT if the given address is not accessible from kernel space; -EINVAL if setting the TOD clock extension to != 0 is not supported -EOPNOTSUPP for a PV guest (TOD managed by the ultravisor) 4. GROUP: KVM_S390_VM_CRYPTO ============================ Loading