I'm announcing the release of the 4.19.232 kernel.
All users of the 4.19 kernel series must upgrade.
The updated 4.19.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.19.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
arch/parisc/kernel/unaligned.c | 14 +--
drivers/ata/pata_hpt37x.c | 14 +++
drivers/gpio/gpio-tegra186.c | 14 ++-
drivers/gpu/drm/drm_edid.c | 2
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c | 37 ++++-----
drivers/iio/adc/men_z188_adc.c | 9 ++
drivers/infiniband/ulp/srp/ib_srp.c | 6 +
drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c | 2
drivers/net/usb/cdc_ether.c | 12 +++
drivers/net/usb/sr9700.c | 2
drivers/net/usb/zaurus.c | 12 +++
drivers/tty/n_gsm.c | 4 -
drivers/usb/dwc3/dwc3-pci.c | 4 -
drivers/usb/dwc3/gadget.c | 2
drivers/usb/gadget/function/rndis.c | 8 ++
drivers/usb/gadget/function/rndis.h | 1
drivers/usb/gadget/udc/udc-xilinx.c | 6 +
drivers/usb/host/xhci.c | 28 ++++---
drivers/usb/serial/ch341.c | 1
drivers/usb/serial/option.c | 12 +++
drivers/vhost/vsock.c | 21 +++--
fs/configfs/dir.c | 14 +++
fs/file.c | 73 ++++++++++++++-----
fs/tracefs/inode.c | 5 -
include/net/checksum.h | 5 +
kernel/cgroup/cpuset.c | 2
kernel/trace/trace_events_trigger.c | 52 +++++++++++--
mm/memblock.c | 10 ++
net/core/skbuff.c | 4 -
net/ipv4/af_inet.c | 5 +
net/ipv4/ping.c | 1
net/ipv6/ip6_offload.c | 2
net/openvswitch/actions.c | 46 +++++++++--
net/tipc/name_table.c | 2
net/tipc/socket.c | 2
36 files changed, 336 insertions(+), 100 deletions(-)
Bart Van Assche (1):
RDMA/ib_srp: Fix a deadlock
ChenXiaoSong (1):
configfs: fix a race in configfs_{,un}register_subsystem()
Christophe JAILLET (1):
iio: adc: men_z188_adc: Fix a resource leak in an error handling path
Daehwan Jung (1):
usb: gadget: rndis: add spinlock for rndis response list
Dan Carpenter (1):
tipc: Fix end of loop tests for list_for_each_entry()
Daniele Palmas (1):
USB: serial: option: add Telit LE910R1 compositions
Dmytro Bagrii (1):
Revert "USB: serial: ch341: add new Product ID for CH341A"
Eric Dumazet (1):
net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends
Gal Pressman (1):
net/mlx5e: Fix wrong return value on ioctl EEPROM query failure
Greg Kroah-Hartman (1):
Linux 4.19.232
Hans de Goede (1):
usb: dwc3: pci: Fix Bay Trail phy GPIO mappings
Helge Deller (2):
parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernel
parisc/unaligned: Fix ldw() and stw() unalignment handlers
Hongyu Xie (1):
xhci: Prevent futile URB re-submissions due to incorrect return value.
Karol Herbst (1):
Revert "drm/nouveau/pmu/gm200-: avoid touching PMU outside of DEVINIT/PREOS/ACR"
Linus Torvalds (1):
fget: clarify and improve __fget_files() implementation
Marc Zyngier (1):
gpio: tegra186: Fix chip_data type confusion
Maxime Ripard (1):
drm/edid: Always set RGB444
Miaohe Lin (1):
memblock: use kfree() to release kmalloced memblock regions
Oliver Neukum (2):
sr9700: sanity check for packet length
USB: zaurus: support another broken Zaurus
Paul Blakey (1):
openvswitch: Fix setting ipv6 fields causing hw csum failure
Puma Hsu (1):
xhci: re-initialize the HC during resume if HCE was set
Sebastian Andrzej Siewior (1):
usb: dwc3: gadget: Let the interrupt handler disable bottom halves.
Sergey Shtylyov (1):
ata: pata_hpt37x: disable primary channel on HPT371
Slark Xiao (1):
USB: serial: option: add support for DW5829e
Stefano Garzarella (1):
vhost/vsock: don't check owner in vhost_vsock_stop() while releasing
Steven Rostedt (Google) (2):
tracing: Have traceon and traceoff trigger honor the instance
tracefs: Set the group ownership in apply_options() not parse_options()
Szymon Heidrich (1):
USB: gadget: validate endpoint index for xilinx udc
Tao Liu (1):
gso: do not skip outer ip header in case of ipip and net_failover
Xin Long (1):
ping: remove pr_err from ping_lookup
Zhang Qiao (1):
cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug
daniel.starke(a)siemens.com (2):
tty: n_gsm: fix proper link termination after failed open
tty: n_gsm: fix encoding of control signal octet bit DV
I'm announcing the release of the 4.14.269 kernel.
All users of the 4.14 kernel series must upgrade.
The updated 4.14.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.14.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
arch/parisc/kernel/unaligned.c | 14 +--
drivers/ata/pata_hpt37x.c | 14 +++
drivers/gpu/drm/drm_edid.c | 2
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c | 37 ++++-----
drivers/iio/adc/men_z188_adc.c | 9 ++
drivers/infiniband/ulp/srp/ib_srp.c | 6 +
drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c | 2
drivers/net/usb/cdc_ether.c | 12 +++
drivers/net/usb/sr9700.c | 2
drivers/net/usb/zaurus.c | 12 +++
drivers/tty/n_gsm.c | 4 -
drivers/tty/serial/8250/8250_of.c | 11 ++
drivers/usb/dwc3/gadget.c | 2
drivers/usb/gadget/function/rndis.c | 8 ++
drivers/usb/gadget/function/rndis.h | 1
drivers/usb/gadget/udc/udc-xilinx.c | 6 +
drivers/usb/host/xhci.c | 28 ++++---
drivers/usb/serial/ch341.c | 1
drivers/usb/serial/option.c | 12 +++
drivers/vhost/vsock.c | 21 +++--
fs/configfs/dir.c | 14 +++
fs/file.c | 73 ++++++++++++++-----
fs/tracefs/inode.c | 5 -
include/net/checksum.h | 5 +
kernel/cgroup/cpuset.c | 2
mm/memblock.c | 10 ++
net/core/skbuff.c | 4 -
net/ipv4/af_inet.c | 5 +
net/ipv4/ping.c | 1
net/ipv6/ip6_offload.c | 2
net/openvswitch/actions.c | 46 +++++++++--
32 files changed, 286 insertions(+), 87 deletions(-)
Bart Van Assche (1):
RDMA/ib_srp: Fix a deadlock
ChenXiaoSong (1):
configfs: fix a race in configfs_{,un}register_subsystem()
Christophe JAILLET (1):
iio: adc: men_z188_adc: Fix a resource leak in an error handling path
Daehwan Jung (1):
usb: gadget: rndis: add spinlock for rndis response list
Daniele Palmas (1):
USB: serial: option: add Telit LE910R1 compositions
Dmytro Bagrii (1):
Revert "USB: serial: ch341: add new Product ID for CH341A"
Eric Dumazet (1):
net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends
Gal Pressman (1):
net/mlx5e: Fix wrong return value on ioctl EEPROM query failure
Greg Kroah-Hartman (1):
Linux 4.14.269
Helge Deller (2):
parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernel
parisc/unaligned: Fix ldw() and stw() unalignment handlers
Hongyu Xie (1):
xhci: Prevent futile URB re-submissions due to incorrect return value.
Karol Herbst (1):
Revert "drm/nouveau/pmu/gm200-: avoid touching PMU outside of DEVINIT/PREOS/ACR"
Linus Torvalds (1):
fget: clarify and improve __fget_files() implementation
Maxime Ripard (1):
drm/edid: Always set RGB444
Miaohe Lin (1):
memblock: use kfree() to release kmalloced memblock regions
Oliver Neukum (2):
sr9700: sanity check for packet length
USB: zaurus: support another broken Zaurus
Paul Blakey (1):
openvswitch: Fix setting ipv6 fields causing hw csum failure
Puma Hsu (1):
xhci: re-initialize the HC during resume if HCE was set
Robert Hancock (1):
serial: 8250: of: Fix mapped region size when using reg-offset property
Sebastian Andrzej Siewior (1):
usb: dwc3: gadget: Let the interrupt handler disable bottom halves.
Sergey Shtylyov (1):
ata: pata_hpt37x: disable primary channel on HPT371
Slark Xiao (1):
USB: serial: option: add support for DW5829e
Stefano Garzarella (1):
vhost/vsock: don't check owner in vhost_vsock_stop() while releasing
Steven Rostedt (Google) (1):
tracefs: Set the group ownership in apply_options() not parse_options()
Szymon Heidrich (1):
USB: gadget: validate endpoint index for xilinx udc
Tao Liu (1):
gso: do not skip outer ip header in case of ipip and net_failover
Xin Long (1):
ping: remove pr_err from ping_lookup
Zhang Qiao (1):
cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug
daniel.starke(a)siemens.com (2):
tty: n_gsm: fix encoding of control signal octet bit DV
tty: n_gsm: fix proper link termination after failed open
Hello,
I am a Russian widow trapped in Ukraine's Donbass region amid Vladimir
Putin's senseless conflict. During the 2014 battle in the Donbass, I
lost my husband, a prominent Ukrainian businessman, who died without
having children with me. I am currently in an underground bunker in
Donetsk Oblast, a separatist war zone recognized by Russian President
Vladimir Putin. I urgently request your assistance in moving my family
trust fund worth £3,500,000.00 from the UK to your country to prevent
European Union sanctions from seizing my money because I am a Russian
citizen.
Please help me save and protect this money. You will receive 30% of
the total money as a reward for your efforts, while you must keep 70%
for me until the conflict is over. For more information, you can
contact me directly at (anna(a)sc2000.net).
Cordially
Anna Zakharchenko
My email address is: anna(a)sc2000.net