Quotes of the week
[Posted October 17, 2012 by corbet]
Apparently it is a bad idea to compose and send a patch while in a
C++ standards committee meeting where people are arguing about
async futures...
—
Paul McKenney
I believe the answer is that recent vulnerabilities have lead us to
abandon the idea that we can trust anything in userspace, and
retreat to the kernel. The concept that the kernel is more secure
because we didn't include lots of crap seems to be a heretical
thought.
—
Rusty
Russell
Long experience with file systems shows us that they are like fine
wine; they take time to mature. Whether you're talking about
ext2/3/4, btrfs, Sun's ZFS, Digital's ADVFS, IBM's JFS or GPFS
etc., and whether you're talking about file systems developed using
open source or more traditional corporate development processes, it
takes a minimum of 3-5 years and 50-200 PY's of effort to create a
fully production-ready file system from scratch.
—
Ted Ts'o
I went to prepare a patch to fix this, and ended up finding no such
problem to fix - which fits with how no such problem has been
reported.
— No-such-signoff-by:
Hugh Dickins
The requirement for a FIPS 140-2 module is to disable the entire
module if any component of its self test or integrity test
failed....
There are two solutions that were contemplated for disabling the
module: having a kind of global status of the crypto API that makes
it non-responsive in case of an integrity/self-test error. The
other solution is to simply terminate the entire kernel. As the
former one also will lead to a kernel failure eventually as many
parts of the kernel depend on the crypto API, the implementation of
the latter option was chosen.
—
Stephan Mueller; don't try to load a
unsigned module in FIPS mode
What is the proper amount of time to wait upon receiving an email
containing obviously incorrect statements about Linux kernel code
before sending a "you have got to be kidding" email response.
Should I just hope the sender realizes their foolishness on their
own and give them N hours to rescind the statement and fix up their
insane patch and resend it, thereby giving them a grace period? If
so, what is the proper value for N?
Or is it fair game to let loose and channel up the Torvalds-like
daemons within my keyboard, with the hope that it would actually do
some good and they would learn from their mistakes?
—
Greg Kroah-Hartman
(
Log in to post comments)