Skip to content

Commit f9a15f3

Browse files
committed
Merge tag 'tee-amdtee-fix-for-5.6' of https://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes
Fix AMDTEE memory leak in amdtee_open_session() * tag 'tee-amdtee-fix-for-5.6' of https://git.linaro.org/people/jens.wiklander/linux-tee: (344 commits) tee: amdtee: fix memory leak in amdtee_open_session() Linux 5.6-rc2 ext4: improve explanation of a mount failure caused by a misconfigured kernel Input: cyapa - replace zero-length array with flexible-array member Input: tca6416-keypad - replace zero-length array with flexible-array member Input: gpio_keys_polled - replace zero-length array with flexible-array member IB/mlx5: Use div64_u64 for num_var_hw_entries calculation nvme: fix the parameter order for nvme_get_log in nvme_get_fw_slot_info nvme/pci: move cqe check after device shutdown nvme: prevent warning triggered by nvme_stop_keep_alive nvme/tcp: fix bug on double requeue when send fails cifs: make sure we do not overflow the max EA buffer size cifs: enable change notification for SMB2.1 dialect netdevice.h: fix all kernel-doc and Sphinx warnings net: dsa: tag_ar9331: Make sure there is headroom for tag net: dsa: tag_qca: Make sure there is headroom for tag net, ip6_tunnel: enhance tunnel locate with link check net/smc: no peer ID in CLC decline for SMCD net/smc: transfer fasync_list in case of fallback net: hns3: fix a copying IPv6 address error in hclge_fd_get_flow_tuples() ... Link: https://lore.kernel.org/r/20200227165205.GA7926@jade Signed-off-by: Olof Johansson <[email protected]>
2 parents c689300 + b83685b commit f9a15f3

File tree

343 files changed

+8862
-5605
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

343 files changed

+8862
-5605
lines changed

Documentation/devicetree/bindings/input/ilitek,ili2xxx.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
Ilitek ILI210x/ILI2117/ILI251x touchscreen controller
1+
Ilitek ILI210x/ILI2117/ILI2120/ILI251x touchscreen controller
22

33
Required properties:
44
- compatible:
55
ilitek,ili210x for ILI210x
66
ilitek,ili2117 for ILI2117
7+
ilitek,ili2120 for ILI2120
78
ilitek,ili251x for ILI251x
89

910
- reg: The I2C address of the device

Documentation/driver-api/ipmb.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,13 @@ b) Example for device tree::
7171
ipmb@10 {
7272
compatible = "ipmb-dev";
7373
reg = <0x10>;
74+
i2c-protocol;
7475
};
7576
};
7677

78+
If xmit of data to be done using raw i2c block vs smbus
79+
then "i2c-protocol" needs to be defined as above.
80+
7781
2) Manually from Linux::
7882

7983
modprobe ipmb-dev-int

Documentation/virtual/guest-halt-polling.txt renamed to Documentation/virt/guest-halt-polling.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
==================
12
Guest halt polling
23
==================
34

45
The cpuidle_haltpoll driver, with the haltpoll governor, allows
56
the guest vcpus to poll for a specified amount of time before
67
halting.
8+
79
This provides the following benefits to host side polling:
810

911
1) The POLL flag is set while polling is performed, which allows
@@ -29,25 +31,29 @@ Module Parameters
2931
The haltpoll governor has 5 tunable module parameters:
3032

3133
1) guest_halt_poll_ns:
34+
3235
Maximum amount of time, in nanoseconds, that polling is
3336
performed before halting.
3437

3538
Default: 200000
3639

3740
2) guest_halt_poll_shrink:
41+
3842
Division factor used to shrink per-cpu guest_halt_poll_ns when
3943
wakeup event occurs after the global guest_halt_poll_ns.
4044

4145
Default: 2
4246

4347
3) guest_halt_poll_grow:
48+
4449
Multiplication factor used to grow per-cpu guest_halt_poll_ns
4550
when event occurs after per-cpu guest_halt_poll_ns
4651
but before global guest_halt_poll_ns.
4752

4853
Default: 2
4954

5055
4) guest_halt_poll_grow_start:
56+
5157
The per-cpu guest_halt_poll_ns eventually reaches zero
5258
in case of an idle system. This value sets the initial
5359
per-cpu guest_halt_poll_ns when growing. This can
@@ -66,13 +72,13 @@ high once achieves global guest_halt_poll_ns value).
6672

6773
Default: Y
6874

69-
The module parameters can be set from the debugfs files in:
75+
The module parameters can be set from the debugfs files in::
7076

7177
/sys/module/haltpoll/parameters/
7278

7379
Further Notes
7480
=============
7581

7682
- Care should be taken when setting the guest_halt_poll_ns parameter as a
77-
large value has the potential to drive the cpu usage to 100% on a machine which
78-
would be almost entirely idle otherwise.
83+
large value has the potential to drive the cpu usage to 100% on a machine
84+
which would be almost entirely idle otherwise.

Documentation/virt/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ Linux Virtualization Support
88
:maxdepth: 2
99

1010
kvm/index
11+
uml/user_mode_linux
1112
paravirt_ops
13+
guest-halt-polling
1214

1315
.. only:: html and subproject
1416

0 commit comments

Comments
 (0)