From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org,
torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, jslaby@suse.cz,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: Linux 4.4.302
Date: Thu, 3 Feb 2022 09:46:49 +0100 [thread overview]
Message-ID: <1643877137240249@kroah.com> (raw)
I'm announcing the release of the 4.4.302 kernel.
This kernel branch is now END-OF-LIFE. It will not be getting any more
updates from the kernel stable team, and will most likely quickly become
insecure and out-of-date. Do not use it anymore unless you really know
what you are doing.
Note, the CIP project at https://www.cip-project.org/ is considering to
maintain the 4.4 branch in a limited capability going forward. If you
really need to use this kernel version, please contact them.
Some simple statistics for the 4.4.y kernel branch:
First release: January 10, 2016
Last release: Febuary 3, 2022
Days supported: 2216
Changes added: 18712
Changes added per day: 8.44
Unique developers: 3532
Unique companies: 503
It was a good kernel branch, helped out by many to work as well as it
has, thanks to all for your help with this. It has powered many
millions, maybe a few billion, devices out in the world, but now it's
time to say good-bye.
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
arch/s390/hypfs/hypfs_vm.c | 6 +-
arch/x86/kvm/x86.c | 14 ++--
drivers/gpu/drm/msm/msm_drv.c | 2
drivers/gpu/drm/radeon/ci_dpm.c | 6 --
drivers/hwmon/lm90.c | 2
drivers/input/serio/i8042-x86ia64io.h | 11 ++-
drivers/media/i2c/tc358743.c | 2
drivers/s390/scsi/zfcp_fc.c | 13 ++++
drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 20 +-----
drivers/tty/n_gsm.c | 4 +
drivers/tty/serial/8250/8250_pci.c | 100 +++++++++++++++++++++++++++++++++-
drivers/tty/serial/stm32-usart.c | 2
drivers/usb/core/hcd.c | 14 ++++
drivers/usb/core/urb.c | 12 ++++
drivers/usb/storage/unusual_devs.h | 10 +++
fs/udf/inode.c | 9 +--
include/linux/netdevice.h | 1
include/net/ip.h | 21 +++----
kernel/power/wakelock.c | 12 +---
net/bluetooth/hci_event.c | 10 +--
net/bluetooth/mgmt.c | 8 +-
net/can/bcm.c | 20 +++---
net/core/net-procfs.c | 38 +++++++++++-
net/ipv4/ip_output.c | 11 +++
net/ipv4/raw.c | 5 +
net/ipv6/ip6_tunnel.c | 8 +-
net/packet/af_packet.c | 2
28 files changed, 267 insertions(+), 98 deletions(-)
Alan Stern (2):
usb-storage: Add unusual-devs entry for VL817 USB-SATA bridge
USB: core: Fix hang in usb_kill_urb by adding memory barriers
Brian Gix (1):
Bluetooth: refactor malicious adv data check
Cameron Williams (1):
tty: Add support for Brainboxes UC cards.
Congyu Liu (1):
net: fix information leakage in /proc/net/ptype
Eric Dumazet (3):
ipv4: avoid using shared IP generator for connected sockets
ipv4: raw: lock the socket in raw_bind()
ipv4: tcp: send zero IPID in SYNACK messages
Greg Kroah-Hartman (2):
PM: wakeup: simplify the output logic of pm_show_wakelocks()
Linux 4.4.302
Guenter Roeck (1):
hwmon: (lm90) Reduce maximum conversion rate for G781
Guillaume Bertholon (5):
Bluetooth: MGMT: Fix misplaced BT_HS check
Revert "drm/radeon/ci: disable mclk switching for high refresh rates (v2)"
Revert "tc358743: fix register i2c_rd/wr function fix"
KVM: x86: Fix misplaced backport of "work around leak of uninitialized stack contents"
Input: i8042 - Fix misplaced backport of "add ASUS Zenbook Flip to noselftest list"
Ido Schimmel (1):
ipv6_tunnel: Rate limit warning messages
Jan Kara (2):
udf: Restore i_lenAlloc when inode expansion fails
udf: Fix NULL ptr deref when converting from inline format
Jianguo Wu (1):
net-procfs: show net devices bound packet types
John Meneghini (1):
scsi: bnx2fc: Flush destroy_work queue before calling bnx2fc_interface_put()
Steffen Maier (1):
scsi: zfcp: Fix failed recovery on gone remote port with non-NPIV FCP devices
Valentin Caron (1):
serial: stm32: fix software flow control transfer
Vasily Gorbik (1):
s390/hypfs: include z/VM guests with access control group set
Xianting Tian (1):
drm/msm: Fix wrong size calculation
Ziyang Xuan (1):
can: bcm: fix UAF of bcm op
daniel.starke@siemens.com (1):
tty: n_gsm: fix SW flow control encoding/handling
next reply other threads:[~2022-02-03 8:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-03 8:46 Greg Kroah-Hartman [this message]
2022-02-03 8:46 ` Linux 4.4.302 Greg Kroah-Hartman
2022-02-17 20:55 ` Pavel Machek
2022-02-18 6:42 ` Greg Kroah-Hartman
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=1643877137240249@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.