Show patches with: Submitter = Vivek Dasmohapatra       |    State = Action Required       |    Archived = No       |   144 patches
« 1 2 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[RFC,1/5] bits/dlfcn.h: Declare and describe the dlmopen RTLD_SHARED flag Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2018-04-24 Vivek Dasmohapatra New
[RFC,2/5] include/link.h: Update the link_map struct to allow clones Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2018-04-24 Vivek Dasmohapatra New
[RFC,3/5] elf/dl-object.c: Implement a helper function to clone link_map entries Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2018-04-24 Vivek Dasmohapatra New
[RFC,4/5] elf/dl-load.c, elf-dl-open.c: Implement RTLD_SHARED dlmopen cloning Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2018-04-24 Vivek Dasmohapatra New
[RFC,5/5] elf/dl-fini.c: Handle cloned link_map entries in the shutdown path Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2018-04-24 Vivek Dasmohapatra New
[RFC,v1,1/5] bits/dlfcn.h: Declare and describe the dlmopen RTLD_SHARED flag Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2018-05-16 Vivek Dasmohapatra New
[RFC,v1,2/5] include/link.h: Update the link_map struct to allow clones Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2018-05-16 Vivek Dasmohapatra New
[RFC,v1,3/5] elf/dl-object.c: Implement a helper function to clone link_map entries Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2018-05-16 Vivek Dasmohapatra New
[RFC,v1,4/5] elf/dl-load.c, elf-dl-open.c: Implement RTLD_SHARED dlmopen cloning Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2018-05-16 Vivek Dasmohapatra New
[RFC,v1,5/5] elf/dl-fini.c: Handle cloned link_map entries in the shutdown path Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2018-05-16 Vivek Dasmohapatra New
[RFC,v2,1/6] Declare and describe the dlmopen RTLD_SHARED flag Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2018-06-06 Vivek Dasmohapatra New
[RFC,v2,2/6] include/link.h: Update the link_map struct to allow proxies Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2018-06-06 Vivek Dasmohapatra New
[RFC,v2,3/6] elf/dl-object.c: Implement a helper function to proxy link_map entries Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2018-06-06 Vivek Dasmohapatra New
[RFC,v2,4/6] elf/dl-load.c, elf-dl-open.c: Implement RTLD_SHARED dlmopen proxying Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2018-06-06 Vivek Dasmohapatra New
[RFC,v2,5/6] elf/dl-fini.c: Handle proxy link_map entries in the shutdown path Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2018-06-06 Vivek Dasmohapatra New
[RFC,v2,6/6] elf/dl-init.c: Skip proxied link map entries in the dl init path Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2018-06-06 Vivek Dasmohapatra New
[RFC,v3,1/6] Declare and describe the dlmopen RTLD_SHARED flag Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2018-08-20 Vivek Dasmohapatra New
[RFC,v3,2/6] include/link.h: Update the link_map struct to allow proxies Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2018-08-20 Vivek Dasmohapatra New
[RFC,v3,3/6] elf/dl-object.c: Implement a helper function to proxy link_map entries Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2018-08-20 Vivek Dasmohapatra New
[RFC,v3,4/6] elf/dl-load.c, elf-dl-open.c: Implement RTLD_SHARED dlmopen proxying Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2018-08-20 Vivek Dasmohapatra New
[RFC,v3,5/6] elf/dl-fini.c: Handle proxy link_map entries in the shutdown path Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2018-08-20 Vivek Dasmohapatra New
[RFC,v3,6/6] elf/dl-init.c: Skip proxied link map entries in the dl init path Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2018-08-20 Vivek Dasmohapatra New
[RFC,v5,01/16] Declare and describe the dlmopen RTLD_SHARED flag Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2020-06-17 Vivek Dasmohapatra New
[RFC,v5,02/16] include/link.h: Update the link_map struct to allow proxies Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2020-06-17 Vivek Dasmohapatra New
[RFC,v5,03/16] elf/dl-object.c: Implement a helper function to proxy link_map entries Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2020-06-17 Vivek Dasmohapatra New
[RFC,v5,04/16] elf/dl-load.c, elf-dl-open.c: Implement RTLD_SHARED dlmopen proxying Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2020-06-17 Vivek Dasmohapatra New
[RFC,v5,05/16] elf/dl-fini.c: Handle proxy link_map entries in the shutdown path Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2020-06-17 Vivek Dasmohapatra New
[RFC,v5,06/16] elf/dl-init.c: Skip proxied link map entries in the dl init path Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2020-06-17 Vivek Dasmohapatra New
[RFC,v5,07/16] Define a new dynamic section tag - DT_GNU_UNIQUE Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2020-06-17 Vivek Dasmohapatra New
[RFC,v5,08/16] Abstract the loaded-DSO search code into a private helper function Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2020-06-17 Vivek Dasmohapatra New
[RFC,v5,09/16] Compare loaded DSOs by file ID and check for DF_1_UNIQUE Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2020-06-17 Vivek Dasmohapatra New
[RFC,v5,10/16] Use the new DSO finder helper function since we have it Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2020-06-17 Vivek Dasmohapatra New
[RFC,v5,11/16] Use the DSO search helper to check for preloaded DT_GNU_UNIQUE DSOs Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2020-06-17 Vivek Dasmohapatra New
[RFC,v5,12/16] When loading DSOs into alternate namespaces check for DT_GNU_UNIQUE Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2020-06-17 Vivek Dasmohapatra New
[RFC,v5,13/16] Suppress inter-namespace DSO sharing for audit libraries Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2020-06-17 Vivek Dasmohapatra New
[RFC,v5,14/16] dlsym, dlvsym should be able to look up symbols via DSO proxies Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2020-06-17 Vivek Dasmohapatra New
[RFC,v5,15/16] Add a DT_GNU_UNIQUE dynamic section to the glibc cluster DSOs Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2020-06-17 Vivek Dasmohapatra New
[RFC,v5,16/16] Add dlmopen / RTLD_SHARED tests Proof-of-Concept implementation of RTLD_SHARED for dlmopen - - - - --- 2020-06-17 Vivek Dasmohapatra New
[RFC,v6,01/20] Declare and describe the dlmopen RTLD_SHARED flag Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-15 Vivek Dasmohapatra New
[RFC,v6,02/20] include/link.h: Update the link_map struct to allow proxies Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-15 Vivek Dasmohapatra New
[RFC,v6,03/20] elf/dl-object.c: Implement a helper function to proxy link_map entries Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-15 Vivek Dasmohapatra New
[RFC,v6,04/20] elf/dl-load.c, elf-dl-open.c: Implement RTLD_SHARED dlmopen proxying Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-15 Vivek Dasmohapatra New
[RFC,v6,05/20] elf/dl-fini.c: Handle proxy link_map entries in the shutdown path Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-15 Vivek Dasmohapatra New
[RFC,v6,06/20] elf/dl-init.c: Skip proxied link map entries in the dl init path Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-15 Vivek Dasmohapatra New
[RFC,v6,07/20] elf/dl-open.c: Don't try libc linit in namespaces with no libc mapping Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-15 Vivek Dasmohapatra New
[RFC,v6,08/20] elf/dl-open.c: when creating a proxy check the libc_map in NS 0 Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-15 Vivek Dasmohapatra New
[RFC,v6,09/20] Define a new dynamic section tag - DT_GNU_FLAGS_1 Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-15 Vivek Dasmohapatra New
[RFC,v6,10/20] Abstract the loaded-DSO search code into a private helper function Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-15 Vivek Dasmohapatra New
[RFC,v6,11/20] Compare loaded DSOs by file ID and check for DF_GNU_1_UNIQUE Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-15 Vivek Dasmohapatra New
[RFC,v6,12/20] Use the new DSO finder helper function since we have it Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-15 Vivek Dasmohapatra New
[RFC,v6,13/20] Use the DSO search helper to check for preloaded DT_GNU_UNIQUE DSOs Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-15 Vivek Dasmohapatra New
[RFC,v6,14/20] When loading DSOs into alternate namespaces check for DT_GNU_UNIQUE Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-15 Vivek Dasmohapatra New
[RFC,v6,15/20] Suppress audit calls when a (new) namespace is empty Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-15 Vivek Dasmohapatra New
[RFC,v6,16/20] Suppress inter-namespace DSO sharing for audit libraries Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-15 Vivek Dasmohapatra New
[RFC,v6,17/20] dlsym, dlvsym should be able to look up symbols via DSO proxies Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-15 Vivek Dasmohapatra New
[RFC,v6,18/20] Add DT_GNU_FLAGS_1/DF_GNU_1_UNIQUE dynamic section+flag to glibc DSOs Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-15 Vivek Dasmohapatra New
[RFC,v6,19/20] Add dlmopen / RTLD_SHARED tests Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-15 Vivek Dasmohapatra New
[RFC,v6,20/20] Restore separate libc loading for the TLS/namespace storage test Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-15 Vivek Dasmohapatra New
[RFC,v7,01/20] Declare and describe the dlmopen RTLD_SHARED flag Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-16 Vivek Dasmohapatra New
[RFC,v7,02/20] include/link.h: Update the link_map struct to allow proxies Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-16 Vivek Dasmohapatra New
[RFC,v7,03/20] elf/dl-object.c: Implement a helper function to proxy link_map entries Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-16 Vivek Dasmohapatra New
[RFC,v7,04/20] elf/dl-load.c, elf-dl-open.c: Implement RTLD_SHARED dlmopen proxying Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-16 Vivek Dasmohapatra New
[RFC,v7,05/20] elf/dl-fini.c: Handle proxy link_map entries in the shutdown path Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-16 Vivek Dasmohapatra New
[RFC,v7,06/20] elf/dl-init.c: Skip proxied link map entries in the dl init path Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-16 Vivek Dasmohapatra New
[RFC,v7,07/20] elf/dl-open.c: Don't try libc linit in namespaces with no libc mapping Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-16 Vivek Dasmohapatra New
[RFC,v7,08/20] elf/dl-open.c: when creating a proxy check the libc_map in NS 0 Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-16 Vivek Dasmohapatra New
[RFC,v7,09/20] Define a new dynamic section tag - DT_GNU_FLAGS_1 Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-16 Vivek Dasmohapatra New
[RFC,v7,10/20] Abstract the loaded-DSO search code into a private helper function Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-16 Vivek Dasmohapatra New
[RFC,v7,11/20] Compare loaded DSOs by file ID and check for DF_GNU_1_UNIQUE Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-16 Vivek Dasmohapatra New
[RFC,v7,12/20] Use the new DSO finder helper function since we have it Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-16 Vivek Dasmohapatra New
[RFC,v7,13/20] Use the DSO search helper to check for preloaded DT_GNU_UNIQUE DSOs Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-16 Vivek Dasmohapatra New
[RFC,v7,14/20] When loading DSOs into alternate namespaces check for DT_GNU_UNIQUE Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-16 Vivek Dasmohapatra New
[RFC,v7,15/20] Suppress audit calls when a (new) namespace is empty Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-16 Vivek Dasmohapatra New
[RFC,v7,16/20] Suppress inter-namespace DSO sharing for audit libraries Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-16 Vivek Dasmohapatra New
[RFC,v7,17/20] dlsym, dlvsym should be able to look up symbols via DSO proxies Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-16 Vivek Dasmohapatra New
[RFC,v7,18/20] Add DT_GNU_FLAGS_1/DF_GNU_1_UNIQUE dynamic section+flag to glibc DSOs Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-16 Vivek Dasmohapatra New
[RFC,v7,19/20] Add dlmopen / RTLD_SHARED tests Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-16 Vivek Dasmohapatra New
[RFC,v7,20/20] Restore separate libc loading for the TLS/namespace storage test Implementation of RTLD_SHARED for dlmopen - - - - --- 2020-12-16 Vivek Dasmohapatra New
[RFC,v8,01/20] Declare and describe the dlmopen RTLD_SHARED flag Implementation of RTLD_SHARED for dlmopen - - - - --- 2021-02-09 Vivek Dasmohapatra New
[RFC,v8,02/20] include/link.h: Update the link_map struct to allow proxies Implementation of RTLD_SHARED for dlmopen - - - - --- 2021-02-09 Vivek Dasmohapatra New
[RFC,v8,03/20] elf/dl-object.c: Implement a helper function to proxy link_map entries Implementation of RTLD_SHARED for dlmopen - - - - --- 2021-02-09 Vivek Dasmohapatra New
[RFC,v8,04/20] elf/dl-load.c, elf-dl-open.c: Implement RTLD_SHARED dlmopen proxying Implementation of RTLD_SHARED for dlmopen - - - - --- 2021-02-09 Vivek Dasmohapatra New
[RFC,v8,05/20] elf/dl-fini.c: Handle proxy link_map entries in the shutdown path Implementation of RTLD_SHARED for dlmopen - - - - --- 2021-02-09 Vivek Dasmohapatra New
[RFC,v8,06/20] elf/dl-init.c: Skip proxied link map entries in the dl init path Implementation of RTLD_SHARED for dlmopen - - - - --- 2021-02-09 Vivek Dasmohapatra New
[RFC,v8,07/20] elf/dl-open.c: Don't try libc linit in namespaces with no libc mapping Implementation of RTLD_SHARED for dlmopen - - - - --- 2021-02-09 Vivek Dasmohapatra New
[RFC,v8,08/20] elf/dl-open.c: when creating a proxy check the libc_map in NS 0 Implementation of RTLD_SHARED for dlmopen - - - - --- 2021-02-09 Vivek Dasmohapatra New
[RFC,v8,09/20] Define a new dynamic section tag - DT_GNU_FLAGS_1 Implementation of RTLD_SHARED for dlmopen - - - - --- 2021-02-09 Vivek Dasmohapatra New
[RFC,v8,10/20] Abstract the loaded-DSO search code into a private helper function Implementation of RTLD_SHARED for dlmopen - - - - --- 2021-02-09 Vivek Dasmohapatra New
[RFC,v8,11/20] Compare loaded DSOs by file ID and check for DF_GNU_1_UNIQUE Implementation of RTLD_SHARED for dlmopen - - - - --- 2021-02-09 Vivek Dasmohapatra New
[RFC,v8,12/20] Use the new DSO finder helper function since we have it Implementation of RTLD_SHARED for dlmopen - - - - --- 2021-02-09 Vivek Dasmohapatra New
[RFC,v8,13/20] Use the DSO search helper to check for preloaded DT_GNU_UNIQUE DSOs Implementation of RTLD_SHARED for dlmopen - - - - --- 2021-02-09 Vivek Dasmohapatra New
[RFC,v8,14/20] When loading DSOs into alternate namespaces check for DT_GNU_UNIQUE Implementation of RTLD_SHARED for dlmopen - - - - --- 2021-02-09 Vivek Dasmohapatra New
[RFC,v8,15/20] Suppress audit calls when a (new) namespace is empty Implementation of RTLD_SHARED for dlmopen - - - - --- 2021-02-09 Vivek Dasmohapatra New
[RFC,v8,16/20] Suppress inter-namespace DSO sharing for audit libraries Implementation of RTLD_SHARED for dlmopen - - - - --- 2021-02-09 Vivek Dasmohapatra New
[RFC,v8,17/20] dlsym, dlvsym should be able to look up symbols via DSO proxies Implementation of RTLD_SHARED for dlmopen - - - - --- 2021-02-09 Vivek Dasmohapatra New
[RFC,v8,18/20] Add DT_GNU_FLAGS_1/DF_GNU_1_UNIQUE dynamic section+flag to glibc DSOs Implementation of RTLD_SHARED for dlmopen - - - - --- 2021-02-09 Vivek Dasmohapatra New
[RFC,v8,19/20] Add dlmopen / RTLD_SHARED tests Implementation of RTLD_SHARED for dlmopen - - - - --- 2021-02-09 Vivek Dasmohapatra New
[RFC,v8,20/20] Restore separate libc loading for the TLS/namespace storage test Implementation of RTLD_SHARED for dlmopen - - - - --- 2021-02-09 Vivek Dasmohapatra New
[RFC,v9,1/7] Define a new dynamic section tag - DT_GNU_FLAGS_1 (bug 22745) Implementation of RTLD_SHARED for dlmopen - - - - --- 2021-03-09 Vivek Dasmohapatra New
[RFC,v9,2/7] Abstract loaded-DSO search code into a helper function Implementation of RTLD_SHARED for dlmopen - - - - --- 2021-03-09 Vivek Dasmohapatra New
« 1 2 »