-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains 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
This kernel contains a patch, so that /proc/mounts and /proc/self/mountinfo format the nfs mariux security flavor as "sec=mariux" instead of "sec=unknown" [1] This kernel contains a patch to re-enable TASK_DELAY_ACCT [2]. The missing TASK_DELAY_ACCT is one reason, our old pyhton-based iotop stopped to work, and the new c-based iotop doesn't work in all modes. There is another reason, however, which is not yet understood. [3] [1]: mariux64/linux@f03653475294 [2]: mariux64/linux@2dbcbb0533d6 [3]: #2810
Tested on theinternet |
Tested on machdoch. |
If you have time, please also disable |
I'll switch FB_MATROX from "m" to "n", but the module could as well be blacklisted via modprobe.d. |
donald
added a commit
to mariux64/linux
that referenced
this pull request
Jan 4, 2023
Disable FB_MATROX as requested in [1] [1]: mariux64/bee-files#2816
:-) |
@pmenzel: -442 is ready, but I can't test nvidia remotely. |
Tested on machdoch:
Tested on theinternet. After turning on the monitor, lightdm on tty7 was just black. Switch to tty1 worked, and restarting lightdm got it running, and logging in to Xfce also worked. |
Add linux-5.15.86-443 and remove linux.5.15.86-442 Differences: - nfsd: Do not try to use idmapd with sec=mariux [1] [1]: mariux64/linux@64520260f7ec98
pmenzel
pushed a commit
to mariux64/linux
that referenced
this pull request
Jan 23, 2023
Disable FB_MATROX as requested in [1] [1]: mariux64/bee-files#2816
donald
added a commit
to mariux64/linux
that referenced
this pull request
Apr 8, 2023
Disable FB_MATROX as requested in [1] [1]: mariux64/bee-files#2816
Sign in
to join this conversation on GitHub.
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.
This kernel contains a patch, so that /proc/mounts and
/proc/self/mountinfo format the nfs mariux security flavor as
"sec=mariux" instead of "sec=unknown" 1
This kernel contains a patch to re-enable TASK_DELAY_ACCT 2. The
missing TASK_DELAY_ACCT is one reason, our old pyhton-based iotop
stopped to work, and the new c-based iotop doesn't work in all modes.
There is another reason, however, which is not yet understood. 3