mbox series

[GIT,PULL] ARC updates for 5.14-rc6

Message ID 931efd74-4b45-fd24-8c88-97f57f97e01c@kernel.org
State New
Headers show
Series [GIT,PULL] ARC updates for 5.14-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-5.14-rc6

Message

Vineet Gupta Aug. 10, 2021, 11:21 p.m. UTC
Hi Linus,

ARC fixes for 5.14-rc6. Please pull.

Thx,
-Vineet

------------>
The following changes since commit c500bee1c5b2f1d59b1081ac879d73268ab0ff17:

   Linux 5.14-rc4 (2021-08-01 17:04:17 -0700)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ 
tags/arc-5.14-rc6

for you to fetch changes up to 669d94219d91a2ba950bb12ece69cf0ada53ad4f:

   MAINTAINERS: update Vineet's email address (2021-08-09 15:17:14 -0700)

----------------------------------------------------------------
ARC updates for 5.14-rc6

  - Fix FPU_STATUS update

  - Update my email address

  - Other spellos and fixes

----------------------------------------------------------------
Colin Ian King (1):
       arc: Fix spelling mistake and grammar in Kconfig

Guenter Roeck (1):
       ARC: Fix CONFIG_STACKDEPOT

Jinchao Wang (1):
       arc: Prefer unsigned int to bare use of unsigned

Vineet Gupta (2):
       ARC: fp: set FPU_STATUS.FWE to enable FPU_STATUS update on 
context switch
       MAINTAINERS: update Vineet's email address

  MAINTAINERS                       |  2 +-
  arch/arc/Kconfig                  |  2 +-
  arch/arc/include/asm/checksum.h   |  2 +-
  arch/arc/include/asm/perf_event.h |  2 +-
  arch/arc/kernel/fpu.c             |  9 ++++++---
  arch/arc/kernel/unwind.c          | 10 +++++-----
  arch/arc/kernel/vmlinux.lds.S     |  2 ++
  7 files changed, 17 insertions(+), 12 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 11, 2021, 2:40 a.m. UTC | #1
The pull request you sent on Tue, 10 Aug 2021 16:21:30 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-5.14-rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/761c6d7ec820f123b931e7b8ef7ec7c8564e450f

Thank you!