This is the start of the stable review cycle for the 4.4.254 release.
There are 24 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 Sun, 31 Jan 2021 10:59:01 +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.254-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.254-rc1
Arvind Sankar <nivedita(a)alum.mit.edu>
x86/boot/compressed: Disable relocation relaxation
Pawel Wieczorkiewicz <wipawel(a)amazon.de>
xen-blkback: set ring->xenblkd to NULL after kthread_stop()
Gaurav Kohli <gkohli(a)codeaurora.org>
tracing: Fix race in trace_open and buffer resize call
Wang Hai <wanghai38(a)huawei.com>
Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
Eric Dumazet <edumazet(a)google.com>
net_sched: avoid shift-out-of-bounds in tcindex_set_parms()
Matteo Croce <mcroce(a)microsoft.com>
ipv6: create multicast route with RTPROT_KERNEL
Alexander Lobakin <alobakin(a)pm.me>
skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() too
Geert Uytterhoeven <geert+renesas(a)glider.be>
sh_eth: Fix power down vs. is_opened flag ordering
Necip Fazil Yildiran <fazilyildiran(a)gmail.com>
sh: dma: fix kconfig dependency for G2_DMA
Guillaume Nault <gnault(a)redhat.com>
netfilter: rpfilter: mask ecn bits before fib lookup
Will Deacon <will(a)kernel.org>
compiler.h: Raise minimum version of GCC to 5.1 for arm64
Mathias Nyman <mathias.nyman(a)linux.intel.com>
xhci: make sure TRB is fully written before giving it to the controller
Patrik Jakobsson <patrik.r.jakobsson(a)gmail.com>
usb: bdc: Make bdc pci driver depend on BROKEN
Eugene Korenevsky <ekorenevsky(a)astralinux.ru>
ehci: fix EHCI host controller initialization sequence
Lars-Peter Clausen <lars(a)metafoo.de>
iio: ad5504: Fix setting power-down state
Vincent Mailhol <mailhol.vincent(a)wanadoo.fr>
can: dev: can_restart: fix use after free bug
Ben Skeggs <bskeggs(a)redhat.com>
drm/nouveau/i2c/gm200: increase width of aux semaphore owner fields
Ben Skeggs <bskeggs(a)redhat.com>
drm/nouveau/bios: fix issue shadowing expansion ROMs
Can Guo <cang(a)codeaurora.org>
scsi: ufs: Correct the LUN used in eh_device_reset_handler() callback
Cezary Rojewski <cezary.rojewski(a)intel.com>
ASoC: Intel: haswell: Add missing pm_ops
Hannes Reinecke <hare(a)suse.de>
dm: avoid filesystem lookup in dm_get_dev_t()
Hans de Goede <hdegoede(a)redhat.com>
ACPI: scan: Make acpi_bus_get_device() clear return pointer on error
Takashi Iwai <tiwai(a)suse.de>
ALSA: hda/via: Add minimum mute flag
Takashi Iwai <tiwai(a)suse.de>
ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()
-------------
Diffstat:
Makefile | 4 ++--
arch/sh/drivers/dma/Kconfig | 3 +--
arch/x86/boot/compressed/Makefile | 2 ++
drivers/acpi/scan.c | 2 ++
drivers/block/xen-blkback/xenbus.c | 1 +
drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 2 +-
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgm204.c | 8 ++++----
drivers/iio/dac/ad5504.c | 4 ++--
drivers/md/dm-table.c | 15 ++++++++++++---
drivers/net/can/dev.c | 4 ++--
drivers/net/ethernet/renesas/sh_eth.c | 4 ++--
drivers/scsi/ufs/ufshcd.c | 11 ++++-------
drivers/usb/gadget/udc/bdc/Kconfig | 2 +-
drivers/usb/host/ehci-hcd.c | 12 ++++++++++++
drivers/usb/host/xhci-ring.c | 2 ++
include/linux/compiler-gcc.h | 6 ++++++
kernel/trace/ring_buffer.c | 4 ++++
mm/slub.c | 4 +---
net/core/skbuff.c | 6 +++++-
net/ipv4/netfilter/ipt_rpfilter.c | 2 +-
net/ipv6/addrconf.c | 1 +
net/sched/cls_tcindex.c | 8 ++++++--
sound/core/seq/oss/seq_oss_synth.c | 3 ++-
sound/pci/hda/patch_via.c | 1 +
sound/soc/intel/boards/haswell.c | 1 +
25 files changed, 78 insertions(+), 34 deletions(-)
This is the start of the stable review cycle for the 5.10.12 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 Sun, 31 Jan 2021 10:59:01 +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/v5.x/stable-review/patch-5.10.12-rc…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.10.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 5.10.12-rc1
John Ogness <john.ogness(a)linutronix.de>
printk: fix string termination for record_print_text()
John Ogness <john.ogness(a)linutronix.de>
printk: fix buffer overflow potential for print_text()
Jean-Philippe Brucker <jean-philippe(a)linaro.org>
tools: Factor HOSTCC, HOSTLD, HOSTAR definitions
Zhaoyang Huang <huangzhaoyang(a)gmail.com>
mm: fix a race on nr_swap_pages
Hailong liu <liu.hailong6(a)zte.com.cn>
mm/page_alloc: add a missing mm_page_alloc_zone_locked() tracepoint
Josh Poimboeuf <jpoimboe(a)redhat.com>
objtool: Don't fail on missing symbol table
Pavel Begunkov <asml.silence(a)gmail.com>
io_uring: fix sleeping under spin in __io_clean_op
Pavel Begunkov <asml.silence(a)gmail.com>
io_uring: dont kill fasync under completion_lock
Pavel Begunkov <asml.silence(a)gmail.com>
io_uring: fix skipping disabling sqo on exec
Pavel Begunkov <asml.silence(a)gmail.com>
io_uring: fix uring_flush in exit_files() warning
Pavel Begunkov <asml.silence(a)gmail.com>
io_uring: fix false positive sqo warning on flush
Pavel Begunkov <asml.silence(a)gmail.com>
io_uring: do sqo disable on install_fd error
Pavel Begunkov <asml.silence(a)gmail.com>
io_uring: fix null-deref in io_disable_sqo_submit
Pavel Begunkov <asml.silence(a)gmail.com>
io_uring: stop SQPOLL submit on creator's death
Pavel Begunkov <asml.silence(a)gmail.com>
io_uring: add warn_once for io_uring_flush()
Pavel Begunkov <asml.silence(a)gmail.com>
io_uring: inline io_uring_attempt_task_drop()
Pavel Begunkov <asml.silence(a)gmail.com>
kernel/io_uring: cancel io_uring before task works
Takashi Iwai <tiwai(a)suse.de>
iwlwifi: dbg: Don't touch the tlv data
Bryan Tan <bryantan(a)vmware.com>
RDMA/vmw_pvrdma: Fix network_hdr_type reported in WC
Hans Verkuil <hverkuil-cisco(a)xs4all.nl>
media: v4l2-subdev.h: BIT() is not available in userspace
Naushir Patuck <naush(a)raspberrypi.com>
media: Revert "media: videobuf2: Fix length check for single plane dmabuf queueing"
Kai-Heng Feng <kai.heng.feng(a)canonical.com>
HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input devices
Jason Gerecke <killertofu(a)gmail.com>
HID: wacom: Correct NULL dereference on AES pen proximity
Thomas Gleixner <tglx(a)linutronix.de>
futex: Handle faults correctly for PI futexes
Thomas Gleixner <tglx(a)linutronix.de>
futex: Simplify fixup_pi_state_owner()
Thomas Gleixner <tglx(a)linutronix.de>
futex: Use pi_state_update_owner() in put_pi_state()
Thomas Gleixner <tglx(a)linutronix.de>
rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
Thomas Gleixner <tglx(a)linutronix.de>
futex: Provide and use pi_state_update_owner()
Thomas Gleixner <tglx(a)linutronix.de>
futex: Replace pointless printk in fixup_owner()
Thomas Gleixner <tglx(a)linutronix.de>
futex: Ensure the correct return value from futex_lock_pi()
Wang Hai <wanghai38(a)huawei.com>
Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
Baruch Siach <baruch(a)tkos.co.il>
gpio: mvebu: fix pwm .get_state period calculation
-------------
Diffstat:
Makefile | 4 +-
drivers/gpio/gpio-mvebu.c | 25 ++-
drivers/hid/hid-multitouch.c | 3 +-
drivers/hid/wacom_sys.c | 7 +-
drivers/hid/wacom_wac.h | 2 +-
drivers/infiniband/hw/vmw_pvrdma/pvrdma.h | 14 ++
drivers/infiniband/hw/vmw_pvrdma/pvrdma_cq.c | 2 +-
drivers/media/common/videobuf2/videobuf2-v4l2.c | 3 +-
drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c | 7 -
fs/file.c | 2 -
fs/io_uring.c | 119 ++++++++----
include/uapi/linux/v4l2-subdev.h | 2 +-
include/uapi/rdma/vmw_pvrdma-abi.h | 7 +
kernel/exit.c | 2 +
kernel/futex.c | 219 ++++++++++-------------
kernel/locking/rtmutex.c | 3 +-
kernel/locking/rtmutex_common.h | 3 +-
kernel/printk/printk.c | 36 +++-
mm/page_alloc.c | 31 ++--
mm/slub.c | 4 +-
mm/swapfile.c | 11 +-
tools/bpf/resolve_btfids/Makefile | 9 -
tools/build/Makefile | 4 -
tools/objtool/Makefile | 9 -
tools/objtool/elf.c | 7 +-
tools/perf/Makefile.perf | 4 -
tools/power/acpi/Makefile.config | 1 -
tools/scripts/Makefile.include | 10 ++
28 files changed, 292 insertions(+), 258 deletions(-)
arm, sh and riscv architecture build failed on today's Linux next tag 20210128.
FYI,
# CONFIG_MMU is not set on these failed configs.
config file attached to this email.
make --silent --keep-going --jobs=8 O=/home/tux -
build/.cache/tuxmake/builds/1/tmp ARCH=arm
CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache
arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc'
mm/nommu.c:1671:6: error: conflicting types for 'filemap_map_pages'
1671 | void filemap_map_pages(struct vm_fault *vmf,
| ^~~~~~~~~~~~~~~~~
In file included from mm/nommu.c:20:
include/linux/mm.h:2578:19: note: previous declaration of
'filemap_map_pages' was here
2578 | extern vm_fault_t filemap_map_pages(struct vm_fault *vmf,
| ^~~~~~~~~~~~~~~~~
Reported-by: Naresh Kamboju <naresh.kamboju(a)linaro.org>
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 arm --toolchain gcc-10
--kconfig tinyconfig
Following builds failed on Linux next 20210128 tag.
Regressions found on sh:
- build/gcc-9-tinyconfig
- build/gcc-8-allnoconfig
- build/gcc-9-allnoconfig
- build/gcc-8-tinyconfig
- build/gcc-10-tinyconfig
- build/gcc-10-allnoconfig
Regressions found on riscv:
- build/gcc-9-tinyconfig
- build/gcc-8-allnoconfig
- build/clang-11-tinyconfig
- build/gcc-9-allnoconfig
- build/gcc-8-tinyconfig
- build/clang-11-allnoconfig
- build/gcc-10-tinyconfig
- build/clang-10-allnoconfig
- build/gcc-10-allnoconfig
- build/clang-10-tinyconfig
Regressions found on arm:
- build/gcc-9-tinyconfig
- build/gcc-8-allnoconfig
- build/clang-11-tinyconfig
- build/gcc-9-allnoconfig
- build/gcc-8-tinyconfig
- build/clang-11-allnoconfig
- build/gcc-10-tinyconfig
- build/clang-10-allnoconfig
- build/gcc-10-allnoconfig
- build/clang-10-tinyconfig
--
Linaro LKFT
https://lkft.linaro.org
This is the start of the stable review cycle for the 4.19.171 release.
There are 58 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, 27 Jan 2021 18:31:44 +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.171-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.171-rc1
Dan Carpenter <dan.carpenter(a)oracle.com>
net: dsa: b53: fix an off by one in checking "vlan->vid"
Tariq Toukan <tariqt(a)nvidia.com>
net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabled
Vladimir Oltean <vladimir.oltean(a)nxp.com>
net: mscc: ocelot: allow offloading of bridge on top of LAG
Matteo Croce <mcroce(a)microsoft.com>
ipv6: set multicast flag on the multicast route
Eric Dumazet <edumazet(a)google.com>
net_sched: reject silly cell_log in qdisc_get_rtab()
Eric Dumazet <edumazet(a)google.com>
net_sched: avoid shift-out-of-bounds in tcindex_set_parms()
Matteo Croce <mcroce(a)microsoft.com>
ipv6: create multicast route with RTPROT_KERNEL
Guillaume Nault <gnault(a)redhat.com>
udp: mask TOS bits in udp_v4_early_demux()
Lecopzer Chen <lecopzer(a)gmail.com>
kasan: fix incorrect arguments passing in kasan_add_zero_shadow
Lecopzer Chen <lecopzer(a)gmail.com>
kasan: fix unaligned address is unhandled in kasan_remove_zero_shadow
Alexander Lobakin <alobakin(a)pm.me>
skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() too
Geert Uytterhoeven <geert+renesas(a)glider.be>
sh_eth: Fix power down vs. is_opened flag ordering
Rasmus Villemoes <rasmus.villemoes(a)prevas.dk>
net: dsa: mv88e6xxx: also read STU state in mv88e6250_g1_vtu_getnext
Necip Fazil Yildiran <fazilyildiran(a)gmail.com>
sh: dma: fix kconfig dependency for G2_DMA
Guillaume Nault <gnault(a)redhat.com>
netfilter: rpfilter: mask ecn bits before fib lookup
Rafael J. Wysocki <rafael.j.wysocki(a)intel.com>
driver core: Extend device_is_dependent()
JC Kuo <jckuo(a)nvidia.com>
xhci: tegra: Delay for disabling LFPS detector
Mathias Nyman <mathias.nyman(a)linux.intel.com>
xhci: make sure TRB is fully written before giving it to the controller
Patrik Jakobsson <patrik.r.jakobsson(a)gmail.com>
usb: bdc: Make bdc pci driver depend on BROKEN
Thinh Nguyen <Thinh.Nguyen(a)synopsys.com>
usb: udc: core: Use lock when write to soft_connect
Ryan Chen <ryan_chen(a)aspeedtech.com>
usb: gadget: aspeed: fix stop dma register setting.
Longfang Liu <liulongfang(a)huawei.com>
USB: ehci: fix an interrupt calltrace error
Eugene Korenevsky <ekorenevsky(a)astralinux.ru>
ehci: fix EHCI host controller initialization sequence
Pali Rohár <pali(a)kernel.org>
serial: mvebu-uart: fix tx lost characters at power off
Wang Hui <john.wanghui(a)huawei.com>
stm class: Fix module init return on allocation failure
Alexander Shishkin <alexander.shishkin(a)linux.intel.com>
intel_th: pci: Add Alder Lake-P support
Mathias Kresin <dev(a)kresin.me>
irqchip/mips-cpu: Set IPI domain parent chip
Lars-Peter Clausen <lars(a)metafoo.de>
iio: ad5504: Fix setting power-down state
Vincent Mailhol <mailhol.vincent(a)wanadoo.fr>
can: peak_usb: fix use after free bugs
Vincent Mailhol <mailhol.vincent(a)wanadoo.fr>
can: vxcan: vxcan_xmit: fix use after free bug
Vincent Mailhol <mailhol.vincent(a)wanadoo.fr>
can: dev: can_restart: fix use after free bug
Hangbin Liu <liuhangbin(a)gmail.com>
selftests: net: fib_tests: remove duplicate log test
Hans de Goede <hdegoede(a)redhat.com>
platform/x86: intel-vbtn: Drop HP Stream x360 Convertible PC 11 from allow-list
Wolfram Sang <wsa+renesas(a)sang-engineering.com>
i2c: octeon: check correct size of maximum RECV_LEN packet
Arnd Bergmann <arnd(a)arndb.de>
scsi: megaraid_sas: Fix MEGASAS_IOC_FIRMWARE regression
Ben Skeggs <bskeggs(a)redhat.com>
drm/nouveau/kms/nv50-: fix case where notifier buffer is at offset 0
Ben Skeggs <bskeggs(a)redhat.com>
drm/nouveau/mmu: fix vram heap sizing
Ben Skeggs <bskeggs(a)redhat.com>
drm/nouveau/i2c/gm200: increase width of aux semaphore owner fields
Ben Skeggs <bskeggs(a)redhat.com>
drm/nouveau/privring: ack interrupts the same way as RM
Ben Skeggs <bskeggs(a)redhat.com>
drm/nouveau/bios: fix issue shadowing expansion ROMs
David Woodhouse <dwmw(a)amazon.co.uk>
xen: Fix event channel callback via INTX/GSI
Peter Geis <pgwipeout(a)gmail.com>
clk: tegra30: Add hda clock default rates to clock driver
Seth Miller <miller.seth(a)gmail.com>
HID: Ignore battery for Elan touchscreen on ASUS UX550
Damien Le Moal <damien.lemoal(a)wdc.com>
riscv: Fix kernel time_init()
Nilesh Javali <njavali(a)marvell.com>
scsi: qedi: Correct max length of CHAP secret
Can Guo <cang(a)codeaurora.org>
scsi: ufs: Correct the LUN used in eh_device_reset_handler() callback
Anthony Iliopoulos <ailiop(a)suse.com>
dm integrity: select CRYPTO_SKCIPHER
Cezary Rojewski <cezary.rojewski(a)intel.com>
ASoC: Intel: haswell: Add missing pm_ops
Pan Bian <bianpan2016(a)163.com>
drm/atomic: put state on error path
Mikulas Patocka <mpatocka(a)redhat.com>
dm integrity: fix a crash if "recalculate" used without "internal_hash"
Hannes Reinecke <hare(a)suse.de>
dm: avoid filesystem lookup in dm_get_dev_t()
Alex Leibovich <alexl(a)marvell.com>
mmc: sdhci-xenon: fix 1.8v regulator stabilization
Peter Collingbourne <pcc(a)google.com>
mmc: core: don't initialize block size from ext_csd if not present
Josef Bacik <josef(a)toxicpanda.com>
btrfs: fix lockdep splat in btrfs_recover_relocation
Hans de Goede <hdegoede(a)redhat.com>
ACPI: scan: Make acpi_bus_get_device() clear return pointer on error
Takashi Iwai <tiwai(a)suse.de>
ALSA: hda/via: Add minimum mute flag
Takashi Iwai <tiwai(a)suse.de>
ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()
Mikko Perttunen <mperttunen(a)nvidia.com>
i2c: bpmp-tegra: Ignore unknown I2C_M flags
-------------
Diffstat:
Makefile | 4 +-
arch/arm/xen/enlighten.c | 2 +-
arch/riscv/kernel/time.c | 3 +
arch/sh/drivers/dma/Kconfig | 3 +-
drivers/acpi/scan.c | 2 +
drivers/base/core.c | 17 ++++-
drivers/clk/tegra/clk-tegra30.c | 2 +
drivers/gpu/drm/drm_atomic_helper.c | 2 +-
drivers/gpu/drm/nouveau/dispnv50/disp.c | 4 +-
drivers/gpu/drm/nouveau/dispnv50/disp.h | 2 +-
drivers/gpu/drm/nouveau/dispnv50/wimmc37b.c | 2 +-
drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 2 +-
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgm200.c | 8 +--
drivers/gpu/drm/nouveau/nvkm/subdev/ibus/gf100.c | 10 ++-
drivers/gpu/drm/nouveau/nvkm/subdev/ibus/gk104.c | 10 ++-
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c | 6 +-
drivers/hid/hid-ids.h | 1 +
drivers/hid/hid-input.c | 2 +
drivers/hwtracing/intel_th/pci.c | 5 ++
drivers/hwtracing/stm/heartbeat.c | 6 +-
drivers/i2c/busses/i2c-octeon-core.c | 2 +-
drivers/i2c/busses/i2c-tegra-bpmp.c | 2 +-
drivers/iio/dac/ad5504.c | 4 +-
drivers/irqchip/irq-mips-cpu.c | 7 ++
drivers/md/Kconfig | 1 +
drivers/md/dm-integrity.c | 6 ++
drivers/md/dm-table.c | 15 +++-
drivers/mmc/core/queue.c | 4 +-
drivers/mmc/host/sdhci-xenon.c | 7 +-
drivers/net/can/dev.c | 4 +-
drivers/net/can/usb/peak_usb/pcan_usb_fd.c | 8 +--
drivers/net/can/vxcan.c | 6 +-
drivers/net/dsa/b53/b53_common.c | 2 +-
drivers/net/dsa/mv88e6xxx/global1_vtu.c | 4 ++
drivers/net/ethernet/mscc/ocelot.c | 4 +-
drivers/net/ethernet/renesas/sh_eth.c | 4 +-
drivers/platform/x86/intel-vbtn.c | 6 --
drivers/scsi/megaraid/megaraid_sas_base.c | 6 +-
drivers/scsi/qedi/qedi_main.c | 4 +-
drivers/scsi/ufs/ufshcd.c | 11 ++-
drivers/tty/serial/mvebu-uart.c | 10 ++-
drivers/usb/gadget/udc/aspeed-vhub/epn.c | 5 +-
drivers/usb/gadget/udc/bdc/Kconfig | 2 +-
drivers/usb/gadget/udc/core.c | 13 +++-
drivers/usb/host/ehci-hcd.c | 12 ++++
drivers/usb/host/ehci-hub.c | 3 +
drivers/usb/host/xhci-ring.c | 2 +
drivers/usb/host/xhci-tegra.c | 7 ++
drivers/xen/events/events_base.c | 10 ---
drivers/xen/platform-pci.c | 1 -
drivers/xen/xenbus/xenbus.h | 1 +
drivers/xen/xenbus/xenbus_comms.c | 8 ---
drivers/xen/xenbus/xenbus_probe.c | 81 ++++++++++++++++++----
fs/btrfs/volumes.c | 2 +
include/xen/xenbus.h | 2 +-
mm/kasan/kasan_init.c | 23 +++---
net/core/dev.c | 5 ++
net/core/skbuff.c | 6 +-
net/ipv4/netfilter/ipt_rpfilter.c | 2 +-
net/ipv4/udp.c | 3 +-
net/ipv6/addrconf.c | 3 +-
net/sched/cls_tcindex.c | 8 ++-
net/sched/sch_api.c | 3 +-
sound/core/seq/oss/seq_oss_synth.c | 3 +-
sound/pci/hda/patch_via.c | 1 +
sound/soc/intel/boards/haswell.c | 1 +
tools/testing/selftests/net/fib_tests.sh | 1 -
67 files changed, 290 insertions(+), 128 deletions(-)