All of lore.kernel.org
 help / color / mirror / Atom feed
From: Max Filippov <jcmvbkbc@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-xtensa@linux-xtensa.org,
	Chris Zankel <chris@zankel.net>,
	Max Filippov <jcmvbkbc@gmail.com>
Subject: [PULL] xtensa updates for v6.2
Date: Tue, 13 Dec 2022 07:54:43 -0800	[thread overview]
Message-ID: <20221213155443.3704527-1-jcmvbkbc@gmail.com> (raw)

Hi Linus,

please pull the following updates for the xtensa architecture.

The following changes since commit 4fe89d07dcc2804c8b562f6c7896a45643d34b2f:

  Linux 6.0 (2022-10-02 14:09:07 -0700)

are available in the Git repository at:

  https://github.com/jcmvbkbc/linux-xtensa.git tags/xtensa-20221213

for you to fetch changes up to 8939c58d68f97ce530f02d46c9f2b56c3ec88399:

  xtensa: add __umulsidi3 helper (2022-12-06 16:21:26 -0800)

----------------------------------------------------------------
Xtensa updates for v6.2

- fix kernel build with gcc-13
- various minor fixes

----------------------------------------------------------------
Lukas Bulwahn (1):
      xtensa: update config files

Max Filippov (2):
      MAINTAINERS: update the 'T:' entry for xtensa
      xtensa: add __umulsidi3 helper

 MAINTAINERS                                 |   2 +-
 arch/xtensa/configs/audio_kc705_defconfig   |   1 -
 arch/xtensa/configs/cadence_csp_defconfig   |   4 -
 arch/xtensa/configs/generic_kc705_defconfig |   1 -
 arch/xtensa/configs/nommu_kc705_defconfig   |   1 -
 arch/xtensa/configs/smp_lx200_defconfig     |   1 -
 arch/xtensa/configs/xip_kc705_defconfig     |   1 -
 arch/xtensa/kernel/xtensa_ksyms.c           |   2 +
 arch/xtensa/lib/Makefile                    |   2 +-
 arch/xtensa/lib/umulsidi3.S                 | 230 ++++++++++++++++++++++++++++
 10 files changed, 234 insertions(+), 11 deletions(-)
 create mode 100644 arch/xtensa/lib/umulsidi3.S

-- 
Thanks.
-- Max

             reply	other threads:[~2022-12-13 15:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-13 15:54 Max Filippov [this message]
2022-12-13 23:31 ` [PULL] xtensa updates for v6.2 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=20221213155443.3704527-1-jcmvbkbc@gmail.com \
    --to=jcmvbkbc@gmail.com \
    --cc=chris@zankel.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-xtensa@linux-xtensa.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.