forked from mer-hybris/hybris-patches
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from sledges/hybris-sony-aosp-10
hybris patches for Android 10
- Loading branch information
Showing
64 changed files
with
631 additions
and
291 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...port-for-get-and-list-of-properties.patch → ...port-for-get-and-list-of-properties.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
....h-shifting-TLS-slots-to-avoid-conf.patch → ....h-shifting-TLS-slots-to-avoid-conf.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...s-usage-in-locale.cpp-to-avoid-prob.patch → ...s-usage-in-locale.cpp-to-avoid-prob.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ots-for-x86-Aligns-with-this-libhyb.patch → ...ots-for-x86-Aligns-with-this-libhyb.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ris-don-t-fail-because-of-fsetxattr.patch → ...ris-don-t-fail-because-of-fsetxattr.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
bionic/0007-halium-libdl-neutralize-cfi_slowpath_common-as-it-br.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
From 3b2cfa4a631f91910300badccf93a40749d43817 Mon Sep 17 00:00:00 2001 | ||
From: NeKit <nekit1000@gmail.com> | ||
Date: Fri, 3 Jul 2020 20:10:20 +0200 | ||
Subject: [PATCH 7/7] (halium) libdl: neutralize cfi_slowpath_common as it | ||
breaks libhybris | ||
|
||
Change-Id: I90b4af9d9e6b23cccafb659931a8e85b8bae091a | ||
--- | ||
libdl/libdl_cfi.cpp | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/libdl/libdl_cfi.cpp b/libdl/libdl_cfi.cpp | ||
index 1dd5b21cd..f48a3cfef 100644 | ||
--- a/libdl/libdl_cfi.cpp | ||
+++ b/libdl/libdl_cfi.cpp | ||
@@ -66,6 +66,7 @@ static uintptr_t cfi_check_addr(uint16_t v, void* Ptr) { | ||
} | ||
|
||
static inline void cfi_slowpath_common(uint64_t CallSiteTypeId, void* Ptr, void* DiagData) { | ||
+ return; | ||
uint16_t v = shadow_load(Ptr); | ||
switch (v) { | ||
case CFIShadow::kInvalidShadow: | ||
-- | ||
2.27.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
frameworks/native/0001-hybris-Use-mini-services-and-disable-starting-unneed.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
frameworks/native/0002-hybris-Pick-GLES-shared-objects-from-appropriate-pat.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
frameworks/native/0003-hybris-Use-private-__get_tls_hooks-from-bionic.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.