All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	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,
	stable@vger.kernel.org
Subject: [PATCH 5.4 000/165] 5.4.11-stable review
Date: Sat, 11 Jan 2020 10:48:39 +0100	[thread overview]
Message-ID: <20200111094921.347491861@linuxfoundation.org> (raw)

This is the start of the stable review cycle for the 5.4.11 release.
There are 165 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 Mon, 13 Jan 2020 09:46:17 +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.4.11-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-5.4.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 5.4.11-rc1

Qi Zhou <atmgnd@outlook.com>
    usb: missing parentheses in USE_NEW_SCHEME

Daniele Palmas <dnlplm@gmail.com>
    USB: serial: option: add Telit ME910G1 0x110a composition

Johan Hovold <johan@kernel.org>
    USB: core: fix check for duplicate endpoints

Thinh Nguyen <Thinh.Nguyen@synopsys.com>
    usb: dwc3: gadget: Fix request complete check

Erez Shitrit <erezsh@mellanox.com>
    net/mlx5: DR, Init lists that are used in rule's member

Eli Cohen <eli@mellanox.com>
    net/mlx5e: Fix hairpin RSS table size

Yevgeny Kliteynik <kliteyn@mellanox.com>
    net/mlx5: DR, No need for atomic refcount for internal SW steering resources

Eran Ben Elisha <eranbe@mellanox.com>
    net/mlx5e: Always print health reporter message to dmesg

Baruch Siach <baruch@tkos.co.il>
    net: dsa: mv88e6xxx: force cmode write on 6141/6341

Michael Guralnik <michaelgur@mellanox.com>
    net/mlx5: Move devlink registration before interfaces load

Stephen Boyd <sboyd@kernel.org>
    macb: Don't unregister clks unconditionally

Eric Dumazet <edumazet@google.com>
    vlan: vlan_changelink() should propagate errors

Eric Dumazet <edumazet@google.com>
    vlan: fix memory leak in vlan_dev_set_egress_priority

Petr Machata <petrm@mellanox.com>
    net: sch_prio: When ungrafting, replace with FIFO

Petr Machata <petrm@mellanox.com>
    mlxsw: spectrum_qdisc: Ignore grafting of invisible FIFO

Hangbin Liu <liuhangbin@gmail.com>
    vxlan: fix tos value before xmit

Pengcheng Yang <yangpc@wangsu.com>
    tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACK

Xin Long <lucien.xin@gmail.com>
    sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLY

Wen Yang <wenyang@linux.alibaba.com>
    sch_cake: avoid possible divide by zero in cake_enqueue()

Eric Dumazet <edumazet@google.com>
    pkt_sched: fq: do not accept silly TCA_FQ_QUANTUM

Eric Dumazet <edumazet@google.com>
    net: usb: lan78xx: fix possible skb leak

Jose Abreu <Jose.Abreu@synopsys.com>
    net: stmmac: Fixed link does not need MDIO Bus

Chen-Yu Tsai <wens@csie.org>
    net: stmmac: dwmac-sunxi: Allow all RGMII modes

Chen-Yu Tsai <wens@csie.org>
    net: stmmac: dwmac-sun8i: Allow all RGMII modes

Andrew Lunn <andrew@lunn.ch>
    net: freescale: fec: Fix ethtool -d runtime PM

Andrew Lunn <andrew@lunn.ch>
    net: dsa: mv88e6xxx: Preserve priority when setting CPU port.

Eric Dumazet <edumazet@google.com>
    macvlan: do not assume mac_header is set in macvlan_broadcast()

Eric Dumazet <edumazet@google.com>
    gtp: fix bad unlock balance in gtp_encap_enable_socket

Steven Rostedt (VMware) <rostedt@goodmis.org>
    tracing: Do not create directories if lockdown is in affect

Hangbin Liu <liuhangbin@gmail.com>
    selftests: pmtu: fix init mtu value in description

Haiyang Zhang <haiyangz@microsoft.com>
    hv_netvsc: Fix unwanted rx_table reset

Chan Shu Tak, Alex <alexchan@task.com.hk>
    llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c)

Julian Wiedmann <jwi@linux.ibm.com>
    s390/qeth: don't return -ENOTSUPP to userspace

Julian Wiedmann <jwi@linux.ibm.com>
    s390/qeth: fix promiscuous mode after reset

Julian Wiedmann <jwi@linux.ibm.com>
    s390/qeth: handle error due to unsupported transport mode

David Jeffery <djeffery@redhat.com>
    sbitmap: only queue kyber's wait callback if not already active

Helge Deller <deller@gmx.de>
    parisc: Fix compiler warnings in debug_core.c

Yang Yingliang <yangyingliang@huawei.com>
    block: fix memleak when __blk_rq_map_user_iov() is failed

Stefan Haberland <sth@linux.ibm.com>
    s390/dasd: fix memleak in path handling error case

Jan Höppner <hoeppner@linux.ibm.com>
    s390/dasd/cio: Interpret ccw_device_get_mdc return value correctly

Bart Van Assche <bvanassche@acm.org>
    block: Fix a lockdep complaint triggered by request queue flushing

Wei Li <liwei391@huawei.com>
    arm64: cpu_errata: Add Hisilicon TSV110 to spectre-v2 safe list

Enrico Weigelt, metux IT consult <info@metux.net>
    platform/x86: pcengines-apuv2: fix simswap GPIO assignment

Maxim Mikityanskiy <maximmi@mellanox.com>
    net/ixgbe: Fix concurrency issues between config flow and XSK

Maxim Mikityanskiy <maximmi@mellanox.com>
    net/i40e: Fix concurrency issues between config flow and XSK

Maxim Mikityanskiy <maximmi@mellanox.com>
    net/mlx5e: Fix concurrency issues between config flow and XSK

Maxim Mikityanskiy <maximmi@mellanox.com>
    xsk: Add rcu_read_lock around the XSK wakeup

Pavel Tatashin <pasha.tatashin@soleen.com>
    tpm/tpm_ftpm_tee: add shutdown call back

Chuhong Yuan <hslester96@gmail.com>
    drm/exynos: gsc: add missed component_del

Christian Borntraeger <borntraeger@de.ibm.com>
    s390/purgatory: do not build purgatory with kcov, kasan and friends

Jose Abreu <Jose.Abreu@synopsys.com>
    net: stmmac: Always arm TX Timer at end of transmission start

Jose Abreu <Jose.Abreu@synopsys.com>
    net: stmmac: RX buffer size must be 16 byte aligned

Jose Abreu <Jose.Abreu@synopsys.com>
    net: stmmac: xgmac: Clear previous RX buffer size

Jose Abreu <Jose.Abreu@synopsys.com>
    net: stmmac: Do not accept invalid MTU values

Jose Abreu <Jose.Abreu@synopsys.com>
    net: stmmac: Determine earlier the size of RX buffer

Jose Abreu <Jose.Abreu@synopsys.com>
    net: stmmac: selftests: Needs to check the number of Multicast regs

Olof Johansson <olof@lixom.net>
    clk: Move clk_core_reparent_orphans() under CONFIG_OF

Pavel Begunkov <asml.silence@gmail.com>
    io_uring: don't wait when under-submitting

Robin Murphy <robin.murphy@arm.com>
    iommu/dma: Relax locking in iommu_dma_prepare_msi()

Hanjun Guo <guohanjun@huawei.com>
    perf/smmuv3: Remove the leftover put_cpu() in error path

Eric Sandeen <sandeen@redhat.com>
    fs: call fsnotify_sb_delete after evict_inodes

Eric Sandeen <sandeen@redhat.com>
    fs: avoid softlockups in s_inodes iterators

Roman Penyaev <rpenyaev@suse.de>
    block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT

zhong jiang <zhongjiang@huawei.com>
    usb: typec: fusb302: Fix an undefined reference to 'extcon_get_state'

Johannes Weiner <hannes@cmpxchg.org>
    psi: Fix a division error in psi poll()

Johannes Weiner <hannes@cmpxchg.org>
    sched/psi: Fix sampling error and rare div0 crashes with cgroups and high uptime

Alexander Shishkin <alexander.shishkin@linux.intel.com>
    perf/x86/intel: Fix PT PMI handling

Peter Zijlstra <peterz@infradead.org>
    perf/x86: Fix potential out-of-bounds access

Enrico Weigelt, metux IT consult <info@metux.net>
    scripts: package: mkdebian: add missing rsync dependency

Thomas Hebb <tommyhebb@gmail.com>
    kconfig: don't crash on NULL expressions in expr_eq()

Xiaotao Yin <xiaotao.yin@windriver.com>
    iommu/iova: Init the struct iova to fix the possible memleak

Brendan Higgins <brendanhiggins@google.com>
    staging: axis-fifo: add unspecified HAS_IOMEM dependency

Alexandre Belloni <alexandre.belloni@bootlin.com>
    clk: at91: fix possible deadlock

Michael Walle <michael@walle.cc>
    spi: nxp-fspi: Ensure width is respected in spi-mem operations

Andreas Kemnade <andreas@kemnade.info>
    regulator: rn5t618: fix module aliases

Shengjiu Wang <shengjiu.wang@nxp.com>
    ASoC: wm8962: fix lambda value

Aditya Pakki <pakki001@umn.edu>
    rfkill: Fix incorrect check to avoid NULL pointer dereference

Sven Schnelle <svens@stackframe.org>
    parisc: add missing __init annotation

Sven Schnelle <svens@stackframe.org>
    parisc: fix compilation when KEXEC=n and KEXEC_FILE=y

Cristian Birsan <cristian.birsan@microchip.com>
    net: usb: lan78xx: Fix error message format specifier

Vishal Kulkarni <vishal@chelsio.com>
    cxgb4: Fix kernel panic while accessing sge_info

Manish Chopra <manishc@marvell.com>
    bnx2x: Fix logic to get total no. of PFs per engine

Manish Chopra <manishc@marvell.com>
    bnx2x: Do not handle requests from VFs after parity

Chen Wandun <chenwandun@huawei.com>
    habanalabs: remove variable 'val' set but not used

Oded Gabbay <oded.gabbay@gmail.com>
    habanalabs: rate limit error msg on waiting for CS

Lorenz Bauer <lmb@cloudflare.com>
    bpf: Clear skb->tstamp in bpf_redirect when necessary

Frederic Barrat <fbarrat@linux.ibm.com>
    ocxl: Fix potential memory leak on context creation

Filipe Manana <fdmanana@suse.com>
    Btrfs: fix hole extent items with a zero size after range cloning

Josef Bacik <josef@toxicpanda.com>
    btrfs: handle error in btrfs_cache_block_group

Jason A. Donenfeld <Jason@zx2c4.com>
    powerpc/spinlocks: Include correct header for static key

Srikar Dronamraju <srikar@linux.vnet.ibm.com>
    powerpc/vcpu: Assume dedicated processors as non-preempt

Filipe Manana <fdmanana@suse.com>
    Btrfs: fix cloning range with a hole when using the NO_HOLES feature

Nikolay Borisov <nborisov@suse.com>
    btrfs: Fix error messages in qgroup_rescan_init

Mike Rapoport <rppt@linux.ibm.com>
    powerpc: Ensure that swiotlb buffer is allocated from low memory

Alexandre Torgue <alexandre.torgue@st.com>
    pinctrl: pinmux: fix a possible null pointer in pinmux_can_be_used_for_gpio

Stefan Bühler <source@stbuehler.de>
    cfg80211: fix double-free after changing network namespace

Fredrik Olofsson <fredrik.olofsson@anyfinetworks.com>
    mac80211: fix TID field in monitor mode transmit

Jerome Brunet <jbrunet@baylibre.com>
    clk: walk orphan list on clock provider registration

Tony Lindgren <tony@atomide.com>
    bus: ti-sysc: Fix missing reset delay handling

Andrew Jeffery <andrew@aj.id.au>
    pinctrl: aspeed-g6: Fix LPC/eSPI mux configuration

Leonard Crestez <leonard.crestez@nxp.com>
    ARM: imx_v6_v7_defconfig: Explicitly restore CONFIG_DEBUG_FS

Michael Walle <michael@walle.cc>
    arm64: dts: ls1028a: fix reboot node

Daniel T. Lee <danieltimlee@gmail.com>
    samples: bpf: fix syscall_tp due to unused syscall

Daniel T. Lee <danieltimlee@gmail.com>
    samples: bpf: Replace symbol compare of trace_event

SeongJae Park <sjpark@amazon.de>
    kselftest: Support old perl versions

SeongJae Park <sjpark@amazon.de>
    kselftest/runner: Print new line in print of timeout log

Tomi Valkeinen <tomi.valkeinen@ti.com>
    ARM: dts: am437x-gp/epos-evm: fix panel compatible

Vignesh Raghavendra <vigneshr@ti.com>
    spi: spi-ti-qspi: Fix a bug when accessing non default CS

Michael Petlan <mpetlan@redhat.com>
    perf header: Fix false warning when there are no duplicate cache entries

Kajol Jain <kjain@linux.ibm.com>
    perf metricgroup: Fix printing event names of metric group with multiple events

Toke Høiland-Jørgensen <toke@redhat.com>
    bpftool: Don't crash on missing jited insns or ksyms

Paul Chaignon <paul.chaignon@orange.com>
    bpf, mips: Limit to 33 tail calls

Paul Chaignon <paul.chaignon@orange.com>
    bpf, riscv: Limit to 33 tail calls

Michael Walle <michael@walle.cc>
    arm64: dts: ls1028a: fix typo in TMU calibration data

Stefan Wahren <wahrenst@gmx.net>
    ARM: dts: bcm283x: Fix critical trip point

Tony Lindgren <tony@atomide.com>
    ARM: omap2plus_defconfig: Add back DEBUG_FS

Mans Rullgard <mans@mansr.com>
    ARM: dts: am335x-sancloud-bbe: fix phy mode

Curtis Malainey <cujomalainey@chromium.org>
    ASoC: SOF: Intel: split cht and byt debug window sizes

Karol Trzcinski <karolx.trzcinski@linux.intel.com>
    ASoC: SOF: loader: snd_sof_fw_parse_ext_data log warning on unknown header

Dragos Tarcatu <dragos_tarcatu@mentor.com>
    ASoC: topology: Check return value for soc_tplg_pcm_create()

Dragos Tarcatu <dragos_tarcatu@mentor.com>
    ASoC: topology: Check return value for snd_soc_add_dai_link()

Geert Uytterhoeven <geert+renesas@glider.be>
    reset: Do not register resource data for missing resets

Chuhong Yuan <hslester96@gmail.com>
    spi: spi-cavium-thunderx: Add missing pci_release_regions()

Florian Fainelli <f.fainelli@gmail.com>
    ARM: dts: Cygnus: Fix MDIO node address/size cells

Marek Szyprowski <m.szyprowski@samsung.com>
    ARM: exynos_defconfig: Restore debugfs support

Masami Hiramatsu <mhiramat@kernel.org>
    selftests: safesetid: Fix Makefile to set correct test program

Masami Hiramatsu <mhiramat@kernel.org>
    selftests: safesetid: Check the return value of setuid/setgid

Masami Hiramatsu <mhiramat@kernel.org>
    selftests: safesetid: Move link library to LDLIBS

Masami Hiramatsu <mhiramat@kernel.org>
    selftests/ftrace: Fix multiple kprobe testcase

Masami Hiramatsu <mhiramat@kernel.org>
    selftests/ftrace: Do not to use absolute debugfs path

Masami Hiramatsu <mhiramat@kernel.org>
    selftests/ftrace: Fix ftrace test cases to check unsupported

Masami Hiramatsu <mhiramat@kernel.org>
    selftests/ftrace: Fix to check the existence of set_ftrace_filter

Florian Fainelli <f.fainelli@gmail.com>
    ARM: dts: BCM5301X: Fix MDIO node address/size cells

Pablo Neira Ayuso <pablo@netfilter.org>
    netfilter: nf_tables_offload: return EOPNOTSUPP if rule specifies no actions

Pablo Neira Ayuso <pablo@netfilter.org>
    netfilter: nf_tables: skip module reference count bump on object updates

Pablo Neira Ayuso <pablo@netfilter.org>
    netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()

Pablo Neira Ayuso <pablo@netfilter.org>
    netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_END

Pablo Neira Ayuso <pablo@netfilter.org>
    netfilter: nft_set_rbtree: bogus lookup/get on consecutive elements in named sets

Phil Sutter <phil@nwl.cc>
    netfilter: uapi: Avoid undefined left-shift in xt_sctp.h

Sudeep Holla <sudeep.holla@arm.com>
    ARM: vexpress: Set-up shared OPP table instead of individual for each CPU

Stefan Roese <sr@denx.de>
    ARM: dts: imx6ul: imx6ul-14x14-evk.dtsi: Fix SPI NOR probing

Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    efi/earlycon: Remap entire framebuffer after page initialization

Arvind Sankar <nivedita@alum.mit.edu>
    efi/gop: Fix memory leak in __gop_query32/64()

Arvind Sankar <nivedita@alum.mit.edu>
    efi/gop: Return EFI_SUCCESS if a usable GOP was found

Arvind Sankar <nivedita@alum.mit.edu>
    efi/gop: Return EFI_NOT_FOUND if there are no usable GOPs

Florian Westphal <fw@strlen.de>
    selftests: netfilter: use randomized netns names

Hans de Goede <hdegoede@redhat.com>
    ASoC: Intel: bytcr_rt5640: Update quirk for Teclast X89

Dave Young <dyoung@redhat.com>
    x86/efi: Update e820 with reserved EFI boot services data to fix kexec breakage

Wen Yang <wenyang@linux.alibaba.com>
    regulator: core: fix regulator_register() error paths to properly release rdev

Sudip Mukherjee <sudipm.mukherjee@gmail.com>
    libtraceevent: Copy pkg-config file to output folder when using O=

Sudip Mukherjee <sudipm.mukherjee@gmail.com>
    libtraceevent: Fix lib installation with O=

qize wang <wangqize888888888@gmail.com>
    mwifiex: Fix heap overflow in mmwifiex_process_tdls_action_frame()

wenxu <wenxu@ucloud.cn>
    netfilter: nf_tables_offload: Check for the NETDEV_UNREGISTER event

Kai-Heng Feng <kai.heng.feng@canonical.com>
    x86/intel: Disable HPET on Intel Ice Lake platforms

Florian Westphal <fw@strlen.de>
    netfilter: ctnetlink: netns exit must wait for callbacks

Marco Elver <elver@google.com>
    locking/spinlock/debug: Fix various data races

Linus Walleij <linus.walleij@linaro.org>
    spi: fsl: Handle the single hardwired chipselect case

Linus Walleij <linus.walleij@linaro.org>
    gpio: Handle counting of Freescale chipselects

Linus Walleij <linus.walleij@linaro.org>
    spi: fsl: Fix GPIO descriptor support

Tzung-Bi Shih <tzungbi@google.com>
    ASoC: max98090: fix possible race conditions

Wen Yang <wenyang@linux.alibaba.com>
    regulator: fix use after free issue

Jarkko Nikula <jarkko.nikula@linux.intel.com>
    spi: pxa2xx: Add support for Intel Jasper Lake

Shuming Fan <shumingf@realtek.com>
    ASoC: rt5682: fix i2c arbitration lost issue

Daniel Borkmann <daniel@iogearbox.net>
    bpf: Fix passing modified ctx to ld/abs/ind instruction

Andrey Konovalov <andreyknvl@google.com>
    USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipein


-------------

Diffstat:

 Makefile                                           |   4 +-
 arch/arm/boot/dts/am335x-sancloud-bbe.dts          |   2 +-
 arch/arm/boot/dts/am437x-gp-evm.dts                |   2 +-
 arch/arm/boot/dts/am43x-epos-evm.dts               |   2 +-
 arch/arm/boot/dts/bcm-cygnus.dtsi                  |   4 +-
 arch/arm/boot/dts/bcm283x.dtsi                     |   2 +-
 arch/arm/boot/dts/bcm5301x.dtsi                    |   4 +-
 arch/arm/boot/dts/imx6ul-14x14-evk.dtsi            |   2 +-
 arch/arm/configs/exynos_defconfig                  |   1 +
 arch/arm/configs/imx_v6_v7_defconfig               |   1 +
 arch/arm/configs/omap2plus_defconfig               |   1 +
 arch/arm/mach-vexpress/spc.c                       |  12 +-
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi     |  10 +-
 arch/arm64/kernel/cpu_errata.c                     |   1 +
 arch/mips/net/ebpf_jit.c                           |   9 +-
 arch/parisc/include/asm/cmpxchg.h                  |  10 +-
 arch/parisc/include/asm/kexec.h                    |   4 -
 arch/parisc/kernel/Makefile                        |   2 +-
 arch/parisc/kernel/drivers.c                       |   2 +-
 arch/powerpc/include/asm/spinlock.h                |   5 +-
 arch/powerpc/mm/mem.c                              |   8 +
 arch/powerpc/platforms/pseries/setup.c             |   7 +
 arch/riscv/net/bpf_jit_comp.c                      |   4 +-
 arch/s390/purgatory/Makefile                       |   6 +-
 arch/s390/purgatory/string.c                       |   3 +
 arch/x86/events/core.c                             |  19 +-
 arch/x86/kernel/early-quirks.c                     |   2 +
 arch/x86/platform/efi/quirks.c                     |   6 +-
 block/blk-core.c                                   |  11 +-
 block/blk-flush.c                                  |   5 +
 block/blk-map.c                                    |   2 +-
 block/blk.h                                        |   1 +
 drivers/bus/ti-sysc.c                              |   4 +
 drivers/char/tpm/tpm_ftpm_tee.c                    |  22 +-
 drivers/clk/at91/at91sam9260.c                     |   2 +-
 drivers/clk/at91/at91sam9rl.c                      |   2 +-
 drivers/clk/at91/at91sam9x5.c                      |   2 +-
 drivers/clk/at91/pmc.c                             |   2 +-
 drivers/clk/at91/sama5d2.c                         |   2 +-
 drivers/clk/at91/sama5d4.c                         |   2 +-
 drivers/clk/clk.c                                  |  62 ++--
 drivers/firmware/efi/earlycon.c                    |  40 +++
 drivers/firmware/efi/libstub/gop.c                 |  80 ++---
 drivers/gpio/gpiolib-of.c                          |  27 ++
 drivers/gpu/drm/exynos/exynos_drm_gsc.c            |   1 +
 drivers/iommu/dma-iommu.c                          |  17 +-
 drivers/iommu/iova.c                               |   2 +-
 drivers/misc/habanalabs/command_submission.c       |   5 +-
 drivers/misc/habanalabs/context.c                  |   2 +-
 drivers/misc/habanalabs/goya/goya.c                |  15 +-
 drivers/misc/ocxl/context.c                        |   8 +-
 drivers/net/dsa/mv88e6xxx/global1.c                |   5 +
 drivers/net/dsa/mv88e6xxx/global1.h                |   1 +
 drivers/net/dsa/mv88e6xxx/port.c                   |  12 +-
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h    |   2 +-
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c   |  12 +-
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h  |   1 +
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c   |  12 +
 drivers/net/ethernet/cadence/macb_main.c           |   4 +-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c |   4 +
 drivers/net/ethernet/freescale/fec_main.c          |   9 +
 drivers/net/ethernet/intel/i40e/i40e.h             |   2 +-
 drivers/net/ethernet/intel/i40e/i40e_main.c        |  10 +-
 drivers/net/ethernet/intel/i40e/i40e_xsk.c         |   4 +
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c      |   7 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c       |   8 +-
 drivers/net/ethernet/mellanox/mlx5/core/en.h       |   2 +-
 drivers/net/ethernet/mellanox/mlx5/core/en/fs.h    |  16 +
 .../net/ethernet/mellanox/mlx5/core/en/health.c    |   7 +-
 drivers/net/ethernet/mellanox/mlx5/core/en/xdp.h   |  22 +-
 .../net/ethernet/mellanox/mlx5/core/en/xsk/setup.c |   1 +
 .../net/ethernet/mellanox/mlx5/core/en/xsk/tx.c    |   2 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c    |  16 -
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |  19 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c    |   2 +-
 drivers/net/ethernet/mellanox/mlx5/core/main.c     |  16 +-
 .../ethernet/mellanox/mlx5/core/steering/dr_rule.c |   5 +-
 .../ethernet/mellanox/mlx5/core/steering/dr_ste.c  |  10 +-
 .../mellanox/mlx5/core/steering/dr_types.h         |  14 +-
 .../net/ethernet/mellanox/mlxsw/spectrum_qdisc.c   |   7 +
 drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c  |   3 +
 drivers/net/ethernet/stmicro/stmmac/dwmac-sunxi.c  |   2 +-
 drivers/net/ethernet/stmicro/stmmac/dwxgmac2.h     |   2 +
 drivers/net/ethernet/stmicro/stmmac/dwxgmac2_dma.c |   3 +-
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c  |  40 ++-
 .../net/ethernet/stmicro/stmmac/stmmac_platform.c  |   2 +-
 .../net/ethernet/stmicro/stmmac/stmmac_selftests.c |   4 +
 drivers/net/gtp.c                                  |   5 +-
 drivers/net/hyperv/hyperv_net.h                    |   3 +-
 drivers/net/hyperv/netvsc_drv.c                    |   4 +-
 drivers/net/hyperv/rndis_filter.c                  |  10 +-
 drivers/net/macvlan.c                              |   2 +-
 drivers/net/usb/lan78xx.c                          |  11 +-
 drivers/net/vxlan.c                                |   4 +-
 drivers/net/wireless/marvell/mwifiex/tdls.c        |  70 ++++-
 drivers/perf/arm_smmuv3_pmu.c                      |   4 +-
 drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c         |  24 +-
 drivers/pinctrl/pinmux.c                           |   2 +-
 drivers/platform/x86/pcengines-apuv2.c             |   2 +-
 drivers/regulator/core.c                           |  12 +-
 drivers/regulator/rn5t618-regulator.c              |   1 +
 drivers/reset/core.c                               |   4 +-
 drivers/s390/block/dasd_eckd.c                     |  28 +-
 drivers/s390/cio/device_ops.c                      |   2 +-
 drivers/s390/net/qeth_core_main.c                  |  14 +-
 drivers/s390/net/qeth_core_mpc.h                   |   5 +
 drivers/s390/net/qeth_core_sys.c                   |   2 +-
 drivers/s390/net/qeth_l2_main.c                    |   1 +
 drivers/s390/net/qeth_l2_sys.c                     |   3 +-
 drivers/s390/net/qeth_l3_main.c                    |   1 +
 drivers/spi/spi-cavium-thunderx.c                  |   2 +
 drivers/spi/spi-fsl-spi.c                          |  15 +-
 drivers/spi/spi-nxp-fspi.c                         |   2 +-
 drivers/spi/spi-pxa2xx.c                           |   4 +
 drivers/spi/spi-ti-qspi.c                          |   6 +-
 drivers/staging/axis-fifo/Kconfig                  |   2 +-
 drivers/usb/core/config.c                          |  70 ++++-
 drivers/usb/core/hub.c                             |   2 +-
 drivers/usb/dwc3/gadget.c                          |   7 +
 drivers/usb/gadget/udc/dummy_hcd.c                 |   8 +-
 drivers/usb/serial/option.c                        |   2 +
 drivers/usb/typec/tcpm/Kconfig                     |   1 +
 fs/btrfs/extent-tree.c                             |  20 +-
 fs/btrfs/file.c                                    |   4 +-
 fs/btrfs/ioctl.c                                   |  16 +-
 fs/btrfs/qgroup.c                                  |   4 +-
 fs/drop_caches.c                                   |   2 +-
 fs/inode.c                                         |   7 +
 fs/io_uring.c                                      |   4 +
 fs/notify/fsnotify.c                               |   4 +
 fs/quota/dquot.c                                   |   1 +
 fs/super.c                                         |   4 +-
 include/linux/if_ether.h                           |   8 +
 include/uapi/linux/netfilter/xt_sctp.h             |   6 +-
 kernel/bpf/verifier.c                              |   9 +-
 kernel/locking/spinlock_debug.c                    |  32 +-
 kernel/sched/psi.c                                 |   5 +-
 kernel/trace/ring_buffer.c                         |   6 +
 kernel/trace/trace.c                               |  17 ++
 lib/sbitmap.c                                      |   2 +-
 net/8021q/vlan.h                                   |   1 +
 net/8021q/vlan_dev.c                               |   3 +-
 net/8021q/vlan_netlink.c                           |  19 +-
 net/core/filter.c                                  |   1 +
 net/ipv4/tcp_input.c                               |   5 +-
 net/llc/llc_station.c                              |   4 +-
 net/mac80211/tx.c                                  |   9 +
 net/netfilter/nf_conntrack_netlink.c               |   3 +
 net/netfilter/nf_tables_api.c                      |  18 +-
 net/netfilter/nf_tables_offload.c                  |   6 +
 net/netfilter/nft_bitwise.c                        |   4 +-
 net/netfilter/nft_cmp.c                            |   6 +
 net/netfilter/nft_range.c                          |  10 +
 net/netfilter/nft_set_rbtree.c                     |  21 +-
 net/rfkill/core.c                                  |   7 +-
 net/sched/sch_cake.c                               |   2 +-
 net/sched/sch_fq.c                                 |   6 +-
 net/sched/sch_prio.c                               |  10 +-
 net/sctp/sm_sideeffect.c                           |  28 +-
 net/wireless/core.c                                |   1 +
 net/xdp/xsk.c                                      |  22 +-
 samples/bpf/syscall_tp_kern.c                      |  18 +-
 samples/bpf/trace_event_user.c                     |   4 +-
 scripts/kconfig/expr.c                             |   7 +
 scripts/package/mkdebian                           |   2 +-
 sound/soc/codecs/max98090.c                        |   8 +-
 sound/soc/codecs/max98090.h                        |   1 -
 sound/soc/codecs/rt5682.c                          |   2 +
 sound/soc/codecs/wm8962.c                          |   4 +-
 sound/soc/intel/boards/bytcr_rt5640.c              |   8 +-
 sound/soc/soc-topology.c                           |  27 +-
 sound/soc/sof/intel/byt.c                          |   7 +-
 sound/soc/sof/loader.c                             |   2 +
 tools/bpf/bpftool/prog.c                           |   2 +-
 tools/bpf/bpftool/xlated_dumper.c                  |   2 +-
 tools/lib/traceevent/Makefile                      |   6 +-
 tools/perf/util/header.c                           |  21 +-
 tools/perf/util/metricgroup.c                      |   7 +-
 .../ftrace/test.d/ftrace/func-filter-stacktrace.tc |   2 +
 .../selftests/ftrace/test.d/ftrace/func_cpumask.tc |   5 +
 tools/testing/selftests/ftrace/test.d/functions    |   5 +-
 .../ftrace/test.d/kprobe/multiple_kprobes.tc       |   6 +-
 .../inter-event/trigger-action-hist-xfail.tc       |   4 +-
 .../inter-event/trigger-onchange-action-hist.tc    |   2 +-
 .../inter-event/trigger-snapshot-action-hist.tc    |   4 +-
 tools/testing/selftests/kselftest/prefix.pl        |   1 +
 tools/testing/selftests/kselftest/runner.sh        |   1 +
 tools/testing/selftests/net/pmtu.sh                |   6 +-
 tools/testing/selftests/netfilter/nft_nat.sh       | 332 +++++++++++----------
 tools/testing/selftests/safesetid/Makefile         |   5 +-
 tools/testing/selftests/safesetid/safesetid-test.c |  15 +-
 191 files changed, 1240 insertions(+), 687 deletions(-)



             reply	other threads:[~2020-01-11 10:20 UTC|newest]

Thread overview: 173+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-11  9:48 Greg Kroah-Hartman [this message]
2020-01-11  9:48 ` [PATCH 5.4 001/165] USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipein Greg Kroah-Hartman
2020-01-11  9:48 ` [PATCH 5.4 002/165] bpf: Fix passing modified ctx to ld/abs/ind instruction Greg Kroah-Hartman
2020-01-11  9:48 ` [PATCH 5.4 003/165] ASoC: rt5682: fix i2c arbitration lost issue Greg Kroah-Hartman
2020-01-11  9:48 ` [PATCH 5.4 004/165] spi: pxa2xx: Add support for Intel Jasper Lake Greg Kroah-Hartman
2020-01-11  9:48 ` [PATCH 5.4 005/165] regulator: fix use after free issue Greg Kroah-Hartman
2020-01-11  9:48 ` [PATCH 5.4 006/165] ASoC: max98090: fix possible race conditions Greg Kroah-Hartman
2020-01-11  9:48 ` [PATCH 5.4 007/165] spi: fsl: Fix GPIO descriptor support Greg Kroah-Hartman
2020-01-11  9:48 ` [PATCH 5.4 008/165] gpio: Handle counting of Freescale chipselects Greg Kroah-Hartman
2020-01-11  9:48 ` [PATCH 5.4 009/165] spi: fsl: Handle the single hardwired chipselect case Greg Kroah-Hartman
2020-01-11  9:48 ` [PATCH 5.4 010/165] locking/spinlock/debug: Fix various data races Greg Kroah-Hartman
2020-01-11  9:48 ` [PATCH 5.4 011/165] netfilter: ctnetlink: netns exit must wait for callbacks Greg Kroah-Hartman
2020-01-11  9:48 ` [PATCH 5.4 012/165] x86/intel: Disable HPET on Intel Ice Lake platforms Greg Kroah-Hartman
2020-01-11  9:48 ` [PATCH 5.4 013/165] netfilter: nf_tables_offload: Check for the NETDEV_UNREGISTER event Greg Kroah-Hartman
2020-01-11  9:48 ` [PATCH 5.4 014/165] mwifiex: Fix heap overflow in mmwifiex_process_tdls_action_frame() Greg Kroah-Hartman
2020-01-11  9:48 ` [PATCH 5.4 015/165] libtraceevent: Fix lib installation with O= Greg Kroah-Hartman
2020-01-11  9:48 ` [PATCH 5.4 016/165] libtraceevent: Copy pkg-config file to output folder when using O= Greg Kroah-Hartman
2020-01-11  9:48 ` [PATCH 5.4 017/165] regulator: core: fix regulator_register() error paths to properly release rdev Greg Kroah-Hartman
2020-01-11  9:48 ` [PATCH 5.4 018/165] x86/efi: Update e820 with reserved EFI boot services data to fix kexec breakage Greg Kroah-Hartman
2020-01-11  9:48 ` [PATCH 5.4 019/165] ASoC: Intel: bytcr_rt5640: Update quirk for Teclast X89 Greg Kroah-Hartman
2020-01-11  9:48 ` [PATCH 5.4 020/165] selftests: netfilter: use randomized netns names Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 021/165] efi/gop: Return EFI_NOT_FOUND if there are no usable GOPs Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 022/165] efi/gop: Return EFI_SUCCESS if a usable GOP was found Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 023/165] efi/gop: Fix memory leak in __gop_query32/64() Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 024/165] efi/earlycon: Remap entire framebuffer after page initialization Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 025/165] ARM: dts: imx6ul: imx6ul-14x14-evk.dtsi: Fix SPI NOR probing Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 026/165] ARM: vexpress: Set-up shared OPP table instead of individual for each CPU Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 027/165] netfilter: uapi: Avoid undefined left-shift in xt_sctp.h Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 028/165] netfilter: nft_set_rbtree: bogus lookup/get on consecutive elements in named sets Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 029/165] netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_END Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 030/165] netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init() Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 031/165] netfilter: nf_tables: skip module reference count bump on object updates Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 032/165] netfilter: nf_tables_offload: return EOPNOTSUPP if rule specifies no actions Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 033/165] ARM: dts: BCM5301X: Fix MDIO node address/size cells Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 034/165] selftests/ftrace: Fix to check the existence of set_ftrace_filter Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 035/165] selftests/ftrace: Fix ftrace test cases to check unsupported Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 036/165] selftests/ftrace: Do not to use absolute debugfs path Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 037/165] selftests/ftrace: Fix multiple kprobe testcase Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 038/165] selftests: safesetid: Move link library to LDLIBS Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 039/165] selftests: safesetid: Check the return value of setuid/setgid Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 040/165] selftests: safesetid: Fix Makefile to set correct test program Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 041/165] ARM: exynos_defconfig: Restore debugfs support Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 042/165] ARM: dts: Cygnus: Fix MDIO node address/size cells Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 043/165] spi: spi-cavium-thunderx: Add missing pci_release_regions() Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 044/165] reset: Do not register resource data for missing resets Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 045/165] ASoC: topology: Check return value for snd_soc_add_dai_link() Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 046/165] ASoC: topology: Check return value for soc_tplg_pcm_create() Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 047/165] ASoC: SOF: loader: snd_sof_fw_parse_ext_data log warning on unknown header Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 048/165] ASoC: SOF: Intel: split cht and byt debug window sizes Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 049/165] ARM: dts: am335x-sancloud-bbe: fix phy mode Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 050/165] ARM: omap2plus_defconfig: Add back DEBUG_FS Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 051/165] ARM: dts: bcm283x: Fix critical trip point Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 052/165] arm64: dts: ls1028a: fix typo in TMU calibration data Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 053/165] bpf, riscv: Limit to 33 tail calls Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 054/165] bpf, mips: " Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 055/165] bpftool: Dont crash on missing jited insns or ksyms Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 056/165] perf metricgroup: Fix printing event names of metric group with multiple events Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 057/165] perf header: Fix false warning when there are no duplicate cache entries Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 058/165] spi: spi-ti-qspi: Fix a bug when accessing non default CS Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 059/165] ARM: dts: am437x-gp/epos-evm: fix panel compatible Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 060/165] kselftest/runner: Print new line in print of timeout log Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 061/165] kselftest: Support old perl versions Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 062/165] samples: bpf: Replace symbol compare of trace_event Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 063/165] samples: bpf: fix syscall_tp due to unused syscall Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 064/165] arm64: dts: ls1028a: fix reboot node Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 065/165] ARM: imx_v6_v7_defconfig: Explicitly restore CONFIG_DEBUG_FS Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 066/165] pinctrl: aspeed-g6: Fix LPC/eSPI mux configuration Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 067/165] bus: ti-sysc: Fix missing reset delay handling Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 068/165] clk: walk orphan list on clock provider registration Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 069/165] mac80211: fix TID field in monitor mode transmit Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 070/165] cfg80211: fix double-free after changing network namespace Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 071/165] pinctrl: pinmux: fix a possible null pointer in pinmux_can_be_used_for_gpio Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 072/165] powerpc: Ensure that swiotlb buffer is allocated from low memory Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 073/165] btrfs: Fix error messages in qgroup_rescan_init Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 074/165] Btrfs: fix cloning range with a hole when using the NO_HOLES feature Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 075/165] powerpc/vcpu: Assume dedicated processors as non-preempt Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 076/165] powerpc/spinlocks: Include correct header for static key Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 077/165] btrfs: handle error in btrfs_cache_block_group Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 078/165] Btrfs: fix hole extent items with a zero size after range cloning Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 079/165] ocxl: Fix potential memory leak on context creation Greg Kroah-Hartman
2020-01-11  9:49 ` [PATCH 5.4 080/165] bpf: Clear skb->tstamp in bpf_redirect when necessary Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 081/165] habanalabs: rate limit error msg on waiting for CS Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 082/165] habanalabs: remove variable val set but not used Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 083/165] bnx2x: Do not handle requests from VFs after parity Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 084/165] bnx2x: Fix logic to get total no. of PFs per engine Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 085/165] cxgb4: Fix kernel panic while accessing sge_info Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 086/165] net: usb: lan78xx: Fix error message format specifier Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 087/165] parisc: fix compilation when KEXEC=n and KEXEC_FILE=y Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 088/165] parisc: add missing __init annotation Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 089/165] rfkill: Fix incorrect check to avoid NULL pointer dereference Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 090/165] ASoC: wm8962: fix lambda value Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 091/165] regulator: rn5t618: fix module aliases Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 092/165] spi: nxp-fspi: Ensure width is respected in spi-mem operations Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 093/165] clk: at91: fix possible deadlock Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 094/165] staging: axis-fifo: add unspecified HAS_IOMEM dependency Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 095/165] iommu/iova: Init the struct iova to fix the possible memleak Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 096/165] kconfig: dont crash on NULL expressions in expr_eq() Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 097/165] scripts: package: mkdebian: add missing rsync dependency Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 098/165] perf/x86: Fix potential out-of-bounds access Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 099/165] perf/x86/intel: Fix PT PMI handling Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 100/165] sched/psi: Fix sampling error and rare div0 crashes with cgroups and high uptime Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 101/165] psi: Fix a division error in psi poll() Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 102/165] usb: typec: fusb302: Fix an undefined reference to extcon_get_state Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 103/165] block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 104/165] fs: avoid softlockups in s_inodes iterators Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 105/165] fs: call fsnotify_sb_delete after evict_inodes Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 106/165] perf/smmuv3: Remove the leftover put_cpu() in error path Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 107/165] iommu/dma: Relax locking in iommu_dma_prepare_msi() Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 108/165] io_uring: dont wait when under-submitting Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 109/165] clk: Move clk_core_reparent_orphans() under CONFIG_OF Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 110/165] net: stmmac: selftests: Needs to check the number of Multicast regs Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 111/165] net: stmmac: Determine earlier the size of RX buffer Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 112/165] net: stmmac: Do not accept invalid MTU values Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 113/165] net: stmmac: xgmac: Clear previous RX buffer size Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 114/165] net: stmmac: RX buffer size must be 16 byte aligned Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 115/165] net: stmmac: Always arm TX Timer at end of transmission start Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 116/165] s390/purgatory: do not build purgatory with kcov, kasan and friends Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 117/165] drm/exynos: gsc: add missed component_del Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 118/165] tpm/tpm_ftpm_tee: add shutdown call back Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 119/165] xsk: Add rcu_read_lock around the XSK wakeup Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 120/165] net/mlx5e: Fix concurrency issues between config flow and XSK Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 121/165] net/i40e: " Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 122/165] net/ixgbe: " Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 123/165] platform/x86: pcengines-apuv2: fix simswap GPIO assignment Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 124/165] arm64: cpu_errata: Add Hisilicon TSV110 to spectre-v2 safe list Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 125/165] block: Fix a lockdep complaint triggered by request queue flushing Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 126/165] s390/dasd/cio: Interpret ccw_device_get_mdc return value correctly Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 127/165] s390/dasd: fix memleak in path handling error case Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 128/165] block: fix memleak when __blk_rq_map_user_iov() is failed Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 129/165] parisc: Fix compiler warnings in debug_core.c Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 130/165] sbitmap: only queue kybers wait callback if not already active Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 131/165] s390/qeth: handle error due to unsupported transport mode Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 132/165] s390/qeth: fix promiscuous mode after reset Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 133/165] s390/qeth: dont return -ENOTSUPP to userspace Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 134/165] llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c) Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 135/165] hv_netvsc: Fix unwanted rx_table reset Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 136/165] selftests: pmtu: fix init mtu value in description Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 137/165] tracing: Do not create directories if lockdown is in affect Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 138/165] gtp: fix bad unlock balance in gtp_encap_enable_socket Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 139/165] macvlan: do not assume mac_header is set in macvlan_broadcast() Greg Kroah-Hartman
2020-01-11  9:50 ` [PATCH 5.4 140/165] net: dsa: mv88e6xxx: Preserve priority when setting CPU port Greg Kroah-Hartman
2020-01-11  9:51 ` [PATCH 5.4 141/165] net: freescale: fec: Fix ethtool -d runtime PM Greg Kroah-Hartman
2020-01-11  9:51 ` [PATCH 5.4 142/165] net: stmmac: dwmac-sun8i: Allow all RGMII modes Greg Kroah-Hartman
2020-01-11  9:51 ` [PATCH 5.4 143/165] net: stmmac: dwmac-sunxi: " Greg Kroah-Hartman
2020-01-11  9:51 ` [PATCH 5.4 144/165] net: stmmac: Fixed link does not need MDIO Bus Greg Kroah-Hartman
2020-01-11  9:51 ` [PATCH 5.4 145/165] net: usb: lan78xx: fix possible skb leak Greg Kroah-Hartman
2020-01-11  9:51 ` [PATCH 5.4 146/165] pkt_sched: fq: do not accept silly TCA_FQ_QUANTUM Greg Kroah-Hartman
2020-01-11  9:51 ` [PATCH 5.4 147/165] sch_cake: avoid possible divide by zero in cake_enqueue() Greg Kroah-Hartman
2020-01-11  9:51 ` [PATCH 5.4 148/165] sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLY Greg Kroah-Hartman
2020-01-11  9:51 ` [PATCH 5.4 149/165] tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACK Greg Kroah-Hartman
2020-01-11  9:51 ` [PATCH 5.4 150/165] vxlan: fix tos value before xmit Greg Kroah-Hartman
2020-01-11  9:51 ` [PATCH 5.4 151/165] mlxsw: spectrum_qdisc: Ignore grafting of invisible FIFO Greg Kroah-Hartman
2020-01-11  9:51 ` [PATCH 5.4 152/165] net: sch_prio: When ungrafting, replace with FIFO Greg Kroah-Hartman
2020-01-11  9:51 ` [PATCH 5.4 153/165] vlan: fix memory leak in vlan_dev_set_egress_priority Greg Kroah-Hartman
2020-01-11  9:51 ` [PATCH 5.4 154/165] vlan: vlan_changelink() should propagate errors Greg Kroah-Hartman
2020-01-11  9:51 ` [PATCH 5.4 155/165] macb: Dont unregister clks unconditionally Greg Kroah-Hartman
2020-01-11  9:51 ` [PATCH 5.4 156/165] net/mlx5: Move devlink registration before interfaces load Greg Kroah-Hartman
2020-01-11  9:51 ` [PATCH 5.4 157/165] net: dsa: mv88e6xxx: force cmode write on 6141/6341 Greg Kroah-Hartman
2020-01-11  9:51 ` [PATCH 5.4 158/165] net/mlx5e: Always print health reporter message to dmesg Greg Kroah-Hartman
2020-01-11  9:51 ` [PATCH 5.4 159/165] net/mlx5: DR, No need for atomic refcount for internal SW steering resources Greg Kroah-Hartman
2020-01-11  9:51 ` [PATCH 5.4 160/165] net/mlx5e: Fix hairpin RSS table size Greg Kroah-Hartman
2020-01-11  9:51 ` [PATCH 5.4 161/165] net/mlx5: DR, Init lists that are used in rules member Greg Kroah-Hartman
2020-01-11  9:51 ` [PATCH 5.4 162/165] usb: dwc3: gadget: Fix request complete check Greg Kroah-Hartman
2020-01-11  9:51 ` [PATCH 5.4 163/165] USB: core: fix check for duplicate endpoints Greg Kroah-Hartman
2020-01-11  9:51 ` [PATCH 5.4 164/165] USB: serial: option: add Telit ME910G1 0x110a composition Greg Kroah-Hartman
2020-01-11  9:51 ` [PATCH 5.4 165/165] usb: missing parentheses in USE_NEW_SCHEME Greg Kroah-Hartman
2020-01-11 14:56 ` [PATCH 5.4 000/165] 5.4.11-stable review Guenter Roeck
2020-01-11 18:42 ` Naresh Kamboju
2020-01-13  6:28 ` Jeffrin Jose
2020-01-13 15:49 ` Jon Hunter
2020-01-13 15:49   ` Jon Hunter
     [not found]   ` <ace61a61-9241-5734-aeea-86de9e9e608a-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2020-01-13 18:27     ` Greg Kroah-Hartman
2020-01-13 18:27       ` Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200111094921.347491861@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=ben.hutchings@codethink.co.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=patches@kernelci.org \
    --cc=shuah@kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.