This is the start of the stable review cycle for the 4.19.173 release.
There are 37 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 Thu, 04 Feb 2021 13:29:33 +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.19.173-r…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 4.19.173-rc1
Pengcheng Yang <yangpc(a)wangsu.com>
tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN
Ivan Vecera <ivecera(a)redhat.com>
team: protect features update by RCU to avoid deadlock
Pan Bian <bianpan2016(a)163.com>
NFC: fix possible resource leak
Pan Bian <bianpan2016(a)163.com>
NFC: fix resource leak when target index is invalid
Takeshi Misawa <jeliantsurux(a)gmail.com>
rxrpc: Fix memory leak in rxrpc_lookup_local
Bartosz Golaszewski <bgolaszewski(a)baylibre.com>
iommu/vt-d: Don't dereference iommu_device if IOMMU_API is not built
David Woodhouse <dwmw(a)amazon.co.uk>
iommu/vt-d: Gracefully handle DMAR units with no supported address widths
Dan Carpenter <dan.carpenter(a)oracle.com>
can: dev: prevent potential information leak in can_fill_info()
Roi Dayan <roid(a)nvidia.com>
net/mlx5: Fix memory leak on flow table creation error flow
Johannes Berg <johannes.berg(a)intel.com>
mac80211: pause TX while changing interface type
Johannes Berg <johannes.berg(a)intel.com>
iwlwifi: pcie: reschedule in long-running memory reads
Johannes Berg <johannes.berg(a)intel.com>
iwlwifi: pcie: use jiffies for memory read spin time limit
Trond Myklebust <trond.myklebust(a)hammerspace.com>
pNFS/NFSv4: Fix a layout segment leak in pnfs_layout_process()
Kamal Heib <kamalheib1(a)gmail.com>
RDMA/cxgb4: Fix the reported max_recv_sge value
Eyal Birger <eyal.birger(a)gmail.com>
xfrm: fix disable_xfrm sysctl when used on xfrm interfaces
Shmulik Ladkani <shmulik(a)metanetworks.com>
xfrm: Fix oops in xfrm_replay_advance_bmp
Pablo Neira Ayuso <pablo(a)netfilter.org>
netfilter: nft_dynset: add timeout extension to template
Max Krummenacher <max.oss.09(a)gmail.com>
ARM: imx: build suspend-imx6.S with arm instruction set
Roger Pau Monne <roger.pau(a)citrix.com>
xen-blkfront: allow discard-* nodes to be optional
Lorenzo Bianconi <lorenzo(a)kernel.org>
mt7601u: fix rx buffer refcounting
Lorenzo Bianconi <lorenzo(a)kernel.org>
mt7601u: fix kernel crash unplugging the device
Andrea Righi <andrea.righi(a)canonical.com>
leds: trigger: fix potential deadlock with libata
David Woodhouse <dwmw(a)amazon.co.uk>
xen: Fix XenStore initialisation for XS_LOCAL
Jay Zhou <jianjay.zhou(a)huawei.com>
KVM: x86: get smi pending status correctly
Like Xu <like.xu(a)linux.intel.com>
KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]
Claudiu Beznea <claudiu.beznea(a)microchip.com>
drivers: soc: atmel: add null entry at the end of at91_soc_allowed_list[]
Sudeep Holla <sudeep.holla(a)arm.com>
drivers: soc: atmel: Avoid calling at91_soc_init on non AT91 SoCs
Laurent Badel <laurentbadel(a)eaton.com>
PM: hibernate: flush swap writer after marking
Giacinto Cifelli <gciofono(a)gmail.com>
net: usb: qmi_wwan: added support for Thales Cinterion PLSx3 modem family
Johannes Berg <johannes.berg(a)intel.com>
wext: fix NULL-ptr-dereference with cfg80211's lack of commit()
Koen Vandeputte <koen.vandeputte(a)citymesh.com>
ARM: dts: imx6qdl-gw52xx: fix duplicate regulator naming
Sean Young <sean(a)mess.org>
media: rc: ensure that uevent can be read directly after rc device register
Takashi Iwai <tiwai(a)suse.de>
ALSA: hda/via: Apply the workaround generically for Clevo machines
Roger Pau Monne <roger.pau(a)citrix.com>
xen/privcmd: allow fetching resource sizes
Baoquan He <bhe(a)redhat.com>
kernel: kexec: remove the lock operation of system_transition_mutex
Kai-Heng Feng <kai.heng.feng(a)canonical.com>
ACPI: sysfs: Prefer "compatible" modalias
Josef Bacik <josef(a)toxicpanda.com>
nbd: freeze the queue while we're adding connections
-------------
Diffstat:
Makefile | 4 +-
arch/arm/boot/dts/imx6qdl-gw52xx.dtsi | 2 +-
arch/arm/mach-imx/suspend-imx6.S | 1 +
arch/x86/kvm/pmu_intel.c | 2 +-
arch/x86/kvm/x86.c | 5 +++
drivers/acpi/device_sysfs.c | 20 +++-------
drivers/block/nbd.c | 8 ++++
drivers/block/xen-blkfront.c | 20 ++++------
drivers/infiniband/hw/cxgb4/qp.c | 2 +-
drivers/iommu/dmar.c | 45 ++++++++++++++++-------
drivers/leds/led-triggers.c | 10 +++--
drivers/media/rc/rc-main.c | 4 +-
drivers/net/can/dev.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 1 +
drivers/net/team/team.c | 6 +--
drivers/net/usb/qmi_wwan.c | 1 +
drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 14 ++++---
drivers/net/wireless/mediatek/mt7601u/dma.c | 5 +--
drivers/soc/atmel/soc.c | 13 +++++++
drivers/xen/privcmd.c | 25 ++++++++++---
drivers/xen/xenbus/xenbus_probe.c | 31 ++++++++++++++++
fs/nfs/pnfs.c | 1 +
include/linux/intel-iommu.h | 2 +
include/net/tcp.h | 2 +-
kernel/kexec_core.c | 2 -
kernel/power/swap.c | 2 +-
net/ipv4/tcp_input.c | 10 +++--
net/ipv4/tcp_recovery.c | 5 ++-
net/mac80211/ieee80211_i.h | 1 +
net/mac80211/iface.c | 6 +++
net/netfilter/nft_dynset.c | 4 +-
net/nfc/netlink.c | 1 +
net/nfc/rawsock.c | 2 +-
net/rxrpc/call_accept.c | 1 +
net/wireless/wext-core.c | 5 ++-
net/xfrm/xfrm_input.c | 2 +-
net/xfrm/xfrm_policy.c | 4 +-
sound/pci/hda/patch_via.c | 2 +-
38 files changed, 184 insertions(+), 89 deletions(-)
This is the start of the stable review cycle for the 4.14.219 release.
There are 30 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 Thu, 04 Feb 2021 13:29:33 +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.14.219-r…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.14.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 4.14.219-rc1
Pengcheng Yang <yangpc(a)wangsu.com>
tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN
Ivan Vecera <ivecera(a)redhat.com>
team: protect features update by RCU to avoid deadlock
Pan Bian <bianpan2016(a)163.com>
NFC: fix possible resource leak
Pan Bian <bianpan2016(a)163.com>
NFC: fix resource leak when target index is invalid
Bartosz Golaszewski <bgolaszewski(a)baylibre.com>
iommu/vt-d: Don't dereference iommu_device if IOMMU_API is not built
David Woodhouse <dwmw(a)amazon.co.uk>
iommu/vt-d: Gracefully handle DMAR units with no supported address widths
Andy Lutomirski <luto(a)kernel.org>
x86/entry/64/compat: Fix "x86/entry/64/compat: Preserve r8-r11 in int $0x80"
Andy Lutomirski <luto(a)kernel.org>
x86/entry/64/compat: Preserve r8-r11 in int $0x80
Dan Carpenter <dan.carpenter(a)oracle.com>
can: dev: prevent potential information leak in can_fill_info()
Johannes Berg <johannes.berg(a)intel.com>
mac80211: pause TX while changing interface type
Johannes Berg <johannes.berg(a)intel.com>
iwlwifi: pcie: reschedule in long-running memory reads
Johannes Berg <johannes.berg(a)intel.com>
iwlwifi: pcie: use jiffies for memory read spin time limit
Kamal Heib <kamalheib1(a)gmail.com>
RDMA/cxgb4: Fix the reported max_recv_sge value
Shmulik Ladkani <shmulik(a)metanetworks.com>
xfrm: Fix oops in xfrm_replay_advance_bmp
Pablo Neira Ayuso <pablo(a)netfilter.org>
netfilter: nft_dynset: add timeout extension to template
Max Krummenacher <max.oss.09(a)gmail.com>
ARM: imx: build suspend-imx6.S with arm instruction set
Roger Pau Monne <roger.pau(a)citrix.com>
xen-blkfront: allow discard-* nodes to be optional
Lorenzo Bianconi <lorenzo(a)kernel.org>
mt7601u: fix rx buffer refcounting
Lorenzo Bianconi <lorenzo(a)kernel.org>
mt7601u: fix kernel crash unplugging the device
Andrea Righi <andrea.righi(a)canonical.com>
leds: trigger: fix potential deadlock with libata
David Woodhouse <dwmw(a)amazon.co.uk>
xen: Fix XenStore initialisation for XS_LOCAL
Jay Zhou <jianjay.zhou(a)huawei.com>
KVM: x86: get smi pending status correctly
Like Xu <like.xu(a)linux.intel.com>
KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]
Claudiu Beznea <claudiu.beznea(a)microchip.com>
drivers: soc: atmel: add null entry at the end of at91_soc_allowed_list[]
Sudeep Holla <sudeep.holla(a)arm.com>
drivers: soc: atmel: Avoid calling at91_soc_init on non AT91 SoCs
Giacinto Cifelli <gciofono(a)gmail.com>
net: usb: qmi_wwan: added support for Thales Cinterion PLSx3 modem family
Johannes Berg <johannes.berg(a)intel.com>
wext: fix NULL-ptr-dereference with cfg80211's lack of commit()
Koen Vandeputte <koen.vandeputte(a)citymesh.com>
ARM: dts: imx6qdl-gw52xx: fix duplicate regulator naming
Kai-Heng Feng <kai.heng.feng(a)canonical.com>
ACPI: sysfs: Prefer "compatible" modalias
Josef Bacik <josef(a)toxicpanda.com>
nbd: freeze the queue while we're adding connections
-------------
Diffstat:
Makefile | 4 +--
arch/arm/boot/dts/imx6qdl-gw52xx.dtsi | 2 +-
arch/arm/mach-imx/suspend-imx6.S | 1 +
arch/x86/entry/entry_64_compat.S | 8 ++---
arch/x86/kvm/pmu_intel.c | 2 +-
arch/x86/kvm/x86.c | 5 +++
drivers/acpi/device_sysfs.c | 20 ++++-------
drivers/block/nbd.c | 8 +++++
drivers/block/xen-blkfront.c | 20 ++++-------
drivers/infiniband/hw/cxgb4/qp.c | 2 +-
drivers/iommu/dmar.c | 45 +++++++++++++++++--------
drivers/leds/led-triggers.c | 10 +++---
drivers/net/can/dev.c | 2 +-
drivers/net/team/team.c | 6 ++--
drivers/net/usb/qmi_wwan.c | 1 +
drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 14 ++++----
drivers/net/wireless/mediatek/mt7601u/dma.c | 5 ++-
drivers/soc/atmel/soc.c | 13 +++++++
drivers/xen/xenbus/xenbus_probe.c | 31 +++++++++++++++++
include/linux/intel-iommu.h | 2 ++
include/net/tcp.h | 2 +-
net/ipv4/tcp_input.c | 10 +++---
net/ipv4/tcp_recovery.c | 5 +--
net/mac80211/ieee80211_i.h | 1 +
net/mac80211/iface.c | 6 ++++
net/netfilter/nft_dynset.c | 4 ++-
net/nfc/netlink.c | 1 +
net/nfc/rawsock.c | 2 +-
net/wireless/wext-core.c | 5 +--
net/xfrm/xfrm_input.c | 2 +-
tools/testing/selftests/x86/test_syscall_vdso.c | 35 +++++++++++--------
31 files changed, 181 insertions(+), 93 deletions(-)
This is the start of the stable review cycle for the 4.9.255 release.
There are 32 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 Thu, 04 Feb 2021 13:29:33 +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.9.255-rc…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.9.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 4.9.255-rc1
Pan Bian <bianpan2016(a)163.com>
NFC: fix possible resource leak
Pan Bian <bianpan2016(a)163.com>
NFC: fix resource leak when target index is invalid
Bartosz Golaszewski <bgolaszewski(a)baylibre.com>
iommu/vt-d: Don't dereference iommu_device if IOMMU_API is not built
David Woodhouse <dwmw(a)amazon.co.uk>
iommu/vt-d: Gracefully handle DMAR units with no supported address widths
Dan Carpenter <dan.carpenter(a)oracle.com>
can: dev: prevent potential information leak in can_fill_info()
Johannes Berg <johannes.berg(a)intel.com>
mac80211: pause TX while changing interface type
Johannes Berg <johannes.berg(a)intel.com>
iwlwifi: pcie: reschedule in long-running memory reads
Johannes Berg <johannes.berg(a)intel.com>
iwlwifi: pcie: use jiffies for memory read spin time limit
Kamal Heib <kamalheib1(a)gmail.com>
RDMA/cxgb4: Fix the reported max_recv_sge value
Shmulik Ladkani <shmulik(a)metanetworks.com>
xfrm: Fix oops in xfrm_replay_advance_bmp
Pablo Neira Ayuso <pablo(a)netfilter.org>
netfilter: nft_dynset: add timeout extension to template
Max Krummenacher <max.oss.09(a)gmail.com>
ARM: imx: build suspend-imx6.S with arm instruction set
Lorenzo Bianconi <lorenzo(a)kernel.org>
mt7601u: fix rx buffer refcounting
Lorenzo Bianconi <lorenzo(a)kernel.org>
mt7601u: fix kernel crash unplugging the device
Andrea Righi <andrea.righi(a)canonical.com>
leds: trigger: fix potential deadlock with libata
Jay Zhou <jianjay.zhou(a)huawei.com>
KVM: x86: get smi pending status correctly
Like Xu <like.xu(a)linux.intel.com>
KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]
Thomas Gleixner <tglx(a)linutronix.de>
futex: Prevent exit livelock
Thomas Gleixner <tglx(a)linutronix.de>
futex: Provide distinct return value when owner is exiting
Thomas Gleixner <tglx(a)linutronix.de>
futex: Add mutex around futex exit
Thomas Gleixner <tglx(a)linutronix.de>
futex: Provide state handling for exec() as well
Thomas Gleixner <tglx(a)linutronix.de>
futex: Sanitize exit state handling
Thomas Gleixner <tglx(a)linutronix.de>
futex: Mark the begin of futex exit explicitly
Thomas Gleixner <tglx(a)linutronix.de>
futex: Set task::futex_state to DEAD right after handling futex exit
Thomas Gleixner <tglx(a)linutronix.de>
futex: Split futex_mm_release() for exit/exec
Thomas Gleixner <tglx(a)linutronix.de>
exit/exec: Seperate mm_release()
Thomas Gleixner <tglx(a)linutronix.de>
futex: Replace PF_EXITPIDONE with a state
Thomas Gleixner <tglx(a)linutronix.de>
futex: Move futex exit handling into futex code
Arnd Bergmann <arnd(a)arndb.de>
y2038: futex: Move compat implementation into futex.c
Giacinto Cifelli <gciofono(a)gmail.com>
net: usb: qmi_wwan: added support for Thales Cinterion PLSx3 modem family
Johannes Berg <johannes.berg(a)intel.com>
wext: fix NULL-ptr-dereference with cfg80211's lack of commit()
Kai-Heng Feng <kai.heng.feng(a)canonical.com>
ACPI: sysfs: Prefer "compatible" modalias
-------------
Diffstat:
Makefile | 4 +-
arch/arm/mach-imx/suspend-imx6.S | 1 +
arch/x86/kvm/pmu_intel.c | 2 +-
arch/x86/kvm/x86.c | 5 +
drivers/acpi/device_sysfs.c | 20 +-
drivers/infiniband/hw/cxgb4/qp.c | 2 +-
drivers/iommu/dmar.c | 41 ++-
drivers/leds/led-triggers.c | 10 +-
drivers/net/can/dev.c | 2 +-
drivers/net/usb/qmi_wwan.c | 1 +
drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 14 +-
drivers/net/wireless/mediatek/mt7601u/dma.c | 5 +-
fs/exec.c | 2 +-
include/linux/compat.h | 2 -
include/linux/futex.h | 44 ++-
include/linux/intel-iommu.h | 2 +
include/linux/sched.h | 9 +-
kernel/Makefile | 3 -
kernel/exit.c | 29 +-
kernel/fork.c | 40 +--
kernel/futex.c | 446 ++++++++++++++++++++++--
kernel/futex_compat.c | 201 -----------
net/mac80211/ieee80211_i.h | 1 +
net/mac80211/iface.c | 6 +
net/netfilter/nft_dynset.c | 4 +-
net/nfc/netlink.c | 1 +
net/nfc/rawsock.c | 2 +-
net/wireless/wext-core.c | 5 +-
net/xfrm/xfrm_input.c | 2 +-
29 files changed, 545 insertions(+), 361 deletions(-)
This is the start of the stable review cycle for the 4.4.255 release.
There are 28 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 Thu, 04 Feb 2021 13:29:33 +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.255-rc…
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 <gregkh(a)linuxfoundation.org>
Linux 4.4.255-rc1
Pan Bian <bianpan2016(a)163.com>
NFC: fix possible resource leak
Pan Bian <bianpan2016(a)163.com>
NFC: fix resource leak when target index is invalid
Bartosz Golaszewski <bgolaszewski(a)baylibre.com>
iommu/vt-d: Don't dereference iommu_device if IOMMU_API is not built
David Woodhouse <dwmw(a)amazon.co.uk>
iommu/vt-d: Gracefully handle DMAR units with no supported address widths
Dan Carpenter <dan.carpenter(a)oracle.com>
can: dev: prevent potential information leak in can_fill_info()
Johannes Berg <johannes.berg(a)intel.com>
mac80211: pause TX while changing interface type
Kamal Heib <kamalheib1(a)gmail.com>
RDMA/cxgb4: Fix the reported max_recv_sge value
Shmulik Ladkani <shmulik(a)metanetworks.com>
xfrm: Fix oops in xfrm_replay_advance_bmp
Pablo Neira Ayuso <pablo(a)netfilter.org>
netfilter: nft_dynset: add timeout extension to template
Max Krummenacher <max.oss.09(a)gmail.com>
ARM: imx: build suspend-imx6.S with arm instruction set
Thomas Gleixner <tglx(a)linutronix.de>
futex: Prevent exit livelock
Thomas Gleixner <tglx(a)linutronix.de>
futex: Provide distinct return value when owner is exiting
Thomas Gleixner <tglx(a)linutronix.de>
futex: Add mutex around futex exit
Thomas Gleixner <tglx(a)linutronix.de>
futex: Provide state handling for exec() as well
Thomas Gleixner <tglx(a)linutronix.de>
futex: Sanitize exit state handling
Thomas Gleixner <tglx(a)linutronix.de>
futex: Mark the begin of futex exit explicitly
Thomas Gleixner <tglx(a)linutronix.de>
futex: Set task::futex_state to DEAD right after handling futex exit
Thomas Gleixner <tglx(a)linutronix.de>
futex: Split futex_mm_release() for exit/exec
Thomas Gleixner <tglx(a)linutronix.de>
exit/exec: Seperate mm_release()
Thomas Gleixner <tglx(a)linutronix.de>
futex: Replace PF_EXITPIDONE with a state
Thomas Gleixner <tglx(a)linutronix.de>
futex: Move futex exit handling into futex code
Arnd Bergmann <arnd(a)arndb.de>
y2038: futex: Move compat implementation into futex.c
Lorenzo Bianconi <lorenzo(a)kernel.org>
mt7601u: fix rx buffer refcounting
Lorenzo Bianconi <lorenzo(a)kernel.org>
mt7601u: fix kernel crash unplugging the device
Like Xu <like.xu(a)linux.intel.com>
KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]
Giacinto Cifelli <gciofono(a)gmail.com>
net: usb: qmi_wwan: added support for Thales Cinterion PLSx3 modem family
Johannes Berg <johannes.berg(a)intel.com>
wext: fix NULL-ptr-dereference with cfg80211's lack of commit()
Kai-Heng Feng <kai.heng.feng(a)canonical.com>
ACPI: sysfs: Prefer "compatible" modalias
-------------
Diffstat:
Makefile | 4 +-
arch/arm/mach-imx/suspend-imx6.S | 1 +
arch/x86/kvm/pmu_intel.c | 2 +-
drivers/acpi/device_sysfs.c | 20 +-
drivers/infiniband/hw/cxgb4/qp.c | 2 +-
drivers/iommu/dmar.c | 43 ++-
drivers/net/can/dev.c | 2 +-
drivers/net/usb/qmi_wwan.c | 1 +
drivers/net/wireless/mediatek/mt7601u/dma.c | 5 +-
fs/exec.c | 2 +-
include/linux/compat.h | 2 -
include/linux/futex.h | 44 ++-
include/linux/intel-iommu.h | 2 +
include/linux/sched.h | 9 +-
kernel/Makefile | 3 -
kernel/exit.c | 25 +-
kernel/fork.c | 40 +--
kernel/futex.c | 446 ++++++++++++++++++++++++++--
kernel/futex_compat.c | 201 -------------
net/mac80211/ieee80211_i.h | 1 +
net/mac80211/iface.c | 6 +
net/netfilter/nft_dynset.c | 4 +-
net/nfc/netlink.c | 1 +
net/nfc/rawsock.c | 2 +-
net/wireless/wext-core.c | 5 +-
net/xfrm/xfrm_input.c | 2 +-
26 files changed, 526 insertions(+), 349 deletions(-)
Linux next tag 20210203 the mips and sh builds failed due to below errors.
Following builds failed with gcc-8, gcc-9 and gcc-10,
- mips (cavium_octeon_defconfig)
- sh (defconfig)
- sh (shx3_defconfig)
make --silent --keep-going --jobs=8
O=/home/tuxbuild/.cache/tuxmake/builds/1/tmp ARCH=mips
CROSS_COMPILE=mips-linux-gnu- 'CC=sccache mips-linux-gnu-gcc'
'HOSTCC=sccache gcc' uImage.gz
In file included from arch/mips/include/asm/page.h:258,
from arch/mips/include/asm/io.h:29,
from include/linux/io.h:13,
from arch/mips/include/asm/mips-cps.h:10,
from arch/mips/include/asm/smp-ops.h:16,
from arch/mips/include/asm/smp.h:21,
from include/linux/smp.h:84,
from arch/mips/include/asm/cpu-type.h:12,
from arch/mips/include/asm/timex.h:19,
from include/linux/timex.h:65,
from include/linux/time32.h:13,
from include/linux/time.h:60,
from include/linux/compat.h:10,
from arch/mips/kernel/asm-offsets.c:12:
include/linux/mm.h: In function 'is_pinnable_page':
include/asm-generic/memory_model.h:64:14: error: implicit declaration
of function 'page_to_section'; did you mean 'present_section'?
[-Werror=implicit-function-declaration]
int __sec = page_to_section(__pg); \
^~~~~~~~~~~~~~~
include/asm-generic/memory_model.h:81:21: note: in expansion of macro
'__page_to_pfn'
#define page_to_pfn __page_to_pfn
^~~~~~~~~~~~~
include/linux/mm.h:1135:15: note: in expansion of macro 'page_to_pfn'
is_zero_pfn(page_to_pfn(page));
^~~~~~~~~~~
In file included from arch/mips/kernel/asm-offsets.c:15:
include/linux/mm.h: At top level:
include/linux/mm.h:1512:29: error: conflicting types for 'page_to_section'
static inline unsigned long page_to_section(const struct page *page)
^~~~~~~~~~~~~~~
Steps to reproduce:
--------------------------
# TuxMake is a command line tool and Python library that provides
# portable and repeatable Linux kernel builds across a variety of
# architectures, toolchains, kernel configurations, and make targets.
#
# TuxMake supports the concept of runtimes.
# See https://docs.tuxmake.org/runtimes/, for that to work it requires
# that you install podman or docker on your system.
#
# To install tuxmake on your system globally:
# sudo pip3 install -U tuxmake
#
# See https://docs.tuxmake.org/ for complete documentation.
tuxmake --runtime podman --target-arch mips --toolchain gcc-10
--kconfig cavium_octeon_defconfig
--
Linaro LKFT
https://lkft.linaro.org
Hi,
I've seen this failure on tag next-20210202:
arch/arm64/kernel/mte.c:121:15: error: 'mte_enable_kernel_sync'
undeclared here (not in a function); did you mean 'mte_enable_kernel'?
I think it may be a merge conflict that didn't get resolved correctly?
The below change fixed the issue:
diff --git a/arch/arm64/kernel/mte.c b/arch/arm64/kernel/mte.c
index 275b5d0f38b8..8f5bd1293496 100644
--- a/arch/arm64/kernel/mte.c
+++ b/arch/arm64/kernel/mte.c
@@ -118,7 +118,7 @@ void mte_set_report_once(bool state)
{
WRITE_ONCE(report_fault_once, state);
}
-EXPORT_SYMBOL(mte_enable_kernel_sync);
+EXPORT_SYMBOL(mte_enable_kernel);
EXPORT_SYMBOL(mte_set_report_once);
bool mte_report_once(void)
Cheers,
Anders