From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:51831 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754045AbcAWQsd (ORCPT ); Sat, 23 Jan 2016 11:48:33 -0500 Date: Sat, 23 Jan 2016 08:48:32 -0800 From: Greg KH To: linux-kernel@vger.kernel.org, Andrew Morton , torvalds@linux-foundation.org, stable@vger.kernel.org Cc: lwn@lwn.net, Jiri Slaby Subject: Linux 4.3.4 Message-ID: <20160123164832.GA4659@kroah.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="jRHKVT23PllUwdXP" Content-Disposition: inline Sender: stable-owner@vger.kernel.org List-ID: --jRHKVT23PllUwdXP Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm announcing the release of the 4.3.4 kernel. All users of the 4.3 kernel series must upgrade. The updated 4.3.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linu= x-4.3.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=3Dlinux/kernel/git/stable/linux-stable.git;a=3Dsu= mmary thanks, greg k-h ------------ Makefile | 2=20 drivers/acpi/osl.c | 13 + drivers/acpi/sleep.c | 6=20 drivers/char/tpm/tpm.h | 7=20 drivers/char/tpm/tpm_crb.c | 32 +--- drivers/char/tpm/tpm_tis.c | 192 +++++++++++++++++++= +---- drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 7=20 drivers/net/ethernet/freescale/gianfar.c | 8 - drivers/net/ethernet/freescale/gianfar.h | 1=20 drivers/net/ethernet/qualcomm/qca_spi.c | 5=20 drivers/net/ethernet/renesas/sh_eth.c | 4=20 drivers/net/phy/micrel.c | 13 + drivers/net/ppp/pppoe.c | 14 + drivers/net/ppp/pptp.c | 6=20 drivers/net/usb/cdc_mbim.c | 26 +++ drivers/net/usb/cdc_ncm.c | 10 + drivers/net/usb/r8152.c | 21 -- drivers/net/vrf.c | 14 + drivers/platform/x86/toshiba_acpi.c | 1=20 drivers/usb/class/cdc-acm.c | 5=20 drivers/usb/core/config.c | 3=20 drivers/usb/core/hub.c | 22 +- drivers/usb/core/quirks.c | 6=20 drivers/usb/gadget/udc/pxa27x_udc.c | 3=20 drivers/usb/host/ohci-at91.c | 11 - drivers/usb/host/whci/qset.c | 4=20 drivers/usb/musb/Kconfig | 2=20 drivers/usb/serial/cp210x.c | 1=20 drivers/usb/serial/usb-serial-simple.c | 1=20 drivers/usb/storage/uas.c | 4=20 drivers/usb/storage/unusual_devs.h | 2=20 drivers/usb/storage/unusual_uas.h | 2=20 include/linux/acpi.h | 6=20 include/linux/usb/quirks.h | 3=20 include/net/dst.h | 33 ++++ include/net/inetpeer.h | 1=20 include/net/sock.h | 5=20 include/net/vxlan.h | 2=20 include/uapi/linux/Kbuild | 1=20 lib/rhashtable.c | 25 +-- net/ax25/af_ax25.c | 3=20 net/bluetooth/sco.c | 3=20 net/core/skbuff.c | 6=20 net/core/sock.c | 5=20 net/decnet/af_decnet.c | 3=20 net/ipv4/af_inet.c | 3=20 net/ipv4/fou.c | 3=20 net/ipv4/tcp_ipv4.c | 5=20 net/ipv4/tcp_output.c | 23 +- net/ipv6/addrconf.c | 8 - net/ipv6/af_inet6.c | 3=20 net/ipv6/ip6_gre.c | 8 - net/ipv6/tcp_ipv6.c | 3=20 net/irda/af_irda.c | 3=20 net/openvswitch/conntrack.c | 16 +- net/sched/sch_api.c | 2=20 net/sctp/ipv6.c | 8 + net/sctp/sm_make_chunk.c | 4=20 net/sctp/socket.c | 4=20 net/socket.c | 1=20 net/tipc/udp_media.c | 2=20 net/unix/af_unix.c | 13 - security/keys/keyctl.c | 18 +- security/keys/process_keys.c | 1=20 64 files changed, 486 insertions(+), 186 deletions(-) Alan Stern (1): USB: add quirk for devices with broken LPM Alexandre Belloni (1): USB: host: ohci-at91: fix a crash in ohci_hcd_at91_overcurrent_irq Alexey Khoroshilov (1): USB: whci-hcd: add check for dma mapping error Andrew Lunn (1): phy: micrel: Fix finding PHY properties in MAC node. Arnd Bergmann (1): usb: musb: USB_TI_CPPI41_DMA requires dmaengine support Azael Avalos (1): toshiba_acpi: Initialize hotkey_event_type variable Ben Hutchings (3): Revert "vrf: fix double free and memory corruption on register_netdev= ice failure" tipc: Fix kfree_skb() of uninitialised pointer usb: Use the USB_SS_MULT() macro to decode burst multiplier for log m= essage Bj=F8rn Mork (2): ipv6: keep existing flags when setting IFA_F_OPTIMISTIC net: cdc_mbim: add "NDP to end" quirk for Huawei E3372 Chen Yu (3): ACPI: Use correct IRQ when uninstalling ACPI interrupt handler ACPI: Using correct irq when waiting for events ACPI / PM: Fix incorrect wakeup IRQ setting during suspend-to-idle David Howells (1): KEYS: Fix race between read and revoke David S. Miller (1): bluetooth: Validate socket address length in sco_sock_bind(). Dmitry Katsubo (1): usb-storage: Fix scsi-sd failure "Invalid field in cdb" for USB adapt= er JMicron Eric Dumazet (5): ipv6: sctp: clone options to avoid use after free net: fix IP early demux races net_sched: make qdisc_tree_decrease_qlen() work for non mq inet: tcp: fix inetpeer_set_addr_v4() tcp: restore fastopen with no data in SYN packet Felipe Balbi (1): usb: gadget: pxa27x: fix suspend callback Greg Kroah-Hartman (1): Linux 4.3.4 Guillaume Nault (1): pppoe: fix memory corruption in padt work structure Hamish Martin (1): gianfar: Don't enable RX Filer if not supported Hannes Frederic Sowa (3): net: add validation for the socket syscall protocol argument ipv6: automatically enable stable privacy mode if stable_secret set fou: clean up socket with kfree_rcu Hans Yang (1): usb: core : hub: Fix BOS 'NULL pointer' kernel panic Herbert Xu (2): rhashtable: Enforce minimum size on initial hash table rhashtable: Fix walker list corruption Jarkko Sakkinen (1): tpm, tpm_tis: fix tpm_tis ACPI detection issue with TPM 2.0 Jiri Benc (1): vxlan: fix incorrect RCO bit in VXLAN header Joe Stringer (2): openvswitch: Fix helper reference leak openvswitch: Respect conntrack zone even if invalid Jonas Jonsson (2): USB: cdc_acm: Ignore Infineon Flash Loader utility USB: serial: Another Infineon flash loader USB ID Konstantin Shkolnyy (1): USB: cp210x: Remove CP2110 ID from compatibility list Marcelo Ricardo Leitner (3): sctp: use the same clock as if sock source timestamps were on sctp: update the netstamp_needed counter when copying sockets sctp: also copy sk_tsflags when copying the socket Nicolas Dichtel (1): gre6: allow to update all parameters via rtnl Nikolay Aleksandrov (1): vrf: fix double free and memory corruption on register_netdevice fail= ure Pavel Machek (1): atl1c: Improve driver not to do order 4 GFP_ATOMIC allocation Peter Wu (1): r8152: fix lockup when runtime PM is enabled Rainer Weikusat (1): af_unix: Revert 'lock_interruptible' in stream receive code Sergei Shtylyov (1): sh_eth: fix kernel oops in skb_put() Stefan Wahren (1): net: qca_spi: fix transmit queue timeout handling 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 (2): pptp: verify sockaddr_len in pptp_bind() and pptp_connect() net: check both type and procotol for tcp sockets Yevgeny Pats (1): KEYS: Fix keyring ref leak in join_session_keyring() stephen hemminger (1): uapi: export ila.h tadeusz.struk@intel.com (1): net: fix uninitialized variable issue --jRHKVT23PllUwdXP Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIbBAEBCAAGBQJWo67fAAoJEDjbvchgkmk++eIP+NZhKBKbDL0+vFFdMP0nioht 2Hin6AlUuyPCKVVxv+Tq5An3qCr5uRPuaLWE0OCJ8YZy3nGTi4Vegk5iPLpMhYAa xmXUK5eLKpbUVSHFCBBrRwJwEFZ9OqSlOfQuXxsPmAWCW+hzfF8HwcwHmR+7KkBq aRKsmWUHK9pD4fFH3jmoiA2udSyqFwm5NJbD3JB80eNXZkzmDk5MTVQZh/t6h7u6 NMGadQ9QfChvHMCqI7XjHCGdMaEB+9EoXuHAmIAk8V4g83AwrG+uJOhCvAXSyiyv 1Qe23OU5YyOhob+CRmNKwX4sSbJx7YmZlwrRKT2pJPN5kqrQV+3de9WUBS6d4jkg tgmALJk5t92HBQHm5KUGtekptwFpDGbk/iIrRTRTM1mNdSk4kViFClJdreF72RpZ 7gBH6gwzee6xFDr/JzSlVmi2X3DapMppYkBr++noR1ALnTAGghs1296piVV9A2tq 2HSVujfL7x4C6UrdGLQojy7A+JMe3y0ymzGVdSFSfdY4D+vEthpv9nbJOmRMDr6e 08SoP05Dgh2kHF2ssl9fBZCbMWfDcTHQtA/ukrDSXK+Rsz5aoWqDUlQm76EBFx67 aTo75BVJvSvVQZEhL3YN7H0IpidTaBsq6KOVJTRGe7OT/yizI0TN2DjGZWrmKYM+ CJCmUqTxynwt32c/9dg= =7F04 -----END PGP SIGNATURE----- --jRHKVT23PllUwdXP--