Skip to content

Conversation

@linux-riscv-bot
Copy link

PR for series 1045393 applied to workflow__riscv__fixes

Name: i2c: spacemit: drop IRQF_ONESHOT flag from IRQ request
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1045393
Version: 1

In commit aef30c8 ("genirq: Warn about using IRQF_ONESHOT without a
threaded handler")[1], it will check IRQF_ONESHOT flag in IRQ request,
and gives a warning if there is no threaded handler. Drop this flag to
fix this warning.

Link: https://lore.kernel.org/r/20260112134013.eQWyReHR@linutronix.de/ [1]
Fixes: 5ea5584 ("i2c: spacemit: add support for SpacemiT K1 SoC")
Signed-off-by: Yixun Lan <dlan@kernel.org>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot
Copy link
Author

Patch 1: "i2c: spacemit: drop IRQF_ONESHOT flag from IRQ request"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 115.62 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "i2c: spacemit: drop IRQF_ONESHOT flag from IRQ request"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1171.70 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "i2c: spacemit: drop IRQF_ONESHOT flag from IRQ request"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1472.34 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "i2c: spacemit: drop IRQF_ONESHOT flag from IRQ request"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 25.05 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "i2c: spacemit: drop IRQF_ONESHOT flag from IRQ request"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 26.27 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "i2c: spacemit: drop IRQF_ONESHOT flag from IRQ request"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 1.75 seconds
Result: WARNING
Output:

WARNING: Unknown commit id 'aef30c8d569c', maybe rebased or not pulled?
#6: 
In commit aef30c8d569c ("genirq: Warn about using IRQF_ONESHOT without a

total: 0 errors, 1 warnings, 0 checks, 8 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

Commit 602cfe3cb74f ("i2c: spacemit: drop IRQF_ONESHOT flag from IRQ request") has style problems, please review.

NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.
total: 0 errors, 1 warnings, 0 checks, 8 lines checked
WARNING: Unknown commit id 'aef30c8d569c', maybe rebased or not pulled?


@linux-riscv-bot
Copy link
Author

Patch 1: "i2c: spacemit: drop IRQF_ONESHOT flag from IRQ request"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 80.43 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "i2c: spacemit: drop IRQF_ONESHOT flag from IRQ request"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "i2c: spacemit: drop IRQF_ONESHOT flag from IRQ request"
kdoc
Desc: Detects for kdoc errors
Duration: 0.95 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "i2c: spacemit: drop IRQF_ONESHOT flag from IRQ request"
module-param
Desc: Detect module_param changes
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "i2c: spacemit: drop IRQF_ONESHOT flag from IRQ request"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.27 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "i2c: spacemit: drop IRQF_ONESHOT flag from IRQ request"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.29 seconds
Result: PASS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants