Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp4298243pxu; Mon, 12 Oct 2020 15:22:26 -0700 (PDT) X-Google-Smtp-Source: ABdhPJynNpBztvtWdJWFL1Gf+GWpPomYlhDWmGNoRMwwarqkDqOL6FEdw/m31T1WL5BRgm8wKbcI X-Received: by 2002:a17:906:b004:: with SMTP id v4mr31625229ejy.156.1602541345983; Mon, 12 Oct 2020 15:22:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602541345; cv=none; d=google.com; s=arc-20160816; b=YhTR/o2Eks0LMBsAUwL+pp3RzulYjLm7UWE/eB7d3aaMTorFDaGWUQOL0V5j6MeE7b 1m1fPIccfAFiZNLQc5SSfmy+PfFcpdZ5WcRXUBQy/9p0b1KDumBn1iJOKYyBPCLYhMcZ 8CJbeplMKcbMX+eKMPryICpFtUXUV0KMxLcgpfiJLKRwiwyJeUSxtXy4pjcXaKyIEXl9 oaasIZhYPdJWmMMYo2XDGICwZn89ZH/PokfJ7gsKi8qzkUBf7Mt4QW3s5xGHhAEGf6v4 RV8BBRxRuzgQUWOTV+V1Q7FWz83WzhZrhEBtSrnR4YfGF1UMs7rbYhTLNZLNT0bcOhDt b/DA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:user-agent :mime-version:message-id:date:subject:cc:to:from:dkim-signature; bh=ja0NiUZVQtF5BF6/aZnPDbYt3v1TstbyHllQwJ8vSfg=; b=jVOlQTHFoXhKVkSnCK+VUW270gab9y78UkdDLOyqI4HTBvk6sJbnLGe8UFKddnHEGS a9vEjRFfL0O8XpF1MWTi/rPzgP5N0o+PNPgUz1YdqpZ+PO90LBljdNE2vRAbn6GgbzB5 Rb/+XVZ2Fu2euvV5z+kjBSZ6iRW1vGdiNcJv7moj4xRICylOTF4bgz5eAWUsapI5Vpmu VkSWaCTgxIWgk3wwzz+cBfW/X82TVNLDNK+GLMyJRqNwtNlRxv1+3kP9DwyyWsl5E9w0 sC0lbCboPWg0QNzO1/JYVY0Y5e3Jcc297xc2OpwP59WR6nQOza+xF/DAU8khkR0IaBjO qD8g== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=s5MUlwPn; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 65si12981695edc.222.2020.10.12.15.21.41; Mon, 12 Oct 2020 15:22:25 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=s5MUlwPn; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389104AbgJLNdK (ORCPT + 99 others); Mon, 12 Oct 2020 09:33:10 -0400 Received: from mail.kernel.org ([198.145.29.99]:34414 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388569AbgJLNcd (ORCPT ); Mon, 12 Oct 2020 09:32:33 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 14E5A20678; Mon, 12 Oct 2020 13:32:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602509551; bh=Fx1GPuyoFQU+MbXL6xlwyGdAbQHq+/mkiA5mgN2eSv8=; h=From:To:Cc:Subject:Date:From; b=s5MUlwPnGCpzDNvQolllSOk2Z5t8IA2qQYURlJ0TqzpMizaYp4mZBcuh5KjseDtAB tJB1IIMfoDX4JiNPMwMPMlLEg8zSfJaSrXEB6KgsrpPV4KikWa8YSQKtUQroTG6XGf RkJAwoiC9xUulyBhQaB8lY0QyR1gaPJcqgc9q2JU= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, pavel@denx.de, stable@vger.kernel.org Subject: [PATCH 4.4 00/39] 4.4.239-rc1 review Date: Mon, 12 Oct 2020 15:26:30 +0200 Message-Id: <20201012132628.130632267@linuxfoundation.org> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 User-Agent: quilt/0.66 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.239-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.4.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.4.239-rc1 X-KernelTest-Deadline: 2020-10-14T13:26+00:00 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 4.4.239 release. There are 39 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 Wed, 14 Oct 2020 13:26:14 +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.239-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 Linux 4.4.239-rc1 Anant Thazhemadam net: usb: rtl8150: set random MAC address when set_ethernet_addr() fails David Howells rxrpc: Fix server keyring leak David Howells rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read() Marc Dionne rxrpc: Fix rxkad token xdr encoding Eric Dumazet bonding: set dev->needed_headroom in bond_setup_by_slave() Herbert Xu xfrm: Use correct address family in xfrm_state_find Voon Weifeng net: stmmac: removed enabling eee in EEE set callback Antony Antony xfrm: clone whole liftime_cur structure in xfrm_do_migrate Antony Antony xfrm: clone XFRMA_REPLAY_ESN_VAL in xfrm_do_migrate Richard Weinberger mtd: nand: Provide nand_cleanup() function to free NAND related resources Anant Thazhemadam net: team: fix memory leak in __team_options_register Eric Dumazet team: set dev->needed_headroom in team_setup_by_port() Eric Dumazet sctp: fix sctp_auth_init_hmacs() error path Tommi Rantala perf top: Fix stdio interface input handling with glibc 2.28+ Tetsuo Handa driver core: Fix probe_count imbalance in really_probe() Aaron Ma platform/x86: thinkpad_acpi: re-initialize ACPI buffer size when reuse Tom Rix platform/x86: thinkpad_acpi: initialize tp_nvram_state variable Linus Torvalds usermodehelper: reset umask to default before executing user process Anant Thazhemadam net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key() Peilin Ye fbcon: Fix global-out-of-bounds read in fbcon_get_font() Geert Uytterhoeven Revert "ravb: Fixed to be able to unload modules" Peilin Ye Fonts: Support FONT_EXTRA_WORDS macros for built-in fonts Peilin Ye fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.h Will McVicker netfilter: ctnetlink: add a range check for l3/l4 protonum Al Viro ep_create_wakeup_source(): dentry name can change under you... Al Viro epoll: EPOLL_CTL_ADD: close the race in decision to take fast path Al Viro epoll: replace ->visited/visited_list with generation count Al Viro epoll: do not insert into poll queues until all sanity checks are done Nicolas VINCENT i2c: cpm: Fix i2c_ram structure Yu Kuai iommu/exynos: add missing put_device() call in exynos_iommu_of_xlate() Marek Szyprowski clk: samsung: exynos4: mark 'chipid' clock as CLK_IGNORE_UNUSED Jeffrey Mitchell nfs: Fix security label length not being reset Xie He drivers/net/wan/hdlc: Set skb->protocol before transmitting Xie He drivers/net/wan/lapbether: Make skb->protocol consistent with the header Olympia Giannou rndis_host: increase sleep time in the query-response loop Lucy Yan net: dec: de2104x: Increase receive ring size for Tulip Jean Delvare drm/amdgpu: restore proper ref count in amdgpu_display_crtc_set_config Jiri Kosina Input: i8042 - add nopnp quirk for Acer Aspire 5 A515 dillon min gpio: tc35894: fix up tc35894 interrupt configuration ------------- Diffstat: Makefile | 4 +- 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 ++++++++++----------- .../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, 284 insertions(+), 218 deletions(-)