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:   Wed, 22 Dec 2021 10:02:41 +0100
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     linux-kernel@...r.kernel.org, akpm@...ux-foundation.org,
        torvalds@...ux-foundation.org, stable@...r.kernel.org
Cc:     lwn@....net, jslaby@...e.cz,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: Linux 4.4.296

I'm announcing the release of the 4.4.296 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 
 arch/arm/mm/copypage-fa.c                    |   35 +++----
 arch/arm/mm/copypage-feroceon.c              |   98 ++++++++++-----------
 arch/arm/mm/copypage-v4mc.c                  |   19 +---
 arch/arm/mm/copypage-v4wb.c                  |   41 ++++----
 arch/arm/mm/copypage-v4wt.c                  |   37 +++----
 arch/arm/mm/copypage-xsc3.c                  |   71 ++++++---------
 arch/arm/mm/copypage-xscale.c                |   71 +++++++--------
 drivers/block/xen-blkfront.c                 |   12 ++
 drivers/char/agp/parisc-agp.c                |    6 -
 drivers/hwmon/dell-smm-hwmon.c               |    7 +
 drivers/i2c/busses/i2c-rk3x.c                |    4 
 drivers/input/touchscreen/of_touchscreen.c   |   18 +--
 drivers/md/persistent-data/dm-btree-remove.c |    2 
 drivers/net/ethernet/broadcom/bcmsysport.c   |    5 +
 drivers/net/ethernet/broadcom/bcmsysport.h   |    1 
 drivers/net/ethernet/intel/igbvf/netdev.c    |    1 
 drivers/net/usb/lan78xx.c                    |    6 -
 drivers/net/xen-netback/netback.c            |   13 +-
 drivers/net/xen-netfront.c                   |  125 ++++++++++++++++++++-------
 drivers/pci/msi.c                            |    2 
 drivers/soc/tegra/fuse/fuse-tegra.c          |    2 
 drivers/soc/tegra/fuse/fuse.h                |    2 
 drivers/tty/hvc/hvc_xen.c                    |   30 +++++-
 drivers/usb/gadget/composite.c               |    6 -
 drivers/usb/gadget/legacy/dbgp.c             |    6 -
 drivers/usb/gadget/legacy/inode.c            |    6 -
 drivers/usb/serial/option.c                  |    8 +
 fs/nfsd/nfs4state.c                          |    9 +
 kernel/time/timekeeping.c                    |    3 
 net/mac80211/agg-tx.c                        |    2 
 net/netlink/af_netlink.c                     |    5 +
 net/nfc/netlink.c                            |    6 -
 scripts/recordmcount.pl                      |    2 
 34 files changed, 387 insertions(+), 276 deletions(-)

Armin Wolf (1):
      hwmon: (dell-smm) Fix warning on /proc/i8k creation error

Daniele Palmas (1):
      USB: serial: option: add Telit FN990 compositions

Felix Fietkau (1):
      mac80211: send ADDBA requests using the tid/queue of the aggregation session

Florian Fainelli (1):
      net: systemport: Add global locking for descriptor lifecycle

Greg Kroah-Hartman (2):
      USB: gadget: bRequestType is a bitfield, not a enum
      Linux 4.4.296

Harshit Mogalapalli (1):
      net: netlink: af_netlink: Prevent empty skb by adding a check on len.

Helge Deller (1):
      parisc/agp: Annotate parisc agp init functions with __init

J. Bruce Fields (1):
      nfsd: fix use-after-free due to delegation race

Jerome Marchand (1):
      recordmcount.pl: look for jgnop instruction as well as bcrl on s390

Joe Thornber (1):
      dm btree remove: fix use after free in rebalance_children()

Juergen Gross (4):
      xen/blkfront: harden blkfront against event channel storms
      xen/netfront: harden netfront against event channel storms
      xen/console: harden hvc_xen against event channel storms
      xen/netback: don't queue unlimited number of packages

Letu Ren (1):
      igbvf: fix double free in `igbvf_probe`

Nathan Chancellor (3):
      soc/tegra: fuse: Fix bitwise vs. logical OR warning
      net: lan78xx: Avoid unnecessary self assignment
      Input: touchscreen - avoid bitwise vs logical OR warning

Nicolas Pitre (1):
      ARM: 8805/2: remove unneeded naked function usage

Ondrej Jirman (1):
      i2c: rk3x: Handle a spurious start completion interrupt flag

Tadeusz Struk (1):
      nfc: fix segfault in nfc_genl_dump_devices_done

Thomas Gleixner (1):
      PCI/MSI: Clear PCI_MSIX_FLAGS_MASKALL on error

Yu Liao (1):
      timekeeping: Really make sure wall_to_monotonic isn't positive

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ