diff options
author | Linus Torvalds | 2022-08-04 15:35:58 -0700 |
---|---|---|
committer | Linus Torvalds | 2022-08-04 15:35:58 -0700 |
commit | c040862bfbd9c5f3cb64e1df1c623e20e38fe656 (patch) | |
tree | 15a9d902edff7b98d2235cbea4235890713bde1c /Documentation | |
parent | 995177a4c75ee9b9069d5a313d90c005cf89c1b2 (diff) | |
parent | 0847d167d0f9bdc8f61e5e5d32831fa8fdcd150f (diff) |
Merge tag 'xtensa-20220804' of https://github.com/jcmvbkbc/linux-xtensa
Pull xtensa updates from Max Filippov:
- support KCOV
- enable ARCH_HAS_GCOV_PROFILE_ALL
- minor ISS network driver cleanups
* tag 'xtensa-20220804' of https://github.com/jcmvbkbc/linux-xtensa:
xtensa: enable ARCH_HAS_GCOV_PROFILE_ALL
xtensa: enable KCOV support
xtensa: iss: fix handling error cases in iss_net_configure()
xtensa: iss/network: provide release() callback
xtensa: iss/network: drop 'devices' list
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/features/debug/gcov-profile-all/arch-support.txt | 2 | ||||
-rw-r--r-- | Documentation/features/debug/kcov/arch-support.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/features/debug/gcov-profile-all/arch-support.txt b/Documentation/features/debug/gcov-profile-all/arch-support.txt index 502c1d409648..0b3ba2415fac 100644 --- a/Documentation/features/debug/gcov-profile-all/arch-support.txt +++ b/Documentation/features/debug/gcov-profile-all/arch-support.txt @@ -27,5 +27,5 @@ | sparc: | TODO | | um: | ok | | x86: | ok | - | xtensa: | TODO | + | xtensa: | ok | ----------------------- diff --git a/Documentation/features/debug/kcov/arch-support.txt b/Documentation/features/debug/kcov/arch-support.txt index afb90bebded2..0a91f5ce34a9 100644 --- a/Documentation/features/debug/kcov/arch-support.txt +++ b/Documentation/features/debug/kcov/arch-support.txt @@ -27,5 +27,5 @@ | sparc: | TODO | | um: | ok | | x86: | ok | - | xtensa: | TODO | + | xtensa: | ok | ----------------------- |