NAK: [SRU][Eoan][PULL] Eoan upstream stable patchset 2020-04-08+
Kamal Mostafa
kamal at canonical.com
Mon Apr 13 16:46:56 UTC 2020
Needs rebase.
-Kamal
On Wed, Apr 08, 2020 at 12:15:54PM -0700, Kamal Mostafa wrote:
> This pull request (262 commits) includes the following Eoan stable patchsets:
>
> Eoan update: upstream stable patchset 2020-04-06
> Ported from the following upstream stable releases:
> v4.19.113, v5.4.28
> https://bugs.launchpad.net/bugs/1871225
>
> Eoan update: upstream stable patchset 2020-04-08
> Ported from the following upstream stable releases:
> v4.19.114, v5.4.29,
> v5.4.30
> https://bugs.launchpad.net/bugs/1871697
>
> -Kamal
>
> -----
>
> The following changes since commit 31e849eb8abc93db3594ff981cc2eeddaa757113:
>
> UBUNTU: Ubuntu-5.3.0-47.39 (2020-04-05 18:24:26 -0400)
>
> are available in the Git repository at:
>
> git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux/+git/eoan eoan-stable
>
> for you to fetch changes up to 55c7ea4982fa0ab63646177652bdace6bb3c83b4:
>
> UBUNTU: upstream stable to v4.19.114, v5.4.30 (2020-04-08 11:34:15 -0700)
>
> ----------------------------------------------------------------
> Aaro Koskinen (1):
> spi: spi_register_controller(): free bus id on error paths
>
> Alberto Mattea (1):
> usb: xhci: apply XHCI_SUSPEND_DELAY to AMD XHCI controller 1022:145c
>
> Alexander Shishkin (3):
> intel_th: Fix user-visible error codes
> intel_th: pci: Add Elkhart Lake CPU support
> stm class: sys-t: Fix the use of time_after()
>
> Alexandre Ghiti (1):
> riscv: Fix range looking for kernel image memblock
>
> Alexandru Tachici (1):
> iio: accel: adxl372: Set iio_chan BE
>
> Andre Przywara (1):
> net: phy: mdio-bcm-unimac: Fix clock handling
>
> Andrii Nakryiko (2):
> bpf: Fix cgroup ref leak in cgroup_bpf_inherit on out-of-memory
> bpf: Initialize storage pointers to NULL to prevent freeing garbage pointer
>
> Aneesh Kumar K.V (1):
> mm/sparse: fix kernel crash with pfn_section_valid check
>
> Anthony Mallet (2):
> USB: cdc-acm: fix close_delay and closing_wait units in TIOCSSERIAL
> USB: cdc-acm: fix rounding error in TIOCSSERIAL
>
> Arthur Demchenkov (1):
> ARM: dts: N900: fix onenand timings
>
> Aya Levin (2):
> net/mlx5e: Enhance ICOSQ WQE info fields
> net/mlx5e: Fix missing reset of SW metadata in Striding RQ reset
>
> Baoquan He (1):
> mm/hotplug: fix hot remove failure in SPARSEMEM|!VMEMMAP case
>
> Bhawanpreet Lakha (1):
> drm/amd/display: Clear link settings on MST disable connector
>
> Borislav Petkov (1):
> x86/ioremap: Fix CONFIG_EFI=n build
>
> Bruno Meneguele (1):
> net/bpfilter: fix dprintf usage for /dev/kmsg
>
> Carlo Nonato (1):
> block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()
>
> Chen-Yu Tsai (1):
> ARM: dts: sun8i: r40: Move AHCI device node based on address order
>
> Christian Brauner (1):
> binderfs: use refcount for binder control devices too
>
> Chuhong Yuan (1):
> i2c: hix5hd2: add missed clk_disable_unprepare in remove
>
> Chunguang Xu (1):
> memcg: fix NULL pointer dereference in __mem_cgroup_usage_unregister_event
>
> Cong Wang (3):
> net_sched: cls_route: remove the right filter from hashtable
> net_sched: keep alloc_hash updated after hash allocation
> net_sched: hold rtnl lock in tcindex_partial_destroy_work()
>
> Corentin Labbe (1):
> rtc: max8907: add missing select REGMAP_IRQ
>
> Cristian Marussi (2):
> arm64: smp: fix smp_send_stop() behaviour
> arm64: smp: fix crash_smp_send_stop() behaviour
>
> Dafna Hirschfeld (1):
> media: v4l2-core: fix a use-after-free bug of sd->devnode
>
> Dajun Jin (1):
> drivers/of/of_mdio.c:fix of_mdiobus_register()
>
> Dan Carpenter (3):
> NFC: fdp: Fix a signedness bug in fdp_nci_send_patch()
> Input: raydium_i2c_ts - fix error codes in raydium_i2c_boot_trigger()
> staging: kpc2000: prevent underflow in cpld_reconfigure()
>
> Daniel Axtens (1):
> altera-stapl: altera_get_note: prevent write beyond end of 'key'
>
> Daniele Palmas (1):
> USB: serial: option: add ME910G1 ECM composition 0x110b
>
> David Howells (4):
> afs: Fix some tracing details
> afs: Fix handling of an abort from a service handler
> afs: Fix client call Rx-phase signal handling
> afs: Fix unpinned address list during probing
>
> Dirk Mueller (1):
> scripts/dtc: Remove redundant YYLOC global declaration
>
> Dominik Czarnota (1):
> sxgbe: Fix off by one in samsung driver strncpy size arg
>
> Dongli Zhang (2):
> xenbus: req->body should be updated before req->state
> xenbus: req->err should be updated before req->state
>
> Edward Cree (1):
> genirq: Fix reference leaks on irq affinity notifiers
>
> Edwin Peer (1):
> bnxt_en: fix memory leaks in bnxt_dcbnl_ieee_getets()
>
> Emil Renner Berthing (1):
> net: stmmac: dwmac-rk: fix error path in rk_gmac_probe
>
> Eric Biggers (6):
> tty: fix compat TIOCGSERIAL leaking uninitialized memory
> tty: fix compat TIOCGSERIAL checking wrong function ptr
> libfs: fix infoleak in simple_attr_read()
> vt: vt_ioctl: remove unnecessary console allocation checks
> vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
> vt: vt_ioctl: fix use-after-free in vt_in_use()
>
> Eric Dumazet (2):
> tcp: repair: fix TCP_QUEUE_SEQ implementation
> tcp: ensure skb->dev is NULL before leaving TCP stack
>
> Eugen Hristev (1):
> iio: adc: at91-sama5d2_adc: fix differential channels in triggered mode
>
> Eugene Syromiatnikov (1):
> Input: avoid BIT() macro usage in the serio.h UAPI header
>
> Evan Benn (1):
> drm/mediatek: Find the cursor plane instead of hard coding it
>
> Evan Green (1):
> spi: pxa2xx: Add CS control clock quirk
>
> Fabrice Gasnier (1):
> iio: trigger: stm32-timer: disable master mode when stopping
>
> Filipe Manana (1):
> btrfs: fix log context list corruption after rename whiteout error
>
> Florian Fainelli (1):
> net: dsa: Fix duplicate frames flooded by learning
>
> Florian Westphal (2):
> geneve: move debug check after netdev unregister
> tcp: also NULL skb->dev when copy was needed
>
> Georg Müller (1):
> platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems DMI table
>
> Greg Kroah-Hartman (3):
> Revert "r8169: check that Realtek PHY driver module is loaded"
> bpf: Explicitly memset the bpf_attr structure
> bpf: Explicitly memset some bpf info structures declared on the stack
>
> Grygorii Strashko (4):
> phy: ti: gmii-sel: fix set of copy-paste errors
> phy: ti: gmii-sel: do not fail in case of gmii
> ARM: dts: dra7-l4: mark timer13-16 as pwm capable
> net: phy: dp83867: w/a for fld detect threshold bootstrapping issue
>
> Haishuang Yan (1):
> netfilter: flowtable: reload ip{v6}h in nf_flow_tuple_ip{v6}
>
> Hans de Goede (5):
> usb: quirks: add NO_LPM quirk for RTL8153 based ethernet adapters
> gpiolib: acpi: Correct comment for HP x2 10 honor_wakeup quirk
> gpiolib: acpi: Rework honor_wakeup option into an ignore_wake option
> gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 BYT + AXP288 model
> gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT + AXP288 model
>
> Heikki Krogerus (2):
> usb: typec: ucsi: displayport: Fix NULL pointer dereference
> usb: typec: ucsi: displayport: Fix a potential race during registration
>
> Heiner Kallweit (1):
> r8169: re-enable MSI on RTL8168c
>
> Ido Schimmel (2):
> mlxsw: spectrum_mr: Fix list iteration in error path
> mlxsw: pci: Only issue reset when system is ready
>
> Ilie Halip (1):
> arm64: alternative: fix build with clang integrated assembler
>
> Ilya Dryomov (2):
> ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULL
> libceph: fix alloc_msg_with_page_vector() memory leaks
>
> Jason Gunthorpe (3):
> RDMA/core: Fix missing error check on dev_set_name()
> RDMA/nl: Do not permit empty devices names during RDMA_NLDEV_CMD_NEWLINK/SET
> RDMA/mad: Do not crash if the rdma device does not have a umad interface
>
> Jernej Skrabec (1):
> drm/bridge: dw-hdmi: fix AVI frame colorimetry
>
> Jian-Hong Pan (2):
> ALSA: hda/realtek - Enable headset mic of Acer X2660G with ALC662
> ALSA: hda/realtek - Enable the headset of Acer N50-600 with ALC662
>
> Jiri Slaby (3):
> vt: selection, introduce vc_is_sel
> vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
> vt: switch vt_dont_switch to bool
>
> Jisheng Zhang (1):
> net: mvneta: Fix the case where the last poll did not process all rx
>
> Joakim Zhang (1):
> drivers/perf: fsl_imx8_ddr: Correct the CLEAR bit definition
>
> Joerg Roedel (1):
> x86/mm: split vmalloc_sync_all()
>
> Johan Hovold (9):
> staging: greybus: loopback_test: fix poll-mask build breakage
> staging: greybus: loopback_test: fix potential path truncation
> staging: greybus: loopback_test: fix potential path truncations
> media: flexcop-usb: fix endpoint sanity check
> media: usbtv: fix control-message timeouts
> media: ov519: add missing endpoint sanity checks
> media: dib0700: fix rc endpoint lookup
> media: stv06xx: add missing descriptor sanity checks
> media: xirlink_cit: add missing descriptor sanity checks
>
> Johannes Berg (4):
> nl80211: fix NL80211_ATTR_CHANNEL_WIDTH attribute type
> mac80211: mark station unauthorized before key removal
> mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TX
> mac80211: fix authentication with iwlwifi/mvm
>
> John Fastabend (1):
> bpf, sockmap: Remove bucket->lock from sock_{hash|map}_free
>
> Jonathan Neuschäfer (1):
> parse-maintainers: Mark as executable
>
> Josip Pavic (1):
> drm/amd/display: fix dcc swath size calculations on dcn1
>
> Jouni Malinen (1):
> mac80211: Check port authorization in the ieee80211_tx_dequeue() case
>
> Julian Wiedmann (2):
> s390/qeth: handle error when backing RX buffer
> s390/qeth: don't reset default_out_queue
>
> Kai-Heng Feng (2):
> ALSA: hda/realtek: Fix pop noise on ALC225
> ahci: Add Intel Comet Lake H RAID PCI ID
>
> Kaike Wan (1):
> IB/rdmavt: Free kernel completion queue when done
>
> Kamal Mostafa (4):
> UBUNTU: upstream stable to v4.19.113, v5.4.28
> UBUNTU: [Config] updateconfigs for DPAA_ERRATUM_A050385
> UBUNTU: [Config] updateconfigs for NET_REDIRECT
> UBUNTU: upstream stable to v4.19.114, v5.4.30
>
> Kishon Vijay Abraham I (1):
> ARM: dts: dra7: Add "dma-ranges" property to PCIe RC DT nodes
>
> Lanqing Liu (1):
> serial: sprd: Fix a dereference warning
>
> Larry Finger (1):
> staging: rtl8188eu: Add ASUS USB-N10 Nano B1 to device table
>
> Leon Romanovsky (1):
> RDMA/mlx5: Fix access to wrong pointer while performing flush due to error
>
> Leonard Crestez (2):
> clk: imx: Align imx sc clock msg structs to 4
> clk: imx: Align imx sc clock parent msg structs to 4
>
> Linus Torvalds (2):
> mm: slub: be more careful about the double cmpxchg of freelist
> locks: reinstate locks_delete_block optimization
>
> Linus Walleij (1):
> gpiolib: Fix irq_disable() semantics
>
> Luis Henriques (1):
> ceph: fix memory leak in ceph_cleanup_snapid_map()
>
> Luke Nelson (1):
> bpf, x32: Fix bug with JMP32 JSET BPF_X checking upper bits
>
> Madalin Bucur (5):
> dt-bindings: net: FMan erratum A050385
> arm64: dts: ls1043a: FMan erratum A050385
> fsl/fman: detect FMan erratum A050385
> arm64: dts: ls1043a-rdb: correct RGMII delay mode to rgmii-id
> arm64: dts: ls1046ardb: set RGMII interfaces to RGMII_ID mode
>
> Mans Rullgard (1):
> usb: musb: fix crash with highmen PIO and usbmon
>
> Maor Gottlieb (1):
> RDMA/mlx5: Block delay drop to unprivileged users
>
> Marco Felsch (1):
> ARM: dts: imx6: phycore-som: fix arm and soc minimum voltage
>
> Marek Szyprowski (4):
> drm/exynos: dsi: propagate error value and silence meaningless warning
> drm/exynos: dsi: fix workaround for the legacy clock name
> drm/exynos: hdmi: don't leak enable HDMI_EN regulator if probe fails
> drm/exynos: Fix cleanup of IOMMU related objects
>
> Marek Vasut (1):
> net: ks8851-ml: Fix IO operations, again
>
> Martin K. Petersen (1):
> scsi: sd: Fix optimal I/O size for devices that change reported values
>
> Masahiro Yamada (1):
> mmc: sdhci-cadence: set SDHCI_QUIRK2_PRESET_VALUE_BROKEN for UniPhier
>
> Masami Hiramatsu (3):
> perf probe: Do not depend on dwfl_module_addrsym()
> tools: Let O= makes handle a relative path with -C option
> perf probe: Fix to delete multiple probe event
>
> Matthias Reichl (1):
> USB: cdc-acm: restore capability check order
>
> Megha Dey (2):
> iommu/vt-d: Fix debugfs register reads
> iommu/vt-d: Populate debugfs if IOMMUs are detected
>
> Michael Chan (3):
> bnxt_en: Fix Priority Bytes and Packets counters in ethtool -S.
> bnxt_en: Return error if bnxt_alloc_ctx_mem() fails.
> bnxt_en: Free context memory after disabling PCI in probe error path.
>
> Michael Straube (1):
> staging: rtl8188eu: Add device id for MERCUSYS MW150US v2
>
> Michał Mirosław (1):
> mmc: sdhci-of-at91: fix cd-gpios for SAMA5D2
>
> Mike Gilbert (1):
> cpupower: avoid multiple definition with gcc -fno-common
>
> Mike Marciniszyn (1):
> RDMA/core: Ensure security pkey modify is not lost
>
> Mike Snitzer (2):
> dm bio record: save/restore bi_end_io and bi_integrity
> dm integrity: use dm_bio_record and dm_bio_restore
>
> Murphy Zhou (1):
> CIFS: fiemap: do not return EINVAL if get nothing
>
> Nathan Chancellor (2):
> kbuild: Disable -Wpointer-to-enum-cast
> dpaa_eth: Remove unnecessary boolean expression in dpaa_get_headroom
>
> Naveen N. Rao (1):
> powerpc: Include .BTF section
>
> Nick Hudson (1):
> ARM: bcm2835-rpi-zero-w: Add missing pinctrl name
>
> Nicolas Cavallari (1):
> mac80211: Do not send mesh HWMP PREQ if HWMP is disabled
>
> Nicolas Dichtel (1):
> vti[6]: fix packet tx through bpf_redirect() in XinY cases
>
> Oliver Hartkopp (1):
> slcan: not call free_netdev before rtnl_unlock in slcan_open
>
> Olivier Moysan (2):
> ASoC: stm32: sai: manage rebind issue
> iio: adc: stm32-dfsdm: fix sleep in atomic context
>
> Ondrej Jirman (1):
> ARM: dts: sun8i-a83t-tbs-a711: Fix USB OTG mode detection
>
> Pablo Neira Ayuso (3):
> netfilter: nft_fwd_netdev: validate family and chain type
> netfilter: nft_fwd_netdev: allow to redirect to ifb via ingress
> net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} build
>
> Paul Blakey (1):
> net/sched: act_ct: Fix leak of ct zone template on replace
>
> Paulo Alcantara (SUSE) (1):
> cifs: fix potential mismatch of UNC paths
>
> Pawel Dembicki (4):
> net: qmi_wwan: add support for ASKEY WWHC050
> USB: serial: option: add support for ASKEY WWHC050
> USB: serial: option: add BroadMobi BM806U
> USB: serial: option: add Wistron Neweb D19Q1
>
> Peter Zijlstra (1):
> futex: Fix inode life-time issue
>
> Petr Machata (2):
> net: ip_gre: Separate ERSPAN newlink / changelink callbacks
> net: ip_gre: Accept IFLA_INFO_DATA-less configuration
>
> Petr Štetiar (1):
> iio: chemical: sps30: fix missing triggered buffer dependency
>
> Qian Cai (2):
> page-flags: fix a crash at SetPageError(THP_SWAP)
> ipv4: fix a RCU-list lock in inet_dump_fib()
>
> Qiujun Huang (4):
> drm/lease: fix WARNING in idr_destroy
> USB: serial: io_edgeport: fix slab-out-of-bounds read in edge_interrupt_callback
> staging: wlan-ng: fix ODEBUG bug in prism2sta_disconnect_usb
> staging: wlan-ng: fix use-after-free Read in hfa384x_usbin_callback
>
> Raed Salem (1):
> xfrm: handle NETDEV_UNREGISTER for xfrm device
>
> Rafael J. Wysocki (1):
> ACPI: PM: s2idle: Rework ACPI events synchronization
>
> Rahul Lakkireddy (2):
> cxgb4: fix throughput drop during Tx backpressure
> cxgb4: fix Txq restart check during backpressure
>
> Ran Wang (1):
> usb: host: xhci-plat: add a shutdown
>
> Rayagonda Kokatanur (1):
> net: phy: mdio-mux-bcm-iproc: check clk_prepare_enable() return value
>
> René van Dorst (1):
> net: dsa: mt7530: Change the LINK bit to reflect the link status
>
> Ricky Wu (1):
> mmc: rtsx_pci: Fix support for speed-modes that relies on tuning
>
> Roger Quadros (2):
> ARM: dts: dra7: Add bus_dma_limit for L3 bus
> ARM: dts: omap5: Add bus_dma_limit for L3 bus
>
> Roman Gushchin (1):
> mm: fork: fix kernel_stack memcg stats for various stack implementations
>
> Roman Penyaev (1):
> epoll: fix possible lost wakeup on epoll_ctl() path
>
> Sagi Grimberg (1):
> nvmet-tcp: set MSG_MORE only if we actually have more to send
>
> Samuel Thibault (1):
> staging/speakup: fix get_word non-space look-ahead
>
> Sasha Levin (1):
> Revert "drm/fbdev: Fallback to non tiled mode if all tiles not present"
>
> Scott Chen (1):
> USB: serial: pl2303: add device-id for HP LD381
>
> Scott Mayhew (1):
> nfs: add minor version to nfs_server_key for fscache
>
> Stephan Gerhold (1):
> iio: magnetometer: ak8974: Fix negative raw values in sysfs
>
> Steven Rostedt (VMware) (1):
> xhci: Do not open code __print_symbolic() in xhci trace events
>
> Sungbo Eo (1):
> ARM: dts: oxnas: Fix clear-mask property
>
> Taehee Yoo (5):
> hsr: fix general protection fault in hsr_addr_is_self()
> vxlan: check return value of gro_cells_init()
> hsr: use rcu_read_lock() in hsr_get_node_{list/status}()
> hsr: add restart routine into hsr_get_node_list()
> hsr: set .netnsok flag
>
> Takashi Iwai (5):
> ALSA: line6: Fix endless MIDI read loop
> ALSA: seq: virmidi: Fix running status after receiving sysex
> ALSA: seq: oss: Fix running status after receiving sysex
> ALSA: pcm: oss: Avoid plugin buffer overflow
> ALSA: pcm: oss: Remove WARNING from snd_pcm_plug_alloc() checks
>
> Thomas Gleixner (1):
> futex: Unbreak futex hashing
>
> Thommy Jakobsson (1):
> spi/zynqmp: remove entry that causes a cs glitch
>
> Tom St Denis (1):
> drm/amd/amdgpu: Fix GPR read from debugfs (v2)
>
> Tomas Novotny (2):
> iio: light: vcnl4000: update sampling periods for vcnl4200
> iio: light: vcnl4000: update sampling periods for vcnl4040
>
> Tony Lindgren (1):
> clk: ti: am43xx: Fix clock parent for RTC clock
>
> Torsten Hilbrich (1):
> vti6: Fix memory leak of skb if input policy check fails
>
> Tycho Andersen (1):
> cgroup1: don't call release_agent when it is ""
>
> Ulf Hansson (5):
> mmc: core: Allow host controllers to require R1B for CMD6
> mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discard
> mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep command
> mmc: sdhci-omap: Fix busy detection by enabling MMC_CAP_NEED_RSP_BUSY
> mmc: sdhci-tegra: Fix busy detection by enabling MMC_CAP_NEED_RSP_BUSY
>
> Vasily Averin (1):
> cgroup-v1: cgroup_pidlist_next should update position index
>
> Vasundhara Volam (1):
> bnxt_en: Reset rings if ring reservation fails during open()
>
> Vignesh Raghavendra (1):
> spi: spi-omap2-mcspi: Support probe deferral for DMA channels
>
> Vincent Chen (1):
> riscv: avoid the PIC offset of static percpu data in module beyond 2G limits
>
> Vincenzo Frascino (1):
> arm64: compat: Fix syscall number of compat_clock_getres
>
> Vladimir Oltean (1):
> net: dsa: tag_8021q: replace dsa_8021q_remove_header with __skb_vlan_pop
>
> Vlastimil Babka (1):
> mm, slub: prevent kmalloc_node crashes and memory leaks
>
> Wen Xiong (1):
> scsi: ipr: Fix softlockup when rescanning devices in petitboot
>
> Willem de Bruijn (2):
> macsec: restrict to ethernet devices
> net/packet: tpacket_rcv: avoid a producer race condition
>
> Xin Long (2):
> xfrm: fix uctx len check in verify_sec_ctx_len
> xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquire
>
> Yintian Tao (1):
> drm/amdgpu: clean wptr on wb when gpu recovery
>
> Yonglong Liu (1):
> net: hns3: fix "tc qdisc del" failed issue
>
> Yoshiki Komachi (1):
> bpf/btf: Fix BTF verification of enum members in struct/union
>
> YueHaibing (1):
> xfrm: policy: Fix doulbe free in xfrm_policy_timer
>
> Yuji Sasaki (1):
> spi: qup: call spi_qup_pm_resume_runtime before suspending
>
> Yussuf Khalil (1):
> Input: synaptics - enable RMI on HP Envy 13-ad105ng
>
> Zh-yuan Ye (1):
> net: cbs: Fix software cbs to consider packet sending time
>
> disconnect3d (1):
> perf map: Fix off by one in strncpy() size argument
>
> luanshi (1):
> drivers/perf: arm_pmu_acpi: Fix incorrect checking of gicc pointer
>
> yangerkun (1):
> locks: fix a potential use-after-free problem when wakeup a waiter
>
> Documentation/devicetree/bindings/net/fsl-fman.txt | 7 ++
> arch/arm/boot/dts/bcm2835-rpi-zero-w.dts | 1 +
> arch/arm/boot/dts/dra7-l4.dtsi | 4 +
> arch/arm/boot/dts/dra7.dtsi | 3 +
> arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi | 4 +-
> arch/arm/boot/dts/omap3-n900.dts | 44 ++++---
> arch/arm/boot/dts/omap5.dtsi | 1 +
> arch/arm/boot/dts/ox810se.dtsi | 4 +-
> arch/arm/boot/dts/ox820.dtsi | 4 +-
> arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts | 3 +-
> arch/arm/boot/dts/sun8i-r40.dtsi | 21 ++--
> arch/arm64/boot/dts/freescale/fsl-ls1043-post.dtsi | 2 +
> arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts | 4 +-
> arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts | 4 +-
> arch/arm64/include/asm/alternative.h | 2 +-
> arch/arm64/include/asm/unistd.h | 2 +-
> arch/arm64/kernel/smp.c | 25 +++-
> arch/powerpc/kernel/vmlinux.lds.S | 6 +
> arch/riscv/kernel/module.c | 16 +++
> arch/riscv/mm/init.c | 2 +-
> arch/x86/mm/fault.c | 26 +++-
> arch/x86/mm/ioremap.c | 3 +
> arch/x86/net/bpf_jit_comp32.c | 10 +-
> block/bfq-cgroup.c | 9 +-
> debian.master/config/config.common.ubuntu | 2 +
> debian.master/upstream-stable | 4 +-
> drivers/acpi/apei/ghes.c | 2 +-
> drivers/acpi/sleep.c | 26 ++--
> drivers/android/binderfs.c | 1 +
> drivers/ata/ahci.c | 1 +
> drivers/clk/imx/clk-scu.c | 8 +-
> drivers/clk/ti/clk-43xx.c | 2 +-
> drivers/gpio/gpiolib-acpi.c | 140 +++++++++++++++++----
> drivers/gpio/gpiolib.c | 9 +-
> drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | 6 +-
> drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 1 +
> drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 1 +
> .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 1 +
> .../gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.c | 4 +-
> drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 46 ++++---
> drivers/gpu/drm/drm_client_modeset.c | 72 -----------
> drivers/gpu/drm/drm_lease.c | 3 +-
> drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 5 +-
> drivers/gpu/drm/exynos/exynos7_drm_decon.c | 5 +-
> drivers/gpu/drm/exynos/exynos_drm_dma.c | 28 +++--
> drivers/gpu/drm/exynos/exynos_drm_drv.h | 6 +-
> drivers/gpu/drm/exynos/exynos_drm_dsi.c | 12 +-
> drivers/gpu/drm/exynos/exynos_drm_fimc.c | 5 +-
> drivers/gpu/drm/exynos/exynos_drm_fimd.c | 5 +-
> drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +-
> drivers/gpu/drm/exynos/exynos_drm_gsc.c | 5 +-
> drivers/gpu/drm/exynos/exynos_drm_rotator.c | 5 +-
> drivers/gpu/drm/exynos/exynos_drm_scaler.c | 6 +-
> drivers/gpu/drm/exynos/exynos_hdmi.c | 22 ++--
> drivers/gpu/drm/exynos/exynos_mixer.c | 7 +-
> drivers/gpu/drm/mediatek/mtk_drm_crtc.c | 18 ++-
> drivers/hwtracing/intel_th/msu.c | 6 +-
> drivers/hwtracing/intel_th/pci.c | 5 +
> drivers/hwtracing/stm/p_sys-t.c | 6 +-
> drivers/i2c/busses/i2c-hix5hd2.c | 1 +
> drivers/iio/accel/adxl372.c | 1 +
> drivers/iio/adc/at91-sama5d2_adc.c | 15 +++
> drivers/iio/adc/stm32-dfsdm-adc.c | 43 ++-----
> drivers/iio/chemical/Kconfig | 2 +
> drivers/iio/light/vcnl4000.c | 15 +--
> drivers/iio/magnetometer/ak8974.c | 2 +-
> drivers/iio/trigger/stm32-timer-trigger.c | 11 +-
> drivers/infiniband/core/device.c | 4 +-
> drivers/infiniband/core/nldev.c | 6 +-
> drivers/infiniband/core/security.c | 11 +-
> drivers/infiniband/core/user_mad.c | 33 +++--
> drivers/infiniband/hw/mlx5/cq.c | 27 +++-
> drivers/infiniband/hw/mlx5/mlx5_ib.h | 1 +
> drivers/infiniband/hw/mlx5/qp.c | 5 +
> drivers/infiniband/sw/rdmavt/cq.c | 2 +-
> drivers/input/mouse/synaptics.c | 1 +
> drivers/input/touchscreen/raydium_i2c_ts.c | 8 +-
> drivers/iommu/intel-iommu-debugfs.c | 51 +++++---
> drivers/iommu/intel-iommu.c | 4 +-
> drivers/md/dm-bio-record.h | 15 +++
> drivers/md/dm-integrity.c | 32 ++---
> drivers/media/usb/b2c2/flexcop-usb.c | 6 +-
> drivers/media/usb/dvb-usb/dib0700_core.c | 4 +-
> drivers/media/usb/gspca/ov519.c | 10 ++
> drivers/media/usb/gspca/stv06xx/stv06xx.c | 19 ++-
> drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c | 4 +
> drivers/media/usb/gspca/xirlink_cit.c | 18 ++-
> drivers/media/usb/usbtv/usbtv-core.c | 2 +-
> drivers/media/usb/usbtv/usbtv-video.c | 5 +-
> drivers/media/v4l2-core/v4l2-device.c | 1 +
> drivers/misc/altera-stapl/altera.c | 12 +-
> drivers/misc/cardreader/rts5227.c | 2 +-
> drivers/misc/cardreader/rts5249.c | 2 +
> drivers/misc/cardreader/rts5260.c | 2 +-
> drivers/mmc/core/core.c | 5 +-
> drivers/mmc/core/mmc.c | 7 +-
> drivers/mmc/core/mmc_ops.c | 8 +-
> drivers/mmc/host/rtsx_pci_sdmmc.c | 13 +-
> drivers/mmc/host/sdhci-cadence.c | 18 ++-
> drivers/mmc/host/sdhci-of-at91.c | 8 +-
> drivers/mmc/host/sdhci-omap.c | 3 +
> drivers/mmc/host/sdhci-tegra.c | 3 +
> drivers/net/Kconfig | 1 +
> drivers/net/can/slcan.c | 3 +
> drivers/net/dsa/mt7530.c | 2 +-
> drivers/net/ethernet/broadcom/bnxt/bnxt.c | 24 +++-
> drivers/net/ethernet/broadcom/bnxt/bnxt.h | 2 +-
> drivers/net/ethernet/broadcom/bnxt/bnxt_dcb.c | 15 ++-
> drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 8 +-
> drivers/net/ethernet/chelsio/cxgb4/sge.c | 52 ++------
> drivers/net/ethernet/freescale/dpaa/dpaa_eth.c | 4 +-
> drivers/net/ethernet/freescale/fman/Kconfig | 28 +++++
> drivers/net/ethernet/freescale/fman/fman.c | 18 +++
> drivers/net/ethernet/freescale/fman/fman.h | 5 +
> drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 2 +-
> drivers/net/ethernet/marvell/mvneta.c | 3 +-
> drivers/net/ethernet/mellanox/mlx5/core/en.h | 1 +
> drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h | 6 +-
> drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 11 +-
> drivers/net/ethernet/mellanox/mlx5/core/en_txrx.c | 1 +
> drivers/net/ethernet/mellanox/mlxsw/pci.c | 50 ++++++--
> drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c | 8 +-
> drivers/net/ethernet/micrel/ks8851_mll.c | 56 ++++++++-
> drivers/net/ethernet/realtek/r8169_main.c | 11 +-
> drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c | 2 +-
> drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c | 2 +-
> drivers/net/geneve.c | 8 +-
> drivers/net/ifb.c | 6 +-
> drivers/net/macsec.c | 3 +
> drivers/net/phy/dp83867.c | 21 +++-
> drivers/net/phy/mdio-bcm-unimac.c | 6 +-
> drivers/net/phy/mdio-mux-bcm-iproc.c | 7 +-
> drivers/net/usb/qmi_wwan.c | 1 +
> drivers/net/vxlan.c | 11 +-
> drivers/nfc/fdp/fdp.c | 5 +-
> drivers/nvme/target/tcp.c | 12 +-
> drivers/of/of_mdio.c | 1 +
> drivers/perf/arm_pmu_acpi.c | 7 +-
> drivers/perf/fsl_imx8_ddr_perf.c | 10 +-
> drivers/phy/ti/phy-gmii-sel.c | 10 +-
> drivers/platform/x86/pmc_atom.c | 8 ++
> drivers/rtc/Kconfig | 1 +
> drivers/s390/net/qeth_core_main.c | 14 ++-
> drivers/scsi/ipr.c | 3 +-
> drivers/scsi/ipr.h | 1 +
> drivers/scsi/sd.c | 4 +-
> drivers/spi/spi-omap2-mcspi.c | 77 ++++++------
> drivers/spi/spi-pxa2xx.c | 23 ++++
> drivers/spi/spi-qup.c | 11 +-
> drivers/spi/spi-zynqmp-gqspi.c | 3 -
> drivers/spi/spi.c | 32 +++--
> drivers/staging/greybus/tools/loopback_test.c | 21 ++--
> drivers/staging/kpc2000/kpc2000/core.c | 4 +-
> drivers/staging/rtl8188eu/os_dep/usb_intf.c | 2 +
> drivers/staging/speakup/main.c | 2 +-
> drivers/staging/wlan-ng/hfa384x_usb.c | 2 +
> drivers/staging/wlan-ng/prism2usb.c | 1 +
> drivers/tty/serial/sprd_serial.c | 3 +-
> drivers/tty/tty_io.c | 6 +-
> drivers/tty/vt/selection.c | 5 +
> drivers/tty/vt/vt.c | 30 ++++-
> drivers/tty/vt/vt_ioctl.c | 75 +++++------
> drivers/usb/class/cdc-acm.c | 20 ++-
> drivers/usb/core/quirks.c | 3 +
> drivers/usb/host/xhci-pci.c | 3 +-
> drivers/usb/host/xhci-plat.c | 1 +
> drivers/usb/host/xhci-trace.h | 23 +---
> drivers/usb/musb/musb_host.c | 17 +--
> drivers/usb/serial/io_edgeport.c | 2 +-
> drivers/usb/serial/option.c | 8 ++
> drivers/usb/serial/pl2303.c | 1 +
> drivers/usb/serial/pl2303.h | 1 +
> drivers/usb/typec/ucsi/displayport.c | 12 +-
> drivers/xen/xenbus/xenbus_comms.c | 4 +
> drivers/xen/xenbus/xenbus_xs.c | 9 +-
> fs/afs/cmservice.c | 14 ++-
> fs/afs/fs_probe.c | 2 +
> fs/afs/internal.h | 12 +-
> fs/afs/rxrpc.c | 71 ++---------
> fs/btrfs/inode.c | 4 +
> fs/ceph/file.c | 14 ++-
> fs/ceph/snap.c | 1 +
> fs/cifs/cifs_dfs_ref.c | 2 +
> fs/cifs/file.c | 3 +-
> fs/cifs/smb2ops.c | 2 +-
> fs/eventpoll.c | 8 +-
> fs/inode.c | 1 +
> fs/libfs.c | 8 +-
> fs/locks.c | 60 ++++++---
> fs/nfs/client.c | 1 +
> fs/nfs/fscache.c | 2 +
> fs/nfs/nfs4client.c | 1 -
> include/linux/ceph/messenger.h | 7 +-
> include/linux/ceph/osdmap.h | 4 +
> include/linux/ceph/rados.h | 6 +-
> include/linux/dsa/8021q.h | 7 --
> include/linux/fs.h | 1 +
> include/linux/futex.h | 17 +--
> include/linux/intel-iommu.h | 2 +
> include/linux/memcontrol.h | 14 +++
> include/linux/mmc/host.h | 1 +
> include/linux/page-flags.h | 2 +-
> include/linux/selection.h | 4 +-
> include/linux/skbuff.h | 36 +++++-
> include/linux/vmalloc.h | 5 +-
> include/linux/vt_kern.h | 2 +-
> include/net/af_rxrpc.h | 4 +-
> include/net/sch_generic.h | 16 ---
> include/trace/events/afs.h | 2 +-
> include/uapi/linux/serio.h | 10 +-
> kernel/bpf/btf.c | 5 +-
> kernel/bpf/cgroup.c | 7 +-
> kernel/bpf/syscall.c | 9 +-
> kernel/cgroup/cgroup-v1.c | 3 +-
> kernel/fork.c | 4 +-
> kernel/futex.c | 93 ++++++++------
> kernel/irq/manage.c | 11 +-
> kernel/notifier.c | 2 +-
> mm/memcontrol.c | 48 ++++++-
> mm/nommu.c | 10 +-
> mm/slub.c | 32 +++--
> mm/sparse.c | 14 ++-
> mm/vmalloc.c | 11 +-
> net/Kconfig | 3 +
> net/bpfilter/main.c | 14 ++-
> net/ceph/messenger.c | 9 +-
> net/ceph/osd_client.c | 14 +--
> net/ceph/osdmap.c | 9 ++
> net/core/dev.c | 4 +-
> net/core/pktgen.c | 2 +-
> net/core/sock_map.c | 12 +-
> net/dsa/tag_8021q.c | 43 -------
> net/dsa/tag_brcm.c | 2 +
> net/dsa/tag_sja1105.c | 19 ++-
> net/hsr/hsr_framereg.c | 9 +-
> net/hsr/hsr_netlink.c | 70 ++++++-----
> net/hsr/hsr_slave.c | 8 +-
> net/ipv4/Kconfig | 1 +
> net/ipv4/fib_frontend.c | 2 +
> net/ipv4/ip_gre.c | 105 +++++++++++++---
> net/ipv4/ip_vti.c | 38 ++++--
> net/ipv4/tcp.c | 4 +-
> net/ipv4/tcp_output.c | 12 +-
> net/ipv6/ip6_vti.c | 34 +++--
> net/mac80211/mesh_hwmp.c | 3 +-
> net/mac80211/sta_info.c | 7 +-
> net/mac80211/tx.c | 28 ++++-
> net/netfilter/nf_flow_table_ip.c | 2 +
> net/netfilter/nft_fwd_netdev.c | 12 ++
> net/packet/af_packet.c | 21 ++++
> net/packet/internal.h | 5 +-
> net/rxrpc/af_rxrpc.c | 33 +----
> net/rxrpc/ar-internal.h | 1 -
> net/rxrpc/input.c | 1 -
> net/sched/act_ct.c | 2 +-
> net/sched/act_mirred.c | 6 +-
> net/sched/cls_route.c | 4 +-
> net/sched/cls_tcindex.c | 3 +
> net/sched/sch_cbs.c | 12 +-
> net/wireless/nl80211.c | 2 +-
> net/xfrm/xfrm_device.c | 1 +
> net/xfrm/xfrm_policy.c | 2 +
> net/xfrm/xfrm_user.c | 6 +-
> scripts/Makefile.extrawarn | 1 +
> scripts/dtc/dtc-lexer.l | 1 -
> scripts/parse-maintainers.pl | 0
> sound/core/oss/pcm_plugin.c | 12 +-
> sound/core/seq/oss/seq_oss_midi.c | 1 +
> sound/core/seq/seq_virmidi.c | 1 +
> sound/pci/hda/patch_realtek.c | 25 ++++
> sound/soc/stm/stm32_sai_sub.c | 18 +--
> sound/usb/line6/driver.c | 2 +-
> sound/usb/line6/midibuf.c | 2 +-
> tools/perf/Makefile | 2 +-
> tools/perf/util/map.c | 2 +-
> tools/perf/util/probe-file.c | 3 +
> tools/perf/util/probe-finder.c | 11 +-
> .../cpupower/utils/idle_monitor/amd_fam14h_idle.c | 2 +-
> .../cpupower/utils/idle_monitor/cpuidle_sysfs.c | 2 +-
> .../cpupower/utils/idle_monitor/cpupower-monitor.c | 2 +
> .../cpupower/utils/idle_monitor/cpupower-monitor.h | 2 +-
> tools/scripts/Makefile.include | 4 +-
> 282 files changed, 2089 insertions(+), 1148 deletions(-)
> mode change 100644 => 100755 scripts/parse-maintainers.pl
>
> --
> kernel-team mailing list
> kernel-team at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
More information about the kernel-team
mailing list