Skip to content

Update rc_init.c add support for kernel 6.11#1

Open
Marwis2 wants to merge 1 commit into
fabscav:masterfrom
Marwis2:patch-1
Open

Update rc_init.c add support for kernel 6.11#1
Marwis2 wants to merge 1 commit into
fabscav:masterfrom
Marwis2:patch-1

Conversation

@Marwis2

@Marwis2 Marwis2 commented Oct 2, 2024

Copy link
Copy Markdown

Removing empty item in ctl_table.
Changes to kernel 6.11 in fs/proc/proc_sysctl.c throw an error when the ctl_table entry is empty (procname is null). As a result, the rcraid module causes “Kernel Panic!” and system hangs.

Removing empty item in ctl_table.
Changes to kernel 6.11 in fs/proc/proc_sysctl.c throw an error when the ctl_table entry is empty (procname is null).
As a result, the rcraid module causes “Kernel Panic!” and system hangs.
@FritzOnFire

Copy link
Copy Markdown

@Marwis2 Thanks for this, applied this fix to my repo (https://github.com/FritzOnFire/rcraid-dkms-arch) and it worked like a charm.

@lseurttyuu lseurttyuu left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works as intended.

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.

3 participants