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/344] 5.4.22-stable review
Date: Fri, 21 Feb 2020 08:36:39 +0100	[thread overview]
Message-ID: <20200221072349.335551332@linuxfoundation.org> (raw)

This is the start of the stable review cycle for the 5.4.22 release.
There are 344 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, 23 Feb 2020 07:19:49 +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.22-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.22-rc1

Coly Li <colyli@suse.de>
    bcache: properly initialize 'path' and 'err' in register_bcache()

Alex Deucher <alexander.deucher@amd.com>
    drm/amdgpu/display: handle multiple numbers of fclks in dcn_calcs.c (v2)

Niklas Schnelle <schnelle@linux.ibm.com>
    s390/pci: Recover handle in clp_set_pci_fn()

Ido Schimmel <idosch@mellanox.com>
    mlxsw: spectrum_dpipe: Add missing error path

Miklos Szeredi <mszeredi@redhat.com>
    fuse: don't overflow LLONG_MAX with end offset

Michael S. Tsirkin <mst@redhat.com>
    virtio_balloon: prevent pfn array overflow

Steve French <stfrench@microsoft.com>
    cifs: log warning message (once) if out of disk space

Maciej Fijalkowski <maciej.fijalkowski@intel.com>
    i40e: Relax i40e_xsk_wakeup's return value when PF is busy

Vasily Averin <vvs@virtuozzo.com>
    help_next should increase position index

Wenwen Wang <wenwen@cs.uga.edu>
    NFS: Fix memory leaks

Alex Deucher <alexander.deucher@amd.com>
    drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_voltage

Alex Deucher <alexander.deucher@amd.com>
    drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_latency

Zhiqiang Liu <liuzhiqiang26@huawei.com>
    brd: check and limit max_part par

Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
    microblaze: Prevent the overflow of the start

Peter Zijlstra <peterz@infradead.org>
    asm-generic/tlb: add missing CONFIG symbol

Andrei Otcheretianski <andrei.otcheretianski@intel.com>
    iwlwifi: mvm: Check the sta is not NULL in iwl_mvm_cfg_he_sta()

Andrei Otcheretianski <andrei.otcheretianski@intel.com>
    iwlwifi: mvm: Fix thermal zone registration

Christoph Hellwig <hch@lst.de>
    nvme-pci: remove nvmeq->tags

Amol Grover <frextrite@gmail.com>
    nvmet: Pass lockdep expression to RCU lists

Zenghui Yu <yuzenghui@huawei.com>
    irqchip/gic-v3-its: Reference to its_invall_cmd descriptor when building INVALL

Coly Li <colyli@suse.de>
    bcache: fix incorrect data type usage in btree_flush_write()

Coly Li <colyli@suse.de>
    bcache: explicity type cast in bset_bkey_last()

Coly Li <colyli@suse.de>
    bcache: fix memory corruption in bch_cache_accounting_clear()

Yunfeng Ye <yeyunfeng@huawei.com>
    reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()

Nathan Chancellor <natechancellor@gmail.com>
    lib/scatterlist.c: adjust indentation in __sg_alloc_table

wangyan <wangyan122@huawei.com>
    ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()

Masahiro Yamada <masahiroy@kernel.org>
    ocfs2: make local header paths relative to C files

Josef Bacik <josef@toxicpanda.com>
    btrfs: do not do delalloc reservation under page lock

Alexandre Ghiti <alex@ghiti.fr>
    powerpc: Do not consider weak unresolved symbol relocations as bad

Daniel Vetter <daniel.vetter@ffwll.ch>
    radeon: insert 10ms sleep in dce5_crtc_load_lut

Vasily Averin <vvs@virtuozzo.com>
    trigger_next should increase position index

Vasily Averin <vvs@virtuozzo.com>
    ftrace: fpid_next() should increase position index

Gustavo A. R. Silva <gustavo@embeddedor.com>
    char: hpet: Fix out-of-bounds read bug

Ben Skeggs <bskeggs@redhat.com>
    drm/nouveau/disp/nv50-: prevent oops when no channel method map provided

Marc Zyngier <maz@kernel.org>
    irqchip/gic-v3: Only provision redistributors that are enabled in ACPI

Dor Askayo <dor.askayo@gmail.com>
    drm/amd/display: do not allocate display_mode_lib unnecessarily

Arnd Bergmann <arnd@arndb.de>
    rbd: work around -Wuninitialized warning

Xiubo Li <xiubli@redhat.com>
    ceph: check availability of mds cluster on mount after wait timeout

Christophe Leroy <christophe.leroy@c-s.fr>
    powerpc/mm: Don't log user reads to 0xffffffff

Vasily Averin <vvs@virtuozzo.com>
    bpf: map_seq_next should always increase position index

Ronnie Sahlberg <lsahlber@redhat.com>
    cifs: fix NULL dereference in match_prepath

Paulo Alcantara (SUSE) <pc@cjr.nz>
    cifs: Fix mount options set in automount

Steve French <stfrench@microsoft.com>
    cifs: fix unitialized variable poential problem with network I/O cache lock patch

Colin Ian King <colin.king@canonical.com>
    iwlegacy: ensure loop counter addr does not wrap and cause an infinite loop

Yan-Hsuan Chuang <yhchuang@realtek.com>
    rtw88: fix potential NULL skb access in TX ISR

Nathan Chancellor <natechancellor@gmail.com>
    hostap: Adjust indentation in prism2_hostapd_add_sta

Nicola Lunghi <nick83ola@gmail.com>
    ALSA: usb-audio: add quirks for Line6 Helix devices fw>=2.82

Vincenzo Frascino <vincenzo.frascino@arm.com>
    ARM: 8951/1: Fix Kexec compilation issue.

Oliver O'Halloran <oohall@gmail.com>
    selftests/eeh: Bump EEH wait time to 60s

Michael Bringmann <mwb@linux.ibm.com>
    powerpc/pseries/lparcfg: Fix display of Maximum Memory

zhangyi (F) <yi.zhang@huawei.com>
    jbd2: make sure ESHUTDOWN to be recorded in the journal superblock

zhangyi (F) <yi.zhang@huawei.com>
    jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record

Lorenz Bauer <lmb@cloudflare.com>
    selftests: bpf: Reset global state between reuseport test runs

Stephen Boyd <swboyd@chromium.org>
    alarmtimer: Make alarmtimer platform device child of RTC device

Lu Baolu <baolu.lu@linux.intel.com>
    iommu/vt-d: Remove unnecessary WARN_ON_ONCE()

Coly Li <colyli@suse.de>
    bcache: fix use-after-free in register_bcache()

Christoph Hellwig <hch@lst.de>
    bcache: rework error unwinding in register_bcache

Liang Chen <liangchen.linux@gmail.com>
    bcache: cached_dev_free needs to put the sb page

Nikolay Borisov <nborisov@suse.com>
    btrfs: Fix split-brain handling when changing FSID to metadata uuid

David Sterba <dsterba@suse.com>
    btrfs: separate definition of assertion failure handlers

Sergey Zakharchenko <szakharchenko@digital-loggers.com>
    media: uvcvideo: Add a quirk to force GEO GC6500 Camera bits-per-pixel value

Oliver O'Halloran <oohall@gmail.com>
    powerpc/sriov: Remove VF eeh_dev state when disabling SR-IOV

Ben Skeggs <bskeggs@redhat.com>
    drm/nouveau/mmu: fix comptag memory leak

Trond Myklebust <trondmy@gmail.com>
    sunrpc: Fix potential leaks in sunrpc_cache_unhash()

Peter Große <pegro@friiks.de>
    ALSA: hda - Add docking station support for Lenovo Thinkpad T420s

Chris Down <chris@chrisdown.name>
    bpf, btf: Always output invariant hit in pahole DWARF to BTF transform

Colin Ian King <colin.king@canonical.com>
    driver core: platform: fix u32 greater or equal to zero comparison

Vasily Gorbik <gor@linux.ibm.com>
    s390/ftrace: generate traced function stack frame

Vasily Gorbik <gor@linux.ibm.com>
    s390: adjust -mpacked-stack support check for clang 10

Masami Hiramatsu <mhiramat@kernel.org>
    x86/decoder: Add TEST opcode to Group3-2

Shile Zhang <shile.zhang@linux.alibaba.com>
    objtool: Fix ARCH=x86_64 build error

Masahiro Yamada <masahiroy@kernel.org>
    kbuild: use -S instead of -E for precise cc-option test in Kconfig

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

Kai Vehmanen <kai.vehmanen@linux.intel.com>
    ALSA: hda/hdmi - add retry logic to parse_intel_hdmi()

John Garry <john.garry@huawei.com>
    irqchip/mbigen: Set driver .suppress_bind_attrs to avoid remove problems

Enric Balletbo i Serra <enric.balletbo@collabora.com>
    regulator: core: Fix exported symbols to the exported GPL version

Brandon Maier <brandon.maier@rockwellcollins.com>
    remoteproc: Initialize rproc_class before use

Jessica Yu <jeyu@kernel.org>
    module: avoid setting info->name early in case we can fall back to info->mod->name

Anand Jain <anand.jain@oracle.com>
    btrfs: device stats, log when stats are zeroed

David Sterba <dsterba@suse.com>
    btrfs: safely advance counter when looking up bio csums

Johannes Thumshirn <jth@kernel.org>
    btrfs: fix possible NULL-pointer dereference in integrity checks

yu kuai <yukuai3@huawei.com>
    pwm: Remove set but not set variable 'pwm'

Dan Carpenter <dan.carpenter@oracle.com>
    ide: serverworks: potential overflow in svwks_set_pio_mode()

Dan Carpenter <dan.carpenter@oracle.com>
    cmd64x: potential buffer overflow in cmd64x_program_timings()

Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
    pwm: omap-dmtimer: Remove PWM chip in .remove before making it unfunctional

Ard Biesheuvel <ardb@kernel.org>
    x86/mm: Fix NX bit clearing issue in kernel_map_pages_in_pgd

Chao Yu <chao@kernel.org>
    f2fs: fix memleak of kobject

Enric Balletbo i Serra <enric.balletbo@collabora.com>
    regulator: vctrl-regulator: Avoid deadlock getting and setting the voltage

Cezary Rojewski <cezary.rojewski@intel.com>
    ASoC: SOF: Intel: hda: Fix SKL dai count

Marco Elver <elver@google.com>
    debugobjects: Fix various data races

Hanjun Guo <guohanjun@huawei.com>
    ACPI/IORT: Fix 'Number of IDs' handling in iort_id_map()

Thomas Gleixner <tglx@linutronix.de>
    watchdog/softlockup: Enforce that timestamp is valid on boot

Kim Phillips <kim.phillips@amd.com>
    perf/x86/amd: Constrain Large Increment per Cycle events

Valentin Schneider <valentin.schneider@arm.com>
    sched/topology: Assert non-NUMA topology masks don't (partially) overlap

Li Guanglei <guanglei.li@unisoc.com>
    sched/core: Fix size of rq::uclamp initialization

Lokesh Vutla <lokeshvutla@ti.com>
    arm64: dts: ti: k3-j721e-main: Add missing power-domains for smmu

zhengbin <zhengbin13@huawei.com>
    KVM: PPC: Remove set but not used variable 'ra', 'rs', 'rt'

Wei Yongjun <weiyongjun1@huawei.com>
    EDAC/sifive: Fix return value check in ecc_register()

Jun Lei <Jun.Lei@amd.com>
    drm/amd/display: fixup DML dependencies

Sami Tolvanen <samitolvanen@google.com>
    arm64: fix alternatives with LLVM's integrated assembler

Sami Tolvanen <samitolvanen@google.com>
    arm64: lse: fix LSE atomics with LLVM's integrated assembler

Leon Romanovsky <leon@kernel.org>
    RDMA/mlx5: Don't fake udata for kernel path

Alexander Tsoy <alexander@tsoy.me>
    ALSA: usb-audio: add implicit fb quirk for MOTU M Series

Geert Uytterhoeven <geert@linux-m68k.org>
    crypto: essiv - fix AEAD capitalization and preposition use in help text

Nick Black <nlb@google.com>
    scsi: iscsi: Don't destroy session if there are outstanding connections

Stanley Chu <stanley.chu@mediatek.com>
    scsi: ufs-mediatek: add apply_dev_quirks variant operation

Stanley Chu <stanley.chu@mediatek.com>
    scsi: ufs: pass device information to apply_dev_quirks

Jaegeuk Kim <jaegeuk@kernel.org>
    f2fs: free sysfs kobject

Jaegeuk Kim <jaegeuk@kernel.org>
    f2fs: set I_LINKABLE early to avoid wrong access by vfs

Dan Carpenter <dan.carpenter@oracle.com>
    ALSA: usb-audio: unlock on error in probe

Will Deacon <will@kernel.org>
    iommu/arm-smmu-v3: Use WRITE_ONCE() when changing validity of an STE

Masahiro Yamada <masahiroy@kernel.org>
    kbuild: remove *.tmp file when filechk fails

Tony Lindgren <tony@atomide.com>
    usb: musb: omap2430: Get rid of musb .set_vbus for omap2430 glue

Leonard Crestez <leonard.crestez@nxp.com>
    perf/imx_ddr: Fix cpu hotplug state cleanup

Navid Emamdoost <navid.emamdoost@gmail.com>
    drm/vmwgfx: prevent memory leak in vmw_cmdbuf_res_add

Stephen Boyd <swboyd@chromium.org>
    gpiolib: Set lockdep class for hierarchical irq domains

Mikulas Patocka <mpatocka@redhat.com>
    dm thin: don't allow changing data device during thin-pool reload

Ben Skeggs <bskeggs@redhat.com>
    drm/nouveau/fault/gv100-: fix memory leak on module unload

YueHaibing <yuehaibing@huawei.com>
    drm/nouveau/drm/ttm: Remove set but not used variable 'mem'

YueHaibing <yuehaibing@huawei.com>
    drm/nouveau: Fix copy-paste error in nouveau_fence_wait_uevent_handler

Ben Skeggs <bskeggs@redhat.com>
    drm/nouveau/gr/gk20a,gm200-: add terminators to method lists read from fw

Dan Carpenter <dan.carpenter@oracle.com>
    drm/nouveau/secboot/gm20b: initialize pointer in gm20b_secboot_new()

Arnd Bergmann <arnd@arndb.de>
    vme: bridges: reduce stack usage

Li RongQing <lirongqing@baidu.com>
    bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_map

Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    ASoC: SOF: Intel: hda-dai: fix compilation warning in pcm_prepare

Geert Uytterhoeven <geert+renesas@glider.be>
    driver core: Print device when resources present in really_probe()

Simon Schwartz <kern.simon@theschwartz.xyz>
    driver core: platform: Prevent resouce overflow from causing infinite loops

Arnd Bergmann <arnd@arndb.de>
    visorbus: fix uninitialized variable access

Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
    misc: xilinx_sdfec: fix xsdfec_poll()'s return type

Nathan Chancellor <natechancellor@gmail.com>
    tty: synclink_gt: Adjust indentation in several functions

Nathan Chancellor <natechancellor@gmail.com>
    tty: synclinkmp: Adjust indentation in several functions

Jason Gunthorpe <jgg@ziepe.ca>
    RDMA/uverbs: Remove needs_kfree_rcu from uverbs_obj_type_class

Zhengyuan Liu <liuzhengyuan@kylinos.cn>
    raid6/test: fix a compilation warning

Chen Zhou <chenzhou10@huawei.com>
    ASoC: atmel: fix build error with CONFIG_SND_ATMEL_SOC_DMA=m

Alexander Tsoy <alexander@tsoy.me>
    ALSA: usb-audio: Add boot quirk for MOTU M Series

Johan Jonker <jbx6244@gmail.com>
    ARM: dts: rockchip: add reg property to brcmf sub node for rk3188-bqedison2qc

Johan Jonker <jbx6244@gmail.com>
    arm64: dts: rockchip: add reg property to brcmf sub-nodes

Johan Jonker <jbx6244@gmail.com>
    arm64: dts: rockchip: fix dwmmc clock name for px30

Bartosz Golaszewski <bgolaszewski@baylibre.com>
    clocksource: davinci: only enable clockevents once tim34 is initialized

Arnd Bergmann <arnd@arndb.de>
    wan: ixp4xx_hss: fix compile-testing on 64-bit

Changbin Du <changbin.du@intel.com>
    x86/nmi: Remove irq_work from the long duration NMI handler

Jonathan Lemon <jonathan.lemon@gmail.com>
    bnxt: Detach page from page pool before sending up the stack

Philipp Zabel <p.zabel@pengutronix.de>
    Input: edt-ft5x06 - work around first register access error

Paul E. McKenney <paulmck@kernel.org>
    rcu: Use WRITE_ONCE() for assignments to ->pprev for hlist_nulls

Ard Biesheuvel <ardb@kernel.org>
    efi/x86: Don't panic or BUG() on non-critical error conditions

Dmitry Osipenko <digetx@gmail.com>
    soc/tegra: fuse: Correct straps' address for older Tegra124 device trees

Mike Marciniszyn <mike.marciniszyn@intel.com>
    IB/hfi1: Add RcvShortLengthErrCnt to hfi1stats

Mike Marciniszyn <mike.marciniszyn@intel.com>
    IB/hfi1: Add software counter for ctxt0 seq drop

Arnd Bergmann <arnd@arndb.de>
    staging: rtl8188: avoid excessive stack usage

Yongqiang Niu <yongqiang.niu@mediatek.com>
    drm/mediatek: Add gamma property according to hardware capability

Jan Kara <jack@suse.cz>
    udf: Fix free space reporting for metadata and virtual partitions

Shuah Khan <skhan@linuxfoundation.org>
    usbip: Fix unsafe unaligned pointer usage

Benjamin Gaignard <benjamin.gaignard@st.com>
    ARM: dts: stm32: Add power-supply for DSI panel on stm32f469-disco

Dmitry Torokhov <dmitry.torokhov@gmail.com>
    usb: dwc3: use proper initializers for property entries

Dingchen Zhang <dingchen.zhang@amd.com>
    drm: remove the newline for CRC source name.

Wenpeng Liang <liangwenpeng@huawei.com>
    RDMA/hns: Avoid printing address of mtt page

Arnd Bergmann <arnd@arndb.de>
    mlx5: work around high stack usage with gcc

Felix Kuehling <Felix.Kuehling@amd.com>
    drm/amdkfd: Fix permissions of hang_hws

Jacob Pan <jacob.jun.pan@linux.intel.com>
    iommu/vt-d: Avoid sending invalid page response

Jacob Pan <jacob.jun.pan@linux.intel.com>
    iommu/vt-d: Match CPU and IOMMU paging mode

Jason Ekstrand <jason@jlekstrand.net>
    ACPI: button: Add DMI quirk for Razer Blade Stealth 13 late 2019 lid switch

Shile Zhang <shile.zhang@linux.alibaba.com>
    x86/unwind/orc: Fix !CONFIG_MODULES build warning

Sam McNally <sammc@chromium.org>
    ASoC: Intel: sof_rt5682: Ignore the speaker amp when there isn't one.

Alexey Kardashevskiy <aik@ozlabs.ru>
    vfio/spapr/nvlink2: Skip unpinning pages on error exit

Andrey Zhizhikin <andrey.z@gmail.com>
    tools lib api fs: Fix gcc9 stringop-truncation compilation error

Dmitry Torokhov <dmitry.torokhov@gmail.com>
    net: phy: fixed_phy: fix use-after-free when checking link GPIO

Takashi Iwai <tiwai@suse.de>
    ALSA: sh: Fix compile warning wrt const

Takashi Iwai <tiwai@suse.de>
    ALSA: hda/realtek - Apply mic mute LED quirk for Dell E7xx laptops, too

Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
    clk: uniphier: Add SCSSI clock gate for each channel

Stephen Boyd <sboyd@kernel.org>
    clk: Use parent node pointer during registration if necessary

Takashi Iwai <tiwai@suse.de>
    ALSA: sh: Fix unused variable warnings

Icenowy Zheng <icenowy@aosc.io>
    clk: sunxi-ng: add mux and pll notifiers for A64 CPU clock

Jiewei Ke <kejiewei.cn@gmail.com>
    RDMA/rxe: Fix error type of mmap_offset

Peter Rosin <peda@axentia.se>
    fbdev: fix numbering of fbcon options

Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    ASoC: soc-topology: fix endianness issues

Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
    reset: uniphier: Add SCSSI reset control for each channel

Geert Uytterhoeven <geert+renesas@glider.be>
    pinctrl: sh-pfc: sh7269: Fix CAN function GPIOs

Manasi Navare <manasi.d.navare@intel.com>
    drm/fbdev: Fallback to non tiled mode if all tiles not present

Chanwoo Choi <cw00.choi@samsung.com>
    PM / devfreq: rk3399_dmc: Add COMPILE_TEST and HAVE_ARM_SMCCC dependency

Arnd Bergmann <arnd@arndb.de>
    PM / devfreq: exynos-ppmu: Fix excessive stack usage

Valdis Kletnieks <valdis.kletnieks@vt.edu>
    x86/vdso: Provide missing include file

Vinay Kumar Yadav <vinay.yadav@chelsio.com>
    crypto: chtls - Fixed memory leak

Martin Blumenstingl <martin.blumenstingl@googlemail.com>
    net: phy: realtek: add logging for the RGMII TX delay configuration

Hechao Li <hechaol@fb.com>
    bpf: Print error message for bpftool cgroup show

Sascha Hauer <s.hauer@pengutronix.de>
    dmaengine: imx-sdma: Fix memory leak

Logan Gunthorpe <logang@deltatee.com>
    dmaengine: Store module owner in dma_device struct

Jerome Brunet <jbrunet@baylibre.com>
    clk: actually call the clock init before any other callback of the clock

Qian Cai <cai@lca.pw>
    iommu/iova: Silence warnings under memory pressure

Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
    iommu/amd: Only support x2APIC with IVHD type 11h/40h

Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
    iommu/amd: Check feature support bit before accessing MSI capability registers

Bjorn Andersson <bjorn.andersson@linaro.org>
    arm64: dts: qcom: db845c: Enable ath10k 8bit host-cap quirk

James Smart <jsmart2021@gmail.com>
    scsi: lpfc: Fix: Rework setting of fdmi symbolic node name registration

Jaihind Yadav <jaihindyadav@codeaurora.org>
    selinux: ensure we cleanup the internal AVC counters on error in avc_update()

Geert Uytterhoeven <geert+renesas@glider.be>
    ARM: dts: r8a7779: Add device node for ARM global timer

Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
    clk: renesas: rcar-gen3: Allow changing the RPC[D2] clocks

Bibby Hsieh <bibby.hsieh@mediatek.com>
    drm/mediatek: handle events when enabling/disabling crtc

Brendan Higgins <brendanhiggins@google.com>
    crypto: inside-secure - add unspecified HAS_IOMEM dependency

Nathan Chancellor <natechancellor@gmail.com>
    scsi: aic7xxx: Adjust indentation in ahc_find_syncrate

Can Guo <cang@codeaurora.org>
    scsi: ufs: Complete pending requests in host reset and restore path

Trond Myklebust <trondmy@gmail.com>
    nfsd: Clone should commit src file metadata too

Erik Kaneda <erik.kaneda@intel.com>
    ACPICA: Disassembler: create buffer fields in ACPI_PARSE_LOAD_PASS1

Jeffrey Hugo <jeffrey.l.hugo@gmail.com>
    clk: qcom: smd: Add missing bimc clock

Monk Liu <Monk.Liu@amd.com>
    drm/amdgpu: fix KIQ ring test fail in TDR of SRIOV

Aditya Pakki <pakki001@umn.edu>
    orinoco: avoid assertion in case of NULL pointer

Phong Tran <tranmanphong@gmail.com>
    rtlwifi: rtl_pci: Fix -Wcast-function-type

Phong Tran <tranmanphong@gmail.com>
    iwlegacy: Fix -Wcast-function-type

Phong Tran <tranmanphong@gmail.com>
    ipw2x00: Fix -Wcast-function-type

Phong Tran <tranmanphong@gmail.com>
    b43legacy: Fix -Wcast-function-type

James Sewart <jamessewart@arista.com>
    PCI: Add DMA alias quirk for PLX PEX NTB

James Sewart <jamessewart@arista.com>
    PCI: Add nr_devfns parameter to pci_add_dma_alias()

Nathan Chancellor <natechancellor@gmail.com>
    ALSA: usx2y: Adjust indentation in snd_usX2Y_hwdep_dsp_status

Xin Long <lucien.xin@gmail.com>
    netfilter: nft_tunnel: add the missing ERSPAN_VERSION nla_policy

Tero Kristo <t-kristo@ti.com>
    ARM: OMAP2+: pdata-quirks: add PRM data for reset support

Arnd Bergmann <arnd@arndb.de>
    isdn: don't mark kcapi_proc_exit as __exit

Aditya Pakki <pakki001@umn.edu>
    fore200e: Fix incorrect checks of NULL pointer dereference

Heiner Kallweit <hkallweit1@gmail.com>
    r8169: check that Realtek PHY driver module is loaded

Toke Høiland-Jørgensen <toke@redhat.com>
    samples/bpf: Set -fno-stack-protector when building BPF programs

Jan Kara <jack@suse.cz>
    reiserfs: Fix spurious unlock in reiserfs_fill_super() error handling

Nathan Chancellor <natechancellor@gmail.com>
    media: v4l2-device.h: Explicitly compare grp{id,mask} to zero in v4l2_device macros

Willem de Bruijn <willemb@google.com>
    selftests/net: make so_txtime more robust to timer variance

Paul Cercueil <paul@crapouillou.net>
    gpu/drm: ingenic: Avoid null pointer deference in plane atomic update

Jakub Kicinski <jakub.kicinski@netronome.com>
    Revert "nfp: abm: fix memory leak in nfp_abm_u32_knode_replace"

Daniel Drake <drake@endlessm.com>
    PCI: Increase D3 delay for AMD Ryzen5/7 XHCI controllers

Daniel Drake <drake@endlessm.com>
    PCI: Add generic quirk for increasing D3hot delay

Forest Crossman <cyrozap@gmail.com>
    media: cx23885: Add support for AVerMedia CE310B

Wei Liu <wei.liu@kernel.org>
    PCI: iproc: Apply quirk_paxc_bridge() for module as well as built-in

Tony Lindgren <tony@atomide.com>
    bus: ti-sysc: Implement quirk handling for CLKDM_NOAUTO

Andrey Smirnov <andrew.smirnov@gmail.com>
    ARM: dts: imx6: rdu2: Limit USBH1 to Full Speed

Andrey Smirnov <andrew.smirnov@gmail.com>
    ARM: dts: imx6: rdu2: Disable WP for USDHC2 and USDHC3

Krzysztof Kozlowski <krzk@kernel.org>
    ARM: exynos_defconfig: Bring back explicitly wanted options

Abel Vesa <abel.vesa@nxp.com>
    clk: imx: Add correct failure handling for clk based helpers

Daniel Jordan <daniel.m.jordan@oracle.com>
    padata: always acquire cpu_hotplug_lock before pinst->lock

Daniel Jordan <daniel.m.jordan@oracle.com>
    padata: validate cpumask without removed CPU during offline

Manu Gautam <mgautam@codeaurora.org>
    arm64: dts: qcom: msm8996: Disable USB2 PHY suspend by core

Paul Moore <paul@paul-moore.com>
    selinux: ensure we cleanup the internal AVC counters on error in avc_insert()

Viresh Kumar <viresh.kumar@linaro.org>
    opp: Free static OPPs on errors while adding them

Andre Przywara <andre.przywara@arm.com>
    arm: dts: allwinner: H3: Add PMU node

Andre Przywara <andre.przywara@arm.com>
    arm64: dts: allwinner: H5: Add PMU node

Andre Przywara <andre.przywara@arm.com>
    arm64: dts: allwinner: H6: Add PMU mode

Mao Wenan <maowenan@huawei.com>
    NFC: port100: Convert cpu_to_le16(le16_to_cpu(E1) + E2) to use le16_add_cpu().

Rasmus Villemoes <linux@rasmusvillemoes.dk>
    net/wan/fsl_ucc_hdlc: reject muram offsets above 64K

Miquel Raynal <miquel.raynal@bootlin.com>
    regulator: rk808: Lower log level on optional GPIOs being not available

Sathyanarayana Nujella <sathyanarayana.nujella@intel.com>
    ASoC: intel: sof_rt5682: Add support for tgl-max98357a-rt5682

Sathyanarayana Nujella <sathyanarayana.nujella@intel.com>
    ASoC: intel: sof_rt5682: Add quirk for number of HDMI DAI's

Masami Hiramatsu <mhiramat@kernel.org>
    modules: lockdep: Suppress suspicious RCU usage warning

Robin Murphy <robin.murphy@arm.com>
    arm64: dts: rockchip: Fix NanoPC-T4 cooling maps

Adam Ford <aford173@gmail.com>
    drm/panel: simple: Add Logic PD Type 28 display support

Nathan Chancellor <natechancellor@gmail.com>
    drm/amdgpu: Ensure ret is always initialized when using SOC15_WAIT_ON_RREG

Wen Gong <wgong@codeaurora.org>
    ath10k: correct the tlv len of ath10k_wmi_tlv_op_gen_config_pno_start

yu kuai <yukuai3@huawei.com>
    drm/amdgpu: remove 4 set but not used variable in amdgpu_atombios_get_connector_info_from_object_table

Jakub Sitnicki <jakub@cloudflare.com>
    bpf, sockhash: Synchronize_rcu before free'ing map

Yong Zhao <Yong.Zhao@amd.com>
    drm/amdkfd: Fix a bug in SDMA RLC queue counting under HWS mode

Douglas Anderson <dianders@chromium.org>
    clk: qcom: rcg2: Don't crash if our parent can't be found; return an error

Stephen Boyd <sboyd@kernel.org>
    clk: qcom: Don't overwrite 'cfg' in clk_rcg2_dfs_populate_freq()

Masahiro Yamada <masahiroy@kernel.org>
    kconfig: fix broken dependency in randconfig-generated .config

Paolo Valente <paolo.valente@linaro.org>
    block, bfq: do not plug I/O for bfq_queues with no proc refs

Colin Ian King <colin.king@canonical.com>
    drivers/block/zram/zram_drv.c: fix error return codes not being returned in writeback_store

Chris Mason <clm@fb.com>
    Btrfs: keep pages dirty when using btrfs_writepage_fixup_worker

Christian Borntraeger <borntraeger@de.ibm.com>
    KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups

Sun Ke <sunke32@huawei.com>
    nbd: add a flush_workqueue in nbd_start_device

Tom Zanussi <zanussi@kernel.org>
    tracing: Simplify assignment parsing for hist triggers

Harry Wentland <harry.wentland@amd.com>
    drm/amd/display: Retrain dongles when SINK_COUNT becomes non-zero

Geert Uytterhoeven <geert@linux-m68k.org>
    rtc: i2c/spi: Avoid inclusion of REGMAP support when not needed

Matthieu Baerts <matthieu.baerts@tessares.net>
    selftests: settings: tests can be in subsubdirs

Jean-Philippe Brucker <jean-philippe@linaro.org>
    brcmfmac: sdio: Fix OOB interrupt initialization on brcm43362

Ping-Ke Shih <pkshih@realtek.com>
    rtw88: fix rate mask for 1SS chip

Rakesh Pillai <pillair@codeaurora.org>
    ath10k: Correct the DMA direction for management tx buffers

zhangyi (F) <yi.zhang@huawei.com>
    ext4, jbd2: ensure panic when aborting with zero errno

Vincenzo Frascino <vincenzo.frascino@arm.com>
    ARM: 8952/1: Disable kmemleak on XIP kernels

Steven Rostedt (VMware) <rostedt@goodmis.org>
    tracing: Fix very unlikely race of registering two stat tracers

Luis Henriques <luis.henriques@canonical.com>
    tracing: Fix tracing_stat return values in error handling paths

Oliver O'Halloran <oohall@gmail.com>
    powerpc/iov: Move VF pdev fixup into pcibios_fixup_iov()

Niklas Schnelle <schnelle@linux.ibm.com>
    s390/pci: Fix possible deadlock in recover_store()

Martin Schiller <ms@dev.tdt.de>
    wan/hdlc_x25: fix skb handling

Chen Zhou <chenzhou10@huawei.com>
    dmaengine: fsl-qdma: fix duplicated argument to &&

Jan Kara <jack@suse.cz>
    udf: Allow writing to 'Rewritable' partitions

Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
    pwm: omap-dmtimer: Simplify error handling

Arvind Sankar <nivedita@alum.mit.edu>
    x86/sysfb: Fix check for bad VRAM size

Grygorii Strashko <grygorii.strashko@ti.com>
    clk: ti: dra7: fix parent for gmac_clkctrl

Eric Biggers <ebiggers@google.com>
    ext4: fix deadlock allocating bio_post_read_ctx from mempool

Kai Li <li.kai4@h3c.com>
    jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal

Siddhesh Poyarekar <siddhesh@gotplt.org>
    kselftest: Minimise dependency of get_size on C library interfaces

Amanda Liu <amanda.liu@amd.com>
    drm/amd/display: Clear state after exiting fixed active VRR state

Colin Ian King <colin.king@canonical.com>
    clocksource/drivers/bcm2835_timer: Fix memory leak of timer

John Keeping <john@metanate.com>
    usb: dwc2: Fix IN FIFO allocation

Jia-Ju Bai <baijiaju1990@gmail.com>
    usb: gadget: udc: fix possible sleep-in-atomic-context bugs in gr_probe()

Colin Ian King <colin.king@canonical.com>
    drm/nouveau/nouveau: fix incorrect sizeof on args.src an args.dst

Philippe Schenker <philippe.schenker@toradex.com>
    spi: fsl-lpspi: fix only one cs-gpio working

Tiecheng Zhou <Tiecheng.Zhou@amd.com>
    drm/amdgpu/sriov: workaround on rev_id for Navi12 under sriov

Jia-Ju Bai <baijiaju1990@gmail.com>
    uio: fix a sleep-in-atomic-context bug in uio_dmem_genirq_irqcontrol()

Zhengyuan Liu <liuzhengyuan@kylinos.cn>
    raid6/test: fix a compilation error

Linus Walleij <linus.walleij@linaro.org>
    net: ethernet: ixp4xx: Standard module init

David S. Miller <davem@davemloft.net>
    sparc: Add .exit.data section.

Tiezhu Yang <yangtiezhu@loongson.cn>
    MIPS: Loongson: Fix potential NULL dereference in loongson3_platform_init()

Ard Biesheuvel <ardb@kernel.org>
    efi/x86: Map the entire EFI vendor string before copying it

Hans de Goede <hdegoede@redhat.com>
    pinctrl: baytrail: Do not clear IRQ flags on direct-irq enabled pins

Parav Pandit <parav@mellanox.com>
    IB/core: Let IB core distribute cache update events

YueHaibing <yuehaibing@huawei.com>
    kernel/module: Fix memleak in module_add_modinfo_attrs()

Jia-Ju Bai <baijiaju1990@gmail.com>
    media: sti: bdisp: fix a possible sleep-in-atomic-context bug in bdisp_device_run()

Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
    char/random: silence a lockdep splat with printk()

Sebastian Andrzej Siewior <bigeasy@linutronix.de>
    x86/fpu: Deactivate FPU state after failure during state load

Jacob Pan <jacob.jun.pan@linux.intel.com>
    iommu/vt-d: Fix off-by-one in PASID allocation

Jia-Ju Bai <baijiaju1990@gmail.com>
    gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_irq_map/unmap()

Martin Blumenstingl <martin.blumenstingl@googlemail.com>
    clk: meson: meson8b: make the CCF use the glitch-free mali mux

Oliver O'Halloran <oohall@gmail.com>
    powerpc/powernv/iov: Ensure the pdn for VFs always contains a valid PE number

Eugen Hristev <eugen.hristev@microchip.com>
    clk: at91: sam9x60: fix programmable clock prescaler

Chen-Yu Tsai <wens@csie.org>
    media: sun4i-csi: Fix [HV]sync polarity handling

Chen-Yu Tsai <wens@csie.org>
    media: sun4i-csi: Fix data sampling polarity handling

Chen-Yu Tsai <wens@csie.org>
    media: sun4i-csi: Deal with DRAM offset

Eugen Hristev <eugen.hristev@microchip.com>
    media: i2c: mt9v032: fix enum mbus codes and frame sizes

Adam Ford <aford173@gmail.com>
    media: ov5640: Fix check for PLL1 exceeding max allowed rate

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    pxa168fb: Fix the function used to release some memory in an error handling path

Rob Clark <robdclark@chromium.org>
    drm/msm/adreno: fix zap vs no-zap handling

Geert Uytterhoeven <geert+renesas@glider.be>
    drm/mipi_dbi: Fix off-by-one bugs in mipi_dbi_blank()

John Ogness <john.ogness@linutronix.de>
    printk: fix exclusive_console replaying

Geert Uytterhoeven <geert+renesas@glider.be>
    pinctrl: sh-pfc: sh7264: Fix CAN function GPIOs

Vladimir Oltean <olteanv@gmail.com>
    gianfar: Fix TX timestamping with a stacked DSA driver

Takashi Sakamoto <o-takashi@sakamocchi.jp>
    ALSA: ctl: allow TLV read operation for callback type of element in locked case

Ritesh Harjani <riteshh@linux.ibm.com>
    ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT

Zahari Petkov <zahari@balena.io>
    leds: pca963x: Fix open-drain initialization

Nikola Cornij <nikola.cornij@amd.com>
    drm/amd/display: Map ODM memory correctly when doing ODM combine

James Sewart <jamessewart@arista.com>
    PCI: Fix pci_add_dma_alias() bitmask size

Dan Carpenter <dan.carpenter@oracle.com>
    brcmfmac: Fix use after free in brcmf_sdio_readframes()

Navid Emamdoost <navid.emamdoost@gmail.com>
    brcmfmac: Fix memory leak in brcmf_p2p_create_p2pdev()

Peter Zijlstra <peterz@infradead.org>
    cpu/hotplug, stop_machine: Fix stop_machine vs hotplug order

Remi Pommarel <repk@triplefau.lt>
    clk: meson: pll: Fix by 0 division in __pll_params_to_rate()

Colin Ian King <colin.king@canonical.com>
    media: meson: add missing allocation failure check on new_buf

Jaegeuk Kim <jaegeuk@kernel.org>
    f2fs: call f2fs_balance_fs outside of locked page

Jaegeuk Kim <jaegeuk@kernel.org>
    f2fs: preallocate DIO blocks when forcing buffered_io

Marco Elver <elver@google.com>
    rcu: Fix data-race due to atomic_t copy-by-value

Rasmus Villemoes <linux@rasmusvillemoes.dk>
    soc: fsl: qe: change return type of cpm_muram_alloc() to s32

Neeraj Upadhyay <neeraju@codeaurora.org>
    rcu: Fix missed wakeup of exp_wq waiters

Stefan Reiter <stefan@pimaker.at>
    rcu/nocb: Fix dump_tree hierarchy print always active

J. Bruce Fields <bfields@redhat.com>
    nfsd4: avoid NULL deference on strange COPY compounds

Markus Elfring <elfring@users.sourceforge.net>
    drm/qxl: Complete exception handling in qxl_device_init()

Colin Ian King <colin.king@canonical.com>
    wil6210: fix break that is never reached because of zero'ing of a retry counter

Jeffrey Hugo <jeffrey.l.hugo@gmail.com>
    ath10k: Fix qmi init error handling

Paul Kocialkowski <paul.kocialkowski@bootlin.com>
    drm/gma500: Fixup fbdev stolen size usage evaluation

Davide Caratti <dcaratti@redhat.com>
    net/sched: flower: add missing validation of TCA_FLOWER_FLAGS

Davide Caratti <dcaratti@redhat.com>
    net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGS

Per Forlin <per.forlin@axis.com>
    net: dsa: tag_qca: Make sure there is headroom for tag

Eric Dumazet <edumazet@google.com>
    net/smc: fix leak of kernel memory to user space

Firo Yang <firo.yang@suse.com>
    enic: prevent waking up stopped tx queues over watchdog reset

Toke Høiland-Jørgensen <toke@redhat.com>
    core: Don't skip generic XDP program execution for cloned SKBs


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

Diffstat:

 Documentation/fb/fbcon.rst                         |   8 +-
 Makefile                                           |   4 +-
 arch/Kconfig                                       |   3 +
 arch/arm/Kconfig                                   |   4 +-
 arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi            |   7 +-
 arch/arm/boot/dts/r8a7779.dtsi                     |   8 ++
 arch/arm/boot/dts/rk3188-bqedison2qc.dts           |   3 +
 arch/arm/boot/dts/stm32f469-disco.dts              |   8 ++
 arch/arm/boot/dts/sun8i-h3.dtsi                    |  15 ++-
 arch/arm/configs/exynos_defconfig                  |   6 +
 arch/arm/mach-omap2/pdata-quirks.c                 |   8 ++
 arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi       |  16 ++-
 arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi       |  10 ++
 arch/arm64/boot/dts/qcom/msm8996.dtsi              |   4 +
 arch/arm64/boot/dts/qcom/sdm845-db845c.dts         |   2 +
 arch/arm64/boot/dts/rockchip/px30.dtsi             |   6 +-
 arch/arm64/boot/dts/rockchip/rk3399-firefly.dts    |   3 +
 .../boot/dts/rockchip/rk3399-khadas-edge.dtsi      |   3 +
 arch/arm64/boot/dts/rockchip/rk3399-nanopc-t4.dts  |  27 -----
 arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts   |   3 +
 arch/arm64/boot/dts/ti/k3-j721e-main.dtsi          |   1 +
 arch/arm64/include/asm/alternative.h               |  32 ++++--
 arch/arm64/include/asm/atomic_lse.h                |  19 ++++
 arch/arm64/include/asm/lse.h                       |   6 +-
 arch/microblaze/kernel/cpu/cache.c                 |   3 +-
 arch/mips/loongson64/loongson-3/platform.c         |   3 +
 arch/powerpc/Makefile.postlink                     |   4 +-
 arch/powerpc/kernel/eeh_driver.c                   |   6 -
 arch/powerpc/kernel/pci_dn.c                       |  15 ++-
 arch/powerpc/kvm/emulate_loadstore.c               |   5 -
 arch/powerpc/mm/fault.c                            |   3 +
 arch/powerpc/platforms/powernv/pci-ioda.c          |  48 ++++++--
 arch/powerpc/platforms/powernv/pci.c               |  18 ---
 arch/powerpc/platforms/pseries/lparcfg.c           |   4 +-
 arch/powerpc/tools/relocs_check.sh                 |  20 ++--
 arch/s390/Makefile                                 |   2 +-
 arch/s390/include/asm/pci.h                        |   2 +-
 arch/s390/kernel/mcount.S                          |  15 ++-
 arch/s390/kvm/interrupt.c                          |   6 +-
 arch/s390/pci/pci.c                                |   2 +-
 arch/s390/pci/pci_clp.c                            |  48 ++++----
 arch/s390/pci/pci_sysfs.c                          |  63 +++++++----
 arch/sh/include/cpu-sh2a/cpu/sh7269.h              |  11 +-
 arch/sparc/kernel/vmlinux.lds.S                    |   6 +-
 arch/x86/entry/vdso/vdso32-setup.c                 |   1 +
 arch/x86/events/amd/core.c                         |  91 +++++++++++-----
 arch/x86/events/perf_event.h                       |   2 +
 arch/x86/include/asm/nmi.h                         |   1 -
 arch/x86/kernel/fpu/signal.c                       |   3 +
 arch/x86/kernel/nmi.c                              |  20 ++--
 arch/x86/kernel/sysfb_simplefb.c                   |   2 +-
 arch/x86/kernel/unwind_orc.c                       |   3 +-
 arch/x86/lib/x86-opcode-map.txt                    |   2 +-
 arch/x86/mm/pageattr.c                             |   8 +-
 arch/x86/platform/efi/efi.c                        |  41 +++----
 arch/x86/platform/efi/efi_64.c                     |   9 +-
 block/bfq-iosched.c                                |  12 ++
 crypto/Kconfig                                     |   4 +-
 drivers/acpi/acpica/dsfield.c                      |   2 +-
 drivers/acpi/acpica/dswload.c                      |  21 ++++
 drivers/acpi/arm64/iort.c                          |  57 +++++++++-
 drivers/acpi/button.c                              |  11 ++
 drivers/atm/fore200e.c                             |  25 +++--
 drivers/base/dd.c                                  |   5 +-
 drivers/base/platform.c                            |  12 +-
 drivers/block/brd.c                                |  22 +++-
 drivers/block/nbd.c                                |  10 ++
 drivers/block/rbd.c                                |   2 +-
 drivers/block/zram/zram_drv.c                      |   3 +-
 drivers/bus/ti-sysc.c                              |  10 +-
 drivers/char/hpet.c                                |   2 +-
 drivers/char/random.c                              |   5 +-
 drivers/clk/at91/sam9x60.c                         |   1 +
 drivers/clk/clk.c                                  |  53 ++++++---
 drivers/clk/imx/clk.h                              |  37 ++++---
 drivers/clk/meson/clk-pll.c                        |   9 ++
 drivers/clk/meson/meson8b.c                        |  11 +-
 drivers/clk/qcom/clk-rcg2.c                        |  11 +-
 drivers/clk/qcom/clk-smd-rpm.c                     |   3 +
 drivers/clk/renesas/rcar-gen3-cpg.c                |   6 +-
 drivers/clk/sunxi-ng/ccu-sun50i-a64.c              |  28 ++++-
 drivers/clk/ti/clk-7xx.c                           |   2 +-
 drivers/clk/uniphier/clk-uniphier-peri.c           |  13 ++-
 drivers/clocksource/bcm2835_timer.c                |   5 +-
 drivers/clocksource/timer-davinci.c                |   8 +-
 drivers/crypto/Kconfig                             |   2 +-
 drivers/crypto/chelsio/chtls/chtls_cm.c            |  27 ++---
 drivers/crypto/chelsio/chtls/chtls_cm.h            |  21 ++++
 drivers/crypto/chelsio/chtls/chtls_hw.c            |   3 +
 drivers/devfreq/Kconfig                            |   3 +-
 drivers/devfreq/event/Kconfig                      |   2 +-
 drivers/devfreq/event/exynos-ppmu.c                |  13 ++-
 drivers/dma/dmaengine.c                            |   4 +-
 drivers/dma/fsl-qdma.c                             |   2 +-
 drivers/dma/imx-sdma.c                             |  19 ++--
 drivers/edac/sifive_edac.c                         |   4 +-
 drivers/gpio/gpio-grgpio.c                         |  10 +-
 drivers/gpio/gpiolib.c                             |   1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c       |  19 +---
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |   2 -
 drivers/gpu/drm/amd/amdgpu/nv.c                    |   6 +
 drivers/gpu/drm/amd/amdgpu/soc15_common.h          |   1 +
 drivers/gpu/drm/amd/amdkfd/kfd_debugfs.c           |   2 +-
 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c  |  10 +-
 drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c   |  34 ++++--
 drivers/gpu/drm/amd/display/dc/core/dc.c           |  17 +--
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |   3 +-
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_optc.c  |  16 ++-
 .../gpu/drm/amd/display/dc/dml/dml_common_defs.c   |   2 +-
 .../gpu/drm/amd/display/dc/dml/dml_inline_defs.h   |   2 +-
 .../amd/display/dc/{calcs => inc}/dcn_calc_math.h  |   0
 .../drm/amd/display/modules/freesync/freesync.c    |   2 +
 drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c  |  23 ++--
 drivers/gpu/drm/drm_client_modeset.c               |  72 ++++++++++++
 drivers/gpu/drm/drm_debugfs_crc.c                  |   4 +-
 drivers/gpu/drm/drm_mipi_dbi.c                     |   4 +-
 drivers/gpu/drm/gma500/framebuffer.c               |   8 +-
 drivers/gpu/drm/ingenic/ingenic-drm.c              |  16 ++-
 drivers/gpu/drm/mediatek/mtk_drm_crtc.c            |  18 ++-
 drivers/gpu/drm/msm/adreno/a5xx_gpu.c              |  11 +-
 drivers/gpu/drm/msm/adreno/a6xx_gpu.c              |  11 +-
 drivers/gpu/drm/nouveau/nouveau_dmem.c             |   4 +-
 drivers/gpu/drm/nouveau/nouveau_fence.c            |   2 +-
 drivers/gpu/drm/nouveau/nouveau_ttm.c              |   4 -
 drivers/gpu/drm/nouveau/nvkm/core/memory.c         |   2 +-
 .../gpu/drm/nouveau/nvkm/engine/disp/channv50.c    |   2 +
 drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c     |  21 ++--
 drivers/gpu/drm/nouveau/nvkm/subdev/fault/base.c   |   1 +
 .../gpu/drm/nouveau/nvkm/subdev/secboot/gm20b.c    |   5 +-
 drivers/gpu/drm/panel/panel-simple.c               |  37 +++++++
 drivers/gpu/drm/qxl/qxl_kms.c                      |   2 +-
 drivers/gpu/drm/radeon/radeon_display.c            |   2 +
 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c         |   4 +-
 drivers/ide/cmd64x.c                               |   3 +
 drivers/ide/serverworks.c                          |   6 +
 drivers/infiniband/core/cache.c                    | 121 +++++++++++++--------
 drivers/infiniband/core/core_priv.h                |   1 +
 drivers/infiniband/core/device.c                   |  33 ++----
 drivers/infiniband/core/rdma_core.c                |  23 +---
 drivers/infiniband/hw/hfi1/chip.c                  |  11 ++
 drivers/infiniband/hw/hfi1/chip.h                  |   2 +
 drivers/infiniband/hw/hfi1/chip_registers.h        |   1 +
 drivers/infiniband/hw/hfi1/driver.c                |   1 +
 drivers/infiniband/hw/hfi1/hfi.h                   |   2 +
 drivers/infiniband/hw/hns/hns_roce_mr.c            |   4 +-
 drivers/infiniband/hw/mlx5/main.c                  |  34 +++---
 drivers/infiniband/sw/rxe/rxe_verbs.h              |   2 +-
 drivers/input/touchscreen/edt-ft5x06.c             |   7 ++
 drivers/iommu/amd_iommu.c                          |   7 +-
 drivers/iommu/amd_iommu_init.c                     |  19 ++--
 drivers/iommu/amd_iommu_types.h                    |   2 +-
 drivers/iommu/arm-smmu-v3.c                        |   3 +-
 drivers/iommu/dmar.c                               |   1 -
 drivers/iommu/intel-iommu.c                        |   3 +-
 drivers/iommu/intel-pasid.c                        |  12 +-
 drivers/iommu/intel-svm.c                          |   9 +-
 drivers/iommu/iova.c                               |   2 +-
 drivers/irqchip/irq-gic-v3-its.c                   |   2 +-
 drivers/irqchip/irq-gic-v3.c                       |   9 +-
 drivers/irqchip/irq-mbigen.c                       |   1 +
 drivers/isdn/capi/kcapi_proc.c                     |   2 +-
 drivers/leds/leds-pca963x.c                        |   8 +-
 drivers/md/bcache/bset.h                           |   3 +-
 drivers/md/bcache/journal.c                        |   3 +-
 drivers/md/bcache/stats.c                          |  10 +-
 drivers/md/bcache/super.c                          |  79 +++++++++-----
 drivers/md/dm-thin.c                               |  18 ++-
 drivers/media/i2c/mt9v032.c                        |  10 +-
 drivers/media/i2c/ov5640.c                         |   2 +-
 drivers/media/pci/cx23885/cx23885-cards.c          |  24 ++++
 drivers/media/pci/cx23885/cx23885-video.c          |   3 +-
 drivers/media/pci/cx23885/cx23885.h                |   1 +
 drivers/media/platform/sti/bdisp/bdisp-hw.c        |   6 +-
 drivers/media/platform/sunxi/sun4i-csi/sun4i_csi.c |  22 ++++
 drivers/media/platform/sunxi/sun4i-csi/sun4i_csi.h |   4 +-
 drivers/media/platform/sunxi/sun4i-csi/sun4i_dma.c |  20 +++-
 drivers/media/usb/uvc/uvc_driver.c                 |  25 +++++
 drivers/media/usb/uvc/uvcvideo.h                   |   1 +
 drivers/misc/xilinx_sdfec.c                        |  10 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt.c          |   1 +
 drivers/net/ethernet/cisco/enic/enic_main.c        |   2 +-
 drivers/net/ethernet/freescale/gianfar.c           |  10 +-
 drivers/net/ethernet/intel/i40e/i40e_xsk.c         |   2 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c |   3 +
 .../net/ethernet/mellanox/mlxsw/spectrum_dpipe.c   |   3 +-
 drivers/net/ethernet/netronome/nfp/abm/cls.c       |  14 +--
 drivers/net/ethernet/realtek/r8169_main.c          |   9 ++
 drivers/net/ethernet/xscale/ixp4xx_eth.c           |  96 ++++++++--------
 drivers/net/phy/fixed_phy.c                        |   7 +-
 drivers/net/phy/realtek.c                          |  19 +++-
 drivers/net/wan/fsl_ucc_hdlc.c                     |   5 +
 drivers/net/wan/hdlc_x25.c                         |  13 ++-
 drivers/net/wan/ixp4xx_hss.c                       |   4 +-
 drivers/net/wireless/ath/ath10k/snoc.c             |   5 +-
 drivers/net/wireless/ath/ath10k/wmi-tlv.c          |   5 +-
 drivers/net/wireless/ath/ath10k/wmi.c              |   2 +-
 drivers/net/wireless/ath/wil6210/txrx_edma.c       |   3 +-
 drivers/net/wireless/broadcom/b43legacy/main.c     |   5 +-
 .../net/wireless/broadcom/brcm80211/brcmfmac/p2p.c |   3 +-
 .../wireless/broadcom/brcm80211/brcmfmac/sdio.c    |  13 ++-
 drivers/net/wireless/intel/ipw2x00/ipw2100.c       |   7 +-
 drivers/net/wireless/intel/ipw2x00/ipw2200.c       |   5 +-
 drivers/net/wireless/intel/iwlegacy/3945-mac.c     |   5 +-
 drivers/net/wireless/intel/iwlegacy/4965-mac.c     |   5 +-
 drivers/net/wireless/intel/iwlegacy/common.c       |   2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c  |   8 +-
 drivers/net/wireless/intel/iwlwifi/mvm/tt.c        |   4 +-
 drivers/net/wireless/intersil/hostap/hostap_ap.c   |   2 +-
 .../net/wireless/intersil/orinoco/orinoco_usb.c    |   3 +-
 drivers/net/wireless/realtek/rtlwifi/pci.c         |  10 +-
 drivers/net/wireless/realtek/rtw88/main.c          |  12 +-
 drivers/net/wireless/realtek/rtw88/pci.c           |   5 +
 drivers/nfc/port100.c                              |   2 +-
 drivers/nvme/host/pci.c                            |  23 ++--
 drivers/nvme/target/core.c                         |   6 +-
 drivers/opp/of.c                                   |  17 ++-
 drivers/pci/controller/pcie-iproc.c                |  24 ++++
 drivers/pci/pci.c                                  |  24 +++-
 drivers/pci/pci.h                                  |   3 +
 drivers/pci/quirks.c                               |  99 +++++++++--------
 drivers/pci/search.c                               |   4 +-
 drivers/perf/fsl_imx8_ddr_perf.c                   |  16 ++-
 drivers/pinctrl/intel/pinctrl-baytrail.c           |   8 +-
 drivers/pinctrl/sh-pfc/pfc-sh7264.c                |   9 +-
 drivers/pinctrl/sh-pfc/pfc-sh7269.c                |  39 +++++--
 drivers/pwm/pwm-omap-dmtimer.c                     |  35 ++++--
 drivers/pwm/pwm-pca9685.c                          |   4 -
 drivers/regulator/core.c                           |   2 +
 drivers/regulator/rk808-regulator.c                |   2 +-
 drivers/regulator/vctrl-regulator.c                |  38 ++++---
 drivers/remoteproc/remoteproc_core.c               |   2 +-
 drivers/reset/reset-uniphier.c                     |  13 ++-
 drivers/rtc/Kconfig                                |   8 +-
 drivers/scsi/aic7xxx/aic7xxx_core.c                |   2 +-
 drivers/scsi/iscsi_tcp.c                           |   4 +
 drivers/scsi/lpfc/lpfc_ct.c                        |  42 +++----
 drivers/scsi/scsi_transport_iscsi.c                |  26 ++++-
 drivers/scsi/ufs/ufs-mediatek.c                    |  11 ++
 drivers/scsi/ufs/ufs-qcom.c                        |   3 +-
 drivers/scsi/ufs/ufshcd.c                          |  32 +++---
 drivers/scsi/ufs/ufshcd.h                          |   9 +-
 drivers/soc/fsl/qe/qe_common.c                     |  29 ++---
 drivers/soc/tegra/fuse/tegra-apbmisc.c             |   2 +-
 drivers/spi/spi-fsl-lpspi.c                        |  32 +++---
 drivers/spi/spi-fsl-qspi.c                         |   2 +-
 drivers/staging/media/meson/vdec/vdec.c            |   2 +
 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c     |   9 +-
 drivers/tty/synclink_gt.c                          |  18 +--
 drivers/tty/synclinkmp.c                           |  24 ++--
 drivers/uio/uio_dmem_genirq.c                      |   6 +-
 drivers/usb/dwc2/gadget.c                          |   3 +-
 drivers/usb/dwc3/host.c                            |   6 +-
 drivers/usb/gadget/udc/gr_udc.c                    |  16 +--
 drivers/usb/musb/omap2430.c                        |   2 -
 drivers/vfio/pci/vfio_pci_nvlink2.c                |   6 +-
 drivers/video/fbdev/pxa168fb.c                     |   6 +-
 drivers/virtio/virtio_balloon.c                    |   2 +
 drivers/visorbus/visorchipset.c                    |  11 +-
 drivers/vme/bridges/vme_fake.c                     |  30 +++--
 fs/btrfs/check-integrity.c                         |   3 +-
 fs/btrfs/ctree.h                                   |  20 ++--
 fs/btrfs/file-item.c                               |   3 +-
 fs/btrfs/inode.c                                   | 121 ++++++++++++++++-----
 fs/btrfs/volumes.c                                 |  44 +++++++-
 fs/ceph/mds_client.c                               |   3 +-
 fs/ceph/super.c                                    |   5 +
 fs/cifs/cifs_dfs_ref.c                             |  97 ++++++++---------
 fs/cifs/connect.c                                  |   6 +-
 fs/cifs/dfs_cache.c                                |   2 +-
 fs/cifs/smb2pdu.c                                  |   3 +
 fs/ext4/file.c                                     |  10 +-
 fs/ext4/readpage.c                                 |  17 ++-
 fs/f2fs/data.c                                     |  13 ---
 fs/f2fs/file.c                                     |  50 ++++++---
 fs/f2fs/namei.c                                    |  27 +++--
 fs/f2fs/sysfs.c                                    |  12 +-
 fs/fuse/file.c                                     |  12 ++
 fs/jbd2/checkpoint.c                               |   2 +-
 fs/jbd2/commit.c                                   |   4 +-
 fs/jbd2/journal.c                                  |  24 ++--
 fs/nfs/nfs42proc.c                                 |   4 +-
 fs/nfsd/nfs4proc.c                                 |   3 +-
 fs/nfsd/vfs.c                                      |  19 +++-
 fs/ocfs2/dlm/Makefile                              |   2 -
 fs/ocfs2/dlm/dlmast.c                              |   8 +-
 fs/ocfs2/dlm/dlmconvert.c                          |   8 +-
 fs/ocfs2/dlm/dlmdebug.c                            |   8 +-
 fs/ocfs2/dlm/dlmdomain.c                           |   8 +-
 fs/ocfs2/dlm/dlmlock.c                             |   8 +-
 fs/ocfs2/dlm/dlmmaster.c                           |   8 +-
 fs/ocfs2/dlm/dlmrecovery.c                         |   8 +-
 fs/ocfs2/dlm/dlmthread.c                           |   8 +-
 fs/ocfs2/dlm/dlmunlock.c                           |   8 +-
 fs/ocfs2/dlmfs/Makefile                            |   2 -
 fs/ocfs2/dlmfs/dlmfs.c                             |   4 +-
 fs/ocfs2/dlmfs/userdlm.c                           |   6 +-
 fs/ocfs2/journal.h                                 |   8 +-
 fs/orangefs/orangefs-debugfs.c                     |   1 +
 fs/reiserfs/stree.c                                |   3 +-
 fs/reiserfs/super.c                                |   2 +-
 fs/udf/super.c                                     |  23 +++-
 include/linux/cpuhotplug.h                         |   1 +
 include/linux/dmaengine.h                          |   2 +
 include/linux/list_nulls.h                         |   8 +-
 include/linux/pci.h                                |   2 +-
 include/linux/platform_data/ti-sysc.h              |   1 +
 include/linux/raid/pq.h                            |   3 +-
 include/linux/rculist_nulls.h                      |   8 +-
 include/media/v4l2-device.h                        |  12 +-
 include/rdma/ib_verbs.h                            |   9 +-
 include/rdma/uverbs_types.h                        |   1 -
 include/soc/fsl/qe/qe.h                            |  16 +--
 include/trace/events/rcu.h                         |   4 +-
 kernel/bpf/inode.c                                 |   3 +-
 kernel/cpu.c                                       |  13 ++-
 kernel/module.c                                    |  20 ++--
 kernel/padata.c                                    |  34 +++---
 kernel/printk/printk.c                             |   4 +-
 kernel/rcu/tree.c                                  |  11 +-
 kernel/rcu/tree_exp.h                              |   2 +-
 kernel/rcu/tree_plugin.h                           |  22 +++-
 kernel/sched/core.c                                |   3 +-
 kernel/sched/topology.c                            |  39 +++++++
 kernel/time/alarmtimer.c                           |  20 ++--
 kernel/trace/ftrace.c                              |   5 +-
 kernel/trace/trace_events_hist.c                   |  70 +++++-------
 kernel/trace/trace_events_trigger.c                |   5 +-
 kernel/trace/trace_stat.c                          |  31 +++---
 kernel/watchdog.c                                  |  10 +-
 lib/debugobjects.c                                 |  46 ++++----
 lib/raid6/mktables.c                               |   2 +-
 lib/scatterlist.c                                  |   2 +-
 net/core/dev.c                                     |   4 +-
 net/core/filter.c                                  |   2 +-
 net/core/sock_map.c                                |   3 +
 net/dsa/tag_qca.c                                  |   2 +-
 net/netfilter/nft_tunnel.c                         |   3 +-
 net/sched/cls_flower.c                             |   1 +
 net/sched/cls_matchall.c                           |   1 +
 net/smc/smc_diag.c                                 |   5 +-
 net/sunrpc/cache.c                                 |   2 +
 samples/bpf/Makefile                               |   1 +
 scripts/Kbuild.include                             |  15 ++-
 scripts/Kconfig.include                            |   2 +-
 scripts/kconfig/confdata.c                         |   2 +-
 scripts/link-vmlinux.sh                            |   4 +-
 security/selinux/avc.c                             |  53 +++++----
 sound/core/control.c                               |   5 +-
 sound/pci/hda/patch_conexant.c                     |   1 +
 sound/pci/hda/patch_hdmi.c                         |   7 +-
 sound/pci/hda/patch_realtek.c                      |  10 +-
 sound/sh/aica.c                                    |   4 +-
 sound/sh/sh_dac_audio.c                            |   3 -
 sound/soc/atmel/Kconfig                            |   2 +
 sound/soc/intel/boards/sof_rt5682.c                |  43 +++++++-
 sound/soc/soc-topology.c                           |  42 +++----
 sound/soc/sof/intel/hda-dai.c                      |   3 -
 sound/soc/sof/intel/hda.h                          |   2 +-
 sound/usb/card.c                                   |   4 +
 sound/usb/format.c                                 |   3 +
 sound/usb/pcm.c                                    |   4 +
 sound/usb/quirks.c                                 |  38 +++++++
 sound/usb/quirks.h                                 |   5 +
 sound/usb/usx2y/usX2Yhwdep.c                       |   2 +-
 tools/arch/x86/lib/x86-opcode-map.txt              |   2 +-
 tools/bpf/bpftool/cgroup.c                         |  56 +++++++---
 tools/lib/api/fs/fs.c                              |   4 +-
 tools/objtool/Makefile                             |   6 +-
 .../testing/selftests/bpf/test_select_reuseport.c  |  16 ++-
 tools/testing/selftests/kselftest/runner.sh        |   2 +-
 tools/testing/selftests/net/so_txtime.c            |  84 +++++++++++++-
 tools/testing/selftests/net/so_txtime.sh           |   9 +-
 .../testing/selftests/powerpc/eeh/eeh-functions.sh |  10 +-
 tools/testing/selftests/size/get_size.c            |  24 +++-
 tools/usb/usbip/src/usbip_network.c                |  40 ++++---
 tools/usb/usbip/src/usbip_network.h                |  12 +-
 376 files changed, 3093 insertions(+), 1606 deletions(-)



             reply	other threads:[~2020-02-21  8:02 UTC|newest]

Thread overview: 374+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-21  7:36 Greg Kroah-Hartman [this message]
2020-02-21  7:36 ` [PATCH 5.4 001/344] core: Dont skip generic XDP program execution for cloned SKBs Greg Kroah-Hartman
2020-02-21  7:36 ` [PATCH 5.4 002/344] enic: prevent waking up stopped tx queues over watchdog reset Greg Kroah-Hartman
2020-02-21  7:36 ` [PATCH 5.4 003/344] net/smc: fix leak of kernel memory to user space Greg Kroah-Hartman
2020-02-21  7:36 ` [PATCH 5.4 004/344] net: dsa: tag_qca: Make sure there is headroom for tag Greg Kroah-Hartman
2020-02-21  7:36 ` [PATCH 5.4 005/344] net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGS Greg Kroah-Hartman
2020-02-21  7:36 ` [PATCH 5.4 006/344] net/sched: flower: add missing validation of TCA_FLOWER_FLAGS Greg Kroah-Hartman
2020-02-21  7:36 ` [PATCH 5.4 007/344] drm/gma500: Fixup fbdev stolen size usage evaluation Greg Kroah-Hartman
2020-02-21  7:36 ` [PATCH 5.4 008/344] ath10k: Fix qmi init error handling Greg Kroah-Hartman
2020-02-21  7:36 ` [PATCH 5.4 009/344] wil6210: fix break that is never reached because of zeroing of a retry counter Greg Kroah-Hartman
2020-02-21  7:36 ` [PATCH 5.4 010/344] drm/qxl: Complete exception handling in qxl_device_init() Greg Kroah-Hartman
2020-02-21  7:36 ` [PATCH 5.4 011/344] nfsd4: avoid NULL deference on strange COPY compounds Greg Kroah-Hartman
2020-02-21  7:36 ` [PATCH 5.4 012/344] rcu/nocb: Fix dump_tree hierarchy print always active Greg Kroah-Hartman
2020-02-21  7:36 ` [PATCH 5.4 013/344] rcu: Fix missed wakeup of exp_wq waiters Greg Kroah-Hartman
2020-02-21  7:36 ` [PATCH 5.4 014/344] soc: fsl: qe: change return type of cpm_muram_alloc() to s32 Greg Kroah-Hartman
2020-02-21  7:36 ` [PATCH 5.4 015/344] rcu: Fix data-race due to atomic_t copy-by-value Greg Kroah-Hartman
2020-02-21  7:36 ` [PATCH 5.4 016/344] f2fs: preallocate DIO blocks when forcing buffered_io Greg Kroah-Hartman
2020-02-21  7:36 ` [PATCH 5.4 017/344] f2fs: call f2fs_balance_fs outside of locked page Greg Kroah-Hartman
2020-02-21  7:36 ` [PATCH 5.4 018/344] media: meson: add missing allocation failure check on new_buf Greg Kroah-Hartman
2020-02-21  7:36 ` [PATCH 5.4 019/344] clk: meson: pll: Fix by 0 division in __pll_params_to_rate() Greg Kroah-Hartman
2020-02-21  7:36 ` [PATCH 5.4 020/344] cpu/hotplug, stop_machine: Fix stop_machine vs hotplug order Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 021/344] brcmfmac: Fix memory leak in brcmf_p2p_create_p2pdev() Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 022/344] brcmfmac: Fix use after free in brcmf_sdio_readframes() Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 023/344] PCI: Fix pci_add_dma_alias() bitmask size Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 024/344] drm/amd/display: Map ODM memory correctly when doing ODM combine Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 025/344] leds: pca963x: Fix open-drain initialization Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 026/344] ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 027/344] ALSA: ctl: allow TLV read operation for callback type of element in locked case Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 028/344] gianfar: Fix TX timestamping with a stacked DSA driver Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 029/344] pinctrl: sh-pfc: sh7264: Fix CAN function GPIOs Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 030/344] printk: fix exclusive_console replaying Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 031/344] drm/mipi_dbi: Fix off-by-one bugs in mipi_dbi_blank() Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 032/344] drm/msm/adreno: fix zap vs no-zap handling Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 033/344] pxa168fb: Fix the function used to release some memory in an error handling path Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 034/344] media: ov5640: Fix check for PLL1 exceeding max allowed rate Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 035/344] media: i2c: mt9v032: fix enum mbus codes and frame sizes Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 036/344] media: sun4i-csi: Deal with DRAM offset Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 037/344] media: sun4i-csi: Fix data sampling polarity handling Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 038/344] media: sun4i-csi: Fix [HV]sync " Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 039/344] clk: at91: sam9x60: fix programmable clock prescaler Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 040/344] powerpc/powernv/iov: Ensure the pdn for VFs always contains a valid PE number Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 041/344] clk: meson: meson8b: make the CCF use the glitch-free mali mux Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 042/344] gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_irq_map/unmap() Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 043/344] iommu/vt-d: Fix off-by-one in PASID allocation Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 044/344] x86/fpu: Deactivate FPU state after failure during state load Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 045/344] char/random: silence a lockdep splat with printk() Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 046/344] media: sti: bdisp: fix a possible sleep-in-atomic-context bug in bdisp_device_run() Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 047/344] kernel/module: Fix memleak in module_add_modinfo_attrs() Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 048/344] IB/core: Let IB core distribute cache update events Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 049/344] pinctrl: baytrail: Do not clear IRQ flags on direct-irq enabled pins Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 050/344] efi/x86: Map the entire EFI vendor string before copying it Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 051/344] MIPS: Loongson: Fix potential NULL dereference in loongson3_platform_init() Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 052/344] sparc: Add .exit.data section Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 053/344] net: ethernet: ixp4xx: Standard module init Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 054/344] raid6/test: fix a compilation error Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 055/344] uio: fix a sleep-in-atomic-context bug in uio_dmem_genirq_irqcontrol() Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 056/344] drm/amdgpu/sriov: workaround on rev_id for Navi12 under sriov Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 057/344] spi: fsl-lpspi: fix only one cs-gpio working Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 058/344] drm/nouveau/nouveau: fix incorrect sizeof on args.src an args.dst Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 059/344] usb: gadget: udc: fix possible sleep-in-atomic-context bugs in gr_probe() Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 060/344] usb: dwc2: Fix IN FIFO allocation Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 061/344] clocksource/drivers/bcm2835_timer: Fix memory leak of timer Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 062/344] drm/amd/display: Clear state after exiting fixed active VRR state Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 063/344] kselftest: Minimise dependency of get_size on C library interfaces Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 064/344] jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 065/344] ext4: fix deadlock allocating bio_post_read_ctx from mempool Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 066/344] clk: ti: dra7: fix parent for gmac_clkctrl Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 067/344] x86/sysfb: Fix check for bad VRAM size Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 068/344] pwm: omap-dmtimer: Simplify error handling Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 069/344] udf: Allow writing to Rewritable partitions Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 070/344] dmaengine: fsl-qdma: fix duplicated argument to && Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 071/344] wan/hdlc_x25: fix skb handling Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 072/344] s390/pci: Fix possible deadlock in recover_store() Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 073/344] powerpc/iov: Move VF pdev fixup into pcibios_fixup_iov() Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 074/344] tracing: Fix tracing_stat return values in error handling paths Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 075/344] tracing: Fix very unlikely race of registering two stat tracers Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 076/344] ARM: 8952/1: Disable kmemleak on XIP kernels Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 077/344] ext4, jbd2: ensure panic when aborting with zero errno Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 078/344] ath10k: Correct the DMA direction for management tx buffers Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 079/344] rtw88: fix rate mask for 1SS chip Greg Kroah-Hartman
2020-02-21  7:37 ` [PATCH 5.4 080/344] brcmfmac: sdio: Fix OOB interrupt initialization on brcm43362 Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 081/344] selftests: settings: tests can be in subsubdirs Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 082/344] rtc: i2c/spi: Avoid inclusion of REGMAP support when not needed Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 083/344] drm/amd/display: Retrain dongles when SINK_COUNT becomes non-zero Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 084/344] tracing: Simplify assignment parsing for hist triggers Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 085/344] nbd: add a flush_workqueue in nbd_start_device Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 086/344] KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 087/344] Btrfs: keep pages dirty when using btrfs_writepage_fixup_worker Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 088/344] drivers/block/zram/zram_drv.c: fix error return codes not being returned in writeback_store Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 089/344] block, bfq: do not plug I/O for bfq_queues with no proc refs Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 090/344] kconfig: fix broken dependency in randconfig-generated .config Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 091/344] clk: qcom: Dont overwrite cfg in clk_rcg2_dfs_populate_freq() Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 092/344] clk: qcom: rcg2: Dont crash if our parent cant be found; return an error Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 093/344] drm/amdkfd: Fix a bug in SDMA RLC queue counting under HWS mode Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 094/344] bpf, sockhash: Synchronize_rcu before freeing map Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 095/344] drm/amdgpu: remove 4 set but not used variable in amdgpu_atombios_get_connector_info_from_object_table Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 096/344] ath10k: correct the tlv len of ath10k_wmi_tlv_op_gen_config_pno_start Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 097/344] drm/amdgpu: Ensure ret is always initialized when using SOC15_WAIT_ON_RREG Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 098/344] drm/panel: simple: Add Logic PD Type 28 display support Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 099/344] arm64: dts: rockchip: Fix NanoPC-T4 cooling maps Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 100/344] modules: lockdep: Suppress suspicious RCU usage warning Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 101/344] ASoC: intel: sof_rt5682: Add quirk for number of HDMI DAIs Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 102/344] ASoC: intel: sof_rt5682: Add support for tgl-max98357a-rt5682 Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 103/344] regulator: rk808: Lower log level on optional GPIOs being not available Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 104/344] net/wan/fsl_ucc_hdlc: reject muram offsets above 64K Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 105/344] NFC: port100: Convert cpu_to_le16(le16_to_cpu(E1) + E2) to use le16_add_cpu() Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 106/344] arm64: dts: allwinner: H6: Add PMU mode Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 107/344] arm64: dts: allwinner: H5: Add PMU node Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 108/344] arm: dts: allwinner: H3: " Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 109/344] opp: Free static OPPs on errors while adding them Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 110/344] selinux: ensure we cleanup the internal AVC counters on error in avc_insert() Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 111/344] arm64: dts: qcom: msm8996: Disable USB2 PHY suspend by core Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 112/344] padata: validate cpumask without removed CPU during offline Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 113/344] padata: always acquire cpu_hotplug_lock before pinst->lock Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 114/344] clk: imx: Add correct failure handling for clk based helpers Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 115/344] ARM: exynos_defconfig: Bring back explicitly wanted options Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 116/344] ARM: dts: imx6: rdu2: Disable WP for USDHC2 and USDHC3 Greg Kroah-Hartman
2020-02-21  7:38   ` Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 117/344] ARM: dts: imx6: rdu2: Limit USBH1 to Full Speed Greg Kroah-Hartman
2020-02-21  7:38   ` Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 118/344] bus: ti-sysc: Implement quirk handling for CLKDM_NOAUTO Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 119/344] PCI: iproc: Apply quirk_paxc_bridge() for module as well as built-in Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 120/344] media: cx23885: Add support for AVerMedia CE310B Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 121/344] PCI: Add generic quirk for increasing D3hot delay Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 122/344] PCI: Increase D3 delay for AMD Ryzen5/7 XHCI controllers Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 123/344] Revert "nfp: abm: fix memory leak in nfp_abm_u32_knode_replace" Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 124/344] gpu/drm: ingenic: Avoid null pointer deference in plane atomic update Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 125/344] selftests/net: make so_txtime more robust to timer variance Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 126/344] media: v4l2-device.h: Explicitly compare grp{id,mask} to zero in v4l2_device macros Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 127/344] reiserfs: Fix spurious unlock in reiserfs_fill_super() error handling Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 128/344] samples/bpf: Set -fno-stack-protector when building BPF programs Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 129/344] r8169: check that Realtek PHY driver module is loaded Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 130/344] fore200e: Fix incorrect checks of NULL pointer dereference Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 131/344] isdn: dont mark kcapi_proc_exit as __exit Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 132/344] ARM: OMAP2+: pdata-quirks: add PRM data for reset support Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 133/344] netfilter: nft_tunnel: add the missing ERSPAN_VERSION nla_policy Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 134/344] ALSA: usx2y: Adjust indentation in snd_usX2Y_hwdep_dsp_status Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 135/344] PCI: Add nr_devfns parameter to pci_add_dma_alias() Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 136/344] PCI: Add DMA alias quirk for PLX PEX NTB Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 137/344] b43legacy: Fix -Wcast-function-type Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 138/344] ipw2x00: " Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 139/344] iwlegacy: " Greg Kroah-Hartman
2020-02-21  7:38 ` [PATCH 5.4 140/344] rtlwifi: rtl_pci: " Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 141/344] orinoco: avoid assertion in case of NULL pointer Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 142/344] drm/amdgpu: fix KIQ ring test fail in TDR of SRIOV Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 143/344] clk: qcom: smd: Add missing bimc clock Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 144/344] ACPICA: Disassembler: create buffer fields in ACPI_PARSE_LOAD_PASS1 Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 145/344] nfsd: Clone should commit src file metadata too Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 146/344] scsi: ufs: Complete pending requests in host reset and restore path Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 147/344] scsi: aic7xxx: Adjust indentation in ahc_find_syncrate Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 148/344] crypto: inside-secure - add unspecified HAS_IOMEM dependency Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 149/344] drm/mediatek: handle events when enabling/disabling crtc Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 150/344] clk: renesas: rcar-gen3: Allow changing the RPC[D2] clocks Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 151/344] ARM: dts: r8a7779: Add device node for ARM global timer Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 152/344] selinux: ensure we cleanup the internal AVC counters on error in avc_update() Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 153/344] scsi: lpfc: Fix: Rework setting of fdmi symbolic node name registration Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 154/344] arm64: dts: qcom: db845c: Enable ath10k 8bit host-cap quirk Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 155/344] iommu/amd: Check feature support bit before accessing MSI capability registers Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 156/344] iommu/amd: Only support x2APIC with IVHD type 11h/40h Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 157/344] iommu/iova: Silence warnings under memory pressure Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 158/344] clk: actually call the clock init before any other callback of the clock Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 159/344] dmaengine: Store module owner in dma_device struct Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 160/344] dmaengine: imx-sdma: Fix memory leak Greg Kroah-Hartman
2020-02-24 13:24   ` Andreas Tobler
2020-02-24 14:57     ` Sascha Hauer
2020-02-24 21:23       ` Sasha Levin
2020-02-26  6:50         ` Sascha Hauer
2020-02-27  9:49     ` Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 161/344] bpf: Print error message for bpftool cgroup show Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 162/344] net: phy: realtek: add logging for the RGMII TX delay configuration Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 163/344] crypto: chtls - Fixed memory leak Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 164/344] x86/vdso: Provide missing include file Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 165/344] PM / devfreq: exynos-ppmu: Fix excessive stack usage Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 166/344] PM / devfreq: rk3399_dmc: Add COMPILE_TEST and HAVE_ARM_SMCCC dependency Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 167/344] drm/fbdev: Fallback to non tiled mode if all tiles not present Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 168/344] pinctrl: sh-pfc: sh7269: Fix CAN function GPIOs Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 169/344] reset: uniphier: Add SCSSI reset control for each channel Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 170/344] ASoC: soc-topology: fix endianness issues Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 171/344] fbdev: fix numbering of fbcon options Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 172/344] RDMA/rxe: Fix error type of mmap_offset Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 173/344] clk: sunxi-ng: add mux and pll notifiers for A64 CPU clock Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 174/344] ALSA: sh: Fix unused variable warnings Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 175/344] clk: Use parent node pointer during registration if necessary Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 176/344] clk: uniphier: Add SCSSI clock gate for each channel Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 177/344] ALSA: hda/realtek - Apply mic mute LED quirk for Dell E7xx laptops, too Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 178/344] ALSA: sh: Fix compile warning wrt const Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 179/344] net: phy: fixed_phy: fix use-after-free when checking link GPIO Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 180/344] tools lib api fs: Fix gcc9 stringop-truncation compilation error Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 181/344] vfio/spapr/nvlink2: Skip unpinning pages on error exit Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 182/344] ASoC: Intel: sof_rt5682: Ignore the speaker amp when there isnt one Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 183/344] x86/unwind/orc: Fix !CONFIG_MODULES build warning Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 184/344] ACPI: button: Add DMI quirk for Razer Blade Stealth 13 late 2019 lid switch Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 185/344] iommu/vt-d: Match CPU and IOMMU paging mode Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 186/344] iommu/vt-d: Avoid sending invalid page response Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 187/344] drm/amdkfd: Fix permissions of hang_hws Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 188/344] mlx5: work around high stack usage with gcc Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 189/344] RDMA/hns: Avoid printing address of mtt page Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 190/344] drm: remove the newline for CRC source name Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 191/344] usb: dwc3: use proper initializers for property entries Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 192/344] ARM: dts: stm32: Add power-supply for DSI panel on stm32f469-disco Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 193/344] usbip: Fix unsafe unaligned pointer usage Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 194/344] udf: Fix free space reporting for metadata and virtual partitions Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 195/344] drm/mediatek: Add gamma property according to hardware capability Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 196/344] staging: rtl8188: avoid excessive stack usage Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 197/344] IB/hfi1: Add software counter for ctxt0 seq drop Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 198/344] IB/hfi1: Add RcvShortLengthErrCnt to hfi1stats Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 199/344] soc/tegra: fuse: Correct straps address for older Tegra124 device trees Greg Kroah-Hartman
2020-02-21  7:39 ` [PATCH 5.4 200/344] efi/x86: Dont panic or BUG() on non-critical error conditions Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 201/344] rcu: Use WRITE_ONCE() for assignments to ->pprev for hlist_nulls Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 202/344] Input: edt-ft5x06 - work around first register access error Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 203/344] bnxt: Detach page from page pool before sending up the stack Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 204/344] x86/nmi: Remove irq_work from the long duration NMI handler Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 205/344] wan: ixp4xx_hss: fix compile-testing on 64-bit Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 206/344] clocksource: davinci: only enable clockevents once tim34 is initialized Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 207/344] arm64: dts: rockchip: fix dwmmc clock name for px30 Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 208/344] arm64: dts: rockchip: add reg property to brcmf sub-nodes Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 209/344] ARM: dts: rockchip: add reg property to brcmf sub node for rk3188-bqedison2qc Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 210/344] ALSA: usb-audio: Add boot quirk for MOTU M Series Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 211/344] ASoC: atmel: fix build error with CONFIG_SND_ATMEL_SOC_DMA=m Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 212/344] raid6/test: fix a compilation warning Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 213/344] RDMA/uverbs: Remove needs_kfree_rcu from uverbs_obj_type_class Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 214/344] tty: synclinkmp: Adjust indentation in several functions Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 215/344] tty: synclink_gt: " Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 216/344] misc: xilinx_sdfec: fix xsdfec_poll()s return type Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 217/344] visorbus: fix uninitialized variable access Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 218/344] driver core: platform: Prevent resouce overflow from causing infinite loops Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 219/344] driver core: Print device when resources present in really_probe() Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 220/344] ASoC: SOF: Intel: hda-dai: fix compilation warning in pcm_prepare Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 221/344] bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_map Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 222/344] vme: bridges: reduce stack usage Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 223/344] drm/nouveau/secboot/gm20b: initialize pointer in gm20b_secboot_new() Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 224/344] drm/nouveau/gr/gk20a,gm200-: add terminators to method lists read from fw Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 225/344] drm/nouveau: Fix copy-paste error in nouveau_fence_wait_uevent_handler Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 226/344] drm/nouveau/drm/ttm: Remove set but not used variable mem Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 227/344] drm/nouveau/fault/gv100-: fix memory leak on module unload Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 228/344] dm thin: dont allow changing data device during thin-pool reload Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 229/344] gpiolib: Set lockdep class for hierarchical irq domains Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 230/344] drm/vmwgfx: prevent memory leak in vmw_cmdbuf_res_add Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 231/344] perf/imx_ddr: Fix cpu hotplug state cleanup Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 232/344] usb: musb: omap2430: Get rid of musb .set_vbus for omap2430 glue Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 233/344] kbuild: remove *.tmp file when filechk fails Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 234/344] iommu/arm-smmu-v3: Use WRITE_ONCE() when changing validity of an STE Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 235/344] ALSA: usb-audio: unlock on error in probe Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 236/344] f2fs: set I_LINKABLE early to avoid wrong access by vfs Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 237/344] f2fs: free sysfs kobject Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 238/344] scsi: ufs: pass device information to apply_dev_quirks Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 239/344] scsi: ufs-mediatek: add apply_dev_quirks variant operation Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 240/344] scsi: iscsi: Dont destroy session if there are outstanding connections Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 241/344] crypto: essiv - fix AEAD capitalization and preposition use in help text Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 242/344] ALSA: usb-audio: add implicit fb quirk for MOTU M Series Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 243/344] RDMA/mlx5: Dont fake udata for kernel path Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 244/344] arm64: lse: fix LSE atomics with LLVMs integrated assembler Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 245/344] arm64: fix alternatives " Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 246/344] drm/amd/display: fixup DML dependencies Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 247/344] EDAC/sifive: Fix return value check in ecc_register() Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 248/344] KVM: PPC: Remove set but not used variable ra, rs, rt Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 249/344] arm64: dts: ti: k3-j721e-main: Add missing power-domains for smmu Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 250/344] sched/core: Fix size of rq::uclamp initialization Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 251/344] sched/topology: Assert non-NUMA topology masks dont (partially) overlap Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 252/344] perf/x86/amd: Constrain Large Increment per Cycle events Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 253/344] watchdog/softlockup: Enforce that timestamp is valid on boot Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 254/344] ACPI/IORT: Fix Number of IDs handling in iort_id_map() Greg Kroah-Hartman
2020-02-21  9:51   ` Lorenzo Pieralisi
2020-02-21  7:40 ` [PATCH 5.4 255/344] debugobjects: Fix various data races Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 256/344] ASoC: SOF: Intel: hda: Fix SKL dai count Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 257/344] regulator: vctrl-regulator: Avoid deadlock getting and setting the voltage Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 258/344] f2fs: fix memleak of kobject Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 259/344] x86/mm: Fix NX bit clearing issue in kernel_map_pages_in_pgd Greg Kroah-Hartman
2020-02-21  7:40 ` [PATCH 5.4 260/344] pwm: omap-dmtimer: Remove PWM chip in .remove before making it unfunctional Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 261/344] cmd64x: potential buffer overflow in cmd64x_program_timings() Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 262/344] ide: serverworks: potential overflow in svwks_set_pio_mode() Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 263/344] pwm: Remove set but not set variable pwm Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 264/344] btrfs: fix possible NULL-pointer dereference in integrity checks Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 265/344] btrfs: safely advance counter when looking up bio csums Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 266/344] btrfs: device stats, log when stats are zeroed Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 267/344] module: avoid setting info->name early in case we can fall back to info->mod->name Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 268/344] remoteproc: Initialize rproc_class before use Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 269/344] regulator: core: Fix exported symbols to the exported GPL version Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 270/344] irqchip/mbigen: Set driver .suppress_bind_attrs to avoid remove problems Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 271/344] ALSA: hda/hdmi - add retry logic to parse_intel_hdmi() Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 272/344] spi: spi-fsl-qspi: Ensure width is respected in spi-mem operations Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 273/344] kbuild: use -S instead of -E for precise cc-option test in Kconfig Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 274/344] objtool: Fix ARCH=x86_64 build error Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 275/344] x86/decoder: Add TEST opcode to Group3-2 Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 276/344] s390: adjust -mpacked-stack support check for clang 10 Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 277/344] s390/ftrace: generate traced function stack frame Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 278/344] driver core: platform: fix u32 greater or equal to zero comparison Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 279/344] bpf, btf: Always output invariant hit in pahole DWARF to BTF transform Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 280/344] ALSA: hda - Add docking station support for Lenovo Thinkpad T420s Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 281/344] sunrpc: Fix potential leaks in sunrpc_cache_unhash() Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 282/344] drm/nouveau/mmu: fix comptag memory leak Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 283/344] powerpc/sriov: Remove VF eeh_dev state when disabling SR-IOV Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 284/344] media: uvcvideo: Add a quirk to force GEO GC6500 Camera bits-per-pixel value Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 285/344] btrfs: separate definition of assertion failure handlers Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 286/344] btrfs: Fix split-brain handling when changing FSID to metadata uuid Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 287/344] bcache: cached_dev_free needs to put the sb page Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 288/344] bcache: rework error unwinding in register_bcache Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 289/344] bcache: fix use-after-free in register_bcache() Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 290/344] iommu/vt-d: Remove unnecessary WARN_ON_ONCE() Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 291/344] alarmtimer: Make alarmtimer platform device child of RTC device Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 292/344] selftests: bpf: Reset global state between reuseport test runs Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 293/344] jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 294/344] jbd2: make sure ESHUTDOWN to be recorded in the journal superblock Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 295/344] powerpc/pseries/lparcfg: Fix display of Maximum Memory Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 296/344] selftests/eeh: Bump EEH wait time to 60s Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 297/344] ARM: 8951/1: Fix Kexec compilation issue Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 298/344] ALSA: usb-audio: add quirks for Line6 Helix devices fw>=2.82 Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 299/344] hostap: Adjust indentation in prism2_hostapd_add_sta Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 300/344] rtw88: fix potential NULL skb access in TX ISR Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 301/344] iwlegacy: ensure loop counter addr does not wrap and cause an infinite loop Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 302/344] cifs: fix unitialized variable poential problem with network I/O cache lock patch Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 303/344] cifs: Fix mount options set in automount Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 304/344] cifs: fix NULL dereference in match_prepath Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 305/344] bpf: map_seq_next should always increase position index Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 306/344] powerpc/mm: Dont log user reads to 0xffffffff Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 307/344] ceph: check availability of mds cluster on mount after wait timeout Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 308/344] rbd: work around -Wuninitialized warning Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 309/344] drm/amd/display: do not allocate display_mode_lib unnecessarily Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 310/344] irqchip/gic-v3: Only provision redistributors that are enabled in ACPI Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 311/344] drm/nouveau/disp/nv50-: prevent oops when no channel method map provided Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 312/344] char: hpet: Fix out-of-bounds read bug Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 313/344] ftrace: fpid_next() should increase position index Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 314/344] trigger_next " Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 315/344] radeon: insert 10ms sleep in dce5_crtc_load_lut Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 316/344] powerpc: Do not consider weak unresolved symbol relocations as bad Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 317/344] btrfs: do not do delalloc reservation under page lock Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 318/344] ocfs2: make local header paths relative to C files Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 319/344] ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans() Greg Kroah-Hartman
2020-02-21  7:41 ` [PATCH 5.4 320/344] lib/scatterlist.c: adjust indentation in __sg_alloc_table Greg Kroah-Hartman
2020-02-21  7:42 ` [PATCH 5.4 321/344] reiserfs: prevent NULL pointer dereference in reiserfs_insert_item() Greg Kroah-Hartman
2020-02-21  7:42 ` [PATCH 5.4 323/344] bcache: explicity type cast in bset_bkey_last() Greg Kroah-Hartman
2020-02-21  7:42 ` [PATCH 5.4 324/344] bcache: fix incorrect data type usage in btree_flush_write() Greg Kroah-Hartman
2020-02-21  7:42 ` [PATCH 5.4 325/344] irqchip/gic-v3-its: Reference to its_invall_cmd descriptor when building INVALL Greg Kroah-Hartman
2020-02-21  7:42 ` [PATCH 5.4 326/344] nvmet: Pass lockdep expression to RCU lists Greg Kroah-Hartman
2020-02-21  7:42 ` [PATCH 5.4 327/344] nvme-pci: remove nvmeq->tags Greg Kroah-Hartman
2020-02-21  7:42 ` [PATCH 5.4 328/344] iwlwifi: mvm: Fix thermal zone registration Greg Kroah-Hartman
2020-02-21  7:42 ` [PATCH 5.4 329/344] iwlwifi: mvm: Check the sta is not NULL in iwl_mvm_cfg_he_sta() Greg Kroah-Hartman
2020-02-21  7:42 ` [PATCH 5.4 330/344] asm-generic/tlb: add missing CONFIG symbol Greg Kroah-Hartman
2020-02-21  7:42 ` [PATCH 5.4 331/344] microblaze: Prevent the overflow of the start Greg Kroah-Hartman
2020-02-21  7:42 ` [PATCH 5.4 332/344] brd: check and limit max_part par Greg Kroah-Hartman
2020-02-21  7:42 ` [PATCH 5.4 333/344] drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_latency Greg Kroah-Hartman
2020-02-21  7:42 ` [PATCH 5.4 334/344] drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_voltage Greg Kroah-Hartman
2020-02-21  7:42 ` [PATCH 5.4 335/344] NFS: Fix memory leaks Greg Kroah-Hartman
2020-02-21  7:42 ` [PATCH 5.4 336/344] help_next should increase position index Greg Kroah-Hartman
2020-02-21  7:42 ` [PATCH 5.4 337/344] i40e: Relax i40e_xsk_wakeups return value when PF is busy Greg Kroah-Hartman
2020-02-21  7:42 ` [PATCH 5.4 338/344] cifs: log warning message (once) if out of disk space Greg Kroah-Hartman
2020-02-21  7:42 ` [PATCH 5.4 339/344] virtio_balloon: prevent pfn array overflow Greg Kroah-Hartman
2020-02-21  7:42 ` [PATCH 5.4 340/344] fuse: dont overflow LLONG_MAX with end offset Greg Kroah-Hartman
2020-02-21  7:42 ` [PATCH 5.4 341/344] mlxsw: spectrum_dpipe: Add missing error path Greg Kroah-Hartman
2020-02-21  7:42 ` [PATCH 5.4 342/344] s390/pci: Recover handle in clp_set_pci_fn() Greg Kroah-Hartman
2020-02-21  7:42 ` [PATCH 5.4 343/344] drm/amdgpu/display: handle multiple numbers of fclks in dcn_calcs.c (v2) Greg Kroah-Hartman
2020-02-21  7:42 ` [PATCH 5.4 344/344] bcache: properly initialize path and err in register_bcache() Greg Kroah-Hartman
     [not found] ` <20200221072349.335551332-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>
2020-02-21 10:04   ` [PATCH 5.4 000/344] 5.4.22-stable review Jon Hunter
2020-02-21 10:04     ` Jon Hunter
2020-02-21 11:17     ` Naresh Kamboju
2020-02-21 11:17       ` Naresh Kamboju
     [not found]       ` <CA+G9fYv-KC0v++YsyXR-rhC2JBGUfhNGD+XYaZjN3fJSX1x_mg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2020-02-21 11:57         ` Tero Kristo
2020-02-21 11:57           ` Tero Kristo
2020-02-23 17:26           ` Greg Kroah-Hartman
2020-02-24 11:19             ` Jon Hunter
2020-02-24 11:19               ` Jon Hunter
2020-02-21 14:22 ` Guenter Roeck
2020-02-21 15:15   ` Ben Hutchings
2020-02-23 17:11     ` Greg Kroah-Hartman
2020-02-21 14:28 ` Guenter Roeck
2020-02-21 15:21   ` Ben Hutchings
2020-02-21 15:55     ` Guenter Roeck
2020-02-21 18:55       ` Sasha Levin
2020-02-21 19:51 ` shuah
2020-02-22 20:30 ` Dan Rue
2020-02-23 15:40 ` Greg Kroah-Hartman
2020-02-23 17:31   ` Greg Kroah-Hartman
2020-02-24  4:24     ` Naresh Kamboju
2020-02-24  0:17 ` Guenter Roeck

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=20200221072349.335551332@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.