lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 14 Jan 2020 11:02:02 +0100
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     linux-kernel@...r.kernel.org
Cc:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
        linux@...ck-us.net, shuah@...nel.org, patches@...nelci.org,
        ben.hutchings@...ethink.co.uk, lkft-triage@...ts.linaro.org,
        stable@...r.kernel.org
Subject: [PATCH 4.4 00/28] 4.4.210-stable review

This is the start of the stable review cycle for the 4.4.210 release.
There are 28 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Thu, 16 Jan 2020 09:41:58 +0000.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.210-rc1.gz
or in the git tree and branch at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.4.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@...uxfoundation.org>
    Linux 4.4.210-rc1

Florian Westphal <fw@...len.de>
    netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is present

Florian Westphal <fw@...len.de>
    netfilter: arp_tables: init netns pointer in xt_tgchk_param struct

Alan Stern <stern@...land.harvard.edu>
    USB: Fix: Don't skip endpoint descriptors with maxpacket=0

Navid Emamdoost <navid.emamdoost@...il.com>
    rtl8xxxu: prevent leaking urb

Navid Emamdoost <navid.emamdoost@...il.com>
    scsi: bfa: release allocated memory in case of error

Navid Emamdoost <navid.emamdoost@...il.com>
    mwifiex: pcie: Fix memory leak in mwifiex_pcie_alloc_cmdrsp_buf

Ganapathi Bhat <gbhat@...vell.com>
    mwifiex: fix possible heap overflow in mwifiex_process_country_ie()

Sudip Mukherjee <sudipm.mukherjee@...il.com>
    tty: always relink the port

Sudip Mukherjee <sudipm.mukherjee@...il.com>
    tty: link tty and port before configuring it as console

Michael Straube <straube.linux@...il.com>
    staging: rtl8188eu: Add device code for TP-Link TL-WN727N v5.21

Paul Cercueil <paul@...pouillou.net>
    usb: musb: dma: Correct parameter passed to IRQ handler

Paul Cercueil <paul@...pouillou.net>
    usb: musb: Disable pullup at init

Daniele Palmas <dnlplm@...il.com>
    USB: serial: option: add ZLP support for 0x1bc7/0x9010

Malcolm Priestley <tvboxspy@...il.com>
    staging: vt6656: set usb_set_intfdata on driver fail.

Oliver Hartkopp <socketcan@...tkopp.net>
    can: can_dropped_invalid_skb(): ensure an initialized headroom in outgoing CAN sk_buffs

Florian Faber <faber@...erman.de>
    can: mscan: mscan_rx_poll(): fix rx path lockup when returning from polling to irq mode

Johan Hovold <johan@...nel.org>
    can: gs_usb: gs_usb_probe(): use descriptors of current altsetting

Wayne Lin <Wayne.Lin@....com>
    drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READ

Dmitry Torokhov <dmitry.torokhov@...il.com>
    Input: add safety guards to input_set_keycode()

Dmitry Torokhov <dmitry.torokhov@...il.com>
    HID: hid-input: clear unmapped usages

Marcel Holtmann <marcel@...tmann.org>
    HID: uhid: Fix returning EPOLLOUT from uhid_char_poll

Alan Stern <stern@...land.harvard.edu>
    HID: Fix slab-out-of-bounds read in hid_field_extract

Steven Rostedt (VMware) <rostedt@...dmis.org>
    tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not defined

Kaitao Cheng <pilgrimtao@...il.com>
    kernel/trace: Fix do not unregister tracepoints when register sched_migrate_task fail

Takashi Iwai <tiwai@...e.de>
    ALSA: usb-audio: Apply the sample rate quirk for Bose Companion 5

Guenter Roeck <linux@...ck-us.net>
    usb: chipidea: host: Disable port power only if previously enabled

Will Deacon <will@...nel.org>
    chardev: Avoid potential use-after-free in 'chrdev_open()'

Jan Kara <jack@...e.cz>
    kobject: Export kobject_get_unless_zero()


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

Diffstat:

 Makefile                                         |  4 +--
 drivers/gpu/drm/drm_dp_mst_topology.c            |  2 +-
 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 +
 33 files changed, 169 insertions(+), 55 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ