I'm announcing the release of the 3.14.59 kernel. All users of the 3.14 kernel series must upgrade. The updated 3.14.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.14.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 drivers/firewire/ohci.c | 5 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 7 drivers/net/ethernet/renesas/sh_eth.c | 4 drivers/net/phy/broadcom.c | 2 drivers/net/ppp/pptp.c | 6 drivers/net/usb/qmi_wwan.c | 1 drivers/usb/class/cdc-acm.c | 5 drivers/usb/core/config.c | 3 drivers/usb/core/hub.c | 7 drivers/usb/core/quirks.c | 6 drivers/usb/host/whci/qset.c | 4 drivers/usb/serial/cp210x.c | 1 drivers/usb/serial/usb-serial-simple.c | 1 fs/btrfs/file.c | 16 + fs/btrfs/inode.c | 10 - fs/ext4/ext4_jbd2.c | 6 fs/ext4/super.c | 12 + fs/jbd2/journal.c | 6 fs/nfs/inode.c | 6 fs/nfs/nfs4client.c | 2 fs/ocfs2/namei.c | 2 include/linux/jbd2.h | 1 include/linux/usb/quirks.h | 3 include/net/af_unix.h | 1 include/net/ip6_tunnel.h | 3 include/net/ip_tunnels.h | 3 include/net/ipv6.h | 1 include/net/sock.h | 3 net/ax25/af_ax25.c | 3 net/bluetooth/sco.c | 3 net/core/scm.c | 2 net/core/skbuff.c | 3 net/core/sock.c | 2 net/decnet/af_decnet.c | 3 net/ipv4/af_inet.c | 3 net/ipv4/ipmr.c | 15 - net/ipv4/tcp_input.c | 1 net/ipv4/tcp_ipv4.c | 3 net/ipv6/af_inet6.c | 3 net/ipv6/ip6_gre.c | 8 net/ipv6/ip6mr.c | 15 - net/ipv6/mcast.c | 2 net/ipv6/netfilter/nf_conntrack_reasm.c | 5 net/ipv6/reassembly.c | 10 - net/irda/af_irda.c | 3 net/packet/af_packet.c | 19 +- net/sctp/auth.c | 4 net/sctp/ipv6.c | 8 net/sctp/sm_make_chunk.c | 4 net/sctp/socket.c | 12 + net/unix/af_unix.c | 196 ++++++++++++++++++++---- security/keys/gc.c | 10 - security/keys/keyctl.c | 18 +- security/keys/process_keys.c | 1 tools/net/Makefile | 7 56 files changed, 381 insertions(+), 111 deletions(-) Aaro Koskinen (1): broadcom: fix PHY_ID_BCM5481 entry in the id table Alan Stern (1): USB: add quirk for devices with broken LPM Alexey Khoroshilov (1): USB: whci-hcd: add check for dma mapping error Ben Hutchings (1): usb: Use the USB_SS_MULT() macro to decode burst multiplier for log message Benjamin Coddington (1): nfs4: start callback_ident at idr 1 Bjørn Mork (1): net: qmi_wwan: add XS Stick W100-2 from 4G Systems Daeho Jeong (1): ext4, jbd2: ensure entering into panic after recording an error in superblock Daniel Borkmann (4): packet: do skb_probe_transport_header when we actually have data packet: always probe for transport header packet: infer protocol from ethernet header if unset net, scm: fix PaX detected msg_controllen overflow in scm_detach_fds David Howells (3): KEYS: Fix race between key destruction and finding a keyring by name KEYS: Fix crash when attempt to garbage collect an uninstantiated keyring KEYS: Fix race between read and revoke David S. Miller (1): bluetooth: Validate socket address length in sco_sock_bind(). Eric Dumazet (4): tcp: md5: fix lockdep annotation tcp: initialize tp->copied_seq in case of cross SYN connection ipv6: sctp: implement sctp_v6_destroy_sock() ipv6: sctp: clone options to avoid use after free Filipe Manana (2): Btrfs: fix race leading to incorrect item deletion when dropping extents Btrfs: fix race leading to BUG_ON when running delalloc for nodatacow Greg Kroah-Hartman (1): Linux 3.14.59 Hannes Frederic Sowa (1): net: add validation for the socket syscall protocol argument Jason A. Donenfeld (1): ip_tunnel: disable preemption when updating per-cpu tstats Jeff Layton (1): nfs: if we have no valid attrs, then don't declare the attribute cache valid Jonas Jonsson (2): USB: cdc_acm: Ignore Infineon Flash Loader utility USB: serial: Another Infineon flash loader USB ID Junxiao Bi (1): ocfs2: fix umask ignored issue Kamal Mostafa (1): tools/net: Use include/uapi with __EXPORTED_HEADERS__ Konstantin Shkolnyy (1): USB: cp210x: Remove CP2110 ID from compatibility list Lukas Czerner (1): ext4: fix potential use after free in __ext4_journal_stop Marcelo Ricardo Leitner (2): sctp: use the same clock as if sock source timestamps were on sctp: update the netstamp_needed counter when copying sockets Michal Kubeček (1): ipv6: distinguish frag queues by device for multicast and link-local packets Neil Horman (1): snmp: Remove duplicate OUTMCAST stat increment Nicolas Dichtel (1): gre6: allow to update all parameters via rtnl Nikolay Aleksandrov (2): net: ipmr: fix static mfc/dev leaks on table destruction net: ip6mr: fix static mfc/dev leaks on table destruction Pavel Machek (1): atl1c: Improve driver not to do order 4 GFP_ATOMIC allocation Rainer Weikusat (2): unix: avoid use-after-free in ep_remove_wait_queue af_unix: Revert 'lock_interruptible' in stream receive code Sergei Shtylyov (1): sh_eth: fix kernel oops in skb_put() Stefan Richter (1): firewire: ohci: fix JMicron JMB38x IT context discovery Vlad Yasevich (2): vlan: Fix untag operations of stacked vlans with REORDER_HEADER off skbuff: Fix offset error in skb_reorder_vlan_header WANG Cong (1): pptp: verify sockaddr_len in pptp_bind() and pptp_connect() Yevgeny Pats (1): KEYS: Fix keyring ref leak in join_session_keyring() lucien (1): sctp: translate host order to network order when setting a hmacid
Attachment:
signature.asc
Description: PGP signature