summaryrefslogtreecommitdiff
path: root/scripts/decode_stacktrace.sh
diff options
context:
space:
mode:
authorAtish Patra <atishp@rivosinc.com>2022-07-11 10:46:28 -0700
committerPalmer Dabbelt <palmer@rivosinc.com>2022-08-11 14:58:07 -0700
commitacc1b919f47926b089be21b8aaa29ec91fef0aa2 (patch)
tree11058347c96ea9e53bac3d4a107478b36e1677af /scripts/decode_stacktrace.sh
parentf2906aa863381afb0015a9eb7fefad885d4e5a56 (diff)
downloadkernel-acc1b919f47926b089be21b8aaa29ec91fef0aa2.tar.gz
RISC-V: Fix counter restart during overflow for RV32
Pass the upper half of the initial value of the counter correctly for RV32. Fixes: 4905ec2fb7e6 ("RISC-V: Add sscofpmf extension support") Signed-off-by: Atish Patra <atishp@rivosinc.com> Reviewed-by: Guo Ren <guoren@kernel.org> Cc: stable@vger.kernel.org Link: https://lore.kernel.org/r/20220711174632.4186047-2-atishp@rivosinc.com Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to 'scripts/decode_stacktrace.sh')
0 files changed, 0 insertions, 0 deletions
>xfs: Remove dead codeJiapeng Chong 2022-05-04xfs: Set up infrastructure for log attribute replayAllison Henderson 2022-03-29xfs: log shutdown triggers should only shut down the logDave Chinner 2022-03-29xfs: shutdown in intent recovery has non-intent items in the AILDave Chinner 2022-01-06xfs: Remove redundant assignment of mpJiapeng Chong 2021-12-21xfs: only run COW extent recovery when there are no live extentsDarrick J. Wong 2021-10-14xfs: port the defer ops capture and continue to resource captureDarrick J. Wong 2021-08-19xfs: introduce xfs_sb_is_v5 helperDave Chinner 2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner 2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner 2021-08-19xfs: reflect sb features in xfs_mountDave Chinner 2021-08-16xfs: convert log flags to an operational state fieldDave Chinner 2021-08-16xfs: move recovery needed state updates to xfs_log_mount_finishDave Chinner 2021-08-16xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()Dave Chinner 2021-08-09xfs: refactor xfs_iget calls from log intent recoveryDarrick J. Wong 2021-08-09xfs: allow setting and clearing of log incompat feature flagsDarrick J. Wong 2021-08-09xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner 2021-08-09xfs: remove kmem_alloc_io()Dave Chinner 2021-08-09mm: Add kvrealloc()Dave Chinner 2021-08-06xfs: per-cpu deferred inode inactivation queuesDave Chinner