I just found this mail again. Yes, I agree with your interpretation,
which reflects the code we presently have, as well as my reading of
SuS. The SuS is quite clear that "A pending read shall not be
satisfied until MIN bytes are received". It doesn't say "A pending
read shall not be satisfied until MIN bytes or the number of requested
bytes in read() are received"
In addition, it also says "MIN represents the minimum number of bytes
that should be received when the read() function returns successfully."
Successful completion for read() is defined as "Upon successful
completion, read() shall return a non-negative integer indicating the
number of bytes actually read."
So, for _any_ read() to a terminal with MIN set, for this call to
return data (ie, success) MIN bytes must have been received.
(Note that the behaviour where the number of bytes > MIN seems to be
a little vague, SuS just talks about "block the calling thread until
_some_ data becomes available" for the blocking case.)
I'd be interested to know if Ted agrees with my position here; he is
the author of the tty code, and is presently looking at that area.
-- Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux http://www.arm.linux.org.uk/personal/aboutme.html- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/