All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vasily Gorbik <gor@linux.ibm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Heiko Carstens <hca@linux.ibm.com>,
	Alexander Gordeev <agordeev@linux.ibm.com>,
	linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org
Subject: [GIT PULL] more s390 updates for 6.12 merge window
Date: Sat, 28 Sep 2024 14:50:52 +0200	[thread overview]
Message-ID: <Zvf7rJHDO45f7kuQ@localhost> (raw)

Hello Linus,

please pull a couple more s390 updates for the 6.12 merge window.

Thank you,
Vasily

The following changes since commit 1ec6d097897a35dfb55c4c31fc8633cf5be46497:

  Merge tag 's390-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux (2024-09-21 09:02:54 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-6.12-2

for you to fetch changes up to 2d8721364ce83956d0a184a64052928589ef15df:

  s390/vfio-ap: Driver feature advertisement (2024-09-23 17:57:04 +0200)

----------------------------------------------------------------
more s390 updates for 6.12 merge window

- Clean up and improve vdso code: use SYM_* macros for function and
  data annotations, add CFI annotations to fix GDB unwinding, optimize
  the chacha20 implementation

- Add vfio-ap driver feature advertisement for use by libvirt and mdevctl

----------------------------------------------------------------
Heiko Carstens (5):
      s390/vdso: Get rid of permutation constants
      s390/vdso: Fix comment within __arch_chacha20_blocks_nostack()
      tools: Add additional SYM_*() stubs to linkage.h
      s390/vdso: Use SYM_DATA_START_LOCAL()/SYM_DATA_END() for data objects
      s390/vdso: Use one large alternative instead of an alternative branch

Jason J. Herne (1):
      s390/vfio-ap: Driver feature advertisement

Jens Remus (2):
      s390/vdso: Add CFI annotations to __arch_chacha20_blocks_nostack()
      s390/vdso: Use macros for annotation of asm functions

 Documentation/arch/s390/vfio-ap.rst         | 30 ++++++++++++
 arch/s390/kernel/vdso64/vdso_user_wrapper.S | 14 ++----
 arch/s390/kernel/vdso64/vgetrandom-chacha.S | 76 ++++++++++++++---------------
 drivers/s390/crypto/vfio_ap_drv.c           | 13 +++++
 tools/include/linux/linkage.h               |  4 +-
 5 files changed, 86 insertions(+), 51 deletions(-)

             reply	other threads:[~2024-09-28 12:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-28 12:50 Vasily Gorbik [this message]
2024-09-28 16:45 ` [GIT PULL] more s390 updates for 6.12 merge window pr-tracker-bot

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=Zvf7rJHDO45f7kuQ@localhost \
    --to=gor@linux.ibm.com \
    --cc=agordeev@linux.ibm.com \
    --cc=hca@linux.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=torvalds@linux-foundation.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.