mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Troy Benjegerdes <hozer@drgw.net>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: Rik van Riel <riel@conectiva.com.br>,
	Richard Gooch <rgooch@ras.ucalgary.ca>,
	linux-kernel@vger.kernel.org
Subject: Re: The direction linux is taking
Date: Thu, 27 Dec 2001 15:13:19 -0600	[thread overview]
Message-ID: <20011227151319.E25200@altus.drgw.net> (raw)
In-Reply-To: <Pine.LNX.4.33L.0112271802130.12225-100000@duckman.distro.conectiva> <Pine.LNX.4.33.0112271210250.1167-100000@penguin.transmeta.com>
In-Reply-To: <Pine.LNX.4.33.0112271210250.1167-100000@penguin.transmeta.com>; from torvalds@transmeta.com on Thu, Dec 27, 2001 at 12:12:54PM -0800

On Thu, Dec 27, 2001 at 12:12:54PM -0800, Linus Torvalds wrote:
> 
> On Thu, 27 Dec 2001, Rik van Riel wrote:
> > > came out, and emailed me when the patch no longer applies.
> >
> > ... or compiles, or applies with an offset
> 
> Good.
> 
> We actually talked inside Transmeta about doing a lot of this automation
> centralized (and OSDL took up some of that idea), but yes, from a resource
> usage sanity standpoint this is something that _trivially_ can be done at
> the sending side, and thus scales out perfectly (while trying to do it at
> the receiving end requires some _mondo_ hardware that definitely doesn't
> scale, especially for the "compiles cleanly" part).

So here's an idea:

Maintainers for a specific area of interest/kernel tree/whatever can run a
'canned' set of scripts on a web server which act as a controller for a
patchbot, and a set of 'build machines' that actually do the compiles.

(i.e., davej, andrea, riel, etc would have their own webserver which 
acts as a central location for data collection, as well as a place for 
users to download stuff from)

Actually compiling gets done either by users that want to use that kernel,
or in the case of a vendor, an internal build farm. The users have another
'canned' script that downloads the kernel, patches it, and builds it with
a user-supplied or server-supplied config file. The script uploads the
results of the build so maintainers can see what happened, and the web
server provides some mechanism for users to say what did and did not work.

Once the webserver gets some data back, the patchbot can figure out 
whether a particular patch was a 'success' or not, and decide whether to 
send it, dequeue it, or whatever.

We should probably also add the ability for end-users to submit their own 
patches to a maintainer, or provide a way for end-users to setup the 
webserver system so they can do the same thing the maintainers are doing.


The most important part here is that this system has to be less work for 
maintainers than it is responding to hundreds of emails and checking if a 
patch made it in all the time. (I think this should be relatively easy). 
It's got to be easy to set up, both for maintainers and users.


I've got some reasonably nice python scripts that currently act as the 
'build system' part of this, and some somewhat ugly scripts that run on a 
webserver. A brief description is available here.
 
http://altus.drgw.net/description.html

I'll volunteer these scripts as well as whatever amount of time I can 
spare from 'real' work ;)

Does anyone else this discussion merits it's own mailing list.. ?

-- 
Troy Benjegerdes | master of mispeeling | 'da hozer' |  hozer@drgw.net
-----"If this message isn't misspelled, I didn't write it" -- Me -----
"Why do musicians compose symphonies and poets write poems? They do it
because life wouldn't have any meaning for them if they didn't. That's 
why I draw cartoons. It's my life." -- Charles Schulz

  reply	other threads:[~2001-12-27 21:14 UTC|newest]

Thread overview: 127+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-27 15:46 Dana Lacoste
2001-12-27 16:01 ` Rik van Riel
2001-12-27 16:33   ` Alan Cox
2001-12-27 16:30     ` Rik van Riel
2001-12-27 16:53       ` Alan Cox
2001-12-27 17:03         ` Thomas Capricelli
2001-12-27 17:54           ` Alan Cox
2001-12-27 16:57     ` Russell King
2001-12-27 17:11       ` Rik van Riel
2001-12-27 17:25         ` Erik Mouw
2001-12-27 18:05         ` Linus Torvalds
2001-12-27 18:24           ` Rik van Riel
2001-12-27 18:58             ` Linus Torvalds
2001-12-27 19:16               ` Rik van Riel
2001-12-27 19:29                 ` Linus Torvalds
2001-12-27 19:46                   ` Rik van Riel
2001-12-27 19:57                   ` Richard Gooch
2001-12-27 20:07                     ` Rik van Riel
2001-12-27 20:12                       ` Linus Torvalds
2001-12-27 21:13                         ` Troy Benjegerdes [this message]
2001-12-27 21:18                           ` Rik van Riel
2001-12-27 21:28                     ` Richard Gooch
2001-12-27 18:37           ` Dave Jones
2001-12-27 19:25             ` Linus Torvalds
2001-12-27 20:16               ` Dave Jones
2001-12-27 19:33             ` Arnaldo Carvalho de Melo
2001-12-27 21:20             ` Legacy Fishtank
2001-12-27 20:10           ` Larry McVoy
2001-12-27 20:21             ` Linus Torvalds
2001-12-27 20:33               ` Larry McVoy
2001-12-27 20:41                 ` Linus Torvalds
2001-12-27 20:50                   ` Larry McVoy
2001-12-27 21:43                     ` Troy Benjegerdes
2001-12-27 21:53                       ` Larry McVoy
2001-12-29 17:14                   ` Oliver Xymoron
2001-12-29 17:27                     ` Larry McVoy
2001-12-28  2:27                 ` Alexander Viro
2001-12-27 20:43             ` Alan Cox
2001-12-27 17:52       ` Alan Cox
2001-12-27 17:59       ` Andre Hedrick
2001-12-27 17:38     ` Richard Gooch
2001-12-27 17:55       ` Dave Jones
2001-12-27 17:59       ` Richard Gooch
2001-12-27 18:38         ` Russell King
2001-12-28  4:03         ` Daniel Phillips
2001-12-29 18:02           ` Oliver Xymoron
2001-12-29 19:06           ` Christer Weinigel
2001-12-29 19:18             ` Oliver Xymoron
2001-12-29 19:37               ` Larry McVoy
2001-12-29 19:58                 ` Oliver Xymoron
2001-12-29 20:04                   ` Larry McVoy
2001-12-29 20:30                     ` Oliver Xymoron
2001-12-29 22:09                       ` Larry McVoy
2001-12-29 22:24                         ` Oliver Xymoron
2001-12-29 23:01                           ` Alan Cox
2001-12-29 22:59                             ` Oliver Xymoron
2001-12-29 23:09                               ` Alexander Viro
2001-12-29 23:07                             ` Dave Jones
2001-12-29 23:19                               ` Alan Cox
2001-12-29 23:24                                 ` Dave Jones
2001-12-29 23:33                                   ` Oliver Xymoron
2001-12-29 23:41                                     ` Arnaldo Carvalho de Melo
2001-12-31  8:51                             ` Daniel Phillips
2001-12-29 23:04                           ` Larry McVoy
2001-12-29 23:29                             ` Oliver Xymoron
2001-12-29 23:35                               ` Larry McVoy
2001-12-29 23:59                                 ` Oliver Xymoron
2001-12-30  0:04                                   ` Larry McVoy
2001-12-30  0:25                                     ` Oliver Xymoron
2001-12-29 22:26                         ` Dave Jones
2001-12-29 23:02                           ` Alan Cox
2001-12-29 20:01                 ` Olivier Galibert
2001-12-29 20:04                 ` Dave Jones
2002-01-02 15:06                   ` Geert Uytterhoeven
2001-12-29 21:03                 ` Benjamin LaHaise
2001-12-29 22:04                   ` Larry McVoy
2001-12-29 22:58                     ` Alan Cox
2001-12-29 23:14                       ` Larry McVoy
2001-12-29 23:33                         ` Dave Jones
2001-12-29 23:38                           ` Larry McVoy
2001-12-29 23:47                             ` Dave Jones
2001-12-29 23:50                             ` Atomic Killer Attack Fish
2001-12-30  2:36                         ` Alan Cox
2001-12-30  2:49                           ` Larry McVoy
2001-12-30  3:54                             ` Dave Jones
2001-12-30 10:07                             ` Alan Cox
2002-01-01  1:32                         ` Horst von Brand
2001-12-31 21:24                           ` Rob Landley
2002-01-01  1:46                           ` Dave Jones
2002-01-02 14:59                       ` Geert Uytterhoeven
2001-12-31  8:45                     ` Daniel Phillips
2001-12-31 21:33                       ` Rob Landley
2002-01-02 10:14                         ` Daniel Phillips
2002-01-02 10:50                           ` Neil Brown
2002-01-02 11:07                             ` Daniel Phillips
2001-12-27 18:02       ` Alan Cox
2001-12-27 18:04       ` Richard Gooch
2001-12-27 18:06         ` Dave Jones
2001-12-27 18:17         ` Richard Gooch
2001-12-27 18:41       ` John Alvord
2001-12-27 18:49       ` Russell King
  -- strict thread matches above, loose matches on Subject: below --
2002-01-07  5:26 Eyal Sohya
2001-12-27 21:24 Dana Lacoste
2001-12-27 20:45 Dana Lacoste
2001-12-27 20:55 ` Larry McVoy
2001-12-23 14:18 Eyal Sohya
2001-12-23 14:13 Eyal Sohya
2001-12-23 14:11 Eyal Sohya
2001-12-18 15:18 Dana Lacoste
2001-12-18 18:08 ` John Alvord
2001-12-18 18:42   ` rsweet
2001-12-18 19:50 ` Alan Cox
2001-12-18 14:32 Dana Lacoste
2001-12-18 15:04 ` Alan Cox
2001-12-18 15:09   ` Dead2
2001-12-18 18:37     ` Ken Brownfield
     [not found]       ` <01121909274103.01840@manta>
2001-12-19  9:56         ` Dead2
2001-12-19 18:06           ` Ken Brownfield
2001-12-19 18:11         ` Ken Brownfield
2001-12-18  5:20 Eyal Sohya
2001-12-18  6:11 ` Craig Christophel
2001-12-18 12:19 ` Rik van Riel
2001-12-18 14:38 ` M. Edward (Ed) Borasky
2001-12-18 15:18   ` David Weinehall
2001-12-18 15:27     ` Momchil Velikov
2001-12-20  6:49   ` Kai Henningsen
2001-12-20  9:30     ` Momchil Velikov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011227151319.E25200@altus.drgw.net \
    --to=hozer@drgw.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rgooch@ras.ucalgary.ca \
    --cc=riel@conectiva.com.br \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®