Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.80.42
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
src /
glibc /
debian /
patches /
arm /
[ HOME SHELL ]
Name
Size
Permission
Action
local-arm-futex.diff
1012
B
-rw-r--r--
local-sigaction.diff
895
B
-rw-r--r--
local-soname-hack.diff
759
B
-rw-r--r--
local-vfp-sysdeps.diff
913
B
-rw-r--r--
unsubmitted-ldconfig-cache-abi...
4.13
KB
-rw-r--r--
unsubmitted-ldso-multilib.diff
491
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : local-arm-futex.diff
Description: Lie about futex_atomic_cmpxchg_inatomic kernel support. In past versions of glibc, we incorrectly assumed all ARM kernels in all configurations supported futex_atomic_cmpxchg_inatomic. This was clearly a lie, however it was a lie that we relied on, because the fallback implementation appears to not play nicely with certain applications like pulseaudio. Restore the lie for kernels > 2.6.32 and plug our ears and scream "LA LA LA" about how wrong this is. Author: Adam Conrad <adconrad@ubuntu.com> Bug-Ubuntu: https://launchpad.net/bugs/1436162 Bug-Debian: https://bugs.debian.org/788799 Last-Update: 2015-03-25 --- a/sysdeps/unix/sysv/linux/arm/kernel-features.h +++ b/sysdeps/unix/sysv/linux/arm/kernel-features.h @@ -23,7 +23,7 @@ /* The ARM kernel before 3.14.3 may or may not support futex_atomic_cmpxchg_inatomic, depending on kernel configuration. */ -#if __LINUX_KERNEL_VERSION < 0x030E03 +#if __LINUX_KERNEL_VERSION < 0x020620 # undef __ASSUME_SET_ROBUST_LIST #endif
Close