Merge patch series "riscv: misaligned: Add ZCB handling and fix sleeping function"
authorPalmer Dabbelt <palmer@rivosinc.com>
Fri, 18 Apr 2025 17:51:58 +0000 (10:51 -0700)
committerPalmer Dabbelt <palmer@rivosinc.com>
Fri, 18 Apr 2025 17:52:26 +0000 (10:52 -0700)
Nylon Chen <nylon.chen@sifive.com> says:

1. Adds support for ZCB compressed instructions (C.LHU, C.LH, C.SH).

2. Fixes a bug where copy_from/to_user() calls in non-sleepable contexts
triggered attempts to sleep.

Signed-off-by: Zong Li <zong.li@sifive.com>
Signed-off-by: Nylon Chen nylon.chen@sifive.com
Nylon Chen (2):
  riscv: misaligned: Add handling for ZCB instructions
  riscv: misaligned: fix sleeping function called during misaligned
    access handling

* b4-shazam-merge:
  riscv: misaligned: fix sleeping function called during misaligned access handling
  riscv: misaligned: Add handling for ZCB instructions

Link: https://lore.kernel.org/r/20250411073850.3699180-1-nylon.chen@sifive.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>

Trivial merge