Skip to content

Releases: EssentialOpenSource/linux

Essential Products - PH-1 9.0 - July 2019 Security patch

01 Jul 18:10

Choose a tag to compare

Revert "HID: core: move Usage Page concatenation to Main item"

This patch is breaking the CTS testing for Asus gamepad

This reverts commit 438d6853aa7d83aad92ab127f5e91ca18ebf045e.

Change-Id: Icf1e071330d8c63cc6e539eaa4f4abd8e5a4ff28

Essential Products - PH-1 10.0 - Beta 4

05 Jun 20:15

Choose a tag to compare

msm_thermal: fix deadlock

If TSENS is not read properly, the logic is to kill the thread.

But it's racy, we can see this situation

[    6.173176] msm_thermal:hotplug_init_cpu_offlined Unable to read
TSENS sensor:-19.
[    6.173180] msm_thermal:do_hotplug Starting to wait
[    6.173184] msm_thermal:hotplug_init Stop kthread

Make sure the condition is marked as completed before calling
kthread_stop()

Change-Id: I690dceeb01e8206954327b46be79ed9e3621c4f8
Signed-off-by: Jean-Baptiste Théou <[email protected]>

Essential Products - PH-1 9.0 - June 2019 Security patch

03 Jun 19:33

Choose a tag to compare

msm_thermal: fix deadlock

If TSENS is not read properly, the logic is to kill the thread.

But it's racy, we can see this situation

[    6.173176] msm_thermal:hotplug_init_cpu_offlined Unable to read
TSENS sensor:-19.
[    6.173180] msm_thermal:do_hotplug Starting to wait
[    6.173184] msm_thermal:hotplug_init Stop kthread

Make sure the condition is marked as completed before calling
kthread_stop()

Change-Id: I690dceeb01e8206954327b46be79ed9e3621c4f8
Signed-off-by: Jean-Baptiste Théou <[email protected]>

Essential Products - PH-1 10.0 - Beta 3

07 May 20:47

Choose a tag to compare

QP1A.190404.051

Linux 4.4.179

Essential Products - PH-1 9.0 - May 2019 Security patch

06 May 21:00

Choose a tag to compare

Revert "mata: remove in-kernel low memory killer"

For now

This reverts commit b088d1e74427595c66911077e1897dbc975c77f0.

Change-Id: Ifb66080e070ff838987b5e2b294dc031df131862

Essential Products - PH-1 9.0 - April 2019 Security patch

01 Apr 21:32

Choose a tag to compare

icnss: Add a flag to indicare FW rejuvenate

Add a flag to maintain fw rejuvenate state,
set if fw rejuvenate happens and reset at fw ready.
export an API to the wlan host driver to distinguish the
case of ssr or pdr with the FW rejuventae.

Change-Id: Iecd5fa54fa1f7065d90c87ce56a800cccf5c3ca2
Signed-off-by: Anurag Chouhan <[email protected]>

Essential Products - PH-1 9.0 - March 2019 Security patch

04 Mar 21:56

Choose a tag to compare

mata: add Sony hid support

Change-Id: Ieb6856f1eb59cbebf06bdd334c1241412931cbbc
Signed-off-by: Jean-Baptiste Theou <[email protected]>

Essential Products - PH-1 9.0 - Febuary 2019 Security patch

04 Feb 21:17

Choose a tag to compare

Essential Products - PH-1 9.0 - January 2019 Security patch

07 Jan 23:47

Choose a tag to compare

Essential Products - PH-1 9.0 - December Security patch

03 Dec 23:32

Choose a tag to compare

msm: camera: Fix out-of-bounds read in string class name.

jpeg driver is calling class_create with stack variable, which
can be overwritten by other stack variables.

Change-Id: I3c22a5b3375b970ff6b1c6de983dd5833f4e11d0
Signed-off-by: Trishansh Bhardwaj <[email protected]>
Signed-off-by: VijayaKumar T M <[email protected]>