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, 14 Oct 2020 10:29:58 +0200
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.239

I'm announcing the release of the 4.4.239 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/base/dd.c                                    |    5 
 drivers/clk/samsung/clk-exynos4.c                    |    4 
 drivers/gpio/gpio-tc3589x.c                          |    2 
 drivers/gpu/drm/amd/amdgpu/amdgpu_display.c          |    2 
 drivers/i2c/busses/i2c-cpm.c                         |    3 
 drivers/input/serio/i8042-x86ia64io.h                |    7 +
 drivers/iommu/exynos-iommu.c                         |    8 +
 drivers/mtd/nand/nand_base.c                         |   22 ++-
 drivers/net/bonding/bond_main.c                      |    1 
 drivers/net/ethernet/dec/tulip/de2104x.c             |    2 
 drivers/net/ethernet/renesas/ravb_main.c             |  110 +++++++++----------
 drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c |   15 --
 drivers/net/team/team.c                              |    3 
 drivers/net/usb/rndis_host.c                         |    2 
 drivers/net/usb/rtl8150.c                            |   16 ++
 drivers/net/wan/hdlc_cisco.c                         |    1 
 drivers/net/wan/hdlc_fr.c                            |    3 
 drivers/net/wan/hdlc_ppp.c                           |    1 
 drivers/net/wan/lapbether.c                          |    4 
 drivers/platform/x86/thinkpad_acpi.c                 |    6 -
 drivers/video/console/fbcon.c                        |   12 ++
 drivers/video/console/fbcon.h                        |    7 -
 drivers/video/console/fbcon_rotate.c                 |    1 
 drivers/video/console/newport_con.c                  |    7 -
 drivers/video/console/tileblit.c                     |    1 
 fs/eventpoll.c                                       |   71 +++++-------
 fs/nfs/dir.c                                         |    3 
 include/linux/font.h                                 |   13 ++
 include/linux/mtd/nand.h                             |    6 -
 include/net/xfrm.h                                   |   16 +-
 kernel/kmod.c                                        |    9 +
 lib/fonts/font_10x18.c                               |    9 -
 lib/fonts/font_6x10.c                                |    9 -
 lib/fonts/font_6x11.c                                |    9 -
 lib/fonts/font_7x14.c                                |    9 -
 lib/fonts/font_8x16.c                                |    9 -
 lib/fonts/font_8x8.c                                 |    9 -
 lib/fonts/font_acorn_8x8.c                           |    9 +
 lib/fonts/font_mini_4x6.c                            |    8 -
 lib/fonts/font_pearl_8x8.c                           |    9 -
 lib/fonts/font_sun12x22.c                            |    9 -
 lib/fonts/font_sun8x16.c                             |    7 -
 net/netfilter/nf_conntrack_netlink.c                 |    2 
 net/rxrpc/ar-key.c                                   |   16 ++
 net/sctp/auth.c                                      |    1 
 net/wireless/nl80211.c                               |    3 
 net/xfrm/xfrm_state.c                                |   13 +-
 tools/perf/builtin-top.c                             |    4 
 49 files changed, 283 insertions(+), 217 deletions(-)

Aaron Ma (1):
      platform/x86: thinkpad_acpi: re-initialize ACPI buffer size when reuse

Al Viro (4):
      epoll: do not insert into poll queues until all sanity checks are done
      epoll: replace ->visited/visited_list with generation count
      epoll: EPOLL_CTL_ADD: close the race in decision to take fast path
      ep_create_wakeup_source(): dentry name can change under you...

Anant Thazhemadam (3):
      net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()
      net: team: fix memory leak in __team_options_register
      net: usb: rtl8150: set random MAC address when set_ethernet_addr() fails

Antony Antony (2):
      xfrm: clone XFRMA_REPLAY_ESN_VAL in xfrm_do_migrate
      xfrm: clone whole liftime_cur structure in xfrm_do_migrate

David Howells (2):
      rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()
      rxrpc: Fix server keyring leak

Eric Dumazet (3):
      sctp: fix sctp_auth_init_hmacs() error path
      team: set dev->needed_headroom in team_setup_by_port()
      bonding: set dev->needed_headroom in bond_setup_by_slave()

Geert Uytterhoeven (1):
      Revert "ravb: Fixed to be able to unload modules"

Greg Kroah-Hartman (1):
      Linux 4.4.239

Herbert Xu (1):
      xfrm: Use correct address family in xfrm_state_find

Jean Delvare (1):
      drm/amdgpu: restore proper ref count in amdgpu_display_crtc_set_config

Jeffrey Mitchell (1):
      nfs: Fix security label length not being reset

Jiri Kosina (1):
      Input: i8042 - add nopnp quirk for Acer Aspire 5 A515

Linus Torvalds (1):
      usermodehelper: reset umask to default before executing user process

Lucy Yan (1):
      net: dec: de2104x: Increase receive ring size for Tulip

Marc Dionne (1):
      rxrpc: Fix rxkad token xdr encoding

Marek Szyprowski (1):
      clk: samsung: exynos4: mark 'chipid' clock as CLK_IGNORE_UNUSED

Nicolas VINCENT (1):
      i2c: cpm: Fix i2c_ram structure

Olympia Giannou (1):
      rndis_host: increase sleep time in the query-response loop

Peilin Ye (3):
      fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.h
      Fonts: Support FONT_EXTRA_WORDS macros for built-in fonts
      fbcon: Fix global-out-of-bounds read in fbcon_get_font()

Richard Weinberger (1):
      mtd: nand: Provide nand_cleanup() function to free NAND related resources

Tetsuo Handa (1):
      driver core: Fix probe_count imbalance in really_probe()

Tom Rix (1):
      platform/x86: thinkpad_acpi: initialize tp_nvram_state variable

Tommi Rantala (1):
      perf top: Fix stdio interface input handling with glibc 2.28+

Voon Weifeng (1):
      net: stmmac: removed enabling eee in EEE set callback

Will McVicker (1):
      netfilter: ctnetlink: add a range check for l3/l4 protonum

Xie He (2):
      drivers/net/wan/lapbether: Make skb->protocol consistent with the header
      drivers/net/wan/hdlc: Set skb->protocol before transmitting

Yu Kuai (1):
      iommu/exynos: add missing put_device() call in exynos_iommu_of_xlate()

dillon min (1):
      gpio: tc35894: fix up tc35894 interrupt configuration

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ