KS discuss
From Kernel Summit Wiki
As in previous years, the organizers have 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 . "lists.linux-foundation.org\n"; print "http://lists.linux-foundation.org/mailman/listinfo/ksummit-" . $AD . "-discuss\n";
If you have any questions, please feel to contact Ted Tso (tytso at mit.edu) 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/'
