unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: "Mark Zhuang" <mark.zhuang@spacemit.com>
To: "libc-alpha@sourceware.org" <libc-alpha@sourceware.org>
Cc: "fweimer@redhat.com" <fweimer@redhat.com>
Subject: [PATCH glibc/release/2.38/master] elf: Remove l_init_called_next field from struct link_map
Date: Wed, 24 Apr 2024 11:44:50 +0800	[thread overview]
Message-ID: <16c8bb4f69de36253945d0fb7891fb770dd49697.b63fabfe.8b87.46ee.b5c3.d85751753af5@feishu.cn> (raw)

From 89639547c9d661446064d50833c2dc00cbbee679 Mon Sep 17 00:00:00 2001
From: Mark Zhuang <mark.zhuang@spacemit.com>
Date: Wed, 24 Apr 2024 11:16:20 +0800
Subject: [PATCH] elf: Remove l_init_called_next field from struct link_map

When commit 719866ab2ff0e6d514a04fb47e507d92e70ef7ee revert commit
a3189f66a5f2fe86568286fa025fa153be04c6c0, this filed change was
missed, now remove it.

Reason for remove is same as 719866ab2ff0e6d514a04fb47e507d92e70ef7ee:
Incompatibility with existing applications.

Signed-off-by: Mark Zhuang <mark.zhuang@spacemit.com>
---
 include/link.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/include/link.h b/include/link.h
index 69bda3ed17..1d74feb2bd 100644
--- a/include/link.h
+++ b/include/link.h
@@ -278,10 +278,6 @@ struct link_map
     /* List of object in order of the init and fini calls.  */
     struct link_map **l_initfini;

-    /* Linked list of objects in reverse ELF constructor execution
-       order.  Head of list is stored in _dl_init_called_list.  */
-    struct link_map *l_init_called_next;
-
     /* List of the dependencies introduced through symbol binding.  */
     struct link_map_reldeps
       {
--
2.34.1


This message and any attachment are confidential and may be privileged or otherwise protected from disclosure. If you are not an intended recipient of this message, please delete it and any attachment from your system and notify the sender immediately by reply e-mail. Unintended recipients should not use, copy, disclose or take any action based on this message or any information contained in this message. Emails cannot be guaranteed to be secure or error free as they can be intercepted, amended, lost or destroyed, and you should take full responsibility for security checking. 
 
本邮件及其任何附件具有保密性质,并可能受其他保护或不允许被披露给第三方。如阁下误收到本邮件,敬请立即以回复电子邮件的方式通知发件人,并将本邮件及其任何附件从阁下系统中予以删除。如阁下并非本邮件写明之收件人,敬请切勿使用、复制、披露本邮件或其任何内容,亦请切勿依本邮件或其任何内容而采取任何行动。电子邮件无法保证是一种安全和不会出现任何差错的通信方式,可能会被拦截、修改、丢失或损坏,收件人需自行负责做好安全检查。

             reply	other threads:[~2024-04-24  3:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-24  3:44 Mark Zhuang [this message]
2024-04-24 12:33 ` [PATCH glibc/release/2.38/master] elf: Remove l_init_called_next field from struct link_map Adhemerval Zanella Netto
2024-04-24 14:23   ` Florian Weimer
2024-04-24 14:39   ` Tom Kacvinsky
  -- strict thread matches above, loose matches on Subject: below --
2024-04-24 15:47 mark.zhuang
2024-04-29 14:58 ` Mark Zhuang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/libc/involved.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=16c8bb4f69de36253945d0fb7891fb770dd49697.b63fabfe.8b87.46ee.b5c3.d85751753af5@feishu.cn \
    --to=mark.zhuang@spacemit.com \
    --cc=fweimer@redhat.com \
    --cc=libc-alpha@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).