Toggle navigation
Patchwork
GNU C Library (glibc)
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
stsp
| Archived =
No
| 87 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not applicable
Changes Requested
Failed CI
Superseded
Deferred
Committed
Dropped
DCO or assignment missing
Search
Archived
No
Yes
Both
Delegate
------
Nobody
siddhesh
siddhesh
siddhesh
codonell
azanella
gbenson
jankratochvil
ppluzhnikov
neleai
tromey
palves
keiths
sergiodj
StanShebs
teawater
simark
rth
roland
davem
schwab
Allan
aj
ldv
tschwinge
tschwinge
tschwinge
andreaskr
fweimer
ChrisMetcalf
jsm28
aurel32
will
vapier
vapier
tuliom
hjl
triegel
jwlemke
cltang
macro
nsz
pwbot
arjun
stli
ludo
rj
zack
mfabian
rluzynski
dj
sthibaul
mscastanho
lamm
girish946
maennich
dodji
zimmerma
rzinsly
lukma
mjw
goldsteinn
raoni
jason
jwakely
jwakely
maximk
trodgers
trodgers
palmer
palmer
ams
ams
ams
rearnsha
siddhesh_staff
lancesix
aburgess
pvk
ppalka
JeffreyALaw
JeffreyALaw
kitoc
linaro-tcwg-bot
linaro-tcwg-bot
linaro-tcwg-bot
redhat-pt-bot
Apply
Patch
Series
rb/tb
S/W/F
Date
Submitter
Delegate
State
[14/14] implement RTLD_DI_DEPLIST dlinfo() request
implement RTLD_NORELOCATE api [BZ #30007]
- -
2
-
-
2023-05-18
stsp
New
[13/14] implement dlset_object_base() function
implement RTLD_NORELOCATE api [BZ #30007]
- -
1
-
-
2023-05-18
stsp
New
[12/14] implement RTLD_DI_MAPINFO dlinfo() request
implement RTLD_NORELOCATE api [BZ #30007]
- -
1
-
-
2023-05-18
stsp
New
[11/14] implement dlrelocate() function
implement RTLD_NORELOCATE api [BZ #30007]
- -
1
-
-
2023-05-18
stsp
New
[10/14] add test-case for RTLD_NORELOCATE
implement RTLD_NORELOCATE api [BZ #30007]
- -
1
-
-
2023-05-18
stsp
New
[09/14] implement RTLD_NORELOCATE dlopen() flag
implement RTLD_NORELOCATE api [BZ #30007]
- -
1
-
-
2023-05-18
stsp
New
[08/14] finalize elf segments on a relocation step
implement RTLD_NORELOCATE api [BZ #30007]
- -
1
-
-
2023-05-18
stsp
New
[07/14] split out _dl_finalize_segments()
implement RTLD_NORELOCATE api [BZ #30007]
- -
1
-
-
2023-05-18
stsp
New
[06/14] move relocation into _dl_object_reloc() func
implement RTLD_NORELOCATE api [BZ #30007]
- -
1
-
-
2023-05-18
stsp
New
[05/14] split do_reloc_2() out of do_open_worker()
implement RTLD_NORELOCATE api [BZ #30007]
- -
1
-
-
2023-05-18
stsp
New
[04/14] split do_reloc_1() from dl_open_worker_begin()
implement RTLD_NORELOCATE api [BZ #30007]
- -
1
-
-
2023-05-18
stsp
New
[03/14] rework maphole
implement RTLD_NORELOCATE api [BZ #30007]
- -
1
-
-
2023-05-18
stsp
New
[02/14] use initial mmap also for ET_EXEC
implement RTLD_NORELOCATE api [BZ #30007]
- -
1
-
-
2023-05-18
stsp
New
[01/14] elf: switch _dl_map_segment() to anonymous mapping
implement RTLD_NORELOCATE api [BZ #30007]
- -
1
-
-
2023-05-18
stsp
New
proof for dlmem() (Re: [PATCH v9 0/13] implement dlmem() function)
proof for dlmem() (Re: [PATCH v9 0/13] implement dlmem() function)
- -
-
-
2
2023-04-14
stsp
Not applicable
[12/12] dlfcn,elf: impl DLMEM_GENBUF_SRC dlmem() flag
implement dlmem() function
- -
2
-
-
2023-04-03
stsp
Rejected
[11/12] dlfcn,elf: impl DLMEM_DONTREPLACE dlmem() flag
implement dlmem() function
- -
1
-
-
2023-04-03
stsp
Rejected
[10/12] dlfcn,elf: implement dlmem() [BZ #11767]
implement dlmem() function
- -
1
-
-
2023-04-03
stsp
Rejected
[09/12] elf: convert _dl_map_object to a callback
implement dlmem() function
- -
1
-
-
2023-04-03
stsp
Rejected
[08/12] elf: call _dl_map_segment() via premap callback
implement dlmem() function
- -
1
-
-
2023-04-03
stsp
Rejected
[07/12] elf: convert _dl_map_segments's mmap() to a callback
implement dlmem() function
- -
1
-
-
2023-04-03
stsp
Rejected
[06/12] elf: convert pread64 to callback in do_open_verify()
implement dlmem() function
- -
1
-
-
2023-04-03
stsp
Rejected
[05/12] elf: switch _dl_map_segment() to anonymous mapping
implement dlmem() function
- -
1
-
-
2023-04-03
stsp
Rejected
[04/12] elf: load elf hdr fully in open_verify()
implement dlmem() function
- -
1
-
-
2023-04-03
stsp
Rejected
[03/12] elf: split _dl_check_loaded() from _dl_map_object
implement dlmem() function
- -
1
-
-
2023-04-03
stsp
Rejected
[02/12] elf: split open_verify() into reusable parts
implement dlmem() function
- -
1
-
-
2023-04-03
stsp
Rejected
[01/12] elf: split _dl_map_object_from_fd() into reusable parts
implement dlmem() function
- -
1
-
-
2023-04-03
stsp
Rejected
[13/13] dlfcn,elf: impl DLMEM_DONTREPLACE dlmem() flag
implement dlmem() function
- -
2
-
-
2023-03-18
stsp
Superseded
[12/13] dlfcn,elf: implement dlmem() [BZ #11767]
implement dlmem() function
- -
1
-
-
2023-03-18
stsp
Superseded
[11/13] elf: split _dl_check_loaded() from _dl_map_object
implement dlmem() function
- -
1
-
-
2023-03-18
stsp
Superseded
[10/13] elf: convert _dl_map_object to a callback
implement dlmem() function
- -
1
-
-
2023-03-18
stsp
Superseded
[09/13] elf: call _dl_map_segment() via premap callback
implement dlmem() function
- -
1
-
-
2023-03-18
stsp
Superseded
[08/13] elf: convert _dl_map_segments's mmap() to a callback
implement dlmem() function
- -
1
-
-
2023-03-18
stsp
Superseded
[07/13] elf: convert pread64 to callback in do_open_verify()
implement dlmem() function
- -
1
-
-
2023-03-18
stsp
Superseded
[06/13] elf: load elf hdr fully in open_verify()
implement dlmem() function
- -
1
-
-
2023-03-18
stsp
Superseded
[05/13] elf: split open_verify() into reusable parts
implement dlmem() function
- -
1
-
-
2023-03-18
stsp
Superseded
[04/13] elf: split _dl_map_object_from_fd() into reusable parts
implement dlmem() function
- -
1
-
-
2023-03-18
stsp
Superseded
[03/13] elf: dont pass fd to _dl_process_pt_xx
implement dlmem() function
- -
1
-
-
2023-03-18
stsp
Superseded
[02/13] elf: switch _dl_map_segment() to anonymous mapping
implement dlmem() function
- -
1
-
-
2023-03-18
stsp
Superseded
[01/13] elf: strdup() l_name if no realname [BZ #30100]
implement dlmem() function
- -
1
-
-
2023-03-18
stsp
Superseded
[11/11] dlfcn,elf: implement dlmem() [BZ #11767]
implement dlmem() function
- -
2
-
-
2023-03-17
stsp
Superseded
[10/11] elf: convert _dl_map_object to a callback
implement dlmem() function
- -
1
-
-
2023-03-17
stsp
Superseded
[09/11] elf: call _dl_map_segment() via premap callback
implement dlmem() function
- -
1
-
-
2023-03-17
stsp
Superseded
[08/11] elf: convert _dl_map_segments's mmap() to a callback
implement dlmem() function
- -
1
-
-
2023-03-17
stsp
Superseded
[07/11] elf: convert pread64 to callback in do_open_verify()
implement dlmem() function
- -
1
-
-
2023-03-17
stsp
Superseded
[06/11] elf: load elf hdr fully in open_verify()
implement dlmem() function
- -
1
-
-
2023-03-17
stsp
Superseded
[05/11] elf: split open_verify() into reusable parts
implement dlmem() function
- -
1
-
-
2023-03-17
stsp
Superseded
[04/11] elf: split _dl_map_object_from_fd() into reusable parts
implement dlmem() function
- -
1
-
-
2023-03-17
stsp
Superseded
[03/11] elf: dont pass fd to _dl_process_pt_xx
implement dlmem() function
- -
1
-
-
2023-03-17
stsp
Superseded
[02/11] elf: switch _dl_map_segment() to anonymous mapping
implement dlmem() function
- -
1
-
-
2023-03-17
stsp
Superseded
[01/11] elf: strdup() l_name if no realname [BZ #30100]
implement dlmem() function
- -
1
-
-
2023-03-17
stsp
Superseded
[3/3] dlfcn,elf: impl dlload_audit_module [BZ #30127]
minimal run-time audit support
- -
2
-
-
2023-03-03
stsp
New
[2/3] dl-audit: avoid closing fake ld.so [BZ #30127]
minimal run-time audit support
- -
1
-
-
2023-03-03
stsp
New
[1/3] elf/dl-open: fix audit wrt RTLD_NOLOAD [BZ #30127]
minimal run-time audit support
- -
1
-
-
2023-03-03
stsp
New
[3/3] dlfcn,elf: impl dlload_audit_module [BZ #30127]
minimal run-time audit support
- -
2
-
-
2023-03-02
stsp
Superseded
[2/3] dl-audit: avoid closing fake ld.so [BZ #30127]
minimal run-time audit support
- -
1
-
-
2023-03-02
stsp
Superseded
[1/3] elf/dl-open: fix audit wrt RTLD_NOLOAD [BZ #30127]
minimal run-time audit support
- -
1
-
-
2023-03-02
stsp
Superseded
[3/3] dlfcn,elf: impl dlload_audit_module [BZ #30127]
minimal run-time audit support
- -
-
-
2
2023-03-02
stsp
Superseded
[2/3] dl-audit: avoid closing fake ld.so [BZ #30127]
minimal run-time audit support
- -
1
-
-
2023-03-02
stsp
Superseded
[1/3] elf/dl-open: fix audit wrt RTLD_NOLOAD [BZ #30127]
minimal run-time audit support
- -
1
-
-
2023-03-02
stsp
Superseded
[2/2] dlfcn,elf: impl dlload_audit_module [BZ #30127]
minimal run-time audit support
- -
2
-
-
2023-03-01
stsp
Superseded
[1/2] elf/dl-open: fix audit wrt RTLD_NOLOAD [BZ #30127]
minimal run-time audit support
- -
1
-
-
2023-03-01
stsp
Superseded
[2/2] dlfcn,elf: impl dlload_audit_module [BZ #30127]
minimal run-time audit support
- -
2
-
-
2023-02-28
stsp
Superseded
[1/2] elf/dl-open: fix audit wrt RTLD_NOLOAD [BZ #30127]
minimal run-time audit support
- -
1
-
-
2023-02-28
stsp
Superseded
[2/2] dlfcn,elf: impl dlload_audit_module [BZ #30127]
minimal run-time audit support
- -
2
-
-
2023-02-26
stsp
Superseded
[1/2] elf/dl-open: fix audit wrt RTLD_NOLOAD [BZ #30127]
minimal run-time audit support
- -
1
-
-
2023-02-26
stsp
Superseded
[2/2] dlfcn,elf: impl dlload_audit_module [BZ #30127]
minimal run-time audit support
- -
-
-
2
2023-02-24
stsp
Superseded
[1/2] elf/dl-open: fix audit wrt RTLD_NOLOAD [BZ #30127]
minimal run-time audit support
- -
1
-
-
2023-02-24
stsp
Superseded
[2/2] dlfcn,elf: impl dlload_audit_module [BZ #30127]
minimal run-time audit support
- -
-
-
2
2023-02-23
stsp
Superseded
[1/2] elf/dl-open: fix audit wrt RTLD_NOLOAD [BZ #30127]
minimal run-time audit support
- -
1
-
-
2023-02-23
stsp
Superseded
[2/2] dlfcn,elf: impl dlload_audit_module [BZ #30127]
minimal run-time audit support
- -
-
-
2
2023-02-21
stsp
Superseded
[1/2] elf/dl-open: fix audit wrt RTLD_NOLOAD [BZ #30127]
minimal run-time audit support
- -
1
-
-
2023-02-21
stsp
Superseded
[3/3] elf/dl-audit: add _dl_audit_premap fn [BZ #30007]
implement dlmem() with audit extensions
- -
2
-
-
2023-02-15
stsp
codonell
Superseded
[2/3] dlfcn,elf: implement dlmem() and audit [BZ #11767]
implement dlmem() with audit extensions
- -
1
-
-
2023-02-15
stsp
codonell
Superseded
[1/3] elf: strdup() l_name if no realname [BZ #30100]
implement dlmem() with audit extensions
- -
1
-
-
2023-02-15
stsp
codonell
Superseded
[2/2] dlfcn,elf: implement dlmem() and audit [BZ #11767]
implement dlmem() with audit extension
- -
2
-
-
2023-02-15
stsp
Superseded
[1/2] elf: strdup() l_name if no realname [BZ #30100]
implement dlmem() with audit extension
- -
1
-
-
2023-02-15
stsp
Superseded
[2/2] dlfcn,elf: implement dlmem() function [BZ #11767]
implement dlmem() with audit extension
- -
2
-
-
2023-02-15
stsp
Superseded
[1/2] elf: strdup() l_name if no realname [BZ #30100]
implement dlmem() with audit extension
- -
1
-
-
2023-02-15
stsp
Superseded
[2/2] dlfcn,elf: implement dlmem() function [BZ #11767]
implement dlmem() function
- -
2
-
-
2023-02-14
stsp
Superseded
[1/2] elf: strdup() l_name if no realname [BZ #30100]
implement dlmem() function
- -
1
-
-
2023-02-14
stsp
Superseded
[2/2] dlfcn,elf: implement dlmem() function [BZ #11767]
implement dlmem() function
- -
2
-
-
2023-02-13
stsp
Superseded
[1/2] elf: strdup() l_name if no realname [BZ #30100]
implement dlmem() function
- -
1
-
-
2023-02-13
stsp
Superseded
[v2,2/2] dlfcn,elf: implement dlmem() function [BZ #11767]
[v2,1/2] elf: strdup() l_name if no realname [BZ #30100]
- -
2
-
-
2023-02-11
stsp
Superseded
[v2,1/2] elf: strdup() l_name if no realname [BZ #30100]
[v2,1/2] elf: strdup() l_name if no realname [BZ #30100]
- -
1
-
-
2023-02-11
stsp
Superseded
[2/2] dlfcn,elf: implement dlmem() function [BZ #11767]
[1/2] elf: strdup() l_name if no realname [BZ #30100]
- -
2
-
-
2023-02-10
stsp
Superseded
[1/2] elf: strdup() l_name if no realname [BZ #30100]
[1/2] elf: strdup() l_name if no realname [BZ #30100]
- -
1
-
-
2023-02-10
stsp
Superseded