* 2008 Linux Kernel Summit
@ 2008-05-23 17:27 Theodore Ts'o
2008-05-23 17:30 ` Theodore Tso
0 siblings, 1 reply; 3+ messages in thread
From: Theodore Ts'o @ 2008-05-23 17:27 UTC (permalink / raw)
To: linux-kernel, ksummit-2008-discuss
Hi folks,
It's time to start kicking off the 2008 Kernel Summit planning
process. This year, the Kernel Summit will be held in Portland, Oregon,
on September 15-16, just before the Plumber's conference.
As in previous years, I've set up a e-mail discussion list for
people who are interested in making suggestions for this year's kernel
summit. In the probably hopeless attempt to avoid the list address
getting instantly harvested by spammers from all of the LKML archives,
the list submission address and subscription URL can be found by
executing the following perl script:
#!/usr/bin/perl
$at="@";
$AD=(gmtime(time))[5]+1900;
print "ksummit-" . $AD . "-discuss" . $at . "thunk.org\n";
print "http://lists.linux-foundation.org/mailman/listinfo/ksummit-" . $AD . "-discuss\n";
This year's program committe is:
Anton Blanchard
Jonathon Corbet
James Bottomley
Dirk Hohndel
Dave Jones
Greg Kroah-Hartman
Chris Mason
Andrew Morton
Theodore Ts'o
Arjan De Ven
If you have any questions, please feel to contact me or the entire
kernel summit program committee. Our contact e-mail address can be
found by taking the output from the above perl script and running it
through the command: "sed -e 's/discuss/pc/'".
Regards,
- Ted
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2008 Linux Kernel Summit
2008-05-23 17:27 2008 Linux Kernel Summit Theodore Ts'o
@ 2008-05-23 17:30 ` Theodore Tso
0 siblings, 0 replies; 3+ messages in thread
From: Theodore Tso @ 2008-05-23 17:30 UTC (permalink / raw)
To: linux-kernel, ksummit-2008-discuss
On Fri, May 23, 2008 at 01:27:54PM -0400, Theodore Ts'o wrote:
>
> #!/usr/bin/perl
> $at="@";
> $AD=(gmtime(time))[5]+1900;
> print "ksummit-" . $AD . "-discuss" . $at . "thunk.org\n";
> print "http://lists.linux-foundation.org/mailman/listinfo/ksummit-" . $AD . "-discuss\n";
>
Oops! Obviously, that should read:
#!/usr/bin/perl
$at="@";
$AD=(gmtime(time))[5]+1900;
print "ksummit-" . $AD . "-discuss" . $at . "lists.linux-foundation.org\n";
print "http://lists.linux-foundation.org/mailman/listinfo/ksummit-" . $AD . "-discuss\n";
- Ted
^ permalink raw reply [flat|nested] 3+ messages in thread
* 2008 Linux Kernel Summit
@ 2008-05-27 14:29 James Bottomley
0 siblings, 0 replies; 3+ messages in thread
From: James Bottomley @ 2008-05-27 14:29 UTC (permalink / raw)
To: linux-scsi
Just so you know, the announcement of the 2008 kernel summit is here:
http://marc.info/?t=121156390600002
There's an open discussion list for anyone to subscribe to here:
https://lists.linux-foundation.org/mailman/listinfo/ksummit-2008-discuss
James
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-05-27 14:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-23 17:27 2008 Linux Kernel Summit Theodore Ts'o
2008-05-23 17:30 ` Theodore Tso
-- strict thread matches above, loose matches on Subject: below --
2008-05-27 14:29 James Bottomley
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.