Re: [PATCH] vt: configurable number of console devices

2019-05-29 Thread Trevor Bourget
2019 at 4:03 AM Jiri Slaby wrote: > > On 28. 05. 19, 6:31, Trevor Bourget wrote: > > --- a/include/uapi/linux/vt.h > > +++ b/include/uapi/linux/vt.h > > @@ -8,9 +8,13 @@ > > * resizing). > > */ > > #define MIN_NR_CONSOLES 1 /* must be at l

[PATCH] vt: configurable number of console devices

2019-05-27 Thread Trevor Bourget
Having 63 vt devices for embedded systems might be overkill, so provide a configuration MAX_NR_CONSOLES to allow this consumption to be reduced. Signed-off-by: Trevor Bourget --- drivers/tty/Kconfig | 9 + include/uapi/linux/vt.h | 4 2 files changed, 13 insertions(+) diff

[PATCH] kbuild: tar-pkg: enable communication with jobserver

2019-05-27 Thread Trevor Bourget
: using -j1. Add '+' to parent make rule. See https://www.gnu.org/software/make/manual/html_node/Job-Slots.html for more information. Signed-off-by: Trevor Bourget --- scripts/package/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/package/Makefile