mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-29 04:54:27 +01:00
readme: minor fixes
This commit is contained in:
@@ -2527,7 +2527,7 @@ and `%pB` is documented at `Documentation/core-api/printk-formats.rst`:
|
|||||||
If KALLSYMS are disabled then the symbol address is printed instead.
|
If KALLSYMS are disabled then the symbol address is printed instead.
|
||||||
....
|
....
|
||||||
|
|
||||||
I wasn't able do disable `CONFIG_KALLSYMS` to test this this out however, it is being selected by some other option TODO which? How to find that out?
|
I wasn't able do disable `CONFIG_KALLSYMS` to test this this out however, it is being selected by some other option? But I then used `make menuconfig` to see which options select it, and they were all off...
|
||||||
|
|
||||||
[[oops]]
|
[[oops]]
|
||||||
==== Kernel oops
|
==== Kernel oops
|
||||||
@@ -2984,7 +2984,7 @@ I once got link:https://en.wikipedia.org/wiki/User-mode_Linux[UML] running on a
|
|||||||
|
|
||||||
But in part because it is dying, I didn't spend much effort to integrate it into this repo, although it would be a good fit in principle, since it is essentially a virtualization method.
|
But in part because it is dying, I didn't spend much effort to integrate it into this repo, although it would be a good fit in principle, since it is essentially a virtualization method.
|
||||||
|
|
||||||
Maybe some brave should will send a pull request one day.
|
Maybe some brave soul will send a pull request one day.
|
||||||
|
|
||||||
=== Linux kernel interactive stuff
|
=== Linux kernel interactive stuff
|
||||||
|
|
||||||
@@ -5042,6 +5042,8 @@ so which shows that the whole delay is inside our install itself.
|
|||||||
|
|
||||||
I put an `echo f` in `check_bin_arch`, and it just loops forever, does not stop on a particular package.
|
I put an `echo f` in `check_bin_arch`, and it just loops forever, does not stop on a particular package.
|
||||||
|
|
||||||
|
Ignored / declied patch at: http://lists.busybox.net/pipermail/buildroot/2018-May/220662.html I might just fork Buildroot on the submodule if this keeps annoying me.
|
||||||
|
|
||||||
=== Report upstream bugs
|
=== Report upstream bugs
|
||||||
|
|
||||||
When asking for help on upstream repositories outside of this repository, you will need to provide the commands that you are running in detail without referencing our scripts.
|
When asking for help on upstream repositories outside of this repository, you will need to provide the commands that you are running in detail without referencing our scripts.
|
||||||
|
|||||||
Reference in New Issue
Block a user