mbox

[PULL,0/3] Xtensa fixes for v6.5

Message ID 20230716203125.1658027-1-jcmvbkbc@gmail.com
State New
Headers

Pull-request

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

Message

Max Filippov July 16, 2023, 8:31 p.m. UTC
  Hi Linus,

please pull the following fixes for the Xtensa architecture.

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a160e9414d8a1747225206558b24d7df513b3c8d:

  xtensa: fix unaligned and load/store configuration interaction (2023-07-10 21:41:04 -0700)

----------------------------------------------------------------
Xtensa fixes for v6.5:

- fix interaction between unaligned exception handler and load/store
  exception handler
- fix parsing ISS network interface specification string
- add comment about etherdev freeing to ISS network sriver

----------------------------------------------------------------
Max Filippov (3):
      xtensa: ISS: add comment about etherdev freeing
      xtensa: ISS: fix call to split_if_spec
      xtensa: fix unaligned and load/store configuration interaction

 arch/xtensa/kernel/align.S          | 34 ++++++++++++++--------------------
 arch/xtensa/kernel/traps.c          |  3 ++-
 arch/xtensa/platforms/iss/network.c |  3 ++-
 3 files changed, 18 insertions(+), 22 deletions(-)
  

Comments

pr-tracker-bot@kernel.org July 16, 2023, 9:16 p.m. UTC | #1
The pull request you sent on Sun, 16 Jul 2023 13:31:25 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5b8d6e8539498e8b2fa67fbcce3fe87834d44a7a

Thank you!