Skip to content

Conversation

@diederikdehaas
Copy link

Previously CONFIG_COREDUMP was explicitly disabled, while that option is default y, so enabled by default.
More over, its help text says the following:

This option enables support for performing core dumps. You almost
certainly want to say Y here. Not necessary on systems that never
need debugging or only ever run flawless code.

I think it's safe to say that the PineNote ('currently') does NOT fall in that category ;-) so remove the disablement.

While that in itself is enough, due to default y, the Debian kernel has explicitly enabled various options from fs/Kconfig.binfmt which would be enabled by default. So lets follow suit.

…DUMP

Previously ``CONFIG_COREDUMP`` was explicitly disabled, while that
option is ``default y``, so enabled by default.
More over, its help text says the following:

    This option enables support for performing core dumps. You almost
    certainly want to say Y here. Not necessary on systems that never
    need debugging or only ever run flawless code.

I think it's safe to say that the PineNote ('currently') does NOT fall
in that category ;-) so remove the disablement.

While that in itself is enough, due to ``default y``, the Debian kernel
has explicitly enabled various options from ``fs/Kconfig.binfmt`` which
would be enabled by default. So lets follow suit.

Suggested-by: hrdl <[email protected]> # on IRC
Signed-off-by: Diederik de Haas <[email protected]>
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.

1 participant