Skip to content

Releases: EssentialOpenSource/linux

Essential Products - PH-1 10.0 - Feburary 2020 Security patch

03 Feb 23:08
Compare
Choose a tag to compare

Essential Products - PH-1 10.0 - January 2020 Security patch

06 Jan 23:01
Compare
Choose a tag to compare
msm: adsprpc: Fix integer overflow in refcount of map

Integer overflow in refcount of map is leading to use after free. Error
out if refcount reaches INT_MAX.

Change-Id: I21e88361a8e70ef8c5c9593f1fc0ddd2b351a55a
Acked-by: Himateja Reddy <hmreddy@qti.qualcomm.com>
Signed-off-by: Tharun Kumar Merugu <mtharu@codeaurora.org>

Essential Products - PH-1 10.0 - December Security patch

02 Dec 21:06
Compare
Choose a tag to compare

Essential Products - PH-1 10.0 - November Security patch

04 Nov 22:12
Compare
Choose a tag to compare

Essential Products - PH-1 10.0 - October Security patch

07 Oct 20:53
Compare
Choose a tag to compare
mdss_fb: use a modulo 2 offset

Change-Id: Idd03eded90a0e6cfaa8998c51d2b6e99a4f16fd7
Signed-off-by: Jean-Baptiste Théou <jb@essential.com>

Essential Products - PH-1 10.0 - September 2019 Security patch - v2

14 Sep 01:42
Compare
Choose a tag to compare
Revert "msm: camera: Always report real time timestamp"

This reverts commit e4ced521129f56249ae000bfc138e60dffe5a9b8.

Change-Id: Iae3427d52222130ebc2100bbc9521bc21a3f7db5

Essential Products - PH-1 10.0 - September 2019 Security patch

04 Sep 03:13
Compare
Choose a tag to compare
Revert "msm: camera: Always report real time timestamp"

This reverts commit e4ced521129f56249ae000bfc138e60dffe5a9b8.

Change-Id: Iae3427d52222130ebc2100bbc9521bc21a3f7db5

Essential Products - PH-1 10.0 - Beta 6

08 Aug 18:17
Compare
Choose a tag to compare
QP1A.190711.052

Linux 4.4.187

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

06 Aug 18:01
Compare
Choose a tag to compare
Linux 4.4.186

Signed-off-by: Jean-Baptiste Theou <jb@essential.com>

Essential Products - PH-1 10.0 - Beta 5

13 Jul 03:59
Compare
Choose a tag to compare
icnss: Add check on msa region

When icnss receive server arrive it send wlfw_msa_mem_info_send_sync_msg
QMI request to firmware and in response expect range of addresses and size
to be mapped. Add condition to check whether addresses in response falls
under valid range otherwise it asserts.

Change-Id: I9a8542cb6c3b3cefe112d1f08a76dd2eadf68d2f
Signed-off-by: Naman Padhiar <npadhiar@codeaurora.org>