All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5.4 000/152] 5.4.24-stable review
@ 2020-03-03 17:41 Greg Kroah-Hartman
  2020-03-03 17:41 ` [PATCH 5.4 001/152] io_uring: grab ->fs as part of async offload Greg Kroah-Hartman
                   ` (155 more replies)
  0 siblings, 156 replies; 163+ messages in thread
From: Greg Kroah-Hartman @ 2020-03-03 17:41 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, torvalds, akpm, linux, shuah, patches,
	ben.hutchings, lkft-triage, stable

This is the start of the stable review cycle for the 5.4.24 release.
There are 152 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Thu, 05 Mar 2020 17:42:10 +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.24-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.24-rc1

Jim Mattson <jmattson@google.com>
    kvm: nVMX: VMWRITE checks unsupported field before read-only field

Jim Mattson <jmattson@google.com>
    kvm: nVMX: VMWRITE checks VMCS-link pointer before VMCS field

David Rientjes <rientjes@google.com>
    mm, thp: fix defrag setting if newline is not used

Wei Yang <richardw.yang@linux.intel.com>
    mm/huge_memory.c: use head to check huge zero page

John Hubbard <jhubbard@nvidia.com>
    mm/gup: allow FOLL_FORCE for get_user_pages_fast()

Vlastimil Babka <vbabka@suse.cz>
    mm/debug.c: always print flags in dump_page()

Waiman Long <longman@redhat.com>
    locking/lockdep: Fix lockdep_stats indentation problem

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

Christoph Hellwig <hch@lst.de>
    xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLE

Sameer Pujar <spujar@nvidia.com>
    bus: tegra-aconnect: Remove PM_CLK dependency

Matteo Croce <mcroce@redhat.com>
    netfilter: nf_flowtable: fix documentation

Xin Long <lucien.xin@gmail.com>
    netfilter: nft_tunnel: no need to call htons() when dumping ports

Florian Fainelli <f.fainelli@gmail.com>
    thermal: brcmstb_thermal: Do not use DT coefficients

Linus Walleij <linus.walleij@linaro.org>
    thermal: db8500: Depromote debug print

Geert Uytterhoeven <geert@linux-m68k.org>
    ubifs: Fix ino_t format warnings in orphan_delete()

Neeraj Upadhyay <neeraju@codeaurora.org>
    rcu: Allow only one expedited GP to run concurrently with wakeups

Sean Christopherson <sean.j.christopherson@intel.com>
    KVM: x86: Remove spurious clearing of async #PF MSR

Sean Christopherson <sean.j.christopherson@intel.com>
    KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction path

Xiaochen Shen <xiaochen.shen@intel.com>
    x86/resctrl: Check monitoring static key in the MBM overflow handler

Jiri Olsa <jolsa@kernel.org>
    perf ui gtk: Add missing zalloc object

Arnaldo Carvalho de Melo <acme@redhat.com>
    perf hists browser: Restore ESC as "Zoom out" of DSO/thread/etc

Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
    pwm: omap-dmtimer: put_device() after of_find_device_by_node()

Thomas Gleixner <tglx@linutronix.de>
    lib/vdso: Update coarse timekeeper unconditionally

Thomas Gleixner <tglx@linutronix.de>
    lib/vdso: Make __arch_update_vdso_data() logic understandable

Masami Hiramatsu <mhiramat@kernel.org>
    kprobes: Set unoptimized flag after unoptimizing code

Janne Karhunen <janne.karhunen@gmail.com>
    ima: ima/lsm policy rule loading logic bug fixes

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    drivers: net: xgene: Fix the order of the arguments of 'alloc_etherdev_mqs()'

Lijun Ou <oulijun@huawei.com>
    RDMA/hns: Bugfix for posting a wqe with sge

Yixian Liu <liuyixian@huawei.com>
    RDMA/hns: Simplify the calculation and usage of wqe idx for post verbs

Chao Yu <chao@kernel.org>
    f2fs: fix to add swap extent correctly

Cheng Jian <cj.chengjian@huawei.com>
    sched/fair: Optimize select_idle_cpu

Sean Christopherson <sean.j.christopherson@intel.com>
    KVM: Check for a bad hva before dropping into the ghc slow path

Tom Lendacky <thomas.lendacky@amd.com>
    KVM: SVM: Override default MMIO mask if memory encryption is enabled

Brian Norris <briannorris@chromium.org>
    mwifiex: delete unused mwifiex_get_intf_num()

Brian Norris <briannorris@chromium.org>
    mwifiex: drop most magic numbers from mwifiex_process_tdls_action_frame()

Aleksa Sarai <cyphar@cyphar.com>
    namei: only return -ECHILD from follow_dotdot_rcu()

Masahiro Yamada <yamada.masahiro@socionext.com>
    kbuild: make single target builds even faster

Masahiro Yamada <yamada.masahiro@socionext.com>
    kbuild: remove unneeded variable, single-all

Masahiro Yamada <yamada.masahiro@socionext.com>
    kbuild: move headers_check rule to usr/include/Makefile

Masahiro Yamada <yamada.masahiro@socionext.com>
    kbuild: remove header compile test

Michael Ellerman <mpe@ellerman.id.au>
    selftests: Install settings files to fix TIMEOUT failures

Arthur Kiyanovski <akiyano@amazon.com>
    net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGE

Ursula Braun <ubraun@linux.ibm.com>
    net/smc: no peer ID in CLC decline for SMCD

Dmitry Bogdanov <dbogdanov@marvell.com>
    net: atlantic: fix out of range usage of active_vlans array

Pavel Belous <pbelous@marvell.com>
    net: atlantic: fix potential error handling

Pavel Belous <pbelous@marvell.com>
    net: atlantic: fix use after free kasan warn

Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
    net: netlink: cap max groups which will be considered in netlink_bind()

Alexandra Winter <wintera@linux.ibm.com>
    s390/qeth: vnicc Fix EOPNOTSUPP precedence

Bijan Mottahedeh <bijan.mottahedeh@oracle.com>
    nvme-pci: Hold cq_poll_lock while completing CQEs

Peter Chen <peter.chen@nxp.com>
    usb: charger: assign specific number for enum value

Haiyang Zhang <haiyangz@microsoft.com>
    hv_netvsc: Fix unwanted wakeup in netvsc_attach()

Masahiro Yamada <masahiroy@kernel.org>
    kbuild: fix DT binding schema rule to detect command line changes

Andrei Otcheretianski <andrei.otcheretianski@intel.com>
    mac80211: Remove a redundant mutex unlock

Johannes Berg <johannes.berg@intel.com>
    nl80211: fix potential leak in AP start

Tina Zhang <tina.zhang@intel.com>
    drm/i915/gvt: Separate display reset from ALL_ENGINES reset

Tina Zhang <tina.zhang@intel.com>
    drm/i915/gvt: Fix orphan vgpu dmabuf_objs' lifetime

Wolfram Sang <wsa@the-dreams.de>
    i2c: jz4780: silence log flood on txabrt

Gustavo A. R. Silva <gustavo@embeddedor.com>
    i2c: altera: Fix potential integer overflow

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'

dan.carpenter@oracle.com <dan.carpenter@oracle.com>
    HID: hiddev: Fix race in in hiddev_disconnect()

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    HID: alps: Fix an error handling path in 'alps_input_configured()'

Cong Wang <xiyou.wangcong@gmail.com>
    netfilter: xt_hashlimit: reduce hashlimit_mutex scope for htable_put()

Jozsef Kadlecsik <kadlec@netfilter.org>
    netfilter: ipset: Fix forceadd evaluation path

Eugenio Pérez <eperezma@redhat.com>
    vhost: Check docket sk_family instead of call getname

Ursula Braun <ubraun@linux.ibm.com>
    net/smc: transfer fasync_list in case of fallback

Jozsef Kadlecsik <kadlec@netfilter.org>
    netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reports

Jens Axboe <axboe@kernel.dk>
    io_uring: fix 32-bit compatability with sendmsg/recvmsg

Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    cpufreq: Fix policy initialization for internal governor drivers

Shirish S <shirish.s@amd.com>
    amdgpu/gmc_v9: save/restore sdpif regs during S3

Orson Zhai <orson.unisoc@gmail.com>
    Revert "PM / devfreq: Modify the device name as devfreq(X) for sysfs"

Steven Rostedt (VMware) <rostedt@goodmis.org>
    tracing: Disable trace_printk() on post poned tests

Wolfram Sang <wsa@the-dreams.de>
    macintosh: therm_windtunnel: fix regression when instantiating devices

Daniel Vetter <daniel.vetter@ffwll.ch>
    drm/radeon: Inline drm_get_pci_dev

Daniel Vetter <daniel.vetter@ffwll.ch>
    drm/amdgpu: Drop DRIVER_USE_AGP

Johan Korsnes <jkorsnes@cisco.com>
    HID: core: increase HID report buffer size to 8KiB

Johan Korsnes <jkorsnes@cisco.com>
    HID: core: fix off-by-one memset in hid_report_raw_event()

Hans de Goede <hdegoede@redhat.com>
    HID: ite: Only bind to keyboard USB interface on Acer SW5-012 keyboard dock

Oliver Upton <oupton@google.com>
    KVM: VMX: check descriptor table exits on instruction emulation

Mika Westerberg <mika.westerberg@linux.intel.com>
    ACPI: watchdog: Fix gas->access_width usage

Mika Westerberg <mika.westerberg@linux.intel.com>
    ACPICA: Introduce ACPI_ACCESS_BYTE_WIDTH() macro

Paul Moore <paul@paul-moore.com>
    audit: always check the netlink payload length in audit_receive_msg()

Paul Moore <paul@paul-moore.com>
    audit: fix error handling in audit_data_to_entry()

Dan Carpenter <dan.carpenter@oracle.com>
    ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()

Keith Busch <kbusch@kernel.org>
    nvme/pci: move cqe check after device shutdown

Nigel Kirkland <nigel.kirkland@broadcom.com>
    nvme: prevent warning triggered by nvme_stop_keep_alive

Anton Eidelman <anton@lightbitslabs.com>
    nvme/tcp: fix bug on double requeue when send fails

Guangbin Huang <huangguangbin2@huawei.com>
    net: hns3: fix a copying IPv6 address error in hclge_fd_get_flow_tuples()

Yufeng Mo <moyufeng@huawei.com>
    net: hns3: add management table after IMP reset

Shay Bar <shay.bar@celeno.com>
    mac80211: fix wrong 160/80+80 MHz setting

Sergey Matyukevich <sergey.matyukevich.os@quantenna.com>
    cfg80211: add missing policy for NL80211_ATTR_STATUS_CODE

Coly Li <colyli@suse.de>
    bcache: ignore pending signals when creating gc and allocator thread

Frank Sorenson <sorenson@redhat.com>
    cifs: Fix mode output in debugging statements

Bruce Allan <bruce.w.allan@intel.com>
    ice: update Unit Load Status bitmask to check after reset

Arthur Kiyanovski <akiyano@amazon.com>
    net: ena: ena-com.c: prevent NULL pointer dereference

Sameeh Jubran <sameehj@amazon.com>
    net: ena: ethtool: use correct value for crc32 hash

Arthur Kiyanovski <akiyano@amazon.com>
    net: ena: fix corruption of dev_idx_to_host_tbl

Arthur Kiyanovski <akiyano@amazon.com>
    net: ena: fix incorrectly saving queue numbers when setting RSS indirection table

Arthur Kiyanovski <akiyano@amazon.com>
    net: ena: rss: store hash function as values and not bits

Sameeh Jubran <sameehj@amazon.com>
    net: ena: rss: fix failure to get indirection table

Sameeh Jubran <sameehj@amazon.com>
    net: ena: rss: do not allocate key when not supported

Arthur Kiyanovski <akiyano@amazon.com>
    net: ena: fix incorrect default RSS key

Arthur Kiyanovski <akiyano@amazon.com>
    net: ena: add missing ethtool TX timestamping indication

Arthur Kiyanovski <akiyano@amazon.com>
    net: ena: fix uses of round_jiffies()

Arthur Kiyanovski <akiyano@amazon.com>
    net: ena: fix potential crash when rxfh key is NULL

Brett Creeley <brett.creeley@intel.com>
    i40e: Fix the conditional for i40e_vc_validate_vqs_bitmaps

Thierry Reding <treding@nvidia.com>
    soc/tegra: fuse: Fix build with Tegra194 configuration

Daniel Kolesa <daniel@octaforge.org>
    amdgpu: Prevent build errors regarding soft/hard-float FP ABI tags

Isabel Zhang <isabel.zhang@amd.com>
    drm/amd/display: Add initialitions for PLL2 clock source

Yongqiang Sun <yongqiang.sun@amd.com>
    drm/amd/display: Limit minimum DPPCLK to 100MHz.

Aric Cyr <aric.cyr@amd.com>
    drm/amd/display: Check engine is not NULL before acquiring

Krishnamraju Eraparaju <krishna2@chelsio.com>
    RDMA/siw: Remove unwanted WARN_ON in siw_cm_llp_data_ready()

Sung Lee <sung.lee@amd.com>
    drm/amd/display: Do not set optimized_require to false after plane disable

Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
    ARM: dts: sti: fixup sound frame-inversion for stihxxx-b2120.dtsi

Xiubo Li <xiubli@redhat.com>
    ceph: do not execute direct write in parallel if O_APPEND is specified

Kan Liang <kan.liang@linux.intel.com>
    perf/x86/msr: Add Tremont support

Kan Liang <kan.liang@linux.intel.com>
    perf/x86/cstate: Add Tremont support

Kan Liang <kan.liang@linux.intel.com>
    perf/x86/intel: Add Elkhart Lake support

Peter Zijlstra <peterz@infradead.org>
    arm/ftrace: Fix BE text poking

John Garry <john.garry@huawei.com>
    perf/smmuv3: Use platform_get_irq_optional() for wired interrupt

Trond Myklebust <trondmy@gmail.com>
    NFSv4: Fix races between open and dentry revalidation

Bjørn Mork <bjorn@mork.no>
    qmi_wwan: unconditionally reject 2 ep interfaces

Bjørn Mork <bjorn@mork.no>
    qmi_wwan: re-add DW5821e pre-production variant

Harald Freudenberger <freude@linux.ibm.com>
    s390/zcrypt: fix card and queue total counter wrap

Sergey Matyukevich <sergey.matyukevich.os@quantenna.com>
    cfg80211: check wiphy driver existence for drvinfo report

Johannes Berg <johannes.berg@intel.com>
    mac80211: consider more elements in parsing CRC

Jeff Moyer <jmoyer@redhat.com>
    dax: pass NOWAIT flag to iomap_apply

Vincent Guittot <vincent.guittot@linaro.org>
    sched/fair: Prevent unlimited runtime on throttled group

Peter Zijlstra (Intel) <peterz@infradead.org>
    timers/nohz: Update NOHZ load in remote tick

Scott Wood <swood@redhat.com>
    sched/core: Don't skip remote tick for idle CPUs

Sean Paul <seanpaul@chromium.org>
    drm/msm: Set dma maximum segment size for mdss

Corey Minyard <cminyard@mvista.com>
    ipmi:ssif: Handle a possible NULL pointer reference

Benjamin Poirier <bpoirier@cumulusnetworks.com>
    ipv6: Fix nlmsg_flags when splitting a multipath route

Benjamin Poirier <bpoirier@cumulusnetworks.com>
    ipv6: Fix route replacement with dev-only route

Taehee Yoo <ap420073@gmail.com>
    bonding: fix lockdep warning in bond_get_stats()

Taehee Yoo <ap420073@gmail.com>
    net: export netdev_next_lower_dev_rcu()

Taehee Yoo <ap420073@gmail.com>
    bonding: add missing netdev_update_lockdep_key()

Vasundhara Volam <vasundhara-v.volam@broadcom.com>
    bnxt_en: Issue PCIe FLR in kdump kernel to cleanup pending DMAs.

Vasundhara Volam <vasundhara-v.volam@broadcom.com>
    bnxt_en: Improve device shutdown method.

Xin Long <lucien.xin@gmail.com>
    sctp: move the format error check out of __sctp_sf_do_9_1_abort

Willem de Bruijn <willemb@google.com>
    udp: rehash on disconnect

Paolo Abeni <pabeni@redhat.com>
    Revert "net: dev: introduce support for sch BYPASS for lockless qdisc"

Michal Kalderon <michal.kalderon@marvell.com>
    qede: Fix race between rdma destroy workqueue and link change event

Dmitry Osipenko <digetx@gmail.com>
    nfc: pn544: Fix occasional HW initialization failure

Rohit Maheshwari <rohitm@chelsio.com>
    net/tls: Fix to avoid gettig invalid tls record

Jason Baron <jbaron@akamai.com>
    net: sched: correct flower port blocking

Arun Parameswaran <arun.parameswaran@broadcom.com>
    net: phy: restore mdio regs in the iproc mdio driver

Horatiu Vultur <horatiu.vultur@microchip.com>
    net: mscc: fix in frame extraction

Alexandre Belloni <alexandre.belloni@bootlin.com>
    net: macb: ensure interface is not suspended on at91rm9200

Jethro Beekman <jethro@fortanix.com>
    net: fib_rules: Correctly set table field when table number exceeds 8 bits

Florian Fainelli <f.fainelli@gmail.com>
    net: dsa: b53: Ensure the default VID is untagged

Aristeu Rozanski <aris@redhat.com>
    EDAC: skx_common: downgrade message importance on missing PCI device

Jens Axboe <axboe@kernel.dk>
    io_uring: grab ->fs as part of async offload


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

Diffstat:

 Documentation/kbuild/makefiles.rst                 |   17 -
 Documentation/networking/nf_flowtable.txt          |    2 +-
 Makefile                                           |  108 +-
 arch/arm/boot/dts/stihxxx-b2120.dtsi               |    2 +-
 arch/arm/kernel/ftrace.c                           |    7 +-
 arch/mips/kernel/vpe.c                             |    2 +-
 arch/x86/events/intel/core.c                       |    1 +
 arch/x86/events/intel/cstate.c                     |   22 +-
 arch/x86/events/msr.c                              |    3 +-
 arch/x86/kernel/cpu/resctrl/internal.h             |    1 +
 arch/x86/kernel/cpu/resctrl/monitor.c              |    4 +-
 arch/x86/kvm/svm.c                                 |   43 +
 arch/x86/kvm/vmx/nested.c                          |   70 +-
 arch/x86/kvm/vmx/vmx.c                             |   15 +
 arch/x86/kvm/x86.c                                 |    6 -
 drivers/acpi/acpi_watchdog.c                       |    3 +-
 drivers/bus/Kconfig                                |    1 -
 drivers/char/ipmi/ipmi_ssif.c                      |   10 +-
 drivers/cpufreq/cpufreq.c                          |   12 +-
 drivers/devfreq/devfreq.c                          |    4 +-
 drivers/edac/skx_common.c                          |    2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |    2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h            |    1 +
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c              |   37 +-
 drivers/gpu/drm/amd/display/dc/clk_mgr/Makefile    |    6 +
 .../drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c  |    6 +
 drivers/gpu/drm/amd/display/dc/dce/dce_aux.c       |    2 +-
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c |    1 -
 .../gpu/drm/amd/display/dc/dcn21/dcn21_resource.c  |    6 +
 .../drm/amd/include/asic_reg/dce/dce_12_0_offset.h |    2 +
 drivers/gpu/drm/i915/Kconfig.debug                 |    1 -
 drivers/gpu/drm/i915/gvt/dmabuf.c                  |    2 +-
 drivers/gpu/drm/i915/gvt/vgpu.c                    |    2 +-
 drivers/gpu/drm/msm/msm_drv.c                      |    8 +
 drivers/gpu/drm/radeon/radeon_drv.c                |   43 +-
 drivers/gpu/drm/radeon/radeon_kms.c                |    6 +
 drivers/hid/hid-alps.c                             |    2 +-
 drivers/hid/hid-core.c                             |    4 +-
 drivers/hid/hid-ite.c                              |    5 +-
 drivers/hid/usbhid/hiddev.c                        |    2 +-
 drivers/i2c/busses/i2c-altera.c                    |    2 +-
 drivers/i2c/busses/i2c-jz4780.c                    |   36 +-
 drivers/infiniband/hw/hns/hns_roce_device.h        |    3 +-
 drivers/infiniband/hw/hns/hns_roce_hw_v1.c         |   37 +-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c         |   80 +-
 drivers/infiniband/sw/siw/siw_cm.c                 |    5 +-
 drivers/macintosh/therm_windtunnel.c               |   52 +-
 drivers/md/bcache/alloc.c                          |   18 +-
 drivers/md/bcache/btree.c                          |   13 +
 drivers/net/bonding/bond_main.c                    |   55 +-
 drivers/net/bonding/bond_options.c                 |    2 +
 drivers/net/dsa/b53/b53_common.c                   |    3 +
 drivers/net/ethernet/amazon/ena/ena_com.c          |   96 +-
 drivers/net/ethernet/amazon/ena/ena_com.h          |    9 +
 drivers/net/ethernet/amazon/ena/ena_ethtool.c      |   46 +-
 drivers/net/ethernet/amazon/ena/ena_netdev.c       |    6 +-
 drivers/net/ethernet/amazon/ena/ena_netdev.h       |    2 +
 drivers/net/ethernet/apm/xgene/xgene_enet_main.c   |    2 +-
 .../net/ethernet/aquantia/atlantic/aq_filters.c    |    2 +-
 drivers/net/ethernet/aquantia/atlantic/aq_nic.c    |    8 +-
 drivers/net/ethernet/aquantia/atlantic/aq_ring.c   |    7 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt.c          |   12 +-
 drivers/net/ethernet/cadence/macb_main.c           |    6 +-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    |   22 +-
 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c |    4 +-
 drivers/net/ethernet/intel/ice/ice_common.c        |   17 +-
 drivers/net/ethernet/intel/ice/ice_hw_autogen.h    |    6 +
 drivers/net/ethernet/mscc/ocelot_board.c           |    8 +
 drivers/net/ethernet/qlogic/qede/qede.h            |    2 +
 drivers/net/ethernet/qlogic/qede/qede_rdma.c       |   29 +-
 drivers/net/hyperv/netvsc.c                        |    2 +-
 drivers/net/hyperv/netvsc_drv.c                    |    3 +
 drivers/net/phy/mdio-bcm-iproc.c                   |   20 +
 drivers/net/usb/qmi_wwan.c                         |   43 +-
 drivers/net/wireless/marvell/mwifiex/main.h        |   13 -
 drivers/net/wireless/marvell/mwifiex/tdls.c        |   75 +-
 drivers/nfc/pn544/i2c.c                            |    1 +
 drivers/nvme/host/core.c                           |   10 +-
 drivers/nvme/host/pci.c                            |   25 +-
 drivers/nvme/host/rdma.c                           |    2 +-
 drivers/nvme/host/tcp.c                            |    9 +-
 drivers/perf/arm_smmuv3_pmu.c                      |    2 +-
 drivers/pwm/pwm-omap-dmtimer.c                     |   21 +-
 drivers/s390/crypto/ap_bus.h                       |    4 +-
 drivers/s390/crypto/ap_card.c                      |    8 +-
 drivers/s390/crypto/ap_queue.c                     |    6 +-
 drivers/s390/crypto/zcrypt_api.c                   |   16 +-
 drivers/s390/net/qeth_l2_main.c                    |   29 +-
 drivers/soc/tegra/fuse/fuse-tegra30.c              |    3 +-
 drivers/thermal/broadcom/brcmstb_thermal.c         |   31 +-
 drivers/thermal/db8500_thermal.c                   |    4 +-
 drivers/vhost/net.c                                |   10 +-
 drivers/watchdog/wdat_wdt.c                        |    2 +-
 fs/ceph/file.c                                     |   17 +-
 fs/cifs/cifsacl.c                                  |    4 +-
 fs/cifs/connect.c                                  |    2 +-
 fs/cifs/inode.c                                    |    2 +-
 fs/dax.c                                           |    3 +
 fs/ext4/super.c                                    |    6 +-
 fs/f2fs/data.c                                     |   32 +-
 fs/io_uring.c                                      |   51 +
 fs/namei.c                                         |    2 +-
 fs/nfs/nfs4file.c                                  |    1 -
 fs/nfs/nfs4proc.c                                  |   18 +-
 fs/ubifs/orphan.c                                  |    4 +-
 fs/xfs/libxfs/xfs_attr.h                           |    7 +-
 fs/xfs/xfs_ioctl.c                                 |    2 +
 fs/xfs/xfs_ioctl32.c                               |    2 +
 include/Kbuild                                     | 1185 --------------------
 include/acpi/actypes.h                             |    3 +-
 include/asm-generic/vdso/vsyscall.h                |    4 +-
 include/linux/hid.h                                |    2 +-
 include/linux/netdevice.h                          |    7 +-
 include/linux/netfilter/ipset/ip_set.h             |   11 +-
 include/linux/sched/nohz.h                         |    2 +
 include/net/flow_dissector.h                       |    9 +
 include/uapi/linux/usb/charger.h                   |   16 +-
 init/Kconfig                                       |   22 +-
 kernel/audit.c                                     |   40 +-
 kernel/auditfilter.c                               |   71 +-
 kernel/kprobes.c                                   |    4 +-
 kernel/locking/lockdep_proc.c                      |    4 +-
 kernel/padata.c                                    |    4 +-
 kernel/rcu/tree_exp.h                              |   11 +-
 kernel/sched/core.c                                |   31 +-
 kernel/sched/fair.c                                |    7 +-
 kernel/sched/loadavg.c                             |   33 +-
 kernel/time/vsyscall.c                             |   37 +-
 kernel/trace/trace.c                               |    2 +
 lib/Kconfig.debug                                  |   11 -
 mm/debug.c                                         |    8 +-
 mm/gup.c                                           |    3 +-
 mm/huge_memory.c                                   |   26 +-
 net/core/dev.c                                     |   28 +-
 net/core/fib_rules.c                               |    2 +-
 net/ipv4/udp.c                                     |    6 +-
 net/ipv6/ip6_fib.c                                 |    7 +-
 net/ipv6/route.c                                   |    1 +
 net/mac80211/mlme.c                                |    6 +-
 net/mac80211/util.c                                |   34 +-
 net/netfilter/ipset/ip_set_core.c                  |   34 +-
 net/netfilter/ipset/ip_set_hash_gen.h              |  635 +++++++----
 net/netfilter/nft_tunnel.c                         |    4 +-
 net/netfilter/xt_hashlimit.c                       |   12 +-
 net/netlink/af_netlink.c                           |    5 +-
 net/sched/cls_flower.c                             |    1 +
 net/sctp/sm_statefuns.c                            |   29 +-
 net/smc/af_smc.c                                   |    2 +
 net/smc/smc_clc.c                                  |    4 +-
 net/tls/tls_device.c                               |   20 +-
 net/wireless/ethtool.c                             |    8 +-
 net/wireless/nl80211.c                             |    5 +-
 scripts/Makefile.build                             |    9 -
 scripts/Makefile.headersinst                       |   18 -
 scripts/Makefile.lib                               |   18 +-
 security/integrity/ima/ima_policy.c                |   44 +-
 tools/perf/ui/browsers/hists.c                     |    1 +
 tools/perf/ui/gtk/Build                            |    5 +
 tools/testing/selftests/ftrace/Makefile            |    2 +-
 tools/testing/selftests/livepatch/Makefile         |    2 +
 tools/testing/selftests/net/fib_tests.sh           |    6 +
 tools/testing/selftests/rseq/Makefile              |    2 +
 tools/testing/selftests/rtc/Makefile               |    2 +
 usr/include/Makefile                               |   15 +-
 virt/kvm/kvm_main.c                                |   12 +-
 165 files changed, 1820 insertions(+), 2267 deletions(-)



^ permalink raw reply	[flat|nested] 163+ messages in thread

end of thread, other threads:[~2020-03-04 16:52 UTC | newest]

Thread overview: 163+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-03 17:41 [PATCH 5.4 000/152] 5.4.24-stable review Greg Kroah-Hartman
2020-03-03 17:41 ` [PATCH 5.4 001/152] io_uring: grab ->fs as part of async offload Greg Kroah-Hartman
2020-03-03 17:41 ` [PATCH 5.4 002/152] EDAC: skx_common: downgrade message importance on missing PCI device Greg Kroah-Hartman
2020-03-03 17:41 ` [PATCH 5.4 003/152] net: dsa: b53: Ensure the default VID is untagged Greg Kroah-Hartman
2020-03-03 17:41 ` [PATCH 5.4 004/152] net: fib_rules: Correctly set table field when table number exceeds 8 bits Greg Kroah-Hartman
2020-03-03 17:41 ` [PATCH 5.4 005/152] net: macb: ensure interface is not suspended on at91rm9200 Greg Kroah-Hartman
2020-03-03 17:41 ` [PATCH 5.4 006/152] net: mscc: fix in frame extraction Greg Kroah-Hartman
2020-03-03 17:41 ` [PATCH 5.4 007/152] net: phy: restore mdio regs in the iproc mdio driver Greg Kroah-Hartman
2020-03-03 17:41 ` [PATCH 5.4 008/152] net: sched: correct flower port blocking Greg Kroah-Hartman
2020-03-03 17:41 ` [PATCH 5.4 009/152] net/tls: Fix to avoid gettig invalid tls record Greg Kroah-Hartman
2020-03-03 17:41 ` [PATCH 5.4 010/152] nfc: pn544: Fix occasional HW initialization failure Greg Kroah-Hartman
2020-03-03 17:41 ` [PATCH 5.4 011/152] qede: Fix race between rdma destroy workqueue and link change event Greg Kroah-Hartman
2020-03-03 17:41 ` [PATCH 5.4 012/152] Revert "net: dev: introduce support for sch BYPASS for lockless qdisc" Greg Kroah-Hartman
2020-03-03 17:41 ` [PATCH 5.4 013/152] udp: rehash on disconnect Greg Kroah-Hartman
2020-03-03 17:41 ` [PATCH 5.4 014/152] sctp: move the format error check out of __sctp_sf_do_9_1_abort Greg Kroah-Hartman
2020-03-03 17:41 ` [PATCH 5.4 015/152] bnxt_en: Improve device shutdown method Greg Kroah-Hartman
2020-03-03 17:41 ` [PATCH 5.4 016/152] bnxt_en: Issue PCIe FLR in kdump kernel to cleanup pending DMAs Greg Kroah-Hartman
2020-03-03 17:41 ` [PATCH 5.4 017/152] bonding: add missing netdev_update_lockdep_key() Greg Kroah-Hartman
2020-03-03 17:41 ` [PATCH 5.4 018/152] net: export netdev_next_lower_dev_rcu() Greg Kroah-Hartman
2020-03-03 17:41 ` [PATCH 5.4 019/152] bonding: fix lockdep warning in bond_get_stats() Greg Kroah-Hartman
2020-03-03 17:41 ` [PATCH 5.4 020/152] ipv6: Fix route replacement with dev-only route Greg Kroah-Hartman
2020-03-03 17:41 ` [PATCH 5.4 021/152] ipv6: Fix nlmsg_flags when splitting a multipath route Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 022/152] ipmi:ssif: Handle a possible NULL pointer reference Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 023/152] drm/msm: Set dma maximum segment size for mdss Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 024/152] sched/core: Dont skip remote tick for idle CPUs Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 025/152] timers/nohz: Update NOHZ load in remote tick Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 026/152] sched/fair: Prevent unlimited runtime on throttled group Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 027/152] dax: pass NOWAIT flag to iomap_apply Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 028/152] mac80211: consider more elements in parsing CRC Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 029/152] cfg80211: check wiphy driver existence for drvinfo report Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 030/152] s390/zcrypt: fix card and queue total counter wrap Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 031/152] qmi_wwan: re-add DW5821e pre-production variant Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 032/152] qmi_wwan: unconditionally reject 2 ep interfaces Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 033/152] NFSv4: Fix races between open and dentry revalidation Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 034/152] perf/smmuv3: Use platform_get_irq_optional() for wired interrupt Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 035/152] arm/ftrace: Fix BE text poking Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 036/152] perf/x86/intel: Add Elkhart Lake support Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 037/152] perf/x86/cstate: Add Tremont support Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 038/152] perf/x86/msr: " Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 039/152] ceph: do not execute direct write in parallel if O_APPEND is specified Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 040/152] ARM: dts: sti: fixup sound frame-inversion for stihxxx-b2120.dtsi Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 041/152] drm/amd/display: Do not set optimized_require to false after plane disable Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 042/152] RDMA/siw: Remove unwanted WARN_ON in siw_cm_llp_data_ready() Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 043/152] drm/amd/display: Check engine is not NULL before acquiring Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 044/152] drm/amd/display: Limit minimum DPPCLK to 100MHz Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 045/152] drm/amd/display: Add initialitions for PLL2 clock source Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 046/152] amdgpu: Prevent build errors regarding soft/hard-float FP ABI tags Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 047/152] soc/tegra: fuse: Fix build with Tegra194 configuration Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 048/152] i40e: Fix the conditional for i40e_vc_validate_vqs_bitmaps Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 049/152] net: ena: fix potential crash when rxfh key is NULL Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 050/152] net: ena: fix uses of round_jiffies() Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 051/152] net: ena: add missing ethtool TX timestamping indication Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 052/152] net: ena: fix incorrect default RSS key Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 053/152] net: ena: rss: do not allocate key when not supported Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 054/152] net: ena: rss: fix failure to get indirection table Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 055/152] net: ena: rss: store hash function as values and not bits Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 056/152] net: ena: fix incorrectly saving queue numbers when setting RSS indirection table Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 057/152] net: ena: fix corruption of dev_idx_to_host_tbl Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 058/152] net: ena: ethtool: use correct value for crc32 hash Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 059/152] net: ena: ena-com.c: prevent NULL pointer dereference Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 060/152] ice: update Unit Load Status bitmask to check after reset Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 061/152] cifs: Fix mode output in debugging statements Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 062/152] bcache: ignore pending signals when creating gc and allocator thread Greg Kroah-Hartman
2020-03-03 17:55   ` Jens Axboe
2020-03-03 18:12     ` Greg Kroah-Hartman
2020-03-03 18:19       ` Jens Axboe
2020-03-03 17:42 ` [PATCH 5.4 063/152] cfg80211: add missing policy for NL80211_ATTR_STATUS_CODE Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 064/152] mac80211: fix wrong 160/80+80 MHz setting Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 065/152] net: hns3: add management table after IMP reset Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 066/152] net: hns3: fix a copying IPv6 address error in hclge_fd_get_flow_tuples() Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 067/152] nvme/tcp: fix bug on double requeue when send fails Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 068/152] nvme: prevent warning triggered by nvme_stop_keep_alive Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 069/152] nvme/pci: move cqe check after device shutdown Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 070/152] ext4: potential crash on allocation error in ext4_alloc_flex_bg_array() Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 071/152] audit: fix error handling in audit_data_to_entry() Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 072/152] audit: always check the netlink payload length in audit_receive_msg() Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 073/152] ACPICA: Introduce ACPI_ACCESS_BYTE_WIDTH() macro Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 074/152] ACPI: watchdog: Fix gas->access_width usage Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 075/152] KVM: VMX: check descriptor table exits on instruction emulation Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 076/152] HID: ite: Only bind to keyboard USB interface on Acer SW5-012 keyboard dock Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 077/152] HID: core: fix off-by-one memset in hid_report_raw_event() Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 078/152] HID: core: increase HID report buffer size to 8KiB Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 079/152] drm/amdgpu: Drop DRIVER_USE_AGP Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 080/152] drm/radeon: Inline drm_get_pci_dev Greg Kroah-Hartman
2020-03-03 17:42   ` Greg Kroah-Hartman
2020-03-03 17:42 ` [PATCH 5.4 081/152] macintosh: therm_windtunnel: fix regression when instantiating devices Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 082/152] tracing: Disable trace_printk() on post poned tests Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 083/152] Revert "PM / devfreq: Modify the device name as devfreq(X) for sysfs" Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 084/152] amdgpu/gmc_v9: save/restore sdpif regs during S3 Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 085/152] cpufreq: Fix policy initialization for internal governor drivers Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 086/152] io_uring: fix 32-bit compatability with sendmsg/recvmsg Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 087/152] netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reports Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 088/152] net/smc: transfer fasync_list in case of fallback Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 089/152] vhost: Check docket sk_family instead of call getname Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 090/152] netfilter: ipset: Fix forceadd evaluation path Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 091/152] netfilter: xt_hashlimit: reduce hashlimit_mutex scope for htable_put() Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 092/152] HID: alps: Fix an error handling path in alps_input_configured() Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 093/152] HID: hiddev: Fix race in in hiddev_disconnect() Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 094/152] MIPS: VPE: Fix a double free and a memory leak in release_vpe() Greg Kroah-Hartman
2020-03-03 17:43   ` Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 095/152] i2c: altera: Fix potential integer overflow Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 096/152] i2c: jz4780: silence log flood on txabrt Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 097/152] drm/i915/gvt: Fix orphan vgpu dmabuf_objs lifetime Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 098/152] drm/i915/gvt: Separate display reset from ALL_ENGINES reset Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 099/152] nl80211: fix potential leak in AP start Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 100/152] mac80211: Remove a redundant mutex unlock Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 101/152] kbuild: fix DT binding schema rule to detect command line changes Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 102/152] hv_netvsc: Fix unwanted wakeup in netvsc_attach() Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 103/152] usb: charger: assign specific number for enum value Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 104/152] nvme-pci: Hold cq_poll_lock while completing CQEs Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 105/152] s390/qeth: vnicc Fix EOPNOTSUPP precedence Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 106/152] net: netlink: cap max groups which will be considered in netlink_bind() Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 107/152] net: atlantic: fix use after free kasan warn Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 108/152] net: atlantic: fix potential error handling Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 109/152] net: atlantic: fix out of range usage of active_vlans array Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 110/152] net/smc: no peer ID in CLC decline for SMCD Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 111/152] net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGE Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 112/152] selftests: Install settings files to fix TIMEOUT failures Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 113/152] kbuild: remove header compile test Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 114/152] kbuild: move headers_check rule to usr/include/Makefile Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 115/152] kbuild: remove unneeded variable, single-all Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 116/152] kbuild: make single target builds even faster Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 117/152] namei: only return -ECHILD from follow_dotdot_rcu() Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 118/152] mwifiex: drop most magic numbers from mwifiex_process_tdls_action_frame() Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 119/152] mwifiex: delete unused mwifiex_get_intf_num() Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 120/152] KVM: SVM: Override default MMIO mask if memory encryption is enabled Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 121/152] KVM: Check for a bad hva before dropping into the ghc slow path Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 122/152] sched/fair: Optimize select_idle_cpu Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 123/152] f2fs: fix to add swap extent correctly Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 124/152] RDMA/hns: Simplify the calculation and usage of wqe idx for post verbs Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 125/152] RDMA/hns: Bugfix for posting a wqe with sge Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 126/152] drivers: net: xgene: Fix the order of the arguments of alloc_etherdev_mqs() Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 127/152] ima: ima/lsm policy rule loading logic bug fixes Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 128/152] kprobes: Set unoptimized flag after unoptimizing code Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 129/152] lib/vdso: Make __arch_update_vdso_data() logic understandable Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 130/152] lib/vdso: Update coarse timekeeper unconditionally Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 131/152] pwm: omap-dmtimer: put_device() after of_find_device_by_node() Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 132/152] perf hists browser: Restore ESC as "Zoom out" of DSO/thread/etc Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 133/152] perf ui gtk: Add missing zalloc object Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 134/152] x86/resctrl: Check monitoring static key in the MBM overflow handler Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 135/152] KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction path Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 136/152] KVM: x86: Remove spurious clearing of async #PF MSR Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 137/152] rcu: Allow only one expedited GP to run concurrently with wakeups Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 138/152] ubifs: Fix ino_t format warnings in orphan_delete() Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 139/152] thermal: db8500: Depromote debug print Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 140/152] thermal: brcmstb_thermal: Do not use DT coefficients Greg Kroah-Hartman
2020-03-03 17:43 ` [PATCH 5.4 141/152] netfilter: nft_tunnel: no need to call htons() when dumping ports Greg Kroah-Hartman
2020-03-03 17:44 ` [PATCH 5.4 142/152] netfilter: nf_flowtable: fix documentation Greg Kroah-Hartman
2020-03-03 17:44 ` [PATCH 5.4 143/152] bus: tegra-aconnect: Remove PM_CLK dependency Greg Kroah-Hartman
2020-03-03 17:44 ` [PATCH 5.4 144/152] xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLE Greg Kroah-Hartman
2020-03-03 17:44 ` [PATCH 5.4 145/152] padata: always acquire cpu_hotplug_lock before pinst->lock Greg Kroah-Hartman
2020-03-03 17:44 ` [PATCH 5.4 146/152] locking/lockdep: Fix lockdep_stats indentation problem Greg Kroah-Hartman
2020-03-03 17:44 ` [PATCH 5.4 147/152] mm/debug.c: always print flags in dump_page() Greg Kroah-Hartman
2020-03-03 17:44 ` [PATCH 5.4 148/152] mm/gup: allow FOLL_FORCE for get_user_pages_fast() Greg Kroah-Hartman
2020-03-03 17:44 ` [PATCH 5.4 149/152] mm/huge_memory.c: use head to check huge zero page Greg Kroah-Hartman
2020-03-03 17:44 ` [PATCH 5.4 150/152] mm, thp: fix defrag setting if newline is not used Greg Kroah-Hartman
2020-03-03 17:44 ` [PATCH 5.4 151/152] kvm: nVMX: VMWRITE checks VMCS-link pointer before VMCS field Greg Kroah-Hartman
2020-03-03 17:44 ` [PATCH 5.4 152/152] kvm: nVMX: VMWRITE checks unsupported field before read-only field Greg Kroah-Hartman
     [not found] ` <20200303174302.523080016-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>
2020-03-03 22:10   ` [PATCH 5.4 000/152] 5.4.24-stable review Jon Hunter
2020-03-03 22:10     ` Jon Hunter
2020-03-03 23:13 ` shuah
2020-03-04  7:11 ` Naresh Kamboju
2020-03-04 16:52 ` Guenter Roeck

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.