I'm announcing the release of the 3.10.92 kernel. All users of the 3.10 kernel series must upgrade. The updated 3.10.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.10.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Makefile | 2 +- arch/m68k/include/asm/uaccess_mm.h | 8 ++++---- arch/m68k/lib/uaccess.c | 6 +++--- arch/sparc/crypto/aes_glue.c | 2 ++ arch/sparc/crypto/camellia_glue.c | 1 + arch/sparc/crypto/des_glue.c | 2 ++ crypto/ahash.c | 3 ++- drivers/block/rbd.c | 1 - drivers/i2c/busses/i2c-rcar.c | 7 ++++--- drivers/md/dm-thin.c | 2 +- drivers/net/ppp/pppoe.c | 1 - drivers/net/usb/asix_devices.c | 16 ++-------------- include/linux/skbuff.h | 3 +++ include/net/af_unix.h | 6 +++++- include/net/sock.h | 8 ++++++++ kernel/workqueue.c | 8 ++++---- net/core/ethtool.c | 2 +- net/core/skbuff.c | 9 +++++---- net/l2tp/l2tp_core.c | 11 +++++++++-- net/unix/af_unix.c | 14 +++++++++++++- 20 files changed, 70 insertions(+), 42 deletions(-) Aaron Conole (2): af_unix: Convert the unix_sk macro to an inline function for type safety af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag Alexander Couzens (1): l2tp: protect tunnel->del_work by ref_count Charles Keepax (1): asix: Do full reset during ax88772_bind Dave Kleikamp (1): crypto: sparc - initialize blkcipher.ivsize Eric Dumazet (1): net: add pfmemalloc check in sk_add_backlog() Geert Uytterhoeven (1): m68k/uaccess: Fix asm constraints for userspace access Greg Kroah-Hartman (1): Linux 3.10.92 Guillaume Nault (1): ppp: don't override sk->sk_state in pppoe_flush_dev() Ilya Dryomov (1): rbd: fix double free on rbd_dev->header_name Joe Perches (1): ethtool: Use kcalloc instead of kmalloc for ethtool_get_strings Michel Stam (1): asix: Don't reset PHY on if_up for ASIX 88772 Mike Snitzer (1): dm thin: fix missing pool reference count decrement in pool_ctr error path Pravin B Shelar (2): skbuff: Fix skb checksum flag on skb pull skbuff: Fix skb checksum partial check. Russell King (1): crypto: ahash - ensure statesize is non-zero Shaohua Li (1): workqueue: make sure delayed work run in local cpu Wolfram Sang (1): i2c: rcar: enable RuntimePM before registering to the core