I'm announcing the release of the 3.16.73 kernel.
All users of the 3.16 kernel series should upgrade.
The updated 3.16.y git tree can be found at: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.16.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git
The diff from 3.16.72 is attached to this message.
Ben.
------------
Documentation/siphash.txt | 75 +++++++++++ Makefile | 2 +- fs/ext4/indirect.c | 43 ++++--- include/linux/siphash.h | 57 +++++++- include/net/tcp.h | 3 + lib/siphash.c | 321 +++++++++++++++++++++++++++++++++++++++++++++- lib/test_siphash.c | 98 +++++++++++++- 7 files changed, 572 insertions(+), 27 deletions(-)
Ben Hutchings (2): tcp: Clear sk_send_head after purging the write queue Linux 3.16.73
Jason A. Donenfeld (1): siphash: implement HalfSipHash1-3 for hash tables
zhangyi (F) (2): ext4: brelse all indirect buffer in ext4_ind_remove_space() ext4: cleanup bh release code in ext4_ind_remove_space()