This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch nsz/bug19329 in repository glibc.
discards 99e61c835b elf: Remove lazy tlsdesc relocation related code discards 9a60780a0f i386: Remove lazy tlsdesc relocation related code discards 59686e4319 x86_64: Remove lazy tlsdesc relocation related code discards b7e72c38be i386: Avoid lazy relocation of tlsdesc [BZ #27137] discards 8c6dae9ee4 x86_64: Avoid lazy relocation of tlsdesc [BZ #27137] discards 9a591c9dc4 elf: Fix DTV gap reuse logic [BZ #27135] discards b02ee27751 elf: Use relaxed atomics for racy accesses [BZ #19329] discards 63e1d0eb07 elf: Fix data races in pthread_create and TLS access [BZ #19329] discards 3ecdb956cb elf: Refactor _dl_update_slotinfo to avoid use after free discards 068770faf1 elf: Fix comments and logic in _dl_add_to_slotinfo discards 49bb4560b2 elf: Fix a DTV setup issue [BZ #27136] discards c4bb27dd4a Add a DTV setup test [BZ #27136] discards 34be48a80b Add test case for [BZ #19329] new fc8fd2de56 Add test case for [BZ #19329] new 4cfc16dfcd Add a DTV setup test [BZ #27136] new f774573828 elf: Fix a DTV setup issue [BZ #27136] new c54c412fe3 elf: Fix comments and logic in _dl_add_to_slotinfo new 35ca471c56 elf: Refactor _dl_update_slotinfo to avoid use after free new b64e14f4b8 elf: Fix data races in pthread_create and TLS access [BZ #19329] new b366056ece elf: Use relaxed atomics for racy accesses [BZ #19329] new c620812668 elf: Fix DTV gap reuse logic [BZ #27135] new 9fc1e41f6e x86_64: Avoid lazy relocation of tlsdesc [BZ #27137] new 8d0dcd91ce i386: Avoid lazy relocation of tlsdesc [BZ #27137] new fb33cc1b06 x86_64: Remove lazy tlsdesc relocation related code new 14e2476505 i386: Remove lazy tlsdesc relocation related code new 191f5ae0f3 elf: Remove lazy tlsdesc relocation related code
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (99e61c835b) \ N -- N -- N refs/heads/nsz/bug19329 (191f5ae0f3)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 13 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: