On Tue, Jun 23, 2020 at 1:47 AM Christian Brauner
wrote:
> All architectures support copy_thread_tls() now, so remove the legacy
> copy_thread() function and the HAVE_COPY_THREAD_TLS config option. Everyone
> uses the same process creation calling convention based on
> copy_thread_tls() and struct
On Tue, Jun 23, 2020 at 1:47 AM Christian Brauner
wrote:
> Now that HAVE_COPY_THREAD_TLS has been removed, rename copy_thread_tls()
> back simply copy_thread(). It's a simpler name, and doesn't imply that only
> tls is copied here. This finishes an outstanding chunk of internal process
> creation
On 6/15/20 1:14 PM, Vineet Gupta wrote:
> Hi,
>
> This patchset implements glibc port to ARC HS48x processor from Synopsys.
ping !
>
> g...@github.com:foss-for-synopsys-dwc-arc-processors/glibc.git upstream-v7
>
> v7:
>* Addresses review comments from Adhemerval Zanella and Florian
>
On 06/15/2020 09:07 AM, Anshuman Khandual wrote:
> This series adds some more arch page table helper validation tests which
> are related to core and advanced memory functions. This also creates a
> documentation, enlisting expected semantics for all page table helpers as
> suggested by Mike Rap