Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #64061

Linux kernel module graphical configuration system.

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From Rob Brew <sputnik2012@gmail.com>
Newsgroups linux.debian.kernel
Subject Linux kernel module graphical configuration system.
Date Wed, 08 May 2019 22:50:01 +0200
Message-ID <xVBFL-5eD-1@gated-at.bofh.it> (permalink)
X-Mailbox-Line From debian-kernel-request@lists.debian.org Wed May 8 20:48:08 2019
Old-Return-Path <sputnik2012@gmail.com>
X-Amavis-Spam-Status No, score=0.051 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, HTML_MESSAGE=2, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=no autolearn_force=no
X-Policyd-Weight using cached result; rate: -5.5
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=aBTUTCwp661hDLEhK9E51rsfty/EuOzXCb99YsdFny4=; b=NTquLOXn5vNIRTEV6urpe8g4BKrAVEued7W/S1R0T2Z1v5gBjtpSQjEhtP5QdDBIw/ aLgUCKTpaPtuoOBo+V5YoAWmuk48qsyGEk3mw1+IML4X/ybEFzOtMkvUdoPtK/cdZ+qW xJ3igcSMTNEo/MGkln/DE2ZCSDGhtSRsgloglnNKfbbQlA/wbo7UCdcR1dwCMygMYJEe Myypqm/Ih6R0UnSGsrETbNfhQXTFtvGuxttWgR3k9A8lwRHLwelFupHwnTWla1Mq3pQn UOMhSqbW0SOgF/gUc4cPqY5BTBw5ogPF7PtruKNZkMgGlqLkd7Ujpu1KBpE2qJQ/GusA KwJA==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=aBTUTCwp661hDLEhK9E51rsfty/EuOzXCb99YsdFny4=; b=cQeD8IAeAhQc9u66Zo2aMXy7MuFJVmY0FbAcWwDeM6+iHK2iEvRjpK1UERsOyjq199 B/jczKTJK6HnFUhJz1YqaX345ho57hzStjkFSpZBtiE6IY4DDlAv7e1gbVZpQZC5Mbxx WcHwjndVR6CNzFfzV69h54vExnW38JcZWkBmA6Zzjrj7/m2TEAFFemxWwwvk4D7VZOOA lva58htg46tA7Dh36VHSN4EP8Noo8vX+Ket5k4QwS7tCuq1KR3a6EVBCoF5fjvPf9j40 B/Mby1rE15O3/5mqPKh/WUmkW8W9IOAXXaiSBwGEsz/1q7ZWRuPsrs3aFVE3ukM6Nbgw aGSg==
X-Gm-Message-State APjAAAXq9epOb20WHhOl8Voz5rbuICp4dHLcxt1gcg5MYf0w745xRQGC k91EwX85kehfPMaoa9ra+DRcBgXen85lCmARcD/34f+kfbI=
X-Google-SMTP-Source APXvYqyxm8moQd0vQOAQHd/vPJv2Y/UCUbR3NlSOCF3rk3LjyCbMrF7kgTzlW/Ouexw/k93insyXHukx7tABhrpNfSs=
X-Received by 2002:ac8:4a82:: with SMTP id l2mr41580qtq.132.1557347520434; Wed, 08 May 2019 13:32:00 -0700 (PDT)
MIME-Version 1.0
Content-Type multipart/alternative; boundary="000000000000bf584c058866392a"
X-Mailing-List <debian-kernel@lists.debian.org> archive/latest/120527
List-ID <debian-kernel.lists.debian.org>
List-URL <https://lists.debian.org/debian-kernel/>
List-Archive https://lists.debian.org/msgid-search/CANBjToW1wwVcg5UnGp1gH-c7JgpmxPYrXrOX4_AV3HZQtEJDrg@mail.gmail.com
Approved robomod@news.nic.it
Lines 102
Organization linux.* mail to news gateway
Sender robomod@news.nic.it
X-Original-Date Wed, 8 May 2019 21:31:49 +0100
X-Original-Message-ID <CANBjToW1wwVcg5UnGp1gH-c7JgpmxPYrXrOX4_AV3HZQtEJDrg@mail.gmail.com>
Xref csiph.com linux.debian.kernel:64061

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi everyone.

I've built a client / server architecture to facilitate the installation of
Linux kernel modules as my Master's dissertation at Kent University in the
UK. It's liscenced as open source.

It's a proof of concept.  The server allows developers to submit kernel
module configurations in a standard Makefile format via GitHub.  The
client, written in C++, allows the end users to install said kernel module
configurations in using a graphical interface.  Votes by the user on the
success of module installs allow successful module configurations to be
recommended or depreciated.

The site is at www.linuxconf.feedthepenguin.org.  I am happy to continue to
work on this for all major Linux versions. I would need a team of people to
vet each configuration, ultimately we are inserting code into the kernel.
The team would ensure that each Makefile will not be malicious and that
each binary is from a trusted source.

This could, when in production, negate a major problem of Linux adoption,
that is the installation of non supported drivers using the terminal.  The
program also supports using apt-get to install driver packages provided by
the repositories, in a graphical fashion.  The contributing developer, if
their submission is popular, can have their details displayed to the end
user as a form of reimbursement for their time.

 As a proof of concept, and with no merit to grades in the dissertation i
built it for Ubuntu. I would like to see it built for each major Linux
distribution by package manager.  I have further ideas on how it can be
improved.  The text of my dissertation is at
https://github.com/rydal/dissertation-doc.
I have further ways of improving this, and would like to see it become
standard.

I am not subscribed to the Linux kernel mailing list, if you are interested
please email me on rob@rydal.org.

Thanks.

Rob Brew.

Back to linux.debian.kernel | Previous | Next | Find similar | Unroll thread


Thread

Linux kernel module graphical configuration system. Rob Brew <sputnik2012@gmail.com> - 2019-05-08 22:50 +0200

csiph-web