linux-next: manual merge of the risc-v tree with the mm-stable tree

Stephen Rothwell posted 1 patch 3 days, 21 hours ago
linux-next: manual merge of the risc-v tree with the mm-stable tree
Posted by Stephen Rothwell 3 days, 21 hours ago
Hi all,

Today's linux-next merge of the risc-v tree got a conflict in:

  arch/riscv/include/asm/hwcap.h

between commit:

  59f6acb4be02 ("riscv: add RISC-V Svrsw60t59b extension support")

from the mm-stable tree and commits:

  c9651fbc6051 ("riscv: Add ISA extension parsing for Zalasr")
  144ed7bda8b9 ("riscv: add ISA extension parsing for Zilsd and Zclsd")
  55a811a7f304 ("riscv: zicfiss / zicfilp enumeration")

from the risc-v tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging.  You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

-- 
Cheers,
Stephen Rothwell

diff --cc arch/riscv/include/asm/hwcap.h
index f98fcb5c17d5,ce2ed4460c37..000000000000
--- a/arch/riscv/include/asm/hwcap.h
+++ b/arch/riscv/include/asm/hwcap.h
@@@ -106,7 -106,11 +106,12 @@@
  #define RISCV_ISA_EXT_ZAAMO		97
  #define RISCV_ISA_EXT_ZALRSC		98
  #define RISCV_ISA_EXT_ZICBOP		99
- #define RISCV_ISA_EXT_SVRSW60T59B	100
+ #define RISCV_ISA_EXT_ZALASR		100
+ #define RISCV_ISA_EXT_ZILSD		101
+ #define RISCV_ISA_EXT_ZCLSD		102
+ #define RISCV_ISA_EXT_ZICFILP		103
+ #define RISCV_ISA_EXT_ZICFISS		104
++#define RISCV_ISA_EXT_SVRSW60T59B	105
  
  #define RISCV_ISA_EXT_XLINUXENVCFG	127