public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Ilya Leoshkevich <iii@linux.ibm.com>
To: Andreas Krebbel <krebbel@gcc.gnu.org>
Cc: gcc-patches@gcc.gnu.org, Ilya Leoshkevich <iii@linux.ibm.com>
Subject: [PATCH gcc-11 0/2] Backport kpatch changes
Date: Thu, 30 Sep 2021 10:50:42 +0200	[thread overview]
Message-ID: <20210930085044.358172-1-iii@linux.ibm.com> (raw)

Hi,

This series contains a backport of kpatch changes needed to support
https://github.com/dynup/kpatch/pull/1203 so that it could be used in
RHEL 9.  The patches have been in master for 4 months now without
issues.

Bootstrapped and regtested on s390x-redhat-linux.

Ok for gcc-11?

Best regards,
Ilya

Ilya Leoshkevich (2):
  IBM Z: Define NO_PROFILE_COUNTERS
  IBM Z: Use @PLT symbols for local functions in 64-bit mode

 gcc/config/s390/predicates.md                 |   9 +-
 gcc/config/s390/s390.c                        | 115 +++++++++++-------
 gcc/config/s390/s390.h                        |   2 +
 gcc/config/s390/s390.md                       |  32 ++---
 gcc/testsuite/g++.dg/ext/visibility/noPLT.C   |   2 +-
 gcc/testsuite/g++.target/s390/mi-thunk.C      |  23 ++++
 .../gcc.target/s390/call-z10-pic-nodatarel.c  |  20 +++
 gcc/testsuite/gcc.target/s390/call-z10-pic.c  |  20 +++
 gcc/testsuite/gcc.target/s390/call-z10.c      |  20 +++
 .../gcc.target/s390/call-z9-pic-nodatarel.c   |  18 +++
 gcc/testsuite/gcc.target/s390/call-z9-pic.c   |  18 +++
 gcc/testsuite/gcc.target/s390/call-z9.c       |  20 +++
 gcc/testsuite/gcc.target/s390/call.h          |  40 ++++++
 .../gcc.target/s390/mfentry-m64-pic.c         |   9 ++
 .../gcc.target/s390/mnop-mcount-m31-mzarch.c  |   2 +-
 .../gcc.target/s390/mnop-mcount-m64.c         |   2 +-
 gcc/testsuite/gcc.target/s390/nodatarel-1.c   |  26 +---
 gcc/testsuite/gcc.target/s390/pr80080-4.c     |   2 +-
 gcc/testsuite/gcc.target/s390/risbg-ll-3.c    |   6 +-
 gcc/testsuite/gcc.target/s390/tls-pic.c       |  14 +++
 gcc/testsuite/gcc.target/s390/tls.c           |  10 ++
 gcc/testsuite/gcc.target/s390/tls.h           |  23 ++++
 22 files changed, 336 insertions(+), 97 deletions(-)
 create mode 100644 gcc/testsuite/g++.target/s390/mi-thunk.C
 create mode 100644 gcc/testsuite/gcc.target/s390/call-z10-pic-nodatarel.c
 create mode 100644 gcc/testsuite/gcc.target/s390/call-z10-pic.c
 create mode 100644 gcc/testsuite/gcc.target/s390/call-z10.c
 create mode 100644 gcc/testsuite/gcc.target/s390/call-z9-pic-nodatarel.c
 create mode 100644 gcc/testsuite/gcc.target/s390/call-z9-pic.c
 create mode 100644 gcc/testsuite/gcc.target/s390/call-z9.c
 create mode 100644 gcc/testsuite/gcc.target/s390/call.h
 create mode 100644 gcc/testsuite/gcc.target/s390/mfentry-m64-pic.c
 create mode 100644 gcc/testsuite/gcc.target/s390/tls-pic.c
 create mode 100644 gcc/testsuite/gcc.target/s390/tls.c
 create mode 100644 gcc/testsuite/gcc.target/s390/tls.h

-- 
2.31.1


             reply	other threads:[~2021-09-30  8:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-30  8:50 Ilya Leoshkevich [this message]
2021-09-30  8:50 ` [PATCH gcc-11 1/2] IBM Z: Define NO_PROFILE_COUNTERS Ilya Leoshkevich
2021-09-30  8:50 ` [PATCH gcc-11 2/2] IBM Z: Use @PLT symbols for local functions in 64-bit mode Ilya Leoshkevich
2021-09-30 14:14 ` [PATCH gcc-11 0/2] Backport kpatch changes Andreas Krebbel

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

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

  git send-email \
    --in-reply-to=20210930085044.358172-1-iii@linux.ibm.com \
    --to=iii@linux.ibm.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=krebbel@gcc.gnu.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).