stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 4.4.210
Date: Tue, 14 Jan 2020 22:56:44 +0100	[thread overview]
Message-ID: <20200114215644.GA2362170@kroah.com> (raw)

I'm announcing the release of the 4.4.210 kernel.

All users of the 4.4 kernel series must upgrade.

The updated 4.4.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.4.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;a=summary

thanks,

greg k-h

------------

 Makefile                                         |    2 -
 drivers/gpu/drm/drm_dp_mst_topology.c            |    2 -
 drivers/gpu/drm/i915/intel_lrc.c                 |   14 +++++++++
 drivers/hid/hid-core.c                           |    6 ++++
 drivers/hid/hid-input.c                          |   16 ++++++++--
 drivers/hid/uhid.c                               |    3 +-
 drivers/input/input.c                            |   26 ++++++++++-------
 drivers/net/can/mscan/mscan.c                    |   21 ++++++--------
 drivers/net/can/usb/gs_usb.c                     |    4 +-
 drivers/net/wireless/mwifiex/pcie.c              |    4 ++
 drivers/net/wireless/mwifiex/sta_ioctl.c         |   11 ++++++-
 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.c |    1 
 drivers/scsi/bfa/bfad_attr.c                     |    4 ++
 drivers/staging/rtl8188eu/os_dep/usb_intf.c      |    1 
 drivers/staging/vt6656/device.h                  |    1 
 drivers/staging/vt6656/main_usb.c                |    1 
 drivers/staging/vt6656/wcmd.c                    |    1 
 drivers/tty/serial/serial_core.c                 |    1 
 drivers/usb/chipidea/host.c                      |    4 ++
 drivers/usb/core/config.c                        |   12 +++++---
 drivers/usb/musb/musb_core.c                     |    3 ++
 drivers/usb/musb/musbhsdma.c                     |    2 -
 drivers/usb/serial/option.c                      |    8 +++++
 drivers/usb/serial/usb-wwan.h                    |    1 
 drivers/usb/serial/usb_wwan.c                    |    4 ++
 fs/char_dev.c                                    |    2 -
 include/linux/can/dev.h                          |   34 +++++++++++++++++++++++
 include/linux/kobject.h                          |    2 +
 kernel/trace/trace_sched_wakeup.c                |    4 ++
 kernel/trace/trace_stack.c                       |    5 +++
 lib/kobject.c                                    |    5 ++-
 net/ipv4/netfilter/arp_tables.c                  |   27 ++++++++++--------
 net/netfilter/ipset/ip_set_core.c                |    3 +-
 sound/usb/quirks.c                               |    1 
 34 files changed, 182 insertions(+), 54 deletions(-)

Akeem G Abodunrin (1):
      drm/i915/gen9: Clear residual context state on context switch

Alan Stern (2):
      HID: Fix slab-out-of-bounds read in hid_field_extract
      USB: Fix: Don't skip endpoint descriptors with maxpacket=0

Daniele Palmas (1):
      USB: serial: option: add ZLP support for 0x1bc7/0x9010

Dmitry Torokhov (2):
      HID: hid-input: clear unmapped usages
      Input: add safety guards to input_set_keycode()

Florian Faber (1):
      can: mscan: mscan_rx_poll(): fix rx path lockup when returning from polling to irq mode

Florian Westphal (2):
      netfilter: arp_tables: init netns pointer in xt_tgchk_param struct
      netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is present

Ganapathi Bhat (1):
      mwifiex: fix possible heap overflow in mwifiex_process_country_ie()

Greg Kroah-Hartman (1):
      Linux 4.4.210

Guenter Roeck (1):
      usb: chipidea: host: Disable port power only if previously enabled

Jan Kara (1):
      kobject: Export kobject_get_unless_zero()

Johan Hovold (1):
      can: gs_usb: gs_usb_probe(): use descriptors of current altsetting

Kaitao Cheng (1):
      kernel/trace: Fix do not unregister tracepoints when register sched_migrate_task fail

Malcolm Priestley (1):
      staging: vt6656: set usb_set_intfdata on driver fail.

Marcel Holtmann (1):
      HID: uhid: Fix returning EPOLLOUT from uhid_char_poll

Michael Straube (1):
      staging: rtl8188eu: Add device code for TP-Link TL-WN727N v5.21

Navid Emamdoost (3):
      mwifiex: pcie: Fix memory leak in mwifiex_pcie_alloc_cmdrsp_buf
      scsi: bfa: release allocated memory in case of error
      rtl8xxxu: prevent leaking urb

Oliver Hartkopp (1):
      can: can_dropped_invalid_skb(): ensure an initialized headroom in outgoing CAN sk_buffs

Paul Cercueil (2):
      usb: musb: Disable pullup at init
      usb: musb: dma: Correct parameter passed to IRQ handler

Steven Rostedt (VMware) (1):
      tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not defined

Sudip Mukherjee (2):
      tty: link tty and port before configuring it as console
      tty: always relink the port

Takashi Iwai (1):
      ALSA: usb-audio: Apply the sample rate quirk for Bose Companion 5

Wayne Lin (1):
      drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READ

Will Deacon (1):
      chardev: Avoid potential use-after-free in 'chrdev_open()'


             reply	other threads:[~2020-01-14 21:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-14 21:56 Greg KH [this message]
2020-01-14 21:56 ` Linux 4.4.210 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200114215644.GA2362170@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).