Bump koalaman/shellcheck from 0.11.0 to null in lib/functions/general/shellcheck.sh#1
Open
github-actions[bot] wants to merge 1 commit into
Conversation
fangzheli
pushed a commit
that referenced
this pull request
May 19, 2026
… (#9847) Kernel 6.18 stable progressed past 6.18.18 (last patch rewrite baseline, commit 2dc5b23) and refactored dwc3_readl()/dwc3_writel() to take the struct dwc3 pointer directly instead of dwc->regs. The patch context still referenced dwc->regs, causing hunks #1 (at core.c:153) and #3 (at core.c:213) to fail on builds against 6.18.32. Update the patch context to drop "->regs" (no change to the +/- payload) so it applies cleanly on 6.18.32 while remaining compatible with the prior baseline. Verified with patch -p1 --dry-run against the 6.18.32 HEAD blob from the linux-rockchip 6.18 branch: exit 0, all 16 hunks across the 3 files apply (offset -2 on core.h, harmless). Signed-off-by: SuperKali <hello@superkali.me>
fangzheli
pushed a commit
that referenced
this pull request
Jun 2, 2026
Khadas VIM4 hangs and panics when booting Resolute. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... Timed out while waiting for udev queue to empty. done. [ 183.971953][5 T1 d.] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000100 [ 183.972566][5 T1 d.] CPU: 5 PID: 1 Comm: init Not tainted 5.15.137-legacy-meson-s4t7 #1 [ 183.973606][5 T1 d.] Hardware name: Khadas VIM4 (DT) [ 183.973611][5 T1 d.] Call trace: [ 183.973614][5 T1 d.] dump_backtrace+0x0/0x1d0 [ 183.973628][5 T1 d.] show_stack+0x20/0x30 [ 183.973635][5 T1 d.] dump_stack_lvl+0x64/0x80 [ 183.976453][5 T1 d.] dump_stack+0x18/0x34 [ 183.976463][5 T1 d.] panic+0x1a0/0x364 [ 183.976471][5 T1 d.] do_exit+0xad8/0xb7c [ 183.976480][5 T1 d.] do_group_exit+0x40/0xa0 [ 183.976487][5 T1 d.] __wake_up_parent+0x0/0x40 [ 183.976495][5 T1 d.] invoke_syscall+0x50/0x120 [ 183.976504][5 T1 d.] el0_svc_common.constprop.0+0x4c/0xf4 [ 183.976512][5 T1 d.] do_el0_svc+0x2c/0xa0 [ 183.976520][5 T1 d.] el0_svc+0x20/0x80 [ 183.976529][5 T1 d.] el0t_64_sync_handler+0x108/0x114 [ 183.976537][5 T1 d.] el0t_64_sync+0x1b0/0x1b4 [ 183.976545][5 T1 d.] SMP: stopping secondary CPUs [ 183.976705][5 T1 d.] Kernel Offset: 0x369500000000 from 0xffff800008000000 [ 183.976709][5 T1 d.] PHYS_OFFSET: 0xfffffe6a40000000 [ 183.976712][5 T1 d.] CPU features: 0x0,0000c9a3,00000846 [ 183.976717][5 T1 d.] Memory Limit: none [ 184.004309][5 T1 d.] Rebooting in 5 seconds.. [ 189.035460][5 T1 d.] [pm]: Reset SDCARD power. [ 1T7:BL:b9e760;ID:1099107E4460030C;FEAT:30F:1FFF0000:B002F:1;POC:CF;RCY:0;OVD:0;DFU:0;SD:0;RD-0:0;CHK:0;SCS:0; Declaring KERNEL_BTF=no resolves the issue. Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump koalaman/shellcheck from 0.11.0 to null by bumping
SHELLCHECK_VERSIONinlib/functions/general/shellcheck.sh.Check the upstream release notes.
Please note that the above link only shows the release notes for the latest release.