summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
...
* lttng-ust: backport musl workaroundJonathan Rajotte2019-04-052-0/+111
| | | | | | | | | | | | | | | musl implementation for _SC_NPROCESSORS_CONF is a bit fishy. [1] https://www.openwall.com/lists/musl/2019/03/15/5 Anyway, we implemented a fallback. This patch should be gone by next recipe update. (From OE-Core rev: 5feddda9ac7ea72eac3d5a83251fa023b67aebce) Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng-tools: improve ptest and test suiteJonathan Rajotte2019-04-058-1/+1334
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Multiple patches are to be applied to improve the current ptest suite. 0001-Fix-tests-link-libpause_consumer-on-liblttng-ctl.patch 0002-Fix-test-skip-test_getcpu_override-on-single-thread-.patch 0003-Fix-test-unit-the-tree-origin-can-be-a-symlink-itsel.patch 0006-Tests-check-for-lttng-modules-presence.patch All deal with problem in the test suite. Most of these are already accepted upstream and will be removed on the next recipe update. 0004-Skip-when-testapp-is-not-present.patch Is a OE specific fix that make sure that we skip the test if the test util application (event generator) is not present. We are still unsure on how (upstream) we are going to solve this problem. We already have this problem if a user build lttng without lttng-ust (--without-lttng-ust). We will most probably end up splitting each test into kernel and userspace tests and adjust the makefile accordingly. Another option is to probe lttng for enabled function at runtime. 0005-Tests-use-modprobe-to-test-for-the-presence-of-lttng.patch Is a requirement for 0006 that should be accepted upstream shorlty. 0007-Fix-getgrnam-is-not-MT-Safe-use-getgrnam_r.patch Fixes a race found while testing OE built with musl. This is a legit bug. The fixes or a variant should be accepted soon. (From OE-Core rev: 57db7be54b9ee21b2be33b83782f0636d0702168) Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* kernel-devsrc: fix /usr/src/kernel symlink to also work for SDKHenrik Nymann Jensen (HNJE)2019-04-021-1/+1
| | | | | | | | | | | | | | If kernel-devsrc is used in a SDK context, the symlink from usr/src/kernel points to an absolute path '/lib/modules/${KERNEL_VERSION}/build', which ends up pointing to the local machine's build directory. To address this issue change the symlink to be realtive to ${D}/lib/modules/${KERNEL_VERSION}/build. (From OE-Core rev: 95bc738e7f10d492f5db33fc581e9796e52a9d3f) Signed-off-by: Henrik Nymann Jensen <hnje@triax.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sysprof: drop obsolete no-update reasonAlexander Kanavin2019-03-291-1/+0
| | | | | | | (From OE-Core rev: f21aaefb6f082768d4bc5c55fc59a9142cfcc2d3) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto-rt/4.19: update to -rt16Bruce Ashfield2019-03-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the latest 4.19-rt to the preempt-rt branches, the -rt release announcements summarize the changes: Changes since v4.19.25-rt15: - The "preserve task state" change in cpu_chill() in the previous release is responsible for missing a wake up. Reported by Mike Galbraith. - The x86-32 lazy preempt code was broken. Reported by Andri Yngvason. Changes since v4.19.23-rt13: - Use the specified preempt mask in should_resched() on x86. Otherwise a scheduling opportunity of non RT tasks could be missed. - Preserve the task state in cpu_chill() - Add two more cases to consider before warning about pending softirqs. (From OE-Core rev: 3efbde7738efd3b69f86d4cb4b08e4e11190f75d) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/5.0: x86/resctrl: Rename INTEL_RDT to RESCTRLBruce Ashfield2019-03-253-3/+3
| | | | | | | | | | | | The following upstream commits have renamed INTEL_RDT to RESCTRL. 6fe07ce35e8a ("x86/resctrl: Rename the config option INTEL_RDT to RESCTRL") e6d429313ea5 ("x86/resctrl: Avoid confusion over the new X86_RESCTRL config") (From OE-Core rev: 7c33bfc37b154efce28c359f527ad32063479122) Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto-rt: import 5.0 -rt patchesBruce Ashfield2019-03-253-4/+4
| | | | | | | | | | The 5.0 release of preempt-rt is available, so we import the patches to the standard/preempt-rt/* branches. (From OE-Core rev: 3af366d0f14d3d0a4cfbd9600f753f5ad2752551) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/5.0: update to v5.0.3Bruce Ashfield2019-03-253-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the korg -stable releases that comprise the following commits: 449959917f0c Linux 5.0.3 847c02bcb48a drm: Block fb changes for async plane updates a51603120204 It's wrong to add len to sector_nr in raid10 reshape twice 0912fa3dfcea perf/x86/intel: Make dev_attr_allow_tsx_force_abort static c075798c05d9 perf/x86/intel: Fix memory corruption 291ad91aad03 ALSA: hda/realtek: Enable headset MIC of Acer TravelMate X514-51T with ALC255 843a9a5b5675 ALSA: hda/realtek - Reduce click noise on Dell Precision 5820 headphone 6f63adaf8881 ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with ALC294 19fcfe5ad57c ALSA: hda - add more quirks for HP Z2 G4 and HP Z240 f36b6691acdd ALSA: hda: Extend i915 component bind timeout 69bf155eec9e ALSA: firewire-motu: fix construction of PCM frame for capture direction b072cb42f01e ALSA: bebob: use more identical mod_alias for Saffire Pro 10 I/O against Liquid Saffire 56 9826a60a2aca perf/x86: Fixup typo in stub functions 94f93c5900e3 f2fs: wait on atomic writes to count F2FS_CP_WB_DATA 15c5945f83c1 net: sched: flower: insert new filter to idr after setting its mask 882e7866ad28 vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock c7bc9d62033a net: hns3: fix to stop multiple HNS reset due to the AER changes b31539bd3595 net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA ports 7e30fd0627db net/mlx4_core: Fix qp mtt size calculation 979785bea346 net/mlx4_core: Fix locking in SRIOV mode when switching between events and polling f1ac81bb23a4 net/mlx4_core: Fix reset flow when in command polling mode 11e457c165d0 vxlan: test dev->flags & IFF_UP before calling gro_cells_receive() 854b83c7493c vxlan: Fix GRO cells race condition between receive and link delete 3460bb198560 tcp: handle inet_csk_reqsk_queue_add() failures dfcf44d29a7f tcp: Don't access TCP_SKB_CB before initializing it 75c9b039f9bd tcp: do not report TCP_CM_INQ of 0 for closed connections 05ad31a85e96 sctp: remove sched init from sctp_stream_init 3aca89318497 rxrpc: Fix client call queueing, waiting for channel ed98b01c0523 route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race cfa5b557d9d0 ravb: Decrease TxFIFO depth of Q3 and Q2 to one 41b802e6f2a8 pptp: dst_release sk_dst_cache in pptp_sock_destruct a6e37802e050 net/x25: reset state in x25_connect() 391c4c5228d8 net/x25: fix use-after-free in x25_device_event() 0f27e8de5678 net: sit: fix UBSAN Undefined behaviour in check_6rd bfca8925f758 net/hsr: fix possible crash in add_timer() 251eb21781bf net: hsr: fix memory leak in hsr_dev_finalize() 4b7730375855 net: hns3: add dma_rmb() for rx description 93a96dc0a610 lan743x: Fix TX Stall Issue 8c223fee4ad4 lan743x: Fix RX Kernel Panic a53dc7db54c7 l2tp: fix infoleak in l2tp_ip6_recvmsg() b41988c24100 ipv4/route: fail early when inet dev is missing ab62510ac2ea gro_cells: make sure device is up in gro_cells_receive() a9b0ebbf75c3 fou, fou6: avoid uninit-value in gue_err() and gue6_err() c4b5717a0168 connector: fix unsafe usage of ->real_parent 9e6fdea016e4 Linux 5.0.2 84ff8f265a91 perf/x86/intel: Implement support for TSX Force Abort 9870cd07a132 x86: Add TSX Force Abort CPUID/MSR 93c2f72c7933 perf/x86/intel: Generalize dynamic constraint creation 3ad8e57560d7 perf/x86/intel: Make cpuc allocations consistent 3dfe7538f80a ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom 72bc954e8a5f scripts/gdb: replace flags (MS_xyz -> SB_xyz) e7b0b71c22e7 staging: erofs: compressed_pages should not be accessed again after freed a56c9e263786 staging: erofs: keep corrupted fs from crashing kernel in erofs_namei() 66ad3d56ab62 gfs2: Fix missed wakeups in find_insert_glock 97e5d51f123a bpf: Stop the psock parser before canceling its work 5b31a61305cd Revert "PCI/PME: Implement runtime PM callbacks" fd0b578b41c6 media: Revert "media: rc: some events are dropped by userspace" e3f5c3cbe163 drm: disable uncached DMA optimization for ARM and arm64 b7ea06838d14 ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid XU3/XU4 cc637b0563f7 ARM: dts: exynos: Add minimal clkout parameters to Exynos3250 PMU 6eb775cb560d ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line on Odroid X2/U3 d2370201967a arm64: dts: hikey: Revert "Enable HS200 mode on eMMC" 34294e187622 arm64: dts: hikey: Give wifi some time after power-on bab3cf9d1531 arm64: dts: zcu100-revC: Give wifi some time after power-on 39ab777e42ec x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub 1830d0d33dcd scsi: aacraid: Fix missing break in switch statement d4f05a4aaf98 iscsi_ibft: Fix missing break in switch statement 61f7963e347d Input: elan_i2c - add id for touchpad found in Lenovo s21e-20 4a33538bd425 Input: wacom_serial4 - add support for Wacom ArtPad II tablet e83b05c4c17e media: uvcvideo: Fix 'type' check leading to overflow 283506fcd65d Linux 5.0.1 a9bda122bd77 exec: Fix mem leak in kernel_read_file bc60931448e7 Bluetooth: Fix locking in bt_accept_enqueue() for BH context 95b6840860ee Bluetooth: btrtl: Restore old logic to assume firmware is already loaded 302f4908d4f9 selftests: firmware: fix verify_reqs() return value 5e73c19ca66e Revert "selftests: firmware: remove use of non-standard diff -Z option" 66da661f94eb Revert "selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to config" 44c81a482310 USB: serial: cp210x: fix GPIO in autosuspend 02c66213c80a gnss: sirf: fix premature wakeup interrupt enable ff204bb4c71b xtensa: fix get_wchan c9255e2479ef aio: Fix locking in aio_poll() 2ac0fa7f3373 MIPS: irq: Allocate accurate order pages for irq stack a8cc62bd8806 alpha: wire up io_pgetevents system call 46ce9ec42b78 applicom: Fix potential Spectre v1 vulnerabilities 92424a683915 usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on INTEL_SUNRISEPOINT_LP_XHCI 511ba5f2287c xhci: tegra: Prevent error pointer dereference 1eadda06dcda tracing: Fix event filters and triggers to handle negative numbers ad0051c0d6da x86/boot/compressed/64: Do not read legacy ROM on EFI system b8907034edaf x86/CPU/AMD: Set the CPB bit unconditionally on F17h 258c4bfcea44 tipc: fix RDM/DGRAM connect() regression b0c649843a76 team: Free BPF filter when unregistering netdev 3445d44b8330 sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79 9dc9563fbb38 sctp: call iov_iter_revert() after sending ABORT 43610748b73d qmi_wwan: Add support for Quectel EG12/EM12 1ba288215704 net-sysfs: Fix mem leak in netdev_register_kobject cd267ea6a70c net: sched: put back q.qlen into a single location e1c9e3fe2d34 net: mscc: Enable all ports in QSGMII 050c7ff6f46c net: dsa: mv8e6xxx: fix number of internal PHYs for 88E6x90 family c2e346e38c2a net: dsa: mv88e6xxx: handle unknown duplex modes gracefully in mv88e6xxx_port_set_duplex 9590cdffe8c4 net: dsa: mv88e6xxx: add call to mv88e6xxx_ports_cmode_init to probe for new DSA framework 9b3149338ace ip6mr: Do not call __IP6_INC_STATS() from preemptible context b592247edd6b staging: android: ashmem: Avoid range_alloc() allocation with ashmem_mutex held. 6a6b0c1b4731 staging: android: ashmem: Don't call fallocate() with ashmem_mutex held. 6e2cda2e854b staging: android: ion: fix sys heap pool's gfp_flags f14ab1e367d2 staging: wilc1000: fix to set correct value for 'vif_num' e872d586158c staging: comedi: ni_660x: fix missing break in switch statement 116ad909da64 staging: erofs: fix illegal address access under memory pressure fa42199d9dab staging: erofs: fix race of initializing xattrs of a inode at the same time 6df0b3ebdade staging: erofs: fix memleak of inode's shared xattr array 27f2f4877a00 staging: erofs: fix fast symlink w/o xattr when fs xattr is on 091520a14086 driver core: Postpone DMA tear-down until after devres release 0e14eb6e3f42 USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485 eefd31d3c9af USB: serial: cp210x: add ID for Ingenico 3070 8510d6a23c3d USB: serial: option: add Telit ME910 ECM composition ed1776bb5d0b binder: create node flag to request sender's security context e93cd6500ff9 staging: erofs: fix mis-acted TAIL merging behavior e36e066ffa78 cpufreq: Use struct kobj_attribute instead of struct global_attr (From OE-Core rev: c7042659b192be96d42dbaef5c5b08d1d25cb88e) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.19: update to v4.19.30Bruce Ashfield2019-03-253-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the korg -stable releases that comprise the following commits: 7794d3522606 Linux 4.19.30 842bdbe83ccc vhost/vsock: fix vhost vsock cid hashing inconsistent 090ce34b7832 i40e: report correct statistics when XDP is enabled eab8018fd289 staging: erofs: fix race when the managed cache is enabled 96ce54b24c38 drm: Block fb changes for async plane updates 27143c71d68b It's wrong to add len to sector_nr in raid10 reshape twice d6b577c6201f perf/x86/intel: Make dev_attr_allow_tsx_force_abort static 92c9a3897a4c perf/x86/intel: Fix memory corruption 835bc1e2a904 ALSA: hda/realtek: Enable headset MIC of Acer TravelMate X514-51T with ALC255 be888d9a0ed3 ALSA: hda/realtek - Reduce click noise on Dell Precision 5820 headphone 8f6cf57ebe5d ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with ALC294 5da055b1ca56 ALSA: hda - add more quirks for HP Z2 G4 and HP Z240 2191cd581f46 ALSA: hda: Extend i915 component bind timeout 8b2d66397541 ALSA: firewire-motu: fix construction of PCM frame for capture direction bb2dde7c9edc ALSA: bebob: use more identical mod_alias for Saffire Pro 10 I/O against Liquid Saffire 56 a8eae05f8dbf perf/x86: Fixup typo in stub functions 2835c059726a f2fs: wait on atomic writes to count F2FS_CP_WB_DATA 275a2c08c313 net: sched: flower: insert new filter to idr after setting its mask 345af5abca67 missing barriers in some of unix_sock ->addr and ->path accesses f56b3c297ca7 net/smc: fix smc_poll in SMC_INIT state 795cb33c32d2 bonding: fix PACKET_ORIGDEV regression 2e4b2aeb0209 ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink() 96dd4ef3c0ce ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt() 1856bbbea652 ipvlan: disallow userns cap_net_admin to change global mode/flags e5c31b5a6854 team: use operstate consistently for linkup b9d0cb758145 ipv6: route: purge exception on removal fe38cbc9e38a net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255 96a3b14450af mdio_bus: Fix use-after-free on device_register fails 13b430574e61 net/x25: fix a race in x25_bind() c3bdcd9dd2fe net/mlx4_core: Fix qp mtt size calculation c3bcf8cb401d net/mlx4_core: Fix locking in SRIOV mode when switching between events and polling 1f34d8d2e513 net/mlx4_core: Fix reset flow when in command polling mode f09a656b68ef vxlan: test dev->flags & IFF_UP before calling gro_cells_receive() 9f7aeee6542e vxlan: Fix GRO cells race condition between receive and link delete 173e9023a068 tcp: handle inet_csk_reqsk_queue_add() failures fba43f49fdf7 tcp: Don't access TCP_SKB_CB before initializing it 8accd04eb9a4 tcp: do not report TCP_CM_INQ of 0 for closed connections 0e6b33fa9ae1 sctp: remove sched init from sctp_stream_init c5952168e9da rxrpc: Fix client call queueing, waiting for channel eaa0962e1eb2 route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race ec61b95340f8 ravb: Decrease TxFIFO depth of Q3 and Q2 to one 34dc08b9e916 pptp: dst_release sk_dst_cache in pptp_sock_destruct 14d5e73b01ba net/x25: reset state in x25_connect() b5c109075aca net/x25: fix use-after-free in x25_device_event() 7cfb97ba8396 net: sit: fix UBSAN Undefined behaviour in check_6rd 86a71f00f9f5 net/hsr: fix possible crash in add_timer() 996ee1aca7de net: hsr: fix memory leak in hsr_dev_finalize() ab13fe32a01a lan743x: Fix TX Stall Issue 223264734865 lan743x: Fix RX Kernel Panic 96d58cd882ed l2tp: fix infoleak in l2tp_ip6_recvmsg() 7760937dc278 ipv4/route: fail early when inet dev is missing df737fd03391 gro_cells: make sure device is up in gro_cells_receive() ef9ef4adb85c connector: fix unsafe usage of ->real_parent ce194fa2b267 Linux 4.19.29 26b6e018e558 perf/x86/intel: Implement support for TSX Force Abort fdd820949a74 x86: Add TSX Force Abort CPUID/MSR 9e071aa6c28c perf/x86/intel: Generalize dynamic constraint creation f99f7dae782e perf/x86/intel: Make cpuc allocations consistent 7053a6faf019 driver core: Postpone DMA tear-down until after devres release adaa310f8a01 ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom b4d965a37d89 cifs: allow calling SMB2_xxx_free(NULL) e5d7b94cc435 staging: erofs: keep corrupted fs from crashing kernel in erofs_namei() 28b8f234edaf staging: erofs: fix race of initializing xattrs of a inode at the same time 53a989a95a09 staging: erofs: fix memleak of inode's shared xattr array 9dc84155425c staging: erofs: fix fast symlink w/o xattr when fs xattr is on f581642c8a2c staging: erofs: add error handling for xattr submodule 4f5a4c888106 gfs2: Fix missed wakeups in find_insert_glock e6e00017910c netfilter: xt_TEE: add missing code to get interface index in checkentry. 02d86085cac6 netfilter: xt_TEE: fix wrong interface selection f9a0a08d9c99 drm: disable uncached DMA optimization for ARM and arm64 bb2c205cd3a0 ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid XU3/XU4 bfc341b61f5c ARM: dts: exynos: Add minimal clkout parameters to Exynos3250 PMU cd10bc8261eb ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line on Odroid X2/U3 103ec440943e arm64: dts: hikey: Revert "Enable HS200 mode on eMMC" e6eb5e3561ca arm64: dts: hikey: Give wifi some time after power-on 271c5a5d546b arm64: dts: zcu100-revC: Give wifi some time after power-on 36e3673d01af x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub 917f943781a9 scsi: aacraid: Fix missing break in switch statement dcdd1bcbc099 iscsi_ibft: Fix missing break in switch statement fe34541ab930 Input: elan_i2c - add id for touchpad found in Lenovo s21e-20 b3b29dc53104 Input: wacom_serial4 - add support for Wacom ArtPad II tablet 7066774e60e4 nvme-pci: add missing unlock for reset error 6d482bc56977 blk-iolatency: fix IO hang due to negative inflight counter 1781ae6f0eac qede: Fix system crash on configuring channels. 84828dd2ba92 qed: Consider TX tcs while deriving the max num_queues for PF. d727c0edf646 qed: Fix EQ full firmware assert. 72426ed2a149 fs: ratelimit __find_get_block_slow() failure message. 3cc6703d43f9 nvme-pci: fix rapid add remove sequence e3aabe4c2467 nvme: lock NS list changes while handling command effects 25aa5c8b063a drm/amdgpu: use spin_lock_irqsave to protect vm_manager.pasid_idr ee84b62fba23 i2c: omap: Use noirq system sleep pm ops to idle device for suspend 29f7b376d399 Revert "scsi: libfc: Add WARN_ON() when deleting rports" cd8520a283c4 MIPS: Remove function size check in get_frame_info() 738f9e2774d6 perf trace: Support multiple "vfs_getname" probes 47e3f3c08605 perf symbols: Filter out hidden symbols from labels 825e58bc9800 s390/qeth: cancel close_dev work before removing a card 5327c5530c9b s390/qeth: fix use-after-free in error path 575a2461e50b s390/qeth: release cmd buffer in error paths 5058447bf760 netfilter: nf_nat: skip nat clash resolution for same-origin entries 5c39e08fc417 selftests: netfilter: add simple masq/redirect test cases 974ed365b164 selftests: netfilter: fix config fragment CONFIG_NF_TABLES_INET 0203f0c963e9 dmaengine: dmatest: Abort test in case of mapping error 5eae58996b7e vsock/virtio: reset connected sockets on device removal cd2013568dd5 vsock/virtio: fix kernel panic after device hot-unplug f3ffd4559de2 dmaengine: at_xdmac: Fix wrongfull report of a channel as in use 7cf4466df6ca drm/sun4i: tcon: Prepare and enable TCON channel 0 clock at init ae26a7109c15 bpf: Fix syscall's stackmap lookup potential deadlock 3bbe6a421280 bpf: fix potential deadlock in bpf_prog_register e3bc64c9aa50 bpf: fix lockdep false positive in percpu_freelist 0ace0d28941b bpf, selftests: fix handling of sparse CPU allocations 232bd90cf238 relay: check return of create_buf_file() properly 2a5c84e164d2 irqchip/gic-v3-its: Fix ITT_entry_size accessor fbdbb19457ce net: stmmac: Disable EEE mode earlier in XMIT callback 496eaed7fe94 net: stmmac: Send TSO packets always from Queue 0 46ba03c591d9 net: stmmac: Fallback to Platform Data clock in Watchdog conversion 8096bc39c63e drm/amdgpu: Transfer fences to dmabuf importer 4ec880d7c199 drm/radeon: check if device is root before getting pci speed caps 094392380989 drm/amdgpu: Add missing power attribute to APU check 1bf791023315 irqchip/mmp: Only touch the PJ4 IRQ & FIQ bits on enable/disable 423869f8871d irqchip/gic-v3-its: Gracefully fail on LPI exhaustion dc81cfafb4b9 irqchip/gic-v4: Fix occasional VLPI drop 377ffe354dc0 usb: phy: fix link errors fbc3ed1339ec DTS: CI20: Fix bugs in ci20's device tree. f7e3fb0a6f9d batman-adv: release station info tidstats 90f0a75be8eb arm64: dts: add msm8996 compatible to gicv3 ac0997349142 ARM: pxa: ssp: unneeded to free devm_ allocated data a8795ba8995a bpf: sock recvbuff must be limited by rmem_max in bpf_setsockopt() 7e2b2e24e356 bpftool: fix percpu maps updating 1da961de4ad4 bpftool: Fix prog dump by tag 9a0f0bbac9a0 wlcore: sdio: Fixup power on/off sequence 2634448683d3 pinctrl: mcp23s08: spi: Fix regmap allocation for mcp23s18 a50434de0cfe soc: fsl: qbman: avoid race in clearing QMan interrupt 959773138ac9 arm64: dts: renesas: r8a77965: Enable DMA for SCIF2 4dc8b2e57ee4 arm64: dts: renesas: r8a7796: Enable DMA for SCIF2 f02070cb4b60 ARM: dts: imx6sx: correct backward compatible of gpt 3edbed0dd13f ARM: dts: meson8m2: mxiii-plus: mark the SD card detection GPIO active-low ab2f85e59693 ARM: dts: meson8b: odroidc1: mark the SD card detection GPIO active-low 94f31b4c9780 arm: dts: meson: Fix IRQ trigger type for macirq 094ed50726a2 ARM: dts: sun8i: h3: Add ethernet0 alias to Beelink X2 ec27bcd3f688 ARM: dts: omap4-droid4: Fix typo in cpcap IRQ flags b510051c73a7 ARM: OMAP: dts: N950/N9: fix onenand timings 2cc84e2ea68d mm, memory_hotplug: fix off-by-one in is_pageblock_removable 929278903367 autofs: fix error return in autofs_fill_super() 1efb234ec251 autofs: drop dentry reference only when it is never used 3d0acc076f5f fs/drop_caches.c: avoid softlockups in drop_pagecache_sb() f1524fd049de lib/test_kmod.c: potential double free in error handling 71df1c8bc771 mm, memory_hotplug: test_pages_in_a_zone do not pass the end of zone 6027792d6aa8 mm, memory_hotplug: is_mem_section_removable do not pass the end of a zone 5edeae210cb8 x86_64: increase stack size for KASAN_EXTRA 845d73be1b4c proc: fix /proc/net/* after setns(2) e2b45446c34f x86/kexec: Don't setup EFI info if EFI runtime is not enabled d7807b62276e apparmor: Fix aa_label_build() error handling for failed merges d92d3caf818d arm64: kprobe: Always blacklist the KVM world-switch code f964a4d2bb68 x86/microcode/amd: Don't falsely trick the late loading mechanism 6efd69d63339 cifs: fix computation for MAX_SMB2_HDR_SIZE 15fb5d73e47e x86/boot/compressed/64: Set EFER.LME=1 in 32-bit trampoline before returning to long mode bd13a72a537a net: macb: Apply RXUBR workaround only to versions with errata 38be5d445c5b platform/x86: Fix unmet dependency warning for SAMSUNG_Q10 25f37d15f080 platform/x86: Fix unmet dependency warning for ACPI_CMPC bdf1bd01327d scsi: 53c700: pass correct "dev" to dma_alloc_attrs() 59411d98fb10 scsi: bnx2fc: Fix error handling in probe() 8d27f830b615 scsi: scsi_debug: fix write_same with virtual_gb problem e546c8787e7b scsi: libfc: free skb when receiving invalid flogi resp 40e35210abeb qed: Fix stack out of bounds bug 9414e0854bbc qed: Fix system crash in ll2 xmit fac238779b14 qed: Fix VF probe failure while FLR 1ba3511006f1 qed: Fix LACP pdu drops for VFs 88bce339de23 qed: Fix bug in tx promiscuous mode settings 5c72ca3bf625 nfs: Fix NULL pointer dereference of dev_name daf04674d08a selftests: timers: use LDLIBS instead of LDFLAGS c68cf0831b25 selftests: net: use LDLIBS instead of LDFLAGS eda52fa18e4f gpio: vf610: Mask all GPIO interrupts 3355d641269f netfilter: ebtables: compat: un-break 32bit setsockopt when no rules are present 1f4ccda30391 net: stmmac: dwmac-rk: fix error handling in rk_gmac_powerup() 4a22084f6bbc net: hns: Fix wrong read accesses via Clause 45 MDIO protocol 3e640b2cdc6e net: hns: Restart autoneg need return failed when autoneg off 6b7d35440955 net: hns: Fix for missing of_node_put() after of_parse_phandle() c91f641625a7 net: altera_tse: fix msgdma_tx_completion on non-zero fill_level case 419bb616e9ea xtensa: SMP: limit number of possible CPUs by NR_CPUS d9ba842efdf0 iomap: fix a use after free in iomap_dio_rw d23792f53f0d iomap: get/put the page in iomap_page_create/release() 38f47557ae49 xtensa: SMP: mark each possible CPU as present c1327f9a1248 xtensa: smp_lx200_defconfig: fix vectors clash 8655802aa155 xtensa: SMP: fix secondary CPU initialization 0165df14095b selftests: cpu-hotplug: fix case where CPUs offline > CPUs present 1ee82160e2ef IB/ipoib: Fix for use-after-free in ipoib_cm_tx_start dc04a00b3cbb riscv: Adjust mmap base address at a third of task size f43e42f46aa8 xtensa: SMP: fix ccount_timer_shutdown aad4dc749ed5 clk: qcom: gcc: Use active only source for CPUSS clocks cf872189c804 clk: ti: Fix error handling in ti_clk_parse_divider_data() a038ed686aa6 iommu/amd: Fix IOMMU page flush when detach device from a domain e0b03a6bad1a ipvs: Fix signed integer overflow when setsockopt timeout ffabf74c6796 riscv: fixup max_low_pfn with PFN_DOWN. 9e1f977d82ec iommu/amd: Unmap all mapped pages in error path of map_sg 697863bf7d72 iommu/amd: Call free_iova_fast with pfn in map_sg 43b0c93918a0 IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMM d5f05016b0e1 perf script: Fix crash when processing recorded stat data 1e4b75416682 perf tools: Handle TOPOLOGY headers with no CPU 6ec0698f1c40 perf core: Fix perf_proc_update_handler() bug 5d1dc10ba3ac perf script: Fix crash with printing mixed trace point and other events 8ce41db0dcfc vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnel ac8befb6dd60 media: uvcvideo: Fix 'type' check leading to overflow 6a31767f84ad Linux 4.19.28 ca490a987365 bpf: fix sanitation rewrite in case of non-pointers ebfb07e8c23e scsi: core: reset host byte in DID_NEXUS_FAILURE case b60d90b2d3d1 exec: Fix mem leak in kernel_read_file 8d368fc58e7a Bluetooth: Fix locking in bt_accept_enqueue() for BH context 43593a30a068 Bluetooth: btrtl: Restore old logic to assume firmware is already loaded cd61d473f71f selftests: firmware: fix verify_reqs() return value 9765ec7f7a02 USB: serial: cp210x: fix GPIO in autosuspend 09675c2f84bc gnss: sirf: fix premature wakeup interrupt enable c426de69ded0 xtensa: fix get_wchan f5e66cdb51fd aio: Fix locking in aio_poll() 88793c034edf MIPS: irq: Allocate accurate order pages for irq stack 5691b93f686e applicom: Fix potential Spectre v1 vulnerabilities 9d53e36c8c09 usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on INTEL_SUNRISEPOINT_LP_XHCI 690e939da71d tracing: Fix event filters and triggers to handle negative numbers 51c531805801 x86/boot/compressed/64: Do not read legacy ROM on EFI system eab5ea25ebee x86/CPU/AMD: Set the CPB bit unconditionally on F17h 3846080998b9 net: sched: act_tunnel_key: fix NULL pointer dereference during init 69e6fb1804cf net/sched: act_skbedit: fix refcount leak when replace fails f1446b164925 net/sched: act_ipt: fix refcount leak when replace fails 4d8f5df0cbe9 net: dsa: mv88e6xxx: prevent interrupt storm caused by mv88e6390x_port_set_cmode 457c1190c65c net: dsa: mv88e6xxx: power serdes on/off for 10G interfaces on 6390X cc211561d126 ipv4: Pass original device to ip_rcv_finish_core 4f3221dee1e1 mpls: Return error for RTA_GATEWAY attribute a68d31cc5306 ipv6: Return error for RTA_VIA attribute 8c0aa3f6908c ipv4: Return error for RTA_VIA attribute 125bc1e67eee net: avoid use IPCB in cipso_v4_error f2397468fbd7 net: Add __icmp_send helper. e6620defc483 tun: remove unnecessary memory barrier 947fc52b6bf4 xen-netback: fix occasional leak of grant ref mappings under memory pressure e5e5840183de xen-netback: don't populate the hash cache on XenBus disconnect 488b940719b7 tun: fix blocking read ab04570d82b1 tipc: fix race condition causing hung sendto 5fdb551fd6a6 net: socket: set sock->sk to NULL after calling proto_ops::release() d0bedaac932f net: sit: fix memory leak in sit_init_net() ed7a54419ef2 net: phy: phylink: fix uninitialized variable in phylink_get_mac_state d06816899758 net: phy: Micrel KSZ8061: link failure after cable connect f132b3f5f1ad net: nfc: Fix NULL dereference on nfc_llcp_build_tlv fails d1dd2e15c85e net: netem: fix skb length BUG_ON in __skb_to_sgvec e3713abc4248 netlabel: fix out-of-bounds memory accesses 4afc9831f895 net: dsa: mv88e6xxx: Fix u64 statistics 05d9f554b713 net: dsa: mv88e6xxx: Fix statistics on mv88e6161 ceb7c2498695 lan743x: Fix TX Stall Issue 99ed94582126 ipv4: Add ICMPv6 support when parse route ipproto d61918a5e401 hv_netvsc: Fix IP header checksum for coalesced packets 36bd44bcb4b2 geneve: correctly handle ipv6.disable module parameter 1713c8e18b44 bnxt_en: Drop oversize TX packets to prevent errors. 8d1b9800c1ea tipc: fix RDM/DGRAM connect() regression 089100d5fb43 team: Free BPF filter when unregistering netdev 5e311e537e63 sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79 8085d6d03fe3 sctp: call iov_iter_revert() after sending ABORT 16a006d72f33 qmi_wwan: Add support for Quectel EG12/EM12 7ce2a517fd8b net-sysfs: Fix mem leak in netdev_register_kobject 3043bfe024e8 net: sched: put back q.qlen into a single location 0429c9ef94c6 net: dsa: mv8e6xxx: fix number of internal PHYs for 88E6x90 family dea818999a1e net: dsa: mv88e6xxx: handle unknown duplex modes gracefully in mv88e6xxx_port_set_duplex b5ff77ddd96f ip6mr: Do not call __IP6_INC_STATS() from preemptible context de40920f3694 staging: android: ashmem: Avoid range_alloc() allocation with ashmem_mutex held. b8d048b73900 staging: android: ashmem: Don't call fallocate() with ashmem_mutex held. 271800f564db staging: android: ion: fix sys heap pool's gfp_flags 14af4eff14c2 staging: wilc1000: fix to set correct value for 'vif_num' 63efda29f359 staging: comedi: ni_660x: fix missing break in switch statement 40245f24133c staging: erofs: compressed_pages should not be accessed again after freed 1fa7c9b4226f staging: erofs: fix illegal address access under memory pressure b46e1fc6ccee USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485 da20be9991d8 USB: serial: cp210x: add ID for Ingenico 3070 965e716001c9 USB: serial: option: add Telit ME910 ECM composition cbace523cbaa staging: erofs: fix mis-acted TAIL merging behavior 464b4279d34f cpufreq: Use struct kobj_attribute instead of struct global_attr adc2a008ae56 Linux 4.19.27 7371994d6cfa x86/uaccess: Don't leak the AC flag into __put_user() value evaluation 9f77e4cb12d4 MIPS: eBPF: Fix icache flush end address 4a418a3d94f2 MIPS: BCM63XX: provide DMA masks for ethernet devices 3bfa6413b03a MIPS: fix truncation in __cmpxchg_small for short values 527cabfffbc5 hugetlbfs: fix races and page leaks during migration f0233ca89ce2 drm: Block fb changes for async plane updates de04d2973a62 mm: enforce min addr even if capable() in expand_downwards() ff86bb4dc656 mmc: sdhci-esdhc-imx: correct the fix of ERR004536 d612d7b4ff4d mmc: cqhci: Fix a tiny potential memory leak on error condition e446ae40dc33 mmc: cqhci: fix space allocated for transfer descriptor 17bf96122472 mmc: core: Fix NULL ptr crash from mmc_should_fail_request 85d9ad404676 mmc: tmio: fix access width of Block Count Register 5b716bc54e47 mmc: tmio_mmc_core: don't claim spurious interrupts c69e07a84d8f mmc: spi: Fix card detection during probe b246986a1fc0 kvm: selftests: Fix region overlap check in kvm_util 60a4b3f7c867 KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting to L1 0149b03ec269 svm: Fix AVIC incomplete IPI emulation 99b1dbe6ba17 cfg80211: extend range deviation for DMG 7a27cb609f03 mac80211: Add attribute aligned(2) to struct 'action' 0a7c92826f79 mac80211: don't initiate TDLS connection if station is not associated to AP e91cbe1de3b3 ibmveth: Do not process frames after calling napi_reschedule 61fe1005f334 net: dev_is_mac_header_xmit() true for ARPHRD_RAWIP f7901f15d6f3 net: usb: asix: ax88772_bind return error when hw_reset fail 156a43cc8986 drm/msm: Fix A6XX support for opp-level 9f260d76b474 nvme-multipath: drop optimization for static ANA group IDs 550e0ea7e7e4 nvme-rdma: fix timeout handler bbbb9874a9fe hv_netvsc: Fix hash key value reset after other ops d2ce8e1bd338 hv_netvsc: Refactor assignments of struct netvsc_device_info 51b547f2a445 hv_netvsc: Fix ethtool change hash key error ad74456b500c net: altera_tse: fix connect_local_phy error path 9de388112c63 scsi: csiostor: fix NULL pointer dereference in csio_vport_set_state() ee2a02a66821 scsi: lpfc: nvmet: avoid hang / use-after-free when destroying targetport 30b62656690d scsi: lpfc: nvme: avoid hang / use-after-free when destroying localport edca54b897bb writeback: synchronize sync(2) against cgroup writeback membership switches c5a1dc256cc2 direct-io: allow direct writes to empty inodes bcb8e0a23698 staging: android: ion: Support cpu access during dma_buf_detach f73577353256 drm/sun4i: hdmi: Fix usage of TMDS clock 89d9a53346b2 serial: fsl_lpuart: fix maximum acceptable baud rate with over-sampling 1ed436cd1690 tty: serial: qcom_geni_serial: Allow mctrl when flow control is disabled 8c5571b9df10 drm/amd/powerplay: OD setting fix on Vega10 9ad6216e8c3c locking/rwsem: Fix (possible) missed wakeup 2368e6d3bcf4 futex: Fix (possible) missed wakeup 653a1dbcb011 sched/wake_q: Fix wakeup ordering for wake_q 5024f0a29a8f sched/wait: Fix rcuwait_wake_up() ordering a2887f6fab98 mac80211: fix miscounting of ttl-dropped frames bbc300c8c75e staging: rtl8723bs: Fix build error with Clang when inlining is disabled a99e0377cca4 drivers: thermal: int340x_thermal: Fix sysfs race condition 4749ffdfbb09 ARC: show_regs: lockdep: avoid page allocator... 4e34dd37943d ARC: fix __ffs return value to avoid build warnings 0655618dd92d irqchip/gic-v3-mbi: Fix uninitialized mbi_lock f352e84e6e3c selftests: gpio-mockup-chardev: Check asprintf() for error 357d9c7a01c6 selftests: seccomp: use LDLIBS instead of LDFLAGS eecde0a099af phy: ath79-usb: Fix the main reset name to match the DT binding e55af638c4f4 phy: ath79-usb: Fix the power on error path fc8176da28b5 selftests/vm/gup_benchmark.c: match gup struct to kernel 7bba7aff51ea ASoC: imx-audmux: change snprintf to scnprintf for possible overflow 9500ecb9ad01 ASoC: dapm: change snprintf to scnprintf for possible overflow 375a9673264c ASoC: rt5682: Fix PLL source register definitions 7ff778648947 x86/mm/mem_encrypt: Fix erroneous sizeof() 17fab8914f86 genirq: Make sure the initial affinity is not empty 7746dd64c2c9 selftests: rtc: rtctest: add alarm test on minute boundary 2409a869dad3 selftests: rtc: rtctest: fix alarm tests 4670e8391710 usb: gadget: Potential NULL dereference on allocation error 08c937f9a3db usb: dwc3: gadget: Fix the uninitialized link_state when udc starts 03a5d4d55335 usb: dwc3: gadget: synchronize_irq dwc irq in suspend f29024c0e9a7 thermal: int340x_thermal: Fix a NULL vs IS_ERR() check fc1073dfc4e0 clk: vc5: Abort clock configuration without upstream clock 71943c38620d clk: sysfs: fix invalid JSON in clk_dump acc934f57691 clk: tegra: dfll: Fix a potential Oop in remove() 651023ed93ab ASoC: Variable "val" in function rt274_i2c_probe() could be uninitialized e7b2f9f2bce2 ALSA: compress: prevent potential divide by zero bugs a4964959ee83 ASoC: Intel: Haswell/Broadwell: fix setting for .dynamic field 5a7005337c2a drm/msm: Unblock writer if reader closes file 0f978ec3ed3e scsi: libsas: Fix rphy phy_identifier for PHYs with end devices attached a7c6cf3bdf33 mac80211: Change default tx_sk_pacing_shift to 7 765c30b31849 genirq/matrix: Improve target CPU selection for managed interrupts. 8cae7757e862 irq/matrix: Spread managed interrupts on allocation 2948b8875df4 irq/matrix: Split out the CPU selection code into a helper 51ea85abe794 Linux 4.19.26 101e19726552 net: phylink: avoid resolving link state too early c80bf03569af pinctrl: max77620: Use define directive for max77620_pinconf_param values c014cae8e196 udlfb: handle unplug properly 6546e1150c9b netfilter: ipt_CLUSTERIP: fix sleep-in-atomic bug in clusterip_config_entry_put() 0c1054e0e5fd netfilter: nfnetlink_osf: add missing fmatch check 783359cf762c netfilter: ipv6: Don't preserve original oif for loopback address a905b82e1ea3 netfilter: nft_compat: use-after-free when deleting targets 1500d94e33d8 netfilter: nf_tables: fix flush after rule deletion in the same batch 6ecc7407187c Revert "bridge: do not add port to router list when receives query with source 0.0.0.0" bff97255bb29 staging: erofs: unzip_vle_lz4.c,utils.c: rectify BUG_ONs 9a6a676e16eb staging: erofs: unzip_{pagevec.h,vle.c}: rectify BUG_ONs bea01ea032a6 staging: erofs: {dir,inode,super}.c: rectify BUG_ONs 60ce4b529797 staging: erofs: add a full barrier in erofs_workgroup_unfreeze 08ec9e6892cc staging: erofs: fix `erofs_workgroup_{try_to_freeze, unfreeze}' b0a18cab6aeb staging: erofs: atomic_cond_read_relaxed on ref-locked workgroup 398102f64acd staging: erofs: remove the redundant d_rehash() for the root dentry 017f7fd75b24 staging: erofs: drop multiref support temporarily eb5913dfa5c1 staging: erofs: replace BUG_ON with DBG_BUGON in data.c 34ac4c14f5d5 staging: erofs: complete error handing of z_erofs_do_read_page 1c9d5a47c681 staging: erofs: fix a bug when appling cache strategy c375152be9dd net: avoid false positives in untrusted gso validation e93384b12443 net: validate untrusted gso packets without csum offload 311722240ca6 kvm: x86: Return LA57 feature based on hardware capability 6bab27b60c1a mac80211: allocate tailroom for forwarded mesh packets 0329973ec999 drm/amd/display: Fix MST reboot/poweroff sequence d8a648cae347 drm/i915/fbdev: Actually configure untiled displays 06fa18685411 gpu: drm: radeon: Set DPM_FLAG_NEVER_SKIP when enabling PM-runtime 6834afab4bec drm/amdgpu: Set DPM_FLAG_NEVER_SKIP when enabling PM-runtime 95aed87b9e2e ARC: define ARCH_SLAB_MINALIGN = 8 7779566abb68 ARC: U-boot: check arguments paranoidly 5f7814c0ae6f ARCv2: Enable unaligned access in early ASM code ebe390b42e60 parisc: Fix ptrace syscall number modification 8b4b1d7cc4d0 KEYS: always initialize keyring_index_key::desc_len 390c76534de1 KEYS: user: Align the payload buffer 293f2dcd0d07 RDMA/srp: Rework SCSI device reset handling fdfd723e99e6 net/mlx5e: XDP, fix redirect resources availability check d569cb5ac0c4 net_sched: fix two more memory leaks in cls_tcindex dcd62aa6f895 net_sched: fix a memory leak in cls_tcindex 056a17982adb net_sched: fix a race condition in tcindex_destroy() 862600971c47 sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach() c647233ea046 geneve: should not call rt6_lookup() when ipv6 was disabled 7aab1e6d9edb net: socket: make bond ioctls go through compat_ifreq_ioctl() e37c96c11175 net: socket: fix SIOCGIFNAME in compat 50021ba98fbd Revert "kill dev_ifsioc()" 99f3c89669d9 Revert "socket: fix struct ifreq size in compat ioctl" c031b433801f team: avoid complex list operations in team_nl_cmd_options_set() 5716864df7c4 sctp: set stream ext to NULL after freeing it in sctp_stream_outq_migrate e8eff9f4fc6a sctp: call gso_reset_checksum when computing checksum in sctp_gso_segment 9e5cc54ea086 net: sfp: do not probe SFP module before we're attached c2ee2c708aae net/packet: fix 4gb buffer limit due to overflow check f3ec82db191b net/mlx5e: Don't overwrite pedit action when multiple pedit used 4190a7bcd2af net/mlx4_en: Force CHECKSUM_NONE for short ethernet frames 198198d5ae59 net: ena: fix race between link up and device initalization fd49ffa383b9 ipv6: propagate genlmsg_reply return code 589503cb2486 inet_diag: fix reporting cgroup classid and fallback to priority c580bb3120cb batman-adv: fix uninit-value in batadv_interface_tx() ab125bd3caaf isdn: avm: Fix string plus integer warning from Clang 6ed281fd85b6 net/mlx5e: Fix wrong (zero) TX drop counter indication for representor 7f5491b9875a selftests: forwarding: Add a test case for externally learned FDB entries e26772f056b5 mlxsw: spectrum_switchdev: Do not treat static FDB entries as sticky 4799417bb641 net: bridge: Mark FDB entries that were added by user as such d7ac3d3135ff mlxsw: pci: Return error on PCI reset timeout 0aafea5d4b22 dpaa_eth: NETIF_F_LLTX requires to do our own update of trans_start 8b92162f4e8b bpf: bpf_setsockopt: reset sock dst on SO_MARK changes 0761f58c62d7 leds: lp5523: fix a missing check of return value of lp55xx_read ddb8d7c9d460 hwmon: (tmp421) Correct the misspelling of the tmp442 compatible attribute in OF device ID table e0d7b0a2a57a atm: he: fix sign-extension overflow on large shift 22b304bfcb00 selftests/bpf: retry tests that expect build-id 5c6fdd877eff bpf: zero out build_id for BPF_STACK_BUILD_ID_IP c4555b9f2807 bpf: don't assume build-id length is always 20 bytes 5d6af6f9dd2f afs: Fix key refcounting in file locking code dc4ec1bad9e2 afs: Don't set vnode->cb_s_break in afs_validate() a45b037edae3 selftests: tc-testing: fix parsing of ife type 2c69ea7f0c11 selftests: tc-testing: fix tunnel_key failure if dst_port is unspecified 38a27ee2ea03 selftests: tc-testing: drop test on missing tunnel key id 642e26628cf9 pvcalls-front: fix potential null dereference b4c5be499ba3 drm/sun4i: backend: add missing of_node_puts 5604fdcfcfdc vhost: return EINVAL if iovecs size does not match the message size 096a3170575f drm/amd/display: fix PME notification not working in RV desktop bf846e9035b5 drm/amdkfd: Don't assign dGPUs to APU topology devices 6d09976cca02 drm/meson: add missing of_node_put c818b5b47181 always clear the X2APIC_ENABLE bit for PV guest 73aa8292caba netfilter: nft_flow_offload: fix checking method of conntrack helper 4c3b23e90307 scsi: cxgb4i: add wait_for_completion() b2ae824798e1 scsi: ufs: Fix geometry descriptor size a7ff8ada154d scsi: qedi: Add ep_state for login completion on un-reachable targets 5641d2f8cdf2 scsi: ufs: Fix system suspend status 2c3c854b56c6 scsi: tcmu: avoid cmd/qfull timers updated whenever a new cmd comes 3dd0ce706e0b isdn: i4l: isdn_tty: Fix some concurrency double-free bugs 1b8742ba98a5 net: stmmac: Prevent RX starvation in stmmac_napi_poll() 2406055411ed net: stmmac: Fix the logic of checking if RX Watchdog must be enabled e8fbb5c98b04 net: stmmac: Check if CBS is supported before configuring fcfdb4022c82 net: stmmac: dwxgmac2: Only clear interrupts that are active 4ef0d67c281f net: stmmac: Fix PCI module removal leak 752f0bcb5d4d acpi/nfit: Fix race accessing memdev in nfit_get_smbios_id() 99b490e3a0f3 powerpc/8xx: fix setting of pagetable for Abatron BDI debug tool. eeb370eaee98 RDMA/mthca: Clear QP objects during their allocation 6d26c375a483 netfilter: nft_flow_offload: fix interaction with vrf slave device 2f3480e34079 bpf: fix panic in stack_map_get_build_id() on i386 and arm32 06b919a51772 pvcalls-front: Avoid get_free_pages(GFP_KERNEL) under spinlock 26354d538df3 bpf: correctly set initial window on active Fast Open sender 535be4692ffc netfilter: nft_flow_offload: Fix reverse route lookup 703f4f653723 MIPS: jazz: fix 64bit build 4047a7ad3b2e include/linux/compiler*.h: fix OPTIMIZER_HIDE_VAR 93f3f4c0fdeb scsi: isci: initialize shost fully before calling scsi_add_host() 14285a4a8487 scsi: qla4xxx: check return code of qla4xxx_copy_from_fwddb_param 95d4f951e7bb netfilter: nf_tables: fix leaking object reference count e9255c284270 selftests: forwarding: Add a test for VLAN deletion 0c596ab039d3 mlxsw: spectrum_acl: Add cleanup after C-TCAM update error condition 7169938b07db xprtrdma: Double free in rpcrdma_sendctxs_create() ac3be9eb875f MIPS: ath79: Enable OF serial ports in the default config 2ac1c6e71ee7 net/mlx4: Get rid of page operation after dma_alloc_coherent b5f7ead81de3 watchdog: mt7621_wdt/rt2880_wdt: Fix compilation problem fc396828a4e6 selftests/bpf: Test [::] -> [::1] rewrite in sys_sendmsg in test_sock_addr 8b0d641e6152 bpf: Fix [::] -> [::1] rewrite in sys_sendmsg 6bcf4e0703b1 net: hns: Fix use after free identified by SLUB debug 08eb17ec3c1b qed: Fix qed_ll2_post_rx_buffer_notify_fw() by adding a write memory barrier 1fa0cf450c88 qed: Fix qed_chain_set_prod() for PBL chains with non power of 2 page count bc4e383da82b xen/pvcalls: remove set but not used variable 'intf' 7fc59021c1f5 mfd: mc13xxx: Fix a missing check of a register-read failure e42296ae45a6 mfd: tps65218: Use devm_regmap_add_irq_chip and clean up error path in probe() beaf260ec820 mfd: cros_ec_dev: Add missing mfd_remove_devices() call in remove ef1dc506cb50 mfd: axp20x: Add supported cells for AXP803 48d17f5f9d74 mfd: axp20x: Re-align MFD cell entries 49542ac0c460 mfd: axp20x: Add AC power supply cell for AXP813 45acbfa661bb mfd: wm5110: Add missing ASRC rate register 467829cc83a5 mfd: qcom_rpm: write fw_version to CTRL_REG eb617dc67878 mfd: bd9571mwv: Add volatile register to make DVFS work 2990096c88cb mfd: ab8500-core: Return zero in get_register_interruptible() 14da7f159711 mfd: mt6397: Do not call irq_domain_remove if PMIC unsupported 9bf045ff761a mfd: db8500-prcmu: Fix some section annotations 232860c51e78 mfd: twl-core: Fix section annotations on {,un}protect_pm_master 1a4c9c4e0107 pvcalls-back: set -ENOTCONN in pvcalls_conn_back_read 05ac8a683962 pvcalls-front: properly allocate sk 81b8519de1b4 pvcalls-front: don't try to free unallocated rings 9699f7a70eb8 pvcalls-front: read all data before closing the connection 6bdf535f4aaf mfd: ti_am335x_tscadc: Use PLATFORM_DEVID_AUTO while registering mfd cells d87fa3f7711b backlight: pwm_bl: Fix devicetree parsing with auto-generated brightness tables f812bec554d0 KEYS: allow reaching the keys quotas exactly cbe43c3d35f5 ALSA: hda/realtek: Disable PC beep in passthrough on alc285 c607b6d19859 ALSA: hda/realtek - Headset microphone and internal speaker support for System76 oryp5 a89e0d5c603a proc, oom: do not report alien mms when setting oom_score_adj c7ddb2689d7a numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODES b8d7fb1efb96 ceph: avoid repeatedly adding inode to mdsc->snap_flush_list c74260710e62 libceph: handle an empty authorize reply a35b18616a73 mac80211: Free mpath object when rhashtable insertion fails 007719caa958 mac80211: Use linked list instead of rhashtable walk for mesh tables af900ac68bb7 mac80211: Restore vif beacon interval if start ap fails cd10b02afb7c gpio: pxa: avoid attempting to set pin direction via pinctrl on MMP2 a83243a85827 gpio: MT7621: use a per instance irq_chip structure 4db02ac96841 MIPS: eBPF: Always return sign extended 32b values b5e57dbb5a0e tracing: Fix number of entries in trace header 775ab7d3d12b ARM: 8834/1: Fix: kprobes: optimized kprobes illegal instruction eb1e5b1a64ee Linux 4.19.25 eed11c69d275 ax25: fix possible use-after-free 0137890a4a8f mISDN: fix a race in dev_expire_timer() 74e1493e00f2 net/x25: do not hold the cpu too long in x25_new_lci() 6a3f7237871c netfilter: nf_nat_snmp_basic: add missing length checks in ASN.1 cbs a7e0b9680aec sunrpc: fix 4 more call sites that were using stack memory with a scatterlist bc5d97268c0c PCI: Fix __initdata issue with "pci=disable_acs_redir" parameter f9e6a18a44de mmc: meson-gx: fix interrupt name 88bfdab618df scsi: target/core: Use kmem_cache_free() instead of kfree() 82f39f021944 hwmon: (lm80) Fix missing unlock on error in set_fan_div() 718ccdb3ea31 net: Do not allocate page fragments that are not skb aligned 1bdb1675f33f tcp: tcp_v4_err() should be more careful df1b583c1654 tcp: clear icsk_backoff in tcp_write_queue_purge() 56e97e70f7e3 net: Add header for usage of fls64() a3b6fa373adc vxlan: test dev->flags & IFF_UP before calling netif_rx() 03a6fc5712e8 vsock: cope with memory allocation failure at socket creation time 9a752d37292b vhost: correctly check the return value of translate_desc() in log_used() 1e3300eb2189 sky2: Increase D3 delay again 6e04b8210f96 net: stmmac: handle endianness in dwmac4_get_timestamp 176ab70112c5 net: stmmac: Fix a race in EEE enable callback 618bd2c202b4 net: phy: xgmiitorgmii: Support generic PHY status read 1764111c9972 net: ipv4: use a dedicated counter for icmp_v4 redirect packets 4523bc864077 net: ip6_gre: initialize erspan_ver just for erspan tunnels 4c1b91b82c43 net: fix IPv6 prefix route residue b2975c2e8342 net: Fix for_each_netdev_feature on Big endian eb5e6869125f net: crypto set sk to NULL when af_alg_release. bd1488b8d476 mlxsw: __mlxsw_sp_port_headroom_set(): Fix a use of local variable 017d511085a3 dsa: mv88e6xxx: Ensure all pending interrupts are handled prior to exit bbbefe815f50 af_packet: fix raw sockets over 6in4 tunnel f287634fe321 Linux 4.19.24 dd5f4d067a2c mm: proc: smaps_rollup: fix pss_locked calculation 6a204bd5f1e6 drm/i915: Prevent a race during I915_GEM_MMAP ioctl with WC set 4631e0b4cf46 drm/i915: Block fbdev HPD processing during suspend de48b5f3d0ef drm/vkms: Fix license inconsistent 3312e0ae2faf drm: Use array_size() when creating lease 029a38f8211f dm thin: fix bug where bio that overwrites thin block ignores FUA 3ec93eb3808f dm crypt: don't overallocate the integrity tag space b2778ef8b906 x86/a.out: Clear the dump structure initially ddf966410ace md/raid1: don't clear bitmap bits on interrupted recovery. a2b3e2c0f576 signal: Restore the stop PTRACE_EVENT_EXIT 0396cf55657c scsi: sd: fix entropy gathering for most rotational disks cdc356855685 x86/platform/UV: Use efi_runtime_lock to serialise BIOS calls 45649b999632 tracing/uprobes: Fix output for multiple string arguments 88e1e66a2a1a s390/zcrypt: fix specification exception on z196 during ap probe a3fadeff7122 alpha: Fix Eiger NR_IRQS to 128 c56eef69ba24 alpha: fix page fault handling for r16-r18 targets 657fbf79a880 Revert "mm: slowly shrink slabs with a relatively small number of objects" 8d485d3a628b Revert "mm: don't reclaim inodes with many attached pages" 93769fef8d61 Revert "nfsd4: return default lease period" 17f4ddaa71f7 Input: elantech - enable 3rd button support on Fujitsu CELSIUS H780 3bd120956db2 Input: bma150 - register input device after setting private data c4609e81e0b7 mmc: block: handle complete_work on separate workqueue 248a2f3cbebe mmc: sunxi: Filter out unsupported modes declared in the device tree 0d41c03c41ec kvm: vmx: Fix entry number check for add_atomic_switch_msr() c58f010bebfd x86/kvm/nVMX: read from MSR_IA32_VMX_PROCBASED_CTLS2 only when it is available 2ab1483852b3 riscv: Add pte bit to distinguish swap from invalid 22d6e72bb566 tools uapi: fix Alpha support 49720ef58e89 ASoC: hdmi-codec: fix oops on re-probe bdd448108d85 ALSA: usb-audio: Fix implicit fb endpoint setup by quirk 8715ba45d008 ALSA: hda - Add quirk for HP EliteBook 840 G5 74cbb754d63f perf/x86: Add check_period PMU callback d10e77c26022 perf/core: Fix impossible ring-buffer sizes warning 1b1de8b95b97 ARM: OMAP5+: Fix inverted nirq pin interrupts with irq_set_type d9a974fdaaa3 Input: elan_i2c - add ACPI ID for touchpad in Lenovo V330-15ISK 2abf1ce44e28 Revert "Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573G" ede7fb452221 gpio: mxc: move gpio noirq suspend/resume to syscore phase b1765ebd9d12 CIFS: Do not assume one credit for async responses 6804b3ecbe20 kvm: sev: Fail KVM_SEV_INIT if already initialized 63715c1f0a67 cifs: Limit memory used by lock request calls to a page 4b709998564b drm/nouveau/falcon: avoid touching registers if engine is off 85a088cc4c8e drm/nouveau: Don't disable polling in fallback mode 0a87c5333c90 gpio: pl061: handle failed allocations 5cf199f8d03f ARM: dts: kirkwood: Fix polarity of GPIO fan lines 6e7136c1c79f ARM: dts: da850-lcdk: Correct the sound card name 8bea93c89bc8 ARM: dts: da850-lcdk: Correct the audio codec regulators f3b61cba316a ARM: dts: da850-evm: Correct the sound card name 7c06896ea134 ARM: dts: da850-evm: Correct the audio codec regulators 46bf9a8c8bb0 drm/amdgpu: set WRITE_BURST_LENGTH to 64B to workaround SDMA1 hang 2f5581e82fe4 nvme: pad fake subsys NQN vid and ssvid with zeros 6c27b5230e35 nvme-multipath: zero out ANA log buffer 095cfdf857a3 nvme-pci: fix out of bounds access in nvme_cqe_pending 1e746fe215eb nvme-pci: use the same attributes when freeing host_mem_desc_bufs. 9e4a7beedf43 drm/bridge: tc358767: fix output H/V syncs 0c13400bc743 drm/bridge: tc358767: reject modes which require too much BW ad9675e47b49 drm/bridge: tc358767: fix initial DP0/1_SRCCTRL value 9ac48b301c2a drm/bridge: tc358767: fix single lane configuration 32f833a85c9a drm/bridge: tc358767: add defines for DP1_SRCCTRL & PHY_2LANE d180c28698a1 drm/bridge: tc358767: add bus flags c6f27cdd4fca cpufreq: check if policy is inactive early in __cpufreq_get() fa92c4e6b244 riscv: fix trace_sys_exit hook da78c8cda5b9 tools uapi: fix RISC-V 64-bit support 46f0e6984c84 perf test shell: Use a fallback to get the pathname in vfs_getname d20bfcb55003 perf report: Fix wrong iteration count in --branch-history db8c9ab3f47f ACPI: NUMA: Use correct type for printing addresses on i386-PAE f749f9702c98 drm/amdgpu/sriov:Correct pfvf exchange logic bdd8fd8a2efe ARM: fix the cockup in the previous patch e7a8dabe92f1 ARM: ensure that processor vtables is not lost after boot 4645c6ccbd7a ARM: spectre-v2: per-CPU vtables to work around big.Little systems b11fd96c0eca ARM: add PROC_VTABLE and PROC_TABLE macros 06b5ec99f2ee ARM: clean up per-processor check_bugs method call 8a4cf73fed23 ARM: split out processor lookup e3e1b2a20ad3 ARM: make lookup_processor_type() non-__init 19c186ab4ea7 ARM: 8810/1: vfp: Fix wrong assignement to ufp_exc 042b172201a8 ARM: 8797/1: spectre-v1.1: harden __copy_to_user b7a95704e922 ARM: 8796/1: spectre-v1,v1.1: provide helpers for address sanitization beaf90b2d280 ARM: 8795/1: spectre-v1.1: use put_user() for __put_user() 39b282ade6d0 ARM: 8794/1: uaccess: Prevent speculative use of the current addr_limit ba22d5941823 ARM: 8793/1: signal: replace __put_user_error with __put_user 73dad6efbe31 ARM: 8792/1: oabi-compat: copy oabi events using __copy_to_user() 9cad5755b6e2 ARM: 8791/1: vfp: use __copy_to_user() when saving VFP state 3a59b35c3cb8 ARM: 8790/1: signal: always use __copy_to_user to save iwmmxt context ec4842816f04 ARM: 8789/1: signal: copy registers using __copy_to_user() 80c8452ad45f blk-mq: fix a hung issue when fsync d4aaa45f2d98 eeprom: at24: add support for 24c2048 57e85c67d033 dt-bindings: eeprom: at24: add "atmel,24c2048" compatible string 67d52fae61c1 Linux 4.19.23 c2109f05b7fd Revert "exec: load_script: don't blindly truncate shebang string" 6f8c14ee7b6f Linux 4.19.22 9b65b18f817d svcrdma: Remove max_sge check at connect time 4d376ab80483 svcrdma: Reduce max_send_sges 4dd911f1e38e batman-adv: Force mac header to start of data on xmit a21222305015 batman-adv: Avoid WARN on net_device without parent in netns 9d84284cc83b xfrm: refine validation of template and selector families f7fb58a78a63 libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive() 28f49e768d21 Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal" 8b8f7b04f868 xfrm: Make set-mark default behavior backward compatible 2440f3cebcb0 SUNRPC: Always drop the XPRT_LOCK on XPRT_CLOSE_WAIT 8274c3d4895b drm/vmwgfx: Return error code from vmw_execbuf_copy_fence_user d74ff5f67849 drm/vmwgfx: Fix setting of dma masks c2a354ce5458 drm/i915: always return something on DDI clock selection b81afe37ff55 drm/amd/powerplay: Fix missing break in switch 56d3178666fb drm/modes: Prevent division by zero htotal a4c77aac0d5c mac80211: ensure that mgmt tx skbs have tailroom for encryption 1ce0fcebff24 mic: vop: Fix use-after-free on remove 49c473e1237e powerpc/radix: Fix kernel crash with mremap() d4e7c9420edd firmware: arm_scmi: provide the mandatory device release callback fe3dabb6a4b1 ARM: dts: da850: fix interrupt numbers for clocksource 33bd0949212b ARM: tango: Improve ARCH_MULTIPLATFORM compatibility 569051e12220 ARM: iop32x/n2100: fix PCI IRQ mapping f5b4de051294 MIPS: VDSO: Include $(ccflags-vdso) in o32,n32 .lds builds 814e44507f96 mips: loongson64: remove unreachable(), fix loongson_poweroff(). e32ba28eddad MIPS: VDSO: Use same -m%-float cflag as the kernel proper 264b26201a22 MIPS: OCTEON: don't set octeon_dma_bar_type if PCI is disabled 384cc5fd6727 mips: cm: reprime error cause 7e44aab92783 tracing: uprobes: Fix typo in pr_fmt string 9b66753c68a0 pinctrl: cherryview: fix Strago DMI workaround 93f6fb609874 pinctrl: sunxi: Correct number of IRQ banks on H6 main pin controller c619140d4843 debugfs: fix debugfs_rename parameter checking 0c548bab17c2 samples: mei: use /dev/mei0 instead of /dev/mei edd8fb55d7f1 mei: me: add ice lake point device id. db5f65bfc1fa misc: vexpress: Off by one in vexpress_syscfg_exec() 959e46afeca1 signal: Better detection of synchronous signals f681f2684f14 signal: Always notice exiting tasks 3e17af253e62 iio: ti-ads8688: Update buffer allocation for timestamps af770a1558c4 iio: chemical: atlas-ph-sensor: correct IIO_TEMP values to millicelsius 38d28640db5a iio: adc: axp288: Fix TS-pin handling 5b9ebf5bdf0a tools: iio: iio_generic_buffer: make num_loops signed 88ff6a0b9975 libata: Add NOLPM quirk for SAMSUNG MZ7TE512HMHP-000L1 SSD 7c5d650ad5a2 mtd: rawnand: gpmi: fix MX28 bus master lockup problem a72040a9d929 mtd: spinand: Fix the error/cleanup path in spinand_init() b3ce77578374 mtd: spinand: Handle the case where PROGRAM LOAD does not reset the cache 3ca59bf1fb7c mtd: Make sure mtd->erasesize is valid even if the partition is of size 0 43d3d5141515 Linux 4.19.21 b00d9ff756b6 ath9k: dynack: check da->enabled first in sampling routines 14acca60aee4 ath9k: dynack: make ewma estimation faster 8b71aa1a3bb8 perf/x86/intel: Delay memory deallocation until x86_pmu_dead_cpu() fc3f15c672f6 IB/hfi1: Add limit test for RC/UC send via loopback 29706d59abdf cacheinfo: Keep the old value if of_property_read_u32 fails c287265bfa65 serial: sh-sci: Do not free irqs that have already been freed 57a3ef4dd520 serial: 8250_pci: Make PCI class test non fatal f50a8b34d7e4 serial: fix race between flush_to_ldisc and tty_open d5cb494b9613 perf tests evsel-tp-sched: Fix bitwise operator 1aeeb176683d perf/core: Don't WARN() for impossible ring-buffer sizes 5b27e3bc5a2b x86/MCE: Initialize mce.bank in the case of a fatal error in mce_no_way_out() 4e6bfd756f8e perf/x86/intel/uncore: Add Node ID mask 97a7fa90eae9 cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM 236fd677125f KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7221) 24b027d2b138 kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974) 5a45d3720b54 KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222) 4cf73d54792b scsi: aic94xx: fix module loading 5e91ba179a86 scsi: cxlflash: Prevent deadlock when adapter probe fails bbd5d7adde3b staging: speakup: fix tty-operation NULL derefs bc4162577c1a usb: gadget: musb: fix short isoc packets with inventra dma 77541a0b0413 usb: gadget: udc: net2272: Fix bitwise and boolean operations 19bc535e3729 usb: dwc3: gadget: Handle 0 xfer length for OUT EP a8438c38d7ce usb: phy: am335x: fix race condition in _probe 8459f1d6ff62 irqchip/gic-v3-its: Plug allocation race for devices sharing a DevID ee73954d9a21 futex: Handle early deadlock return correctly 4a9e4bcda782 dmaengine: imx-dma: fix wrong callback invoke 84c1d5627597 dmaengine: bcm2835: Fix abort of transactions 916eb6bd8da3 dmaengine: bcm2835: Fix interrupt race on RT c70374ce418e HID: debug: fix the ring buffer implementation 6ccc9e1128e5 fuse: handle zero sized retrieve correctly f99027ab63be fuse: decrement NR_WRITEBACK_TEMP on the right page 48be0eb05e7e fuse: call pipe_buf_release() under pipe lock a57ab2e71098 ALSA: hda/realtek - Headset microphone support for System76 darp5 7cb468772a10 ALSA: hda/realtek - Use a common helper for hp pin reference 65c9a62822f6 ALSA: hda/realtek - Fix lose hp_pins for disable auto mute 7fd6d8193b85 ALSA: hda - Serialize codec registrations 2a0aba551610 ALSA: usb-audio: Add support for new T+A USB DAC 93e7d51029bd ALSA: compress: Fix stop handling on compressed capture streams 1f78052b0991 xfs: eof trim writeback mapping as soon as it is cached 1f1eb00c6ebb net/mlx5e: FPGA, fix Innova IPsec TX offload data path performance 9143e1dcad36 virtio_net: Account for tx bytes and packets on sending xdp_frames c8ba1f7989c6 skge: potential memory corruption in skge_get_regs() 7c2361308e17 sctp: walk the list of asoc safely 7cd4e833761f sctp: check and update stream->out_curr when allocating stream_out 21b8697e605a rxrpc: bad unlock balance in rxrpc_recvmsg 7c1a5ce672f7 Revert "net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151x" f2f054c485db rds: fix refcount bug in rds_sock_addref 2c24ed77a8c0 net: systemport: Fix WoL with password after deep sleep b72ea6ec83be net/mlx5e: Force CHECKSUM_UNNECESSARY for short ethernet frames 8104a5e73f1f net: dsa: slave: Don't propagate flag changes on down slave interfaces 27a2fa009817 net: dsa: mv88e6xxx: Fix counting of ATU violations c8dfab5c610f net: dsa: Fix NULL checking in dsa_slave_set_eee() 98cedccb8654 net: dsa: Fix lockdep false positive splat 8e1428c9b39f net: dp83640: expire old TX-skb 81733c642df8 lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamically cedc42f5d1e1 enic: fix checksum validation for IPv6 15ed55e3b1a5 dccp: fool proof ccid_hc_[rt]x_parse_options() 56ea9164467b thermal: hwmon: inline helpers when CONFIG_THERMAL_HWMON is not set 0c802cbaa6db xfs: fix inverted return from xfs_btree_sblock_verify_crc c6c20af69c61 xfs: fix PAGE_MASK usage in xfs_free_file_space 757332c643ca fs/xfs: fix f_ffree value for statfs when project quota is set 886f0de16239 xfs: delalloc -> unwritten COW fork allocation can go wrong 5a7455e922b4 xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffers c3a66bf4ce40 xfs: fix shared extent data corruption due to missing cow reservation a96f3a55143a xfs: fix overflow in xfs_attr3_leaf_verify b6095cbd7841 xfs: Fix error code in 'xfs_ioc_getbmap()' a585ac0e767b xfs: cancel COW blocks before swapext 62c7c0a8709b xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstat aacb2ab111c5 scripts/gdb: fix lx-version string output 58e57bcbc1fb kernel/kcov.c: mark write_comp_data() as notrace ab5f74071257 exec: load_script: don't blindly truncate shebang string 9cb8f8088d9a fs/epoll: drop ovflist branch prediction f0d32c54ff53 kernel/hung_task.c: force console verbose before panic 9beb84c027f1 proc/sysctl: fix return error for proc_doulongvec_minmax() 9c8939b03bac kernel/hung_task.c: break RCU locks based on jiffies d69ad39ad5d3 arm64/sve: ptrace: Fix SVE_PT_REGS_OFFSET definition d921bb16259e HID: lenovo: Add checks to fix of_led_classdev_register ec8f73c268a5 thermal: generic-adc: Fix adc to temp interpolation 89c183580b4f PCI: imx: Enable MSI from downstream components 3818c29a65d6 kdb: Don't back trace on a cpu that didn't round up 6a7c0215d28c thermal: bcm2835: enable hwmon explicitly 295b3e2af87c block/swim3: Fix -EBUSY error when re-opening device after unmount d579abcacb0b fsl/fman: Use GFP_ATOMIC in {memac,tgec}_add_hash_mac_address() 711b2e7fc02f gdrom: fix a memory leak bug b67e3130a9ba isdn: hisax: hfc_pci: Fix a possible concurrency use-after-free bug in HFCPCI_l1hw() 3b3ee499c4b5 zram: fix lockdep warning of free block handling f73c77535f67 mm/page_alloc.c: don't call kasan_free_pages() at deferred mem init 066206bc6e9e ocfs2: improve ocfs2 Makefile 69e63b49ddf9 ocfs2: don't clear bh uptodate for block read dc8bd7ed080d arch/sh/boards/mach-kfr2r09/setup.c: fix struct mtd_oob_ops build warning fa3c7c098c6a scripts/decode_stacktrace: only strip base path when a prefix of the path 395cbb9a52ba perf python: Do not force closing original perf descriptor in evlist.get_pollfd() 4b5abffd63eb cgroup: fix parsing empty mount option string df13b0369bc0 f2fs: fix sbi->extent_list corruption issue 4d6b5b08f19f niu: fix missing checks of niu_pci_eeprom_read 1e480ee6c0eb um: Avoid marking pages with "changed protection" 69e7f87745e7 f2fs: fix use-after-free issue when accessing sbi->stat_info 5d3b4cd8734b cifs: check ntwrk_buf_start for NULL before dereferencing it 2cdf5246df0e MIPS: ralink: Select CONFIG_CPU_MIPSR2_IRQ_VI on MT7620/8 1dc571ff4da2 crypto: ux500 - Use proper enum in hash_set_dma_transfer 2b020c09a8c9 crypto: ux500 - Use proper enum in cryp_set_dma_transfer 6201e8add97a seq_buf: Make seq_buf_puts() null-terminate the buffer 040f76976ec5 hwmon: (lm80) fix a missing check of bus read in lm80 probe 8dcf84789e31 hwmon: (lm80) fix a missing check of the status of SMBus read 303d29d8f0cf perf build: Don't unconditionally link the libbfd feature test to -liberty and -lz 8c642d71906b NFS: nfs_compare_mount_options always compare auth flavors. ad9241f24f15 kvm: Change offset in kvm_write_guest_offset_cached to unsigned fc090081d76a powerpc/fadump: Do not allow hot-remove memory from fadump reserved area. 84a4572bf277 KVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupported a41cd69e4408 pinctrl: meson: meson8b: fix the GPIO function for the GPIOAO pins 098fa4897213 pinctrl: meson: meson8: fix the GPIO function for the GPIOAO pins 279eb1d94044 powerpc/mm: Fix reporting of kernel execute faults on the 8xx 9e9435bc0bd4 fbdev: fbcon: Fix unregister crash when more than one framebuffer 00e391ec584f ACPI/APEI: Clear GHES block_status before panic() d657e82f4e67 igb: Fix an issue that PME is not enabled during runtime suspend d01b26e77af8 ice: Do not enable NAPI on q_vectors that have no rings 8a35f678e603 i40e: define proper net_device::neigh_priv_len 6584e6c00435 fbdev: fbmem: behave better with small rotated displays and many CPUs 54541a75bfb6 md: fix raid10 hang issue caused by barrier 8d1385653698 video: clps711x-fb: release disp device node in probe() 8f0132db09ad drm/amd/display: validate extended dongle caps bd9218ab042a drbd: Avoid Clang warning about pointless switch statment 66345d5392a7 drbd: skip spurious timeout (ping-timeo) when failing promote af70af5b69a2 drbd: disconnect, if the wrong UUIDs are attached on a connected peer 3d67b428ab20 drbd: narrow rcu_read_lock in drbd_sync_handshake 8d317b0aae25 mlx5: update timecounter at least twice per counter overflow 49f182e6be8d powerpc/powernv/ioda: Allocate indirect TCE levels of cached userspace addresses on demand 394f925664bd iwlwifi: mvm: fix setting HE ppe FW config 5a0c7fb5332a powerpc/perf: Fix thresholding counter data for unknown type d5e2df9ff507 net: hns3: add max vector number check for pf 86760e0dfe36 cw1200: Fix concurrency use-after-free bugs in cw1200_hw_scan() 993ba5d2b6c6 scsi: smartpqi: increase fw status register read timeout 32ab5d8a7def scsi: smartpqi: correct volume status 8b6f057f6f55 scsi: smartpqi: correct host serial num for ssa b124f08677c9 mlxsw: spectrum: Properly cleanup LAG uppers when removing port from LAG 1552557b300b xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spi e5af9ce365ad mac80211: fix radiotap vendor presence bitmap handling e12194317d17 powerpc/uaccess: fix warning/error with access_ok() 3564fa62a8d7 drm/amd/display: fix YCbCr420 blank color 38f18b370546 Bluetooth: hci_bcm: Handle deferred probing for the clock supply 1baca23ade65 drm/amd/display: Add retry to read ddc_clock pin a756020008e8 net: hns3: fix incomplete uninitialization of IRQ in the hns3_nic_uninit_vector_data() 7c54ba4a5fd9 percpu: convert spin_lock_irq to spin_lock_irqsave. 34f82d19c24b perf tools: Cast off_t to s64 to avoid warning on bionic libc 7a311dca7708 perf header: Fix up argument to ctime() 05bc28a1f991 usb: musb: dsps: fix runtime pm for peripheral mode 2a86649dce14 usb: musb: dsps: fix otg state machine c709eeb02c04 arm64: KVM: Skip MMIO insn after emulation 086ed19ecf79 livepatch: check kzalloc return values 1157c2683c5b tools/power/x86/intel_pstate_tracer: Fix non root execution for post processing a trace file 4cd197bfa6e1 bnxt_en: Disable MSIX before re-reserving NQs/CMPL rings. ae93f5f803ae i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E) 19d4c0fd85ac perf probe: Fix unchecked usage of strncpy() f5d5b5434912 btrfs: use tagged writepage to mitigate livelock of snapshot 4d5410609151 perf header: Fix unchecked usage of strncpy() d177e25c9c3a perf dso: Fix unchecked usage of strncpy() 630e972bc405 perf test: Fix perf_event_attr test failure 283d0464734e tty: serial: samsung: Properly set flags in autoCTS mode 193de9820598 serial: sh-sci: Resume PIO in sci_rx_interrupt() on DMA failure d71126505dba serial: sh-sci: Fix locking in sci_submit_rx() 3733632e8bc0 btrfs: harden agaist duplicate fsid on scanned devices 9790abdf8856 usb: renesas_usbhs: add support for RZ/G2E 33d127eae60d mmc: jz4740: Get CD/WP GPIOs from descriptors 3d49c3d76df7 mmc: sdhci-xenon: Fix timeout checks 8ee43469ce6e mmc: sdhci-omap: Fix timeout checks 1b2b6ce63058 mmc: sdhci-of-esdhc: Fix timeout checks 759e641acdd9 memstick: Prevent memstick host from getting runtime suspended during card detection 35e580cb6bc4 mmc: meson-mx-sdio: check devm_kasprintf for failure ffc1770245c7 mmc: bcm2835: reset host on timeout 3d71a02198ac mmc: bcm2835: Recover from MMC_SEND_EXT_CSD 43b7fa3b31b9 KVM: PPC: Book3S: Only report KVM_CAP_SPAPR_TCE_VFIO on powernv machines c4621bec5e0d ASoC: fsl: Fix SND_SOC_EUKREA_TLV320 build error on i.MX8M 8b4116f08988 ARM: pxa: avoid section mismatch warning 1a2500177b13 selftests/bpf: use __bpf_constant_htons in test_prog.c 3332bf15bfde switchtec: Fix SWITCHTEC_IOCTL_EVENT_IDX_ALL flags overwrite 6a1d712b4381 udf: Fix BUG on corrupted inode 702286d3bd6e mlxsw: spectrum_acl: Limit priority value e640039aeeff phy: sun4i-usb: add support for missing USB PHY index b5c21b7e3130 i2c-axxia: check for error conditions first ccb7b328361a lightnvm: pblk: add lock protection to list operations 10014ff04a4e lightnvm: pblk: fix resubmission of overwritten write err lbas 3d786b91cd59 drm/msm: dpu: Only check flush register against pending flushes ba833ec5b0c8 drm/msm/dsi: fix dsi clock names in DSI 10nm PLL driver 39d4c1c0dd76 tee: optee: avoid possible double list_del() a1ea1fb46fbf OPP: Use opp_table->regulators to verify no regulator case 4c67633d4756 cpuidle: big.LITTLE: fix refcount leak c443284c0d7b platform/x86: mlx-platform: Fix tachometer registers ea225de3bd66 clk: imx6sl: ensure MMDC CH0 handshake is bypassed 1f16ac59e7e5 sata_rcar: fix deferred probing 710e1e561630 iommu/arm-smmu-v3: Use explicit mb() when moving cons pointer 61010bd9811d iommu/arm-smmu: Add support for qcom,smmu-v2 variant 00b0fbb8f0e3 iommu/arm-smmu-v3: Avoid memory corruption from Hisilicon MSI payloads b59d70c07ab7 usb: dwc3: gadget: Disable CSP for stream OUT ep dfb22b6810c7 ARM: dts: imx51-zii-rdu1: Do not specify "power-gpio" for hpa1 b5bb2cad5264 watchdog: renesas_wdt: don't set divider while watchdog is running f06d48b0a4b9 ARM: dts: Fix up the D-Link DIR-685 MTD partition info 72d18db66d85 media: coda: fix H.264 deblocking filter controls 8cc0518a49b3 mips: bpf: fix encoding bug for mm_srlv32_op 463499c27cf9 ARM: dts: Fix OMAP4430 SDP Ethernet startup 3a6f1afa7be1 iommu/amd: Fix amd_iommu=force_isolation 389de86c1045 pinctrl: sx150x: handle failure case of devm_kstrdup 26e62a227324 gpio: mt7621: pass mediatek_gpio_bank_probe() failure up the stack 6c95c2eebead gpio: mt7621: report failure of devm_kasprintf() 7eff52c36cfb usb: dwc3: trace: add missing break statement to make compiler happy 91e46947d02f IB/hfi1: Unreserve a reserved request when it is completed f7debeebcdeb kobject: return error code if writing /sys/.../uevent fails 80eac1847950 driver core: Move async_synchronize_full call 1de47c06b3a3 tipc: fix node keep alive interval calculation a42bbdcf538d drm/amdgpu/powerplay: fix clock stretcher limits on polaris (v2) fb1ab6ac62b9 media: imx274: select REGMAP_I2C 1bf188456312 clk: sunxi-ng: a33: Set CLK_SET_RATE_PARENT for all audio module clocks 322a53b8f9b0 usb: mtu3: fix the issue about SetFeature(U1/U2_Enable) 0105d80dd157 timekeeping: Use proper seqcount initializer 263b0f92be96 usb: hub: delay hub autosuspend if USB3 port is still link training 272e858c2293 usb: dwc2: Disable power down feature on Samsung SoCs 93a6d3464023 usb: dwc3: Correct the logic for checking TRB full in __dwc3_prepare_one_trb() 64257468feed xtensa: xtfpga.dtsi: fix dtc warnings about SPI 54e71cb05054 smack: fix access permissions for keyring 60d803577519 media: DaVinci-VPBE: fix error handling in vpbe_initialize() 832819d11d4a media: i2c: TDA1997x: select CONFIG_HDMI c91ff9ab06eb x86/fpu: Add might_fault() to user_insn() 9d79635b6267 ARM: dts: aspeed: add missing memory unit-address 4f770b4ba564 ARM: dts: mmp2: fix TWSI2 5214c28b688a drm/v3d: Fix prime imports of buffers from other drivers. 14743f8591a7 arm64: ftrace: don't adjust the LR value 5f4161ae9a75 mt76x0: dfs: fix IBI_R11 configuration on non-radar channels 87ae793221cc s390/zcrypt: improve special ap message cmd handling eca31fc35afb firmware/efi: Add NULL pointer checks in efivars API functions 9c74cd4afbd3 thermal: Fix locking in cooling device sysfs update cur_state f8a33ec5367e Thermal: do not clear passive state during system sleep ed0526b271b9 arm64: io: Ensure value passed to __iormb() is held in a 64-bit register 68b4512ca6fc perf: arm_spe: handle devm_kasprintf() failure af6db7e751ff drm: Clear state->acquire_ctx before leaving drm_atomic_helper_commit_duplicated_state() 2f0fb76b3e41 nfsd4: fix crash on writing v4_end_grace before nfsd startup 50d4088c003b soc: bcm: brcmstb: Don't leak device tree node reference 3fbba4e55051 sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAIN d65fbc4fe9a9 net: aquantia: return 'err' if set MPI_DEINIT state fails dd46de15d830 arm64: io: Ensure calls to delay routines are ordered against prior readX() 8543f5fce30f i2c: sh_mobile: add support for r8a77990 (R-Car E3) d54d612a73a6 f2fs: fix wrong return value of f2fs_acl_create ddab3d0a38a5 f2fs: fix race between write_checkpoint and write_begin c96d2b9d35b9 f2fs: move dir data flush to write checkpoint process 4acd5adecf20 staging: pi433: fix potential null dereference 6eaf5b9e6e7c ACPI: SPCR: Consider baud rate 0 as preconfigured state b945ddacf4ab media: adv*/tc358743/ths8200: fill in min width/height/pixelclock 9c0403537ece iio: accel: kxcjk1013: Add KIOX010A ACPI Hardware-ID 687901c64686 iio: adc: meson-saradc: fix internal clock names 050f7e22f6a5 iio: adc: meson-saradc: check for devm_kasprintf failure 0f9dff37d027 powerpc/32: Add .data..Lubsan_data*/.data..Lubsan_type* sections explicitly cefe8d2c0863 dmaengine: xilinx_dma: Remove __aligned attribute on zynqmp_dma_desc_ll 3b07abf1cedf ptp: Fix pass zero to ERR_PTR() in ptp_clock_register 2dbfc1cdb68a clk: meson: meson8b: mark the CPU clock as CLK_IS_CRITICAL 43cf81c200cd clk: meson: meson8b: fix the width of the cpu_scale_div clock c36d06457afc clk: meson: meson8b: do not use cpu_div3 for cpu_scale_out_sel 73e933de8935 staging: erofs: fix the definition of DBG_BUGON 9eb74335f6be media: mtk-vcodec: Release device nodes in mtk_vcodec_init_enc_pm() 580d8b2f6e76 media: video-i2c: avoid accessing released memory area when removing driver da77b546055c media: rc: ensure close() is called on rc_unregister_device b0b10168d1b3 soc/tegra: Don't leak device tree node reference 504dcc424d28 perf tools: Add Hygon Dhyana support b6293e6c9000 modpost: validate symbol names also in find_elf_symbol 1b63e37679cb net/mlx5: EQ, Use the right place to store/read IRQ affinity hint f6d66139f887 bpf: libbpf: retry map creation without the name 0857b8439b6b drm/amd/display: calculate stream->phy_pix_clk before clock mapping d43f6c2ea4c0 drm/amd/display: fix gamma not being applied correctly 8218fcf4666c ARM: OMAP2+: hwmod: Fix some section annotations d57b35f44fed drm/rockchip: fix for mailbox read size ab96959699fd usbnet: smsc95xx: fix rx packet alignment 5ca33f7980c9 staging: iio: ad7780: update voltage on read 39561eee9c57 scsi: hisi_sas: change the time of SAS SSP connection aa422af6d3dd i40e: prevent overlapping tx_timeout recover 5a6b7e1b19ca platform/chrome: don't report EC_MKBP_EVENT_SENSOR_FIFO as wakeup 922fd2d04644 vbox: fix link error with 'gcc -Og' f060c825c455 fpga: altera-cvp: fix 'bad IO access' on x86_64 42e19f5664f0 Tools: hv: kvp: Fix a warning of buffer overflow with gcc 8.0.1 9f941e80e679 fpga: altera-cvp: Fix registration for CvP incapable devices 0edcb650bfe3 staging:iio:ad2s90: Make probe handle spi_setup failure 76707e34f477 iwlwifi: fw: do not set sgi bits for HE connection 3a11ec548c5b dpaa2-ptp: defer probe when portal allocation failed 4ee24ae83ccb MIPS: Boston: Disable EG20T prefetch ab143302b0b2 ptp: check gettime64 return code in PTP_SYS_OFFSET ioctl 49796c356187 serial: fsl_lpuart: clear parity enable bit when disable parity 7543c3cf17c6 drm/vc4: ->x_scaling[1] should never be set to VC4_SCALING_NONE 99eed8a29f9f crypto: aes_ti - disable interrupts while accessing S-box 22ccd257add3 powerpc/pseries: add of_node_put() in dlpar_detach_node() 534a0c21119b x86/PCI: Fix Broadcom CNB20LE unintended sign extension (redux) ee9268a9b55b dlm: Don't swamp the CPU with callbacks queued during recovery 0d041add1ba0 clk: boston: fix possible memory leak in clk_boston_setup() 4660207706ca ARM: 8808/1: kexec:offline panic_smp_self_stop CPU 433f2f810291 scsi: lpfc: Fix LOGO/PLOGI handling when triggerd by ABTS Timeout event 83430596d497 scsi: mpt3sas: Call sas_remove_host before removing the target devices 3d08cdeb4486 scsi: lpfc: Correct LCB RJT handling 3bfb1ba39cac ath9k: dynack: use authentication messages for 'late' ack f2dd96e607c6 ath10k: assign 'n_cipher_suites' for WCN3990 3e5bffa5371d wil6210: fix memory leak in wil_find_tx_bcast_2 8edf1df19ca1 wil6210: fix reset flow for Talyn-mb 752abfadcb8b nds32: Fix gcc 8.0 compiler option incompatible. a6eccfac8393 gpu: ipu-v3: image-convert: Prevent race between run and unprepare 46ed4f4fa1cf genirq/affinity: Spread IRQs to all available NUMA nodes 2198c2c15eee drm/sun4i: Initialize registers in tcon-top driver 3555de57dca4 gpiolib: Fix possible use after free on label 9e4b0f771735 ASoC: Intel: mrfld: fix uninitialized variable access 9d9fcc11b860 pinctrl: bcm2835: Use raw spinlock for RT compatibility 8095fe603e16 drm/vgem: Fix vgem_init to get drm device available. 2ca14d0d2576 staging: iio: adc: ad7280a: handle error from __ad7280_read32() a8b9f4f627c3 drm/bufs: Fix Spectre v1 vulnerability 26d074199730 devres: Align data[] to ARCH_KMALLOC_MINALIGN 323e0195e63f Linux 4.19.20 c0be624777ba cifs: Always resolve hostname before reconnecting e7f11c55ad60 md/raid5: fix 'out of memory' during raid cache recovery 5b3109eb89dd of: overlay: do not duplicate properties from overlay for new nodes 7251e4b835ea of: overlay: use prop add changeset entry for property in new nodes 9af27fab0061 of: overlay: add missing of_node_get() in __of_attach_node_sysfs 5006496fb2c8 of: overlay: add tests to validate kfrees from overlay removal 3edc2fac969a of: Convert to using %pOFn instead of device_node.name 214dea147ffa mm: migrate: don't rely on __PageMovable() of newpage after unlocking it ced41d9d6a1b mm: hwpoison: use do_send_sig_info() instead of force_sig() b6f534ab695b mm, oom: fix use-after-free in oom_kill_process d9f4d88d567e mm,memory_hotplug: fix scan_movable_pages() for gigantic hugepages 7e70ddc33279 oom, oom_reaper: do not enqueue same task twice 15033ca6bd13 mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAIT c7122344f915 kernel/exit.c: release ptraced tasks before zap_pid_ns_processes 9ee5987f311f btrfs: On error always free subvol_name in btrfs_mount 5bce143671f3 Btrfs: fix deadlock when allocating tree block during leaf/node split 50a874a4aa28 mmc: sdhci-iproc: handle mmc_of_parse() errors during probe 8a32f086ff7e platform/x86: asus-nb-wmi: Drop mapping of 0x33 and 0x34 scan codes 734f06f5a701 platform/x86: asus-nb-wmi: Map 0x35 to KEY_SCREENLOCK 71ff3384d1fb IB/hfi1: Remove overly conservative VM_EXEC flag check 1ac48dafac4b ALSA: hda/realtek - Fixed hp_pin no value eaf53ee6fba7 ALSA: usb-audio: Add Opus #3 to quirks for native DSD support 9f753f62f6fa mmc: mediatek: fix incorrect register setting of hs400_cmd_int_delay 65be3226f0e5 mmc: bcm2835: Fix DMA channel leak on probe error 8b9be9db8a2a gfs2: Revert "Fix loop in gfs2_rbm_find" 83c22cd104b2 gpio: sprd: Fix incorrect irq type setting for the async EIC 3a4a800bf519 gpio: sprd: Fix the incorrect data register 95fcc1427d7f gpio: pcf857x: Fix interrupts on multiple instances 452ad274c926 gpiolib: fix line event timestamps for nested irqs ade5ad6b4ad6 gpio: altera-a10sr: Set proper output level for direction_output ad6615b15537 arm64: hibernate: Clean the __hyp_text to PoC after resume f40ebe14b971 arm64: hyp-stub: Forbid kprobing of the hyp-stub 520036320530 arm64: Do not issue IPIs for user executable ptes a4f42f7b0121 arm64: kaslr: ensure randomized quantities are clean also when kaslr is off 26d15be4abc0 ARM: cns3xxx: Fix writing to wrong PCI config registers after alignment 0a3275d78585 NFS: Fix up return value on fatal errors in nfs_page_async_flush() 0fb0acc0dd86 selftests/seccomp: Enhance per-arch ptrace syscall skip tests 7e3251667a1f iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions() bb4e1ff5a8dd fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb() e9d56f920bb2 CIFS: Do not consider -ENODATA as stat failure for reads 6e7045ec336b CIFS: Fix trace command logging for SMB2 reads and writes c6961288a5f4 CIFS: Do not count -ENODATA as failure for query directory fbb49172cd4f virtio_net: Differentiate sk_buff and xdp_frame on freeing ed6a5fc89e48 virtio_net: Use xdp_return_frame to free xdp_frames on destroying vqs 05e260f9d02a virtio_net: Don't process redirected XDP frames when XDP is disabled 0921dd505d30 virtio_net: Fix out of bounds access of sq d97117bd077d virtio_net: Fix not restoring real_num_rx_queues 4c2e63dc6452 virtio_net: Don't call free_old_xmit_skbs for xdp_frames b6862baa3c88 virtio_net: Don't enable NAPI when interface is down 37b34a91f346 sctp: set flow sport from saddr only when it's 0 cbf23d40cece sctp: set chunk transport correctly when it's a new asoc a188f5685965 Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch manager" 505e5f3d4623 ip6mr: Fix notifiers call on mroute_clean_tables() 50990a4085f2 net/mlx5e: Allow MAC invalidation while spoofchk is ON 4ec13999d363 sctp: improve the events for sctp stream adding 9f7d849beaae net: ip6_gre: always reports o_key to userspace aafe74b72689 vhost: fix OOB in get_rx_bufs() d0773852a7a3 ucc_geth: Reset BQL queue when stopping device dace52749243 tun: move the call to tun_set_real_num_queues e569927a1375 sctp: improve the events for sctp stream reset 4fae696cdad1 ravb: expand rx descriptor data to accommodate hw checksum 5f1a18e05b07 net: set default network namespace in init_dummy_netdev() fc4154c7a39e net/rose: fix NULL ax25_cb kernel panic 2c6b572458a9 netrom: switch to sock timer API 00865891898e net/mlx4_core: Add masking for a few queries on HCA caps 0a198e0bb8be net: ip_gre: use erspan key field for tunnel lookup 897ea28bd2f9 net: ip_gre: always reports o_key to userspace 8de676664e59 l2tp: fix reading optional fields of L2TPv3 3d418a254df1 l2tp: copy 4 more bytes to linear part if necessary fcc9c69a6ed7 ipvlan, l3mdev: fix broken l3s mode wrt local routes 2f704348c93f ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulation 7e9a6476aaf5 ipv6: Consider sk_bound_dev_if when binding a socket to an address 8877843b3b9f drm/msm/gpu: fix building without debugfs 8c763a3cf502 Fix "net: ipv4: do not handle duplicate fragments as overlapping" (From OE-Core rev: 77cc4e2aa092734a8ee97b1ee97753b46aa19a5e) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.19: integrate arm systemtap fixBruce Ashfield2019-03-254-74/+12
| | | | | | | | | | | | | Richard had pushed an explicit patch to fix systemtap for arm on the 4.19 kernel in time for M3. The patch has now been integrated into the repo itself and can be dropped from the recipe. (From OE-Core rev: 552b3cd0e0d442d867b4432e5b81019cadd2f4fa) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: pinctrl config change for cannonlakeBruce Ashfield2019-03-256-6/+6
| | | | | | | | | | | Integrating a configuration change to enable pinctrl for the cannonlake platform. (From OE-Core rev: 1819fff97b10e5bfa9257b7471ed79188195c9f2) Signed-off-by: Pradhan Surya Narayanx <surya.narayanx.pradhan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: sound: Re-enable ENS1370 supportBruce Ashfield2019-03-256-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Integrating the following commit: [ Author: Tom Rini <trini@konsulko.com> Date: Tue Mar 12 11:40:33 2019 -0400 sound: Re-enable ENS1370 support Both the qemux86 and qemux86-64 targets RRECOMMEND the ens1370 kernel module and set QB_AUDIO_OPT to support that as one of the audio cards as well. Fixes: daadaf7fd7d5 ("yocto-kernel-cache: [PATCH] Update audio support v2") Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] (From OE-Core rev: 26aa9ed853e6b4a7e36bc0a523e924c47e8c954a) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: fix wrongfully used qemuarma15 in place of qemuarmv5Denys Dmytriyenko2019-03-243-3/+3
| | | | | | | | | | | | | | | Commit 6fc70eb4f3494bee2be10ee24fe3ea1c8b5ff988 changes "qemuarm" machine from old ARMv5 to a newer Cortex-A15, moving the old platform under "qemuarmv5" name. When adding this new "old" platform name to COMPATIBLE_MACHINE in linux-yocto recipes, mistakes were made referring it by "qemuarma15", as discussed in [1]. This change fixes those mistakes. [1]http://lists.openembedded.org/pipermail/openembedded-core/2019-March/280292.html (From OE-Core rev: 4babf396a91ba375fad9c4dc610cfbdef8d17d4f) Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng: Enable tools and modules on riscvKhem Raj2019-03-192-2/+1
| | | | | | | | | | Latest version compiles on risv64 now (From OE-Core rev: 7a528511445165c72ba24dc1cffeaca9ce71caf5) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-firmware: Bump revision to 7bc2464Fabio Berton2019-03-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: - WHENCE: New firmware files additions and version updates Add qca/nvm_00440302.bin and qca/rampatch_00440302.bin This commit includes the following changes: - 7bc2464 Merge branch 'for-upstream' of git://git.chelsio.net/pub/git/linux-firmware - 283373f cxgb4: update firmware to revision 1.23.3.0 - efd2c1c linux-firmware: Update firmware file for Intel Bluetooth 8265 - 046d108 linux-firmware: Update firmware file for Intel Bluetooth 9260 - 1f5641c linux-firmware: Update firmware file for Intel Bluetooth 9560 - b0d9583 (tag: 20190312) drm/amdgpu: update picasso to latest from 18.50 branch - 4041a80 drm/amdgpu: update polaris12 to latest from 18.50 branch - 4b04ce5 drm/amdgpu: update vega20 to latest from 18.50 branch - f85841b rtw88: RTL8822C: update rtw8822c_fw.bin to v5.0 - 3531f69 Merge https://github.com/bgodavar/qca6174_bt_fw - 9936d81 Merge git://git.marvell.com/mwifiex-firmware - 052a246 Merge commit '450632bb7822f0be09474066f4fee2147acbd055' of https://github.com/Netronome/linux-firmware - 04e7764 rtl_bt: Update firmware for BT part of RTL8822C - 78d2b16 linux-firmware: update Marvell 8787/8801/8887 firmware images - 1a5773c linux-firmware: update Marvell 8897/8997 firmware images - 450632b nfp: update Agilio SmartNIC firmware to rev 2.1.16.1 - c99beda QCA: Add the fw files for BT Chip QCA6174. - 9ee52be linux-firmware: Add AMD SEV firmware - 54b0a74 WHENCE: Correct errant entries - fe0a7d4 Merge https://github.com/bgodavar/qca_bt_wcn3990_fw - 07cb4ff amdgpu: update raven2 rlc firmware - 64302ea amdgpu: drop raven2_sdma1.bin - 30b9314 linux-firmware: Update firmware file for Intel Bluetooth,9560 - 55fa1fb linux-firmware: Update firmware file for Intel Bluetooth,9260 - f859d9f qca: Add firmware files for BT chip wcn3990. (From OE-Core rev: ab091f4e13a75419dd7f089be27363ab06deaaa8) Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng-ust: add python3-agent featureJonathan Rajotte2019-03-181-1/+11
| | | | | | | | | | | Enable users to use lttng as an event sink for python3. For more details: https://lttng.org/docs/v2.10/#doc-python-application (From OE-Core rev: 7d055fe216759c5f88bd9bfde17b408163433c43) Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng-tools ptest: fix test_ust-dlJonathan Rajotte2019-03-181-10/+13
| | | | | | | (From OE-Core rev: 935a91aa269c0a1eb1778f72726e4ce32ff077fe) Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng-tools ptest: add missing dependenciesJonathan Rajotte2019-03-181-10/+3
| | | | | | | | | | | | | | | | | | | | | | | Multiple tests are failing due to missing dependencies on a bare core-image-minimal build with only lttng-tools ptest present. "getconf LONG_BIT" is used to get the bitness of the host to run the correct consumerd. Depend on glibc-utils. perl-module-overloading is needed to validate trace. babelstats.pl "head -c" is used to generate a random string. It is easier to depends on coreutils to get a feature complete "head" than to enable to "fancy head" feature of busybox. See utils.sh randstring. "taskset" is used in a couple of scripts to ensure that events generated finish in the same buffer. Depend on util-linux. [RP: Tweak for glibc/musl handling] (From OE-Core rev: a266788c0037173b41e5e7a4b39b38b80333b87b) Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qemuarm: Swap for an arm7ve (A15) configurationJon Mason2019-03-126-6/+6
| | | | | | | | | | | | | | Add new QEMU BSP for a Arm Cortex-A15 system and use this as qemuarm, moving the old armv5te Versatile PB based machine to qemuarmv5. The new machine uses the QEMU virt machine type, which should be faster to emulate and updates the qemuarm support to a modern architecture. (From OE-Core rev: 6fc70eb4f3494bee2be10ee24fe3ea1c8b5ff988) Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/5.0: fix system tap for armBruce Ashfield2019-03-123-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating Richard Purdie's kernel patch to fix systemtap on arm: [ arm/Makefile: Fix systemtap Currently systemtap fails to operate correctly on armv7 systems such as beaglebone and soon, qemuarm. root@qemuarm:/usr/src/kernel# env -uARCH -uKBUILD_EXTMOD -uCROSS_COMPILE -uKBUILD_IMAGE -uKCONFIG_CONFIG -uINSTALL_PATH -uLD_LIBRARY_PATH PATH=/usr/bin:/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin make -C /lib/modules/4.19.19-yocto-standard/build M=/tmp/staptcNU6M modules CONFIG_DEBUG_INFO= CONFIG_STACK_VALIDATION= ARCH=arm stap_4321_src.i --no-print-directory -j2 V=1 test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \ echo >&2; \ echo >&2 " ERROR: Kernel configuration is invalid."; \ echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\ echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \ echo >&2 ; \ /bin/false) mkdir -p /tmp/staptcNU6M/.tmp_versions ; rm -f /tmp/staptcNU6M/.tmp_versions/* make -f ./scripts/Makefile.build obj=/tmp/staptcNU6M (cat /dev/null; echo kernel//tmp/staptcNU6M/stap_4321.ko;) > /tmp/staptcNU6M/modules.order gcc -Wp,-MD,/tmp/staptcNU6M/.stap_4321_src.o.d -nostdinc -isystem /usr/lib/gcc/arm-poky-linux-gnueabi/8.3.0/include -I./arch/arm/include -I./arch/arm/include/generated -I./include -I./arch/arm/include/uapi -I./arch/arm/include/generated/uapi -I./include/uapi -I./include/generated/uapi -include ./include/linux/kconfig.h -include ./include/linux/compiler_types.h -D__KERNEL__ -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -fno-PIE -DCC_HAVE_ASM_GOTO -fno-dwarf2-cfi-asm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -fno-ipa-sra -mabi=aapcs-linux -mfpu=vfp -funwind-tables -marm -Wa,-mno-warn-deprecated -D__LINUX_ARM_ARCH__=7 -march=armv5t -Wa,-march=armv7-a -msoft-float -Uarm -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-int-in-bool-context -Os -Wno-maybe-uninitialized --param=allow-store-data-races=0 -Wframe-larger-than=1024 -fstack-protector-strong -Wno-unused-but-set-variable -Wno-unused-const-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -pg -Wdeclaration-after-statement -Wno-pointer-sign -Wno-stringop-truncation -fno-strict-overflow -fno-merge-all-constants -fmerge-constants -fno-stack-check -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -fmacro-prefix-map=./= -Wno-packed-not-aligned -Iinclude2/asm/mach-default -I/lib/modules/4.19.19-yocto-standard/build -include /tmp/staptcNU6M/stapconf_4321.h -D "STP_NO_VELREL_CHECK" -freorder-blocks -fasynchronous-unwind-tables -Wframe-larger-than=512 -fno-ipa-icf -Wno-unused -Wno-tautological-compare -Werror -I/usr/share/systemtap/runtime -DMODULE -DKBUILD_BASENAME='"stap_4321_src"' -DKBUILD_MODNAME='"stap_4321"' -c -o /tmp/staptcNU6M/stap_4321_src.o /tmp/staptcNU6M/stap_4321_src.c /tmp/ccaE9CMG.s: Assembler messages: /tmp/ccaE9CMG.s:49: Error: selected processor does not support `dmb ish' in ARM mode /tmp/ccaE9CMG.s:52: Error: architectural extension `mp' is not allowed for the current b (which was from running the stap command with -v -v -v -k and then being able to run the command individually) Note that it says armv5t above. That comes from the code this patch changes root@qemuarm:/usr/src/kernel# gcc -march=armv7-a /tmp/staptcNU6M/stap_4321_aux_0.c cc1: error: -mfloat-abi=hard: selected processor lacks an FPU which makes me wonder if cc-option fails unless -mfpu-vfp is on the commandline too. Since we have a gcc which accepts the armv7-a arch, just remove the cc-option wrapper unconditionally here. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> ] (From OE-Core rev: 8c446ac6c1bba1502ac0a710a39b90c78fff41a3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto-4.19: Fix systemtap issue on armv7Richard Purdie2019-03-122-1/+64
| | | | | | | | | | | | | Add temporary patch to fix the systemtap issue on armv7 with the 4.19 kernel until Bruce is able to merge this into the repos, similarly to the fix for 5.0 kernel. Alternative patches are being discussed upstream but this fixes the issue for us for now in a simple way since we know the gcc versions we use. (From OE-Core rev: 491f72a2fd8053c4f54fa9b261c65cb394880d02) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* kexec-tools: update 2.0.19Armin Kuster2019-03-111-2/+2
| | | | | | | (From OE-Core rev: bff8b18aef79a4190b040a1af25e004e9a5f7007) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/5.0: fix systemtap for armBruce Ashfield2019-03-093-3/+3
| | | | | | | | | | | | | | | | | | We need to enable the arm unwinder for systemtap to work out of the box: root@qemuarm:~# stap --disable-cache -DSTP_NO_VERREL_CHECK ./hello.stp [ 1600.955262] stap_2097: loading out-of-tree module taints kernel. hello world This option is useful for much more than systemtap, so it is a good idea to have on in the base configs. It make the image slightly larger, but has no performance impacts. (From OE-Core rev: 8a3cc10c2deb933866e384b326d730d17a49a269) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* perf: synchronize unistd.h between libc-headers and perf sourceBruce Ashfield2019-03-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During the build for some architectures, perf generates a program which executes on the host to dump the syscall table. The generation of that program uses the cross compiler + sysroot to expand unistd.h. As such, we are getting the contents of that file from linux-libc-headers. The compilation of that generated program uses the host compiler and a restricted include path to the perf source code. In the perf source there is a captured unistd.h, as such it will be used when compiling the host executable. The perf source code is copied from the kernel version that is being built .. so we have a mismatch between the generation and the compilation of the host program. Normally this mismatch is fine, but if the libc-headers are newer than the kernel, we'll have syscalls (and their syscall numbers) that are not defined in the perf source code. This leads to a compiler error and a cascading failure of the perf build due to a missing generated file. To fix this, we can copy unistd.h from the recipe-sysroot into the perf source code and they will always be in sync. (From OE-Core rev: 3a23e094c4189af878e467f1636aea63955e250d) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* kernel-devsrc: make mips devsrc files backward compatbileBruce Ashfield2019-03-091-2/+2
| | | | | | | | | | | The additions done to devsrc to support the 5.0 kernel should have had a graceful failure mode, since the files/directories won't be present on older (or different) kernel versions. (From OE-Core rev: 3f0cada40a9f70704a3dc78daddb4a8cbd7dee80) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* kernel-devsrc: add files required for on-target build with 5.xBruce Ashfield2019-03-071-0/+10
| | | | | | | | | | | | Both powerpc and mips require a few new files for the scripts and prepare targets to work with a 5.0 kernel. We add the required files to the architecture specific blocks, with appropriate backwards compatibility considerations. (From OE-Core rev: 124c6bf5a0a5cc20d2ebbf04dc7b577cb4f5153a) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* systemtap: update to enable 5.0 kernel capabilitiesBruce Ashfield2019-03-072-37/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating the systemtap 4.0 SRCREV to pick up changes that have been made to support newer kernels (and in particular 5.0). root@qemux86-64:~# stap --disable-cache -DSTP_NO_VERREL_CHECK ./hello.stp [ 246.303263] stap_4843: loading out-of-tree module taints kernel. hello world root@qemux86-64:~# The following commits are included in this update: 90ff34ac0 If available, use kernel's save_stack_trace_regs() for fallback stack unwind a9b0aa4db testsuite/systemtap.bpf :: tests should return, not exit 0 83f229abb cachestat.stp: workaround the current limitations of trace_printk f912d520f Newer kernels tapsets may use the kprobe.function("*") adjust alias_tapset.exp. fe569f964 Handle name change of do_brk to do_brk_flags in the newer kernels 71dbdc9f9 Newer kernels tapsets may use the kprobe.function("*") adjust pp.exp check. 20d23f97a Correct at_register.stp test arch name for arm64. e0bcc2f92 cachestat.stp: new example based on a bpftrace script by David Valin 18d1baceb session.cxx diagnostics: don't dump kernel_functions below verbose=6 25b181ae4 Add __NR_chmod for missing defines on aarch64 2276b109e Add more __NR_* for missing defines on aarch64 (and ppc64) e34d66dee PR24239: avoid symbol/type resolution of unused globals/functions 49d74d4fa Correct the at_register.exp test c77884dcd Turn on guru mode for at_deref1.stp use of @kderef a9a15a3f8 RHBZ1689180: correct group name typos in staprun.8 e7146dbfe Regenerate syscall_num.stp grouped by syscall name. 6bcf09813 Group initialization using the same string literal together in syscall_num.stp 3752574dc Regenerate the syscall mapping information to add aarch32 to aarch64 syscalls af74da7b7 Update dump-syscalls.sh to generate 32-bit syscalls for aarch64 60144c0fa Match arm64 non-dwarf syscall probe points d36f6fee8 PR24199: don't use exceptions to signal type-resolution failures 5e50524ff PR24199: at pass-2 verbosity > 3, trace $var error-chaining events 40f855fd5 PR24199: loc2stap: propagate dwarf DIE() source locations better af9ef3369 Adjust noptrace.stp to avoid modifying ptrace syscall arguments ca3946e62 Update pfiles.stp to work with Linux 4.17 and newer 9d3a1cd66 PR24217: stap -p2 speedup, condition-expression processing ba7b83ec1 Conditionally define __NR_bdflush in systemtap runtime. cdf77a210 testsuite/systemtap.bpf :: couple of bpf_tests clarifications d6b529c43 fix embedded-c tag memoization thinko d81a001ad pass-2 optimization: embedded-c code pragma searching 1832b8f51 Set up a BPF related testcase blacklist for regression testsing purposes. 4e7686951 linux api update: compat_time* structs 1ac5a4499 linux api update: FAN_ALL_CLASS_BITS 17c2d352a unwinder: increase MAX_CFI to 8192 after a census of CFI sizes on Fedora 29 2e373d294 runtime: adapt to uapi/linux/mount.h changes 6b0430b6b dummy commit to force buildbot rebuilds d3964067f buildrun.cxx: older g++ compatibility: no std::string.back() 6b2838df5 Handle installation without stapusr group f90ca3096 Simplify creation of groups during installation 38184abcd Fix get_user_pages() autoconf test for 4.4.y kernel e2e13220f lkm-runtime time.c: prefer 4.15+ ktime_get_real_fast_ns eb8c8de94 linux 5.0-rc3 adaptations de5061899 parser: allow larger arrays 0fc1a5019 stap man page: document histogram per-bucket access/iteration 905865da1 PR16406 fixup :: correct comparison in _stp_module_check c8084763b PR10280 initial fix: force vermagic for guru-mode scripts 3a29a2eef Make testcase at_var.exp work with stap-4.1+ and kernel-4.17+ 53ff2b5df stap-prep: switch typo ($NEEDED => $package) 68bd23fd0 PR16596: add support for DW_OP_GNU_entry_value in location expressions aacee6563 Make sysc_bdflush.stp compatible with 4.17+ kernels. 891810c24 configury: tolerate dyninst10's need for -lboost_system ec3b46eb9 RHBZ1655631: systemtap.spec: use Recommends: for kernel-*-devel eef17e743 runtime/unwind: Allow to increase MAX_CFI 47ce37a14 systemtap.spec: merge unbotch - missing %changelog f082df49d systemtap.spec: importing fedora rawhide changes c9a393275 staprun/mainloop.c :: fix for loop initial decls 266c72bd0 PR23866 part: expose raw syscall tracepoint to bpf ab368ac2a PR23891: Make sure stap and staprun respond to SIGTERM when stderr/stdout are blocked 0a0595509 Fix segfaults in dwarf array pointer subscripting when -vvv is specified 4a8652800 Make opeartor @var() no longer assume @entry() in return probes. f5c19712c Add the ucalls.stp to the systemtap examples. 7d82f1bdc Adjust tcp_trace.stp example to work with newer Linux kernel's timers f6d683666 Adjust the vfs_open to provide cred variable with 4.18 kernels 008a0cbfd Userspace_probing.xml: change '-ldd' to '--ldd' command line option. e6227e5df bpf-translate.cxx: don't clobber any earlier value of c cbf3b6e6a bpf-translate.cxx: quiet a compiler warning 824e9ab80 PR23890 bonus: show nicer messages upon a buildid mismatch fba365b4d PR23890: tolerate f29+ style ELF files 6c94b6d42 PR23747: tolerate symbols with odd section#s d60dac71a systemtap.bpf/asm_tests :: fix documentation / expected result 0eaf4f196 PR23875 bpf_unparser::visit_foreach_loop(): temporarily disable string key iteration 8c1452d10 PR23875: another testcase that loops indefinitely 584d61dc0 PR23875 bpf.exp: fail testcase on 'stack smashing' 0128e1daf PR23860 bpf_interpret() :: NEG should not fall through to DIV 75640f70d Adjust the periodic.stp example to work with newer Linux kernels ca225a1cc stap -vv: also print kernel build-tree path name 28cf23f8e testcase for PR23875 3733caeba PR23860: reduce stack pressure from format strings 7a5716bb8 PR23860: additional ugly stack/clobber protection for strings 021f906e5 PR23860: additional stack protection for strings 02861e63c PR23860 bugfix: incorrect comparison direction in string_copy() e428db474 PR23507: add new command-line option to disable automatic unread global variable display b2ba3af9a pr23860 verifier workaround :: be sure to delete all mov rN,rN 08861a20f PR23507: add underscores to global @this variables 4ee1ae49a PR23761: generalized @entry cc6e13e62 standardize ktime_get_ns() across lkm, bpf runtimes fbee58bda bpf behind-the-scenes :: useful DEBUG_CODEGEN diagnostic 7209427d4 Always use nssInit for http and nss server. 72ef87bba PR23860 partial fix: fix BPF_NEG opcode generation. 8fb0cb4a7 PR23829 :: fallback defines __BPF_FUNC_MAPPER and BPF_J{LT,LE,SLT,SLE} for older kernels 686ba2980 tapset/bpf/task.stp :: rudiment of task tapset 0e6a26ff4 PR23849 -- temporarily disable stapbpf script caching c0002c5ad prometheus-exporter samples: change reported metric name 1b50200ff stap-exporter: drop initial demo scripts under .examples; not used 3582845f5 powerpc64: add missing system call defines 57550d39d aarch64: add missing system call defines 856ddcedb tapset/bpf/context.stp :: add execname(), triage other functions 61b00f37d tapset/bpf/conversions.stp bugfix :: helper name in kernel_string(addr, err_msg) a47bc40eb bpf-asm.exp bugfix :: bad_output does occur 14e5ff4e6 bpf-translate.cxx :: fix segfault with malformed register b530b0193 Fix miscellaneous errors/typos in syscall tapset ae51c4d99 On aarch64 Linux system calls related SystemTap scripts compilation fail with "__NR_compat_[exit|read|write] redefined" errors after following two commits: 3d9e0d2a5 Adjust the BPF translate error report formatting to work on 32-bit architectures 0a4d384a8 session.cxx :: enable caching for bpf backend 5ada58a9f bpf-translate.cxx :: plug an exception gap in is_numeric() c009fe88d Merge branch 'serhei/bpf_asm' -- kernel_string() tapset and experimental bpf assembler 0b3a813f5 testsuite/systemtap.bpf :: diagnose a bug in print_format("%s%s", ...) 110f739b3 stapbpf assembler WIP #8 :: bpf-asm.exp driver and more testcases 4d68a526b stapbpf assembler WIP #7 :: fixed kernel_string() tapset and testcase da6c4aef4 stapbpf assembler WIP #6 :: other call functions ({s}printf and tapset) e534cf2a7 PR21080: support added for new pkey_* syscalls 0e0f0e386 stap-exporter examples: use symlinks rather than copies fddf715d1 Use NSS_InitContext instead of NSS_Init. 6a3a804e4 prometheus tapset: add dump_array_*_unquoted variants 4e81610ae nfsd tapset: adapt nfsd.proc4.commit probe to different kernel versions 4cd50f30a PR23799 - sprint_ustack() always returns empty string values 8bc640345 nfsd tapset: adapt nfsd.proc4.read probe to different kernel versions 7b76b6b60 step-prep: on debian/ubuntu machines, attempt "apt-get -y install" 10b3f049e Use cast to make c->cycles_sum aways match the %lld format. d95f81630 Add more quantitative data to error message when probes exceed threshold f4d49b79b Avoid using target variable in target_set.stp for syscall.* probes. 5aafdc55e Avoid using target variables for syscall.write in print_user_buffer.stp. bb93c70a1 Avoid using target variables in signal.stp for syscall.* based probe points. 784d4fc04 Add buildok/syscall_any.stp to list of tests dyninst will not run. 910395ba0 kprocess.exec_complete should avoid using $return from syscall.execve.return d4550e6c0 stapbpf assembler WIP #5 :: basic kernel_string() implementation 9ae578690 stapbpf assembler WIP #4 :: alloc and (helper) call operations f12e7d8eb stapbpf assembler WIP #3 :: additional assembly test cases f3fdcc936 Fix searching of kernel_source_tree for kernel built with O option dd57c7387 postrelease version bump for future version 4.1 2881d9d95 stapbpf assembler WIP #2 :: testcases (no driver so far) db79925e5 stapbpf assembler WIP #1 :: basic parser and control flow (From OE-Core rev: 18e1f2859ad213febb3438618e7d7ee57f401ff4) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* kmod: Remove compatibility for ancient hostsAdrian Bunk2019-03-074-80/+0
| | | | | | | | | | | | | Lack of be32toh() is handled upstream since 2014. Linux 2.6.23 was released 2007, distributions with kernels older than that are far outside the host distributions still supported today. (From OE-Core rev: c4d77ddd13ad43b52f22a32dc7a3d34cc2692dce) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/5.0: update configs for h/w reference boardsBruce Ashfield2019-03-063-3/+3
| | | | | | | | | | | | | | Integrating configuration changes from Kevin Hao for the reference boards on the 5.0 kernel: be627e4e386 beaglebone: Switch to the 8250 omap driver 957f6060c25 beaglebone: Update the audio options ab5298a6983 mpc8315e-rdb: Enable the CONFIG_MTD_PHYSMAP (From OE-Core rev: 6aec31d1ca35ab1aa1cfe8f10381ad7dfd49218e) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng: add 5.x fixup patches to 2.10.8 releaseBruce Ashfield2019-03-0610-0/+1350
| | | | | | | | | | | | | | lttng hasn't released 2.10.9, but the stable/2.10 branch contains changes that we need to build against the 5.0 kernel. We add them here as patches, and we can drop them in the future when lttng is updated. (From OE-Core rev: f8bcf3486d44ebd867e9089d4dbd3b56726c9075) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: introduce 5.0 versioned recipeBruce Ashfield2019-03-063-0/+126
| | | | | | | | | | | | | | | | | | | | | | | | | Introducing the 5.0 linux-yocto reference kernel, which will become the "latest" kernel as part of the spring yocto release. qemu* has been built and sanity tested against this kernel, and it is suitable to become the default build for the emulated references. Some minor configuration cleanup was performed, but otherwise, things are very similar to the 4.19 kernel config: 7fdb966db86 (HEAD -> yocto-5.0) aufs4: kbuild patch c76b027a8b2 iosched: remove configs for removed legacy io schedules 5d1f8102244 netfilter: drop removed config options 8ff16f508f5 kernel-yocto: 5.0 kernel prep Feature wise, this is a match for 4.19, with yaffs2 and aufs4 being kept around for another release. Aufs is scheduled for removal in the fall release. (From OE-Core rev: c802c355f02e808b29d396fcc286da6f18ce6a78) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-libc-headers: update to 5.x headersBruce Ashfield2019-03-066-392/+9
| | | | | | | | | | | | | | Updating the linux-libc-headers to the 5.x kernel variant to match the latest reference kernel in the 2.7 release. We have two patches refreshed for context changes, and three patches dropped since they have been merged to the mainline kernel and are no longer necessary. (From OE-Core rev: f6c825c41e3d4c14ae4ba0b2a07cc41d538e0d61) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* perf: Set libunwind dir explicitly to point into staging sysrootKhem Raj2019-03-021-0/+1
| | | | | | | | | | This helps it find the unwind library in sysroot always and not look around and confuse with host (From OE-Core rev: e914c03964c540493523b18660f8a4eaeec78e3d) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: qemuarm|qemuarm64: graphics supportBruce Ashfield2019-03-023-3/+3
| | | | | | | | | | | | | Integrating the configuration changes from Jon Mason <jdmason@kudzu.us> to enable graphics for qemuarm/qemuarm64. Note2: This requires the machine/configuration changes also sent by John to have working graphics. (From OE-Core rev: b62c48039834990a9265e6a7ef081a6dbdc489b9) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.19: configuration cleanupsBruce Ashfield2019-03-023-3/+3
| | | | | | | | | | | | | | | | Integrating the following configuration tweaks (which were already on yocto-4.18): 9bddc4aa1eb bsp/intel-x86: Rename CONFIG_R8723BE to CONFIG_RTL8723BE 6504b0ed616 features: drop the obsolete kernel option 5d18756a7fc features/hostapd: drop obsolete configs bdf91f835b9 bsp/intel-x86: Drop configs that has been removed by kernel 0f8bb536c22 intel-x86: Drop configs which are not defined in kernel (From OE-Core rev: 5c1c1f223c6618d033ea23abb33dacc230e754de) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: netfilter: Enable CONFIG_NETFILTER_XT_TARGET_LOGBruce Ashfield2019-03-023-3/+3
| | | | | | | | | | | | | | | | | [ In order for logging to work, as for example seen with the default configuration of 'ufw' we need to have logging support enabled. This is currently gated on the CONFIG_NETFILTER_XT_TARGET_LOG option, so enable it here. Fixes: f56608b405f0 ("meta: cleanup invalid/obselete 3.4 CONFIG options") Signed-off-by: Tom Rini <trini@konsulko.com> ] (From OE-Core rev: 4f3371b06d878800d2f759e00f7d5f4b244e7bf6) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng-tools: Disable hanging tests and other ptest fixesRichard Purdie2019-02-271-3/+12
| | | | | | | | | | | Disable some tests which hang, blocking many other ptests. Also add missing test artefacts to improve test pass rate and fix failures. (From OE-Core rev: e6f1d15e307a8d2f5f05c9ec9dd8163e9072ad07) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* kmod: Fix PVRichard Purdie2019-02-201-1/+1
| | | | | | | | | Meant to fix this pre merge, the git revision is the PV so no need to add SRCPV. (From OE-Core rev: 3233096f0dbada97d9d71c98044150a641bfb0a5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* kmod: upgrade to 26Chen Qi2019-02-204-21/+28
| | | | | | | | | Refresh patches to avoid warning. (From OE-Core rev: 5dc170d74e932e1dbfc58d23b204bf1d9ebc6e42) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-firmware: Bump to 710963f revisionOtavio Salvador2019-02-161-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Following changes are applied: 710963f Merge https://github.com/ajaykuee/linux-firmware c24aec4 nvidia: add TU10x typec controller firmware 28f5f7d Merge git://git.marvell.com/mwifiex-firmware f30a319 Merge branch 'ath10k-20190201' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/linux-firmware 8fcf0ec bnx2x: Add FW 7.13.11.0. 8bf607c amdgpu: add firmware for vega20 from 18.50 578aee3 amdgpu: bump year on license bd72387 linux-firmware: update Marvell PCIe-USB8997 firmware image 6cfdd52 linux-firmware: update Marvell SD8897-B0 firmware image 2206320 linux-firmware: add Marvell SD8977 firmware image 6b5e23a ath10k: QCA9984 hw1.0: update firmware-5.bin to 10.4-3.9.0.2-00021 0eef77d ath10k: QCA988X hw2.0: update firmware-5.bin to 10.2.4-1.0-00043 1bd5312 ath10k: QCA9888 hw2.0: update firmware-5.bin to 10.4-3.9.0.2-00024 97b1f93 ath10k: QCA6174 hw3.0: update board-2.bin a8b75ca Merge tag 'add-rpi-fw' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux-firmware 56483ad brcm: Add BCM43455 NVRAM for Raspberry Pi 3 B+ 638a91a brcm: Fix filename for BCM43430 NVRAM for the Raspberry Pi 3 Model B bc65650 amdgpu: add raven2 fw for 18.50 release 32201bb amdgpu: add picasso fw for 18.50 release b1eae29 Revert "brcm: Add BCM43455 NVRAM for Raspberry Pi 3 B+" 89d37c6 linux-firmware: Update firmware file for Intel Bluetooth,8265 f089658 linux-firmware: Update firmware patch for Intel Bluetooth 8260 ae90c3b linux-firmware: Update firmware file for Intel Bluetooth,9260 9723ba4 linux-firmware: Update firmware file for Intel Bluetooth,9560 c7148ed Merge tag 'add-rpi-fw' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux-firmware 128441e Merge tag 'iwlwifi-fw-2018-12-30' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware 56cbf41 Merge git://git.marvell.com/mwifiex-firmware 930f276 brcm: Add BCM43430 NVRAM for the Raspberry Pi 3 Model B fca5958 brcm: Add BCM43455 NVRAM for Raspberry Pi 3 B+ 63ca64a linux-firmware: update Marvell USB8801 B0 firmware image b727739 iwlwifi: update firmwares for 9000 series 80dee31 cxgb4: update firmware to revision 1.22.9.0 0f22c85 Revert "amdgpu: update vega10 fw for 18.50 release" 117d211 brcm: Add 4330 NVRAM for the Prowise PT301 tablet 912d6a5 brcm: Add 43430 NVRAM for the Chuwi Vi8 Plus tablet f16cf5e brcm: Add 43340 based AP6234 NVRAM for the Meegopad T08 HDMI stick 5a2766c brcm: Add 43430a0 based AP6212 NVRAM for the Jumper EZpad mini 3 tablet 867ac13 brcm: Add 43430a0 based AP6212 NVRAM for the Onda V80 Plus tablet a5662fb brcm: Add 4356 based AP6356 NVRAM for the GPD win handheld f055ceb brcm: Add brcmfmac43362-sdio.lemaker,bananapro.txt symlink d9430ac brcm: Add 43362 based AP6210 NVRAM for the Cubietech Cubietruck eb34562 WHENCE: Put quotes around brcmfmac NVRAM filenames be15035 check_whence.py: Add support for filenames with spaces in them e6b9001 rtl_bt: Add firmware and configuration files for the Bluetooth part of RTL8723BS 3de2546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware 494709e Merge branch 'BXT_HUC' of git://anongit.freedesktop.org/drm/drm-firmware 8707ef3 iwlwifi: update firmwares for 8000 series 156b549 iwlwifi: add -43.ucode for 9000 series 8a396b6 iwlwifi: update -41.ucode for 9000 series 211de16 brcm: provide new firmwares for BCM4366 chipset 813fa1f Mellanox: Add new mlxsw_spectrum firmware 13.1910.622 a330ddb Merge branch 'for-upstream' of https://github.com/crojewsk/linux-firmware 8de1d88 cavium: Update firmware for CNN55XX crypto driver a7ea5a8 amdgpu: update vega12 fw for 18.50 release ec4b0cd amdgpu: update vega10 fw for 18.50 release 1abe3c3 amdgpu: update raven fw for 18.50 release 6e38fef amdgpu: update polaris11 fw for 18.50 release df89864 amdgpu: update polaris10 fw for 18.50 release a91e850 amdgpu: add firmware for vega12 6cca138 amdgpu: Add new polaris MC firmwares e8404a6 amdgpu: Add new polaris SMC firmwares 8aa9e3e linux-firmware: Update AMD cpu microcode f3f6ada Merge branch 'MSCC-PHYs' of https://github.com/QSchulz/linux-firmware 4bbd950 Merge branch 'for-upstream' of git://git.chelsio.net/pub/git/linux-firmware d9fb2ee nfp: update Agilio SmartNIC flower firmware to rev AOTC-2.10.A.13 57d49d5 microchip: add firmware for VSC8574 and VSC8584 Ethernet PHYs 82f6dbf linux-firmware: intel: Update Cannonlake audio firmware. 69f153b firmware/huc/bxt: Add huC Update for BXT 5904eab nfp: update Agilio SmartNIC firmware to rev 2.1.16 e7cdec4 cxgb4: update firmware to revision 1.21.5.0 License-Update: - LICENSE.amdgpu: Copyright year update; - WHENCE: New firmware files additions and version updates; (From OE-Core rev: 4e6d242eb9678430df387c0c106d305df6d2e71b) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* perf: Package libperf-jvmti.so as part of ${PN}Alex Kiernan2019-02-161-1/+2
| | | | | | | | | | | | | | perf's jvmti support builds libperf-jvmti.so that needs to be packaged as part of the main package, not a developer package. Given there's no files in the developer package, override FILES_SOLIBSDEV so it's not gobbled by FILES_${PN}-dev, and then add just that file to FILES_${PN} so that if in the future there other files which would be added to the dev package we'll fail then. (From OE-Core rev: 284763fcf188a497f15a1c69a50ceeee99d546f8) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng-ust: Upgrade 2.10.2 -> 2.10.3Richard Purdie2019-02-161-2/+2
| | | | | | (From OE-Core rev: c66e417d26477d6fa21b291427b75f7929ec120a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng-tools: Upgrade 2.10.5 -> 2.10.6Richard Purdie2019-02-161-2/+2
| | | | | | (From OE-Core rev: 5674835702c456d6debdbc77f7ba3de43d3324f4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cryptodev: 1.9 -> 1.10Robert Yang2019-02-1510-618/+1
| | | | | | | | | | | | | | | * Remove backported patches: 0001-Port-tests-to-openssl-1.1.patch 0001-ioctl.c-Fix-build-with-linux-4.13.patch 0001-ioctl.c-Fix-build-with-linux-4.17.patch 0001-refactoring-split-big-function-to-simplify-maintaina.patch 0002-refactoring-relocate-code-to-simplify-later-patches.patch 0003-convert-to-new-AEAD-interface-in-kernels-v4.2.patch (From OE-Core rev: bc7e91cd2eef6f01670ef30a9ed0e077f3844d7d) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: add baseline ARC supportBruce Ashfield2019-02-123-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding both the required toolchain options (libgcc) and baseline BSP definitions for arc support. Author: Alexey Brodkin <alexey.brodkin@synopsys.com> Date: Fri Feb 8 18:32:21 2019 +0300 linux-yocto: Add dependency on libgcc for ARC As of now in case of ARC there's no in-kernel implementation of basic libgcc functions used for millicode, multiplication, division etc instead we simply link with libgcc.a which provides everything used by the compiler. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Author: Alexey Brodkin <alexey.brodkin@synopsys.com> Date: Fri Feb 8 17:29:40 2019 +0300 ARC: Add nsimhs- and hsdk-standard configs With ARC support ramping-up in upstream OE we're ready to build more complicated distributions and linux-yocto is a nice and configurable base for that. This commit adds support of 1 simulated board (nSIM) and the mast affordable and powerful to date development board (HSDK). Once Qemu port for ARC is functional (it's being actively developed now) we'll switch from nSIM to Qemu. Still it would be really good to keep nSIM support in linux-yocto for now as it allows for simpler testing as compared to real HW. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> (From OE-Core rev: 430bd28093fb743ba3bd032e11e40b4dd8e5bd1f) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: Add dependency on libgcc for ARCAlexey Brodkin2019-02-121-0/+4
| | | | | | | | | | | | As of now in case of ARC there's no in-kernel implementation of basic libgcc functions used for millicode, multiplication, division etc instead we simply link with libgcc.a which provides everything used by the compiler. (From OE-Core rev: 4f582a1123be0cc56abab324c5eb16ad03906857) Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: tweak console boot checkBruce Ashfield2019-02-123-14/+14
| | | | | | | | | | | | | | | | | boot/main: don't check console device file on fs when booting with initrd/initramfs In case of initrd/initramfs /dev/console might not exist that early as devtmpfs is mounted a bit later by /init process so disable this check in that case. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> (From OE-Core rev: b5bd54b1640c1e59960c260dd6521ba2500df204) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.19: update to v4.19.19Bruce Ashfield2019-02-073-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the korg -stable updates that comprise the following commits: dffbba4348e9 Linux 4.19.19 3a3b6a6b15db Input: input_event - fix the CONFIG_SPARC64 mixup d4a6ac28d44a ide: fix a typo in the settings proc file name 25ad17d692ad usb: dwc3: gadget: Clear req->needs_extra_trb flag on cleanup 6bab957396ce Revert "mm, memory_hotplug: initialize struct pages for the full memory section" 7dbf12973d53 nvmet-rdma: fix null dereference under heavy load fa9184be67a6 nvmet-rdma: Add unlikely for response allocated check 48046a0177e6 s390/smp: Fix calling smp_call_ipl_cpu() from ipl CPU 37c9e3ee4239 bpf: fix inner map masking to prevent oob under speculation eed84f94ff8d bpf: fix sanitation of alu op with pointer / scalar type from different paths f92a819b4cbe bpf: prevent out of bounds speculation on pointer arithmetic 4f7f708d0e6c bpf: fix check_map_access smin_value test when pointer contains offset 44f8fc649980 bpf: restrict unknown scalars of mixed signed bounds for unprivileged 5332dda94f63 bpf: restrict stack pointer arithmetic for unprivileged 9e57b2969d4a bpf: restrict map value pointer arithmetic for unprivileged 232ac70dd38b bpf: enable access to ax register also from verifier rewrite b855e3103740 bpf: move tmp variable into ax register in interpreter 333a31c89ae2 bpf: move {prev_,}insn_idx into verifier env 437112946263 bpf: add per-insn complexity limit 7da6cd690c43 bpf: improve verifier branch analysis ce8d0581ae33 drm/meson: Fix atomic mode switching regression 8b4dffe8261a vt: invoke notifier on screen size change 18ef43def81c vt: always call notifier with the console lock held 855f7e64169f vt: make vt_console_print() compatible with the unicode screen buffer 6f4f2a443d87 can: flexcan: fix NULL pointer exception during bringup 576f474fb2d3 can: bcm: check timer values before ktime conversion 8d85aa96c54b can: dev: __can_get_echo_skb(): fix bogous check for non-existing skb by removing it bdcf74e735b1 irqchip/gic-v3-its: Align PCI Multi-MSI allocation on their size 6f4db68ab5ce net: sun: cassini: Cleanup license conflict 21c0d1621b8d posix-cpu-timers: Unbreak timer rearming dd085f9b1dc1 x86/entry/64/compat: Fix stack switching for XEN PV ed334be9c2ed x86/kaslr: Fix incorrect i8254 outb() parameters 334c0e1b3cdd x86/selftests/pkeys: Fork() to check for state being preserved db01b8d40feb x86/pkeys: Properly copy pkey state at fork() f9203cd03125 KVM/nVMX: Do not validate that posted_intr_desc_addr is page aligned d58f5e638b18 kvm: x86/vmx: Use kzalloc for cached_vmcs12 bbb8c5c75f6e KVM: x86: WARN_ONCE if sending a PV IPI returns a fatal error b2598858ac21 KVM: x86: Fix PV IPIs for 32-bit KVM host 6d3dabbdf46e KVM: x86: Fix single-step debugging c1bfae340367 drm/amdgpu: Add APTX quirk for Lenovo laptop b911f1dcb60d dm crypt: fix parsing of extended IV arguments 5b779f841773 dm thin: fix passdown_double_checking_shared_status() eba68bd45672 scsi: ufs: Use explicit access size in ufshcd_dump_regs b18931c5fe0d acpi/nfit: Fix command-supported detection 3cb00cfa3d37 acpi/nfit: Block function zero DSMs 92fbac528fd0 Input: uinput - fix undefined behavior in uinput_validate_absinfo() 71b1af87749b Input: input_event - provide override for sparc64 865a07956db5 Input: xpad - add support for SteelSeries Stratus Duo 06d9f987201f smb3: add credits we receive from oplock/break PDUs 779c65bb7739 CIFS: Do not reconnect TCP session in add_credits() 2ae6fedbd5cb CIFS: Fix credit calculation for encrypted reads with errors 0380ed9b1cd3 CIFS: Fix credits calculations for reads with errors 07b9e5e35e8f CIFS: Fix possible hang during async MTU reads and writes f4abbb16ed9a vgacon: unconfuse vc_origin when using soft scrollback a912e16faeda Drivers: hv: vmbus: Check for ring when getting debug info bfe482b9b299 hv_balloon: avoid touching uninitialized struct page during tail onlining 71d1a74f36a7 tty/n_hdlc: fix __might_sleep warning 6d15ef2c912a uart: Fix crash in uart_write and uart_put_char 80250b48803a tty: Handle problem if line discipline does not have receive_buf 3209eeded863 staging: rtl8188eu: Add device code for D-Link DWA-121 rev B1 75a08b9a0fcb mmc: meson-gx: Free irq in release() callback 4a559dfe6603 mmc: dw_mmc-bluefield: : Fix the license information d3faea2d152e char/mwave: fix potential Spectre v1 vulnerability 0479bdbf55d8 misc: ibmvsm: Fix potential NULL pointer dereference 049c7b068dd1 s390/smp: fix CPU hotplug deadlock with CPU rescan e0d573a08f23 s390/early: improve machine detection b563764443a3 s390/mm: always force a load of the primary ASCE on context switch 8cbca17381ac ARC: perf: map generic branches to correct hardware condition 2f0d2f3ace1f ARC: adjust memblock_reserve of kernel memory 7bb78e62f712 ARCv2: lib: memeset: fix doing prefetchw outside of buffer cf662d989425 ALSA: hda - Add mute LED support for HP ProBook 470 G5 2173f5a1b0d7 ALSA: hda/realtek - Fix typo for ALC225 model a719cbe07847 inotify: Fix fd refcount leak in inotify_add_watch(). afb4a7ca7818 clk: socfpga: stratix10: fix naming convention for the fixed-clocks cf8ea8d536a4 clk: socfpga: stratix10: fix rate calculation for pll clocks 0af64fda917d ASoC: tlv320aic32x4: Kernel OOPS while entering DAPM standby mode 4fedd516d554 ASoC: rt5514-spi: Fix potential NULL pointer dereference d6847f539bd6 ASoC: atom: fix a missing check of snd_pcm_lib_malloc_pages 3e05ceedf143 ceph: clear inode pointer when snap realm gets dropped by its inode 8e7320b9f551 USB: serial: pl2303: add new PID to support PL2303TB 4d984aab54a6 USB: serial: simple: add Motorola Tetra TPG2200 device id a70e5cd09361 USB: leds: fix regression in usbport led trigger f8982204cbea mei: me: add denverton innovation engine device IDs adfda26bdf47 mei: me: mark LBG devices as having dma support 2cade15d58ca tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT state 6c4d069aec0f ip6_gre: update version related info when changing link c9fe9d194d45 net: phy: marvell: Fix deadlock from wrong locking 552cd931b483 erspan: build the header with the right proto according to erspan_ver 0449da6fc203 ip6_gre: fix tunnel list corruption for x-netns e3fa624ee7af udp: with udp_segment release on error path 84bf74307c88 net/sched: cls_flower: allocate mask dynamically in fl_change() bdafc159ac8c mlxsw: pci: Ring CQ's doorbell before RDQ's c82f4684d330 mlxsw: spectrum_fid: Update dummy FID index adbf7e580994 net: ipv4: Fix memory leak in network namespace dismantle bc4e2300e44a mlxsw: pci: Increase PCI SW reset timeout 1688e75cae7d vhost: log dirty page correctly 3d997bf0074e openvswitch: Avoid OOB read when parsing flow nlattrs 916c27c8cf88 net_sched: refetch skb protocol for each filter 02239e797ac7 net/sched: act_tunnel_key: fix memory leak in case of action replace 3e4cd0677715 net: phy: mdio_bus: add missing device_del() in mdiobus_register() error handling 1a864e38b39e net: phy: marvell: Errata for mv88e6390 internal PHYs 40f2f08030fa net: Fix usage of pskb_trim_rcsum e287968a3837 net: bridge: Fix ethernet header pointer before check skb forwardable 779a5077d9cf amd-xgbe: Fix mdio access for non-zero ports and clause 45 PHYs 34ae65724615 Linux 4.19.18 b40aec33eeb5 ipmi: Don't initialize anything in the core until something uses it 031a94ff8ac4 ipmi:ssif: Fix handling of multi-part return messages 821a003d8e81 ipmi: Prevent use-after-free in deliver_response 753abe2a6339 ipmi: msghandler: Fix potential Spectre v1 vulnerabilities 1c393ca118cf ipmi: fix use-after-free of user->release_barrier.rda 7557895b3dda Bluetooth: Fix unnecessary error message for HCI request completion d9bcbcb7d77c iwlwifi: mvm: Send LQ command as async when necessary 0d73e773edc9 mm, proc: be more verbose about unstable VMA flags in /proc/<pid>/smaps 2011eb741803 userfaultfd: clear flag if remap event not enabled b0cd52e644ef mm/swap: use nr_node_ids for avail_lists in swap_info_struct dc15e3fd3fbe mm/page-writeback.c: don't break integrity writeback on ->writepage() error 5a404f39f8fa ocfs2: fix panic due to unrecovered local alloc c9dcb871b1a9 iomap: don't search past page end in iomap_is_partially_uptodate 00886cebcce5 scsi: megaraid: fix out-of-bound array accesses d640fb10cab4 scsi: smartpqi: call pqi_free_interrupts() in pqi_shutdown() dd619b90dd71 ath10k: fix peer stats null pointer dereference ca8ad9bcbebd scsi: smartpqi: correct lun reset issues 868152e4ca97 scsi: mpt3sas: fix memory ordering on 64bit writes 6fa75685aa3a IB/usnic: Fix potential deadlock a13daf038b49 sysfs: Disable lockdep for driver bind/unbind files 959bf5c190ea ALSA: bebob: fix model-id of unit for Apogee Ensemble c5e68453be0c Bluetooth: btusb: Add support for Intel bluetooth device 8087:0029 887b1c9a7d17 dm: Check for device sector overflow if CONFIG_LBDAF is not set decca9bc2116 clocksource/drivers/integrator-ap: Add missing of_node_put() 876b79b973f2 quota: Lock s_umount in exclusive mode for Q_XQUOTA{ON,OFF} quotactls. 77f14a495530 perf tools: Add missing open_memstream() prototype for systems lacking it e2a1f8d695c2 perf tools: Add missing sigqueue() prototype for systems lacking it 4bc4b575131f perf cs-etm: Correct packets swapping in cs_etm__flush() 9e5be33b1061 dm snapshot: Fix excessive memory usage and workqueue stalls d9513fdbeb62 tools lib subcmd: Don't add the kernel sources to the include path 8603cac28a78 perf stat: Avoid segfaults caused by negated options cbd257f3bbc9 dm kcopyd: Fix bug causing workqueue stalls 4e26ee3149e4 dm crypt: use u64 instead of sector_t to store iv_offset a4772e8b3e60 x86/topology: Use total_cpus for max logical packages calculation 9d51378a6893 netfilter: ipt_CLUSTERIP: fix deadlock in netns exit routine bb7b6c49cc34 netfilter: ipt_CLUSTERIP: remove wrong WARN_ON_ONCE in netns exit routine 744383c88e2e netfilter: ipt_CLUSTERIP: check MAC address when duplicate config is set bd1040e646d6 perf vendor events intel: Fix Load_Miss_Real_Latency on SKL/SKX 58c67a0b06a7 perf parse-events: Fix unchecked usage of strncpy() b332b4cd25e7 perf svghelper: Fix unchecked usage of strncpy() f54fc4c23eea perf tests ARM: Disable breakpoint tests 32-bit c3e8c335e788 perf intel-pt: Fix error with config term "pt=0" f74fc96e32ab tty/serial: do not free trasnmit buffer page under port lock 310f8296d630 btrfs: improve error handling of btrfs_add_link 38b17eee7074 btrfs: fix use-after-free due to race between replace start and cancel 720b86a53a10 btrfs: alloc_chunk: fix more DUP stripe size handling bb5717a4a165 btrfs: volumes: Make sure there is no overlap of dev extents at mount time c21991ed17e9 mmc: atmel-mci: do not assume idle after atmci_request_end 461991104dcb kconfig: fix memory leak when EOF is encountered in quotation ba8efcdc5779 kconfig: fix file name and line number of warn_ignored_character() 344b51e7ce13 bpf: relax verifier restriction on BPF_MOV | BPF_ALU dfbf8c981f83 arm64: Fix minor issues with the dcache_by_line_op macro 73f0b2e36e40 clk: imx6q: reset exclusive gates on init 8f183b332398 arm64: kasan: Increase stack size for KASAN_EXTRA 656257cf1cbd selftests: do not macro-expand failed assertion expressions 3ad8148ce042 scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enough 25d3546acd60 scsi: target: use consistent left-aligned ASCII INQUIRY data 50deccdceb59 net: call sk_dst_reset when set SO_DONTROUTE fd4c7fe100fc staging: erofs: fix use-after-free of on-stack `z_erofs_vle_unzip_io' 38be2cbae300 media: venus: core: Set dma maximum segment size 9df6861a35d1 ASoC: use dma_ops of parent device for acp_audio_dma 597a09e0ce2c media: firewire: Fix app_info parameter type in avc_ca{,_app}_info 3049cdc28409 powerpc/pseries/cpuidle: Fix preempt warning 115a0d668793 powerpc/xmon: Fix invocation inside lock region 819e2e0760f3 media: uvcvideo: Refactor teardown of uvc on USB disconnect 265242d82a3c pstore/ram: Do not treat empty buffers as valid ed99d79a158c clk: imx: make mux parent strings const c356972f27cc jffs2: Fix use of uninitialized delayed_work, lockdep breakage 50063ba9dd51 efi/libstub: Disable some warnings for x86{,_64} fded1b0e0c89 rxe: IB_WR_REG_MR does not capture MR's iova field e34e54f925e2 drm/amdgpu: Reorder uvd ring init before uvd resume 4614fe394c55 scsi: qedi: Check for session online before getting iSCSI TLV data. 22e568af3989 ASoC: pcm3168a: Don't disable pcm3168a when CONFIG_PM defined 34ea589d97d7 selinux: always allow mounting submounts e4c04fd44157 fpga: altera-cvp: fix probing for multiple FPGAs on the bus 7cae65dbc7b4 usb: gadget: udc: renesas_usb3: add a safety connection way for forced_b_device 7187ac3e3c4d samples: bpf: fix: error handling regarding kprobe_events 5e1be9c72310 clk: meson: meson8b: fix incorrect divider mapping in cpu_scale_table 6ebffc54843b drm/atomic-helper: Complete fake_commit->flip_done potentially earlier 6f88ff119205 arm64: perf: set suppress_bind_attrs flag to true dbb97f7663c0 crypto: ecc - regularize scalar for scalar multiplication 6e5be6e3f56a MIPS: SiByte: Enable swiotlb for SWARM, LittleSur and BigSur 1d839c72fc13 x86/mce: Fix -Wmissing-prototypes warnings 3945c33a608e ALSA: oxfw: add support for APOGEE duet FireWire 464b01e4406e bpf: Allow narrow loads with offset > 0 4c7c36a7f348 serial: set suppress_bind_attrs flag only if builtin e7a5f0073533 writeback: don't decrement wb->refcnt if !wb->bdi b6d75422462a of: overlay: add missing of_node_put() after add new node to changeset d216d503a0b2 selftests/bpf: enable (uncomment) all tests in test_libbpf.sh 579f3fc1f46f usb: typec: tcpm: Do not disconnect link for self powered devices 88f3beae5836 e1000e: allow non-monotonic SYSTIM readings e5090418fbb0 platform/x86: asus-wmi: Tell the EC the OS will handle the display off hotkey 3dc1bc575e75 ixgbe: allow IPsec Tx offload in VEPA mode bd240b1182da drm/amdkfd: fix interrupt spin lock 07f4cf9547d9 drm/amd/display: Guard against null stream_state in set_crc_source 414dbd6c00b9 gpio: pl061: Move irq_chip definition inside struct pl061 ad7013cd6d6a netfilter: ipset: Allow matching on destination MAC address for mac and ipmac sets 183144815e34 net: clear skb->tstamp in bridge forwarding path c1fa98a5748f ipv6: Take rcu_read_lock in __inet6_bind for mapped addresses 19ad57e220a1 r8169: Add support for new Realtek Ethernet 8bb38336b721 qmi_wwan: add MTU default to qmap network interface 598e57e02929 net, skbuff: do not prefer skb allocation fails early e10411389248 net: dsa: mv88x6xxx: mv88e6390 errata 07348a7ebb58 mlxsw: spectrum_switchdev: Set PVID correctly during VLAN deletion cac1bffc77e9 mlxsw: spectrum: Disable lag port TX before removing it 9b25d7b69d61 ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped address 23b6b8bf9011 Linux 4.19.17 9a9c3c02eace nbd: Use set_blocksize() to set device blocksize 685cc9c3ee48 media: vb2: be sure to unlock mutex on errors 7696248f9b5a selftests: Fix test errors related to lib.mk khdr target 241e514850a1 drm/fb-helper: Ignore the value of fb_var_screeninfo.pixclock 8868a72d4201 loop: drop caches if offset or block_size are changed 30805ece5068 loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl() b42e24aa3b88 loop: Get rid of 'nested' acquisition of loop_ctl_mutex 5c684c250bf3 loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutex 5f0db37d916b loop: Fix deadlock when calling blkdev_reread_part() 6e0d69353095 loop: Move loop_reread_partitions() out of loop_ctl_mutex ed281a7230c9 loop: Move special partition reread handling in loop_clr_fd() dc717408cef0 loop: Push loop_ctl_mutex down to loop_change_fd() 9218b108062e loop: Push loop_ctl_mutex down to loop_set_fd() 90386ad72fcf loop: Push loop_ctl_mutex down to loop_set_status() 8de64127b2aa loop: Push loop_ctl_mutex down to loop_get_status() ed87dc660171 loop: Push loop_ctl_mutex down into loop_clr_fd() 18974320825e loop: Split setting of lo_state from loop_clr_fd b8463897a294 loop: Push lo_ctl_mutex down into individual ioctls ea5df5077091 loop: Get rid of loop_index_mutex 38d9cce3d61f loop: Fold __loop_release into loop_release 342b3360aeb1 block/loop: Use global lock for ioctl() operation. f5d3c785c1d3 block/loop: Don't grab "struct file" for vfs_getattr() operation. 21172412a727 tipc: fix uninit-value in tipc_nl_compat_doit 2d5fc1d492d1 tipc: fix uninit-value in tipc_nl_compat_name_table_dump 04d87429738a tipc: fix uninit-value in tipc_nl_compat_link_set 7960fb71aad9 tipc: fix uninit-value in tipc_nl_compat_bearer_enable 1d61caf05721 tipc: fix uninit-value in tipc_nl_compat_link_reset_stats 927733365214 tipc: fix uninit-value in in tipc_conn_rcv_sub 7f902f7c146c sctp: allocate sctp_sockaddr_entry with kzalloc 1e11b1d630f8 blockdev: Fix livelocks on loop device 5a79e71e0bc8 selinux: fix GPF on invalid policy 4cc66cc4f81f block: use rcu_work instead of call_rcu to avoid sleep in softirq 2663bcba075f netfilter: ebtables: account ebt_table_info to kmemcg 61b29bed9010 sunrpc: handle ENOMEM in rpcb_getport_async c4f39cba6fd0 media: vb2: vb2_mmap: move lock up a19aedf1a77c LSM: Check for NULL cred-security on free a72e572f8a2d ipv6: make icmp6_send() robust against null skb->dev 341906cb25f9 bpf: in __bpf_redirect_no_mac pull mac only if present d9c249a302cb media: vivid: set min width/height to a value > 0 4497ce43a5d0 media: vivid: fix error handling of kthread_run 4190c5fd8a7f omap2fb: Fix stack memory disclosure 328f3de2ef76 fix int_sqrt64() for very large numbers 89a9f049f8b9 Disable MSI also when pcie-octeon.pcie_disable on 3832c115bf80 arm64: dts: marvell: armada-ap806: reserve PSCI area ca8080c308f4 arm64: kaslr: ensure randomized quantities are clean to the PoC 483ac8e65a8a pstore/ram: Avoid allocation and leak of platform data a10cabbf7a76 net: dsa: realtek-smi: fix OF child-node lookup 0098f2e791d7 kbuild: Disable LD_DEAD_CODE_DATA_ELIMINATION with ftrace & GCC <= 4.7 ec485378a4c4 RDMA/vmw_pvrdma: Return the correct opcode when creating WR 836edf22ffd1 RDMA/nldev: Don't expose unsafe global rkey to regular user 8f4a0e7d8bef media: v4l: ioctl: Validate num_planes for debug messages d846f48c1dd5 mfd: tps6586x: Handle interrupts on suspend a752c6d6de80 OF: properties: add missing of_node_put ac8b9e8e7ddd drm/i915/gvt: Fix mmap range check 434b1b91573c MIPS: lantiq: Fix IPI interrupt handling 19f41f32a4b4 MIPS: BCM47XX: Setup struct device for the SoC 8f469dc0e6dc mips: fix n32 compat_ipc_parse_version 9d37f4a046c2 scsi: sd: Fix cache_type_store() d368f540ac3e scsi: core: Synchronize request queue PM status only on successful resume b955a2c75675 Yama: Check for pid death before checking ancestry 01634ac56393 btrfs: wait on ordered extents on abort cleanup 4675f90ef892 Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io" 4432362af3a3 xen: Fix x86 sched_clock() interface for xen 64e986444138 crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACK c6578f509312 crypto: talitos - reorder code in talitos_edesc_alloc() 44c67402c3f7 crypto: authenc - fix parsing key with misaligned rta_len 97a6662b035c crypto: bcm - convert to use crypto_authenc_extractkeys() 93242fa04d87 crypto: ccree - convert to use crypto_authenc_extractkeys() 659080376639 crypto: authencesn - Avoid twice completion call in decrypt path 9107b2f43432 crypto: caam - fix zero-length buffer DMA mapping 68afc7c36461 crypto: sm3 - fix undefined shift by >= width of value 6e09bef3cbe2 r8169: load Realtek PHY driver module before r8169 eb02c17fcce5 ip: on queued skb use skb_header_pointer instead of pskb_may_pull d2898aae0da6 bonding: update nest level on unlink d976151a51c8 r8169: don't try to read counters if chip is in a PCI power-save state 8dc262df0c6f smc: move unhash as early as possible in smc_release() f352903d5d78 lan743x: Remove phy_read from link status change function 08be4b72f362 tun: publish tfile after it's fully initialized d7fe54c17aa3 tcp: change txhash on SYN-data timeout 3dc241b8fa94 packet: Do not leak dev refcounts on error exit 54cbcff82d5e net: bridge: fix a bug on using a neighbour cache entry without checking its state c0e1392e37e1 ipv6: fix kernel-infoleak in ipv6_local_error() d29d3891c009 arm64: Don't trap host pointer auth use to EL2 a31edd1c1b7b arm64/kvm: consistently handle host HCR_EL2 flags a200574da87b scsi: target: iscsi: cxgbit: fix csk leak 25c0f7a24a4c scsi: target: iscsi: cxgbit: fix csk leak ec98b3f39feb Revert "scsi: target: iscsi: cxgbit: fix csk leak" e276420e4828 mmc: sdhci-msm: Disable CDR function on TX 6567515e4a7c netfilter: nf_conncount: fix argument order to find_next_bit b01b92417d09 netfilter: nf_conncount: speculative garbage collection on empty lists aea1d19594e6 netfilter: nf_conncount: move all list iterations under spinlock bdc6c893ba37 netfilter: nf_conncount: merge lookup and add functions 13c639424bc2 netfilter: nf_conncount: restart search when nodes have been erased d6b3ff0222fb netfilter: nf_conncount: split gc in two phases ef68fdb5179c netfilter: nf_conncount: don't skip eviction when age is negative c5cbe95a4ba8 netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with CONNCOUNT_SLOTS 8db82a6f2b76 can: gw: ensure DLC boundaries after CAN frame modification a13520e0d5f5 tty: Don't hold ldisc lock in tty_reopen() if ldisc present a42c97862837 tty: Simplify tty->count math in tty_reopen() e6a4caa0b4dd tty: Hold tty_ldisc_lock() during tty_reopen() 028c13f7caf2 tty/ldsem: Wake up readers after timed out down_write() 9c5931b65a7b Linux 4.19.16 7a1b9b76bac7 Btrfs: use nofs context when initializing security xattrs to avoid deadlock 79aa5c0daa5c Btrfs: fix deadlock when enabling quotas due to concurrent snapshot creation 829431a2a5a8 Btrfs: fix access to available allocation bits when starting balance 6c9a2046297f arm64: compat: Don't pull syscall number from regs in arm_compat_syscall 4f14f446d115 KVM: arm/arm64: Fix VMID alloc race by reverting to lock-less 44e7bab39f87 sunrpc: use-after-free in svc_process_common() 160f79c0a039 mm: page_mapped: don't assume compound page is huge or THP 5dc41af3d19e ext4: fix special inode number checks in __ext4_iget() bb80ad0dc392 ext4: track writeback errors using the generic tracking infrastructure da38a1b47b02 ext4: use ext4_write_inode() when fsyncing w/o a journal 01db6e5cf81f ext4: avoid kernel warning when writing the superblock to a dead device 926cdac10439 ext4: fix a potential fiemap/page fault deadlock w/ inline_data 7c2ea25e1364 ext4: make sure enough credits are reserved for dioread_nolock writes 997255351a29 rbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING is set c7ca8e94dbb5 drm/amdgpu: Don't fail resume process if resuming atomic state fails f05d02b3b4c8 drm/amdgpu: Don't ignore rc from drm_dp_mst_topology_mgr_resume() d1a5113cf41b drm/i915: Unwind failure on pinning the gen7 ppgtt f57bef95d6f8 drm/fb-helper: Partially bring back workaround for bugs of SDL 1.2 7398668b3110 drm/fb_helper: Allow leaking fbdev smem_start b7c3696f68ad drm/amd/display: Fix MST dp_blank REG_WAIT timeout 857af87dcdce PCI: dwc: Move interrupt acking into the proper callback c408aac37787 PCI: dwc: Take lock when ACKing an interrupt 11637a3a383b PCI: dwc: Use interrupt masking instead of disabling c051be2b2621 drm/amdgpu: Add new VegaM pci id 719aee2c5ba1 vfio/type1: Fix unmap overflow off-by-one 1e235ec00be0 mtd: rawnand: qcom: fix memory corruption that causes panic fca4eb31e096 i2c: dev: prevent adapter retries and timeout being set as minus value 3fdb8121e90a ACPI/IORT: Fix rc_dma_get_range() 6fd3d1975105 ACPI / PMIC: xpower: Fix TS-pin current-source handling fec7361193b4 ACPI: power: Skip duplicate power resource references in _PRx 97b02b632466 mm, memcg: fix reclaim deadlock with writeback 8a4b6e8cb796 mm/usercopy.c: no check page span for stack objects f928ca391747 slab: alien caches must not be initialized if the allocation of the alien cache failed 33c96bc68ff3 USB: Add USB_QUIRK_DELAY_CTRL_MSG quirk for Corsair K70 RGB 12388881ce0d USB: storage: add quirk for SMI SM3350 621ecb93578a USB: storage: don't insert sane sense for SPC3+ when bad sense specified 51b2a8e263cb usb: cdc-acm: send ZLP for Telit 3G Intel based modems 2a71a47e03ff cifs: Fix potential OOB access of lock element array 7dcc5b36ea7f CIFS: Fix credit computation for compounded requests d2f76f6f9fa9 CIFS: Do not hide EINTR after sending network packets c3606c646783 CIFS: Do not set credits to 1 if the server didn't grant anything d1130682d127 CIFS: Fix adjustment of credits for MTU requests 045e3d2f1216 ALSA: hda/realtek - Disable headset Mic VREF for headset mode of ALC225 0fd36f024a70 ALSA: hda/realtek - Add unplug function into unplug state of Headset Mode for ALC225 50a67b1a85b9 ALSA: hda/realtek - Support Dell headset mode for New AIO platform 4bef2bacb1c5 x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINE 4ecbd88bf994 cpufreq: scmi: Fix frequency invariance in slow path f64231cb4f13 staging: rtl8188eu: Fix module loading from tasklet for WEP encryption ce588054801d staging: rtl8188eu: Fix module loading from tasklet for CCMP encryption d7068618ae1f Btrfs: fix deadlock when using free space tree due to block group creation e31851235412 Linux 4.19.15 6384c67c64b5 bnx2x: Fix NULL pointer dereference in bnx2x_del_all_vlans() on some hw 8e3a1c500288 drm/amd/display: Fix unintialized max_bpc state values 5f0ab980de1a drm/rockchip: psr: do not dereference encoder before it is null checked. 05a0177d84d9 drm/vc4: Set ->is_yuv to false when num_planes == 1 85c8c61007dd drm/nouveau/drm/nouveau: Check rc from drm_dp_mst_topology_mgr_resume() 4f44e58a5614 lib: fix build failure in CONFIG_DEBUG_VIRTUAL test 8dbea64423dc of: __of_detach_node() - remove node from phandle cache 1cb5a0333a5d of: of_node_get()/of_node_put() nodes held in phandle cache daa67bd5d1ec power: supply: olpc_battery: correct the temperature units f65b4d4ff3aa intel_th: msu: Fix an off-by-one in attribute store 998c3537af41 genwqe: Fix size check 86dcb94392f7 drivers/perf: hisi: Fixup one DDRC PMU register offset c1aa0c845c36 video: fbdev: pxafb: Fix "WARNING: invalid free of devm_ allocated data" 9797226bf661 ceph: don't update importing cap's mseq when handing cap export dc8408ea0b22 sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f6544b9c 87b868070f41 iommu/vt-d: Handle domain agaw being less than iommu agaw f408aac3104c RDMA/srpt: Fix a use-after-free in the channel release code c03d6b0f9a95 rxe: fix error completion wr_id and qp_num 6bf97c01b948 9p/net: put a lower bound on msize af7cc8ebab4a iio: dac: ad5686: fix bit shift read register a854ab8f6446 powerpc/tm: Set MSR[TS] just prior to recheckpoint 6d9e96f37d38 Revert "powerpc/tm: Unset MSR[TS] if not recheckpointing" eb05c02903a7 leds: pwm: silently error out on EPROBE_DEFER ae5c75e660e2 arm64: relocatable: fix inconsistencies in linker script and options 9873efe708bb arm64: drop linker script hack to hide __efistub_ symbols 3f26e68af5c0 nfsd4: zero-length WRITE should succeed 0b6001b941af lockd: Show pid of lockd for remote locks b541ebbe0cf0 PCI / PM: Allow runtime PM without callback functions b37fdd941036 selinux: policydb - fix byte order and alignment issues c6c59adbc19a b43: Fix error in cordic routine 6ef56c9ad7f1 gfs2: Fix loop in gfs2_rbm_find 310486107d41 gfs2: Get rid of potential double-freeing in gfs2_create_inode 30d3dfd4c420 dlm: memory leaks on error path in dlm_user_request() c5fa01a0153f dlm: lost put_lkb on error path in receive_convert() and receive_unlock() 294776562f96 dlm: possible memory leak on error path in create_lkb() 03acbec28a24 dlm: fixed memory leaks after failed ls_remove_names allocation 6353c0a03791 block: mq-deadline: Fix write completion handling 69e9b2858b20 block: deactivate blk_stat timer in wbt_disable_default() a85449199539 Fix failure path in alloc_pid() 5781b53dd89c driver core: Add missing dev->bus->need_parent_lock checks b57b3b008284 srcu: Lock srcu_data structure in srcu_gp_start() 378f9dfa495a ALSA: usb-audio: Always check descriptor sizes in parser code 6c8c16479b23 ALSA: usb-audio: Fix an out-of-bound read in create_composite_quirks b389f9c4c97a ALSA: usb-audio: Check mixer unit descriptors more strictly 8ee6f180d56f ALSA: usb-audio: Avoid access before bLength check in build_audio_procunit() 281a9e46a94c ALSA: cs46xx: Potential NULL dereference in probe 6584ae39fa60 media: cx23885: only reset DMA on problematic CPUs b6f66e8b227f mt76x0: init hw capabilities 13e554feddbd dma-direct: do not include SME mask in the DMA supported check 439022e0c2ec raid6/ppc: Fix build for clang 7dfb22b5abaa powerpc/boot: Set target when cross-compiling for clang f4c27d53b15d Makefile: Export clang toolchain variables 1637d5d2e299 kbuild: consolidate Clang compiler flags dcaab8b5d745 kbuild: add -no-integrated-as Clang option unconditionally 28e1d143b868 powerpc: Disable -Wbuiltin-requires-header when setjmp is used ba1fe90be68f powerpc: avoid -mno-sched-epilog on GCC 4.9 and newer 24e26062b90e powerpc: consolidate -mno-sched-epilog into FTRACE flags 5b59eeba6b00 powerpc: remove old GCC version checks 668ecd6b17b9 sunrpc: use SVC_NET() in svcauth_gss_* functions 807957cecdc7 sunrpc: fix cache_head leak due to queued request 1c5e0be35de1 memcg, oom: notify on oom killer invocation from the charge path 8da70752f5fa mm, swap: fix swapoff with KSM pages 0f1a62e0737a mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPL e890a867060b mm, hmm: use devm semantics for hmm_devmem_{add, remove} c215c66ceab5 mm, devm_memremap_pages: add MEMORY_DEVICE_PRIVATE support ec5471c92fb2 mm, devm_memremap_pages: fix shutdown handling 0a38f2e4a4c7 mm, devm_memremap_pages: kill mapping "System RAM" support b30ea244cf3e mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPL 2c87072a3bf9 hwpoison, memory_hotplug: allow hwpoisoned pages to be offlined e3af83bd44ec zram: fix double free backing device bc999b5099d7 fork: record start_time late d257d4299ae7 scsi: lpfc: do not set queue->page_count to 0 if pc_sli4_params.wqpcnt is invalid 06fd6847c4a1 scsi: zfcp: fix posting too many status read buffers leading to adapter shutdown 218c81851f11 auxdisplay: charlcd: fix x/y command parsing dc68052427be serial/sunsu: fix refcount leak 08e7661cdd56 qmi_wwan: Fix qmap header retrieval in qmimux_rx_fixup 2fb13e2004e8 net: netxen: fix a missing check and an uninitialized use 8bb68ed82f01 Input: synaptics - enable SMBus for HP EliteBook 840 G4 ae247d60588c gpio: mvebu: only fail on missing clk if pwm is actually to be used 332fc66790d6 lan743x: Remove MAC Reset from initialization e1b3575c474e virtio: fix test build after uio.h change e46d5bd8fd89 m68k: Fix memblock-related crashes ae206a1a5e3a kbuild: fix false positive warning/error about missing libelf ff014712e5d3 mac80211: free skb fraglist before freeing the skb 366fc5858720 nl80211: fix memory leak if validate_pae_over_nl80211() fails 098143bfc29e vxge: ensure data0 is initialized in when fetching firmware version information 945b416a973b lan78xx: Resolve issue with changing MAC address c26419f3574e lan743x: Expand phy search for LAN7431 98876c46efd0 net: macb: add missing barriers when reading descriptors 6e48c0fc14af net: macb: fix dropped RX frames due to a race 873f9a559bcb net: macb: fix random memory corruption on RX with 64-bit DMA 12024f4fc118 qed: Fix an error code qed_ll2_start_xmit() 233ba13db681 SUNRPC: Fix a race with XPRT_CONNECTING 4f784484bd96 mac80211: fix a kernel panic when TXing after TXQ teardown 97fd4c7f6ddf net: hns: Fix ping failed when use net bridge and send multicast 1f89e4e8b54d net: hns: Add mac pcs config when enable|disable mac b686b8c073c0 net: hns: Fix ntuple-filters status error. db2ca348c80c net: hns: Avoid net reset caused by pause frames storm c8e78cbcde24 net: hns: Free irq when exit from abnormal branch ac9ae1930a1b net: hns: Clean rx fbd when ae stopped. 1b2f8d7cc1b2 net: hns: Fixed bug that netdev was opened twice 17eeca6e3d9b net: hns: Some registers use wrong address according to the datasheet. 341b8840435a net: hns: All ports can not work when insmod hns ko after rmmod. 41d54657e34b net: hns: Incorrect offset address used for some registers. 2cd0c6f8d050 w90p910_ether: remove incorrect __init annotation 997cb5039dba net/tls: Init routines in create_ctx 7a2b5258682f drivers: net: xgene: Remove unnecessary forward declarations 37fc22c6cf22 x86, hyperv: remove PCI dependency 2e2127508297 mt76: fix potential NULL pointer dereference in mt76_stop_tx_queues 131366ebda88 scsi: target: iscsi: cxgbit: add missing spin_lock_init() c9cef2c71a89 scsi: target: iscsi: cxgbit: fix csk leak a01345407c43 bnx2x: Send update-svid ramrod with retry/poll flags enabled 53471f0d893d bnx2x: Remove configured vlans as part of unload sequence. 096795d4ccc7 bnx2x: Clear fip MAC when fcoe offload support is disabled 7fd995d3b444 netfilter: nf_conncount: use rb_link_node_rcu() instead of rb_link_node() ba364929ff0c netfilter: nat: can't use dst_hold on noref dst 9e4041016015 netfilter: ipset: do not call ipset_nest_end after nla_nest_cancel 27f59f342f7c ixgbe: Fix race when the VF driver does a reset 3bfed541c3ee i40e: fix mac filter delete when setting mac address 56769ef90b83 x86/dump_pagetables: Fix LDT remap address marker 62075c982bf7 x86/mm: Fix guard hole handling af03a980e86f ieee802154: ca8210: fix possible u8 overflow in ca8210_rx_done e4bcb09d3b48 ibmvnic: Fix non-atomic memory allocation in IRQ context 733f5216eb54 ibmvnic: Convert reset work item mutex to spin lock b7e2af3fdf8a Input: synaptics - enable RMI on ThinkPad T560 c5dabddc2ccc Input: omap-keypad - fix idle configuration to not block SoC idle states c0c14b758c0c scsi: bnx2fc: Fix NULL dereference in error handling 98ce676bea96 Revert "scsi: qla2xxx: Fix NVMe Target discovery" 6bcf9ef86c86 netfilter: seqadj: re-load tcp header pointer after possible head reallocation cee05c0371a6 netfilter: nf_tables: fix suspicious RCU usage in nft_chain_stats_replace() 537e9a8c301d ieee802154: hwsim: fix off-by-one in parse nested 083d552a890c xfrm: Fix NULL pointer dereference in xfrm_input when skb_dst_force clears the dst_entry. 00eff089dfb7 xfrm: Fix bucket count reported to userspace 34a2f36c0115 xfrm: Fix error return code in xfrm_output_one() 7519ffa9118c checkstack.pl: fix for aarch64 8c9c3747750a IB/core: Fix oops in netdev_next_upper_dev_rcu() a8d16017db2e drm/amdgpu: Fix DEBUG_LOCKS_WARN_ON(depth <= 0) in amdgpu_ctx.lock 54568ab2e11f powerpc/mm: Fallback to RAM if the altmap is unusable 52e1f29e8bcf Input: restore EV_ABS ABS_RESERVED b4592b838322 IB/mlx5: Block DEVX umem from the non applicable cases aad142a61ebb ARM: dts: imx7d-nitrogen7: Fix the description of the Wifi clock eab3109e1547 ARM: imx: update the cpu power up timing setting on i.mx6sx 94541b595ad4 ARM: dts: imx7d-pico: Describe the Wifi clock 270a08ffa1b9 HID: ite: Add USB id match for another ITE based keyboard rfkill key quirk d4fdc5e82357 powerpc/mm: Fix linux page tables build with some configs 4642a5c58299 powerpc: Fix COFF zImage booting on old powermacs a294de739535 arm64: dts: mt7622: fix no more console output on rfb1 cd9ff62bad88 pinctrl: meson: fix pull enable register calculation 0dc2ffac869c ARM: dts: sun8i: a83t: bananapi-m3: increase vcc-pd voltage to 3.3V (From OE-Core rev: 29d4b668e2ecba2ea263d448ac32505d953ad1d1) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.18: update to v4.18.27Bruce Ashfield2019-02-073-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the -stable updates from Paul Gortmaker that comprise the following commits: fb957805a800 Linux 4.18.27 e40e99b6b15d ipmi:ssif: Fix handling of multi-part return messages ec5b2f3f897b ipmi: Prevent use-after-free in deliver_response d605dfec5314 ipmi: msghandler: Fix potential Spectre v1 vulnerabilities 6fcd5c67bbed ipmi: fix use-after-free of user->release_barrier.rda 8978d7c6dec4 Bluetooth: Fix unnecessary error message for HCI request completion 9aa6a6afdc9d iwlwifi: mvm: Send LQ command as async when necessary be293e2c8d5d mm, proc: be more verbose about unstable VMA flags in /proc/<pid>/smaps 5da1802b5dd9 userfaultfd: clear flag if remap event not enabled 08861c6db0c1 mm/swap: use nr_node_ids for avail_lists in swap_info_struct fbd6851e6d57 mm/page-writeback.c: don't break integrity writeback on ->writepage() error 42af1b118dec ocfs2: fix panic due to unrecovered local alloc e701c6b47b1e scsi: megaraid: fix out-of-bound array accesses c2414688a11f scsi: smartpqi: call pqi_free_interrupts() in pqi_shutdown() 248849ffcee8 ath10k: fix peer stats null pointer dereference e6e7a27d9894 scsi: smartpqi: correct lun reset issues f82c77b69dd4 scsi: mpt3sas: fix memory ordering on 64bit writes 7fe3902a1b30 IB/usnic: Fix potential deadlock 07716336ae4f sysfs: Disable lockdep for driver bind/unbind files 52223b291461 ALSA: bebob: fix model-id of unit for Apogee Ensemble f55b7d8c5747 dm: Check for device sector overflow if CONFIG_LBDAF is not set 744fb8e55bdc clocksource/drivers/integrator-ap: Add missing of_node_put() c7e5ef0fad26 quota: Lock s_umount in exclusive mode for Q_XQUOTA{ON,OFF} quotactls. 051f86c6e4fe perf tools: Add missing open_memstream() prototype for systems lacking it f40cb62ae378 perf tools: Add missing sigqueue() prototype for systems lacking it fe10d3ee10ae dm snapshot: Fix excessive memory usage and workqueue stalls dbb2e01442dd tools lib subcmd: Don't add the kernel sources to the include path 9844e0dbc6d0 perf stat: Avoid segfaults caused by negated options d8dc75d3d9fc dm kcopyd: Fix bug causing workqueue stalls dff3fa1af70f dm crypt: use u64 instead of sector_t to store iv_offset 26dfea580c42 x86/topology: Use total_cpus for max logical packages calculation 5f13f97aad1e netfilter: ipt_CLUSTERIP: fix deadlock in netns exit routine d5e112ef684d netfilter: ipt_CLUSTERIP: remove wrong WARN_ON_ONCE in netns exit routine ed843e0c755b netfilter: ipt_CLUSTERIP: check MAC address when duplicate config is set ab68568470d6 perf vendor events intel: Fix Load_Miss_Real_Latency on SKL/SKX 5ddf63d48c16 perf parse-events: Fix unchecked usage of strncpy() 882079829dfb perf svghelper: Fix unchecked usage of strncpy() e689fb5da3fc perf tests ARM: Disable breakpoint tests 32-bit ef3ae9b3e540 perf intel-pt: Fix error with config term "pt=0" 8639a6aacfd7 tty/serial: do not free trasnmit buffer page under port lock 80c3cdea380c btrfs: improve error handling of btrfs_add_link 2202b846b13c btrfs: alloc_chunk: fix more DUP stripe size handling ab3a0bbe8b0b mmc: atmel-mci: do not assume idle after atmci_request_end 32f972da3d3a kconfig: fix memory leak when EOF is encountered in quotation 10d9a6a992ee kconfig: fix file name and line number of warn_ignored_character() f7bcc8b2f7ef bpf: relax verifier restriction on BPF_MOV | BPF_ALU eec0856907da arm64: Fix minor issues with the dcache_by_line_op macro f2300824da71 clk: imx6q: reset exclusive gates on init 1604baf07d22 arm64: kasan: Increase stack size for KASAN_EXTRA 13ba93449b46 selftests: do not macro-expand failed assertion expressions 3bbd076d9136 scsi: target: use consistent left-aligned ASCII INQUIRY data e37db031ef5a net: call sk_dst_reset when set SO_DONTROUTE fb614921bc34 media: venus: core: Set dma maximum segment size eb2c9c4ca615 ASoC: use dma_ops of parent device for acp_audio_dma 68a03c142063 media: firewire: Fix app_info parameter type in avc_ca{,_app}_info b60c7a6713d5 powerpc/pseries/cpuidle: Fix preempt warning df30a1b5d8d2 powerpc/xmon: Fix invocation inside lock region 4f03e69412ba media: uvcvideo: Refactor teardown of uvc on USB disconnect e6b355ae24ba pstore/ram: Do not treat empty buffers as valid 72d479d16ec9 clk: imx: make mux parent strings const 277364cbbd21 jffs2: Fix use of uninitialized delayed_work, lockdep breakage d206a38109fc efi/libstub: Disable some warnings for x86{,_64} 643a876a5b01 rxe: IB_WR_REG_MR does not capture MR's iova field f5d7d77be0a6 scsi: qedi: Check for session online before getting iSCSI TLV data. 5c28f6e86aff ASoC: pcm3168a: Don't disable pcm3168a when CONFIG_PM defined 6ca660928969 selinux: always allow mounting submounts 128146d4fb71 fpga: altera-cvp: fix probing for multiple FPGAs on the bus 3e60aeeefaeb usb: gadget: udc: renesas_usb3: add a safety connection way for forced_b_device e1c8feafd5fe samples: bpf: fix: error handling regarding kprobe_events 2b3081b77e3f clk: meson: meson8b: fix incorrect divider mapping in cpu_scale_table 0bf0163094a9 drm/atomic-helper: Complete fake_commit->flip_done potentially earlier 21330a217643 arm64: perf: set suppress_bind_attrs flag to true 066b9fddd721 crypto: ecc - regularize scalar for scalar multiplication e26359f1620c MIPS: SiByte: Enable swiotlb for SWARM, LittleSur and BigSur 3afff9e63c8e x86/mce: Fix -Wmissing-prototypes warnings 9b3a195320ca ALSA: oxfw: add support for APOGEE duet FireWire 04aba67bbf94 bpf: Allow narrow loads with offset > 0 f30cc07af44f serial: set suppress_bind_attrs flag only if builtin d264a0f394ba writeback: don't decrement wb->refcnt if !wb->bdi 74691a75e365 of: overlay: add missing of_node_put() after add new node to changeset 419af4cd1015 selftests/bpf: enable (uncomment) all tests in test_libbpf.sh 2e3f88e667c6 e1000e: allow non-monotonic SYSTIM readings f782c9d1da48 platform/x86: asus-wmi: Tell the EC the OS will handle the display off hotkey 1261977d0ab4 ixgbe: allow IPsec Tx offload in VEPA mode 7c73931b7303 drm/amd/display: Guard against null stream_state in set_crc_source 39d92f35a8dc gpio: pl061: Move irq_chip definition inside struct pl061 3aec221e313a netfilter: ipset: Allow matching on destination MAC address for mac and ipmac sets 6a5be9a2ffef ipv6: Take rcu_read_lock in __inet6_bind for mapped addresses 50d329eca381 r8169: Add support for new Realtek Ethernet d1aad26bb964 qmi_wwan: add MTU default to qmap network interface 62b4f9e777bf net, skbuff: do not prefer skb allocation fails early eb5c8d69ea42 net: dsa: mv88x6xxx: mv88e6390 errata 993bc7d54dac mlxsw: spectrum_switchdev: Set PVID correctly during VLAN deletion 8fb8533a5309 mlxsw: spectrum: Disable lag port TX before removing it 75daf3c475df ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped address 73827a8e2e30 nbd: Use set_blocksize() to set device blocksize f65d7d5574e1 drm/fb-helper: Ignore the value of fb_var_screeninfo.pixclock 528fa9207170 loop: drop caches if offset or block_size are changed 3df31feee60d loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl() d4082dc05ac9 loop: Get rid of 'nested' acquisition of loop_ctl_mutex 78f210acfd34 loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutex 3ebf94b079ba loop: Fix deadlock when calling blkdev_reread_part() fc4a4583f9f1 loop: Move loop_reread_partitions() out of loop_ctl_mutex 2c2c3aa3ab1c loop: Move special partition reread handling in loop_clr_fd() e2c6ee2931ca loop: Push loop_ctl_mutex down to loop_change_fd() b442997a7285 loop: Push loop_ctl_mutex down to loop_set_fd() 33d682700fb0 loop: Push loop_ctl_mutex down to loop_set_status() 49f911a6a4c0 loop: Push loop_ctl_mutex down to loop_get_status() c3be2cd6ad9e loop: Push loop_ctl_mutex down into loop_clr_fd() 9a4a7555c177 loop: Split setting of lo_state from loop_clr_fd d1f05249099a loop: Push lo_ctl_mutex down into individual ioctls 50bbdfab99c1 loop: Get rid of loop_index_mutex bc40dc95afdc loop: Fold __loop_release into loop_release 23d5eac305d0 block/loop: Use global lock for ioctl() operation. e0d29ef2a8b0 block/loop: Don't grab "struct file" for vfs_getattr() operation. 8281310f32aa tipc: fix uninit-value in tipc_nl_compat_doit 95c94c995d8e tipc: fix uninit-value in tipc_nl_compat_name_table_dump b099f94e1e4d tipc: fix uninit-value in tipc_nl_compat_link_set 8e649a4839e0 tipc: fix uninit-value in tipc_nl_compat_bearer_enable e54458ac168e tipc: fix uninit-value in tipc_nl_compat_link_reset_stats 9a8f56b713dc tipc: fix uninit-value in in tipc_conn_rcv_sub 08ea8e1bfd4b sctp: allocate sctp_sockaddr_entry with kzalloc 4c02dbac416c blockdev: Fix livelocks on loop device af7bec66e3ee selinux: fix GPF on invalid policy de9b736152ed block: use rcu_work instead of call_rcu to avoid sleep in softirq b232d75be71a netfilter: ebtables: account ebt_table_info to kmemcg aa4d1d6641b5 sunrpc: handle ENOMEM in rpcb_getport_async ddb29b79dbff media: vb2: be sure to unlock mutex on errors b9f0f2f9cf59 media: vb2: vb2_mmap: move lock up 7308ece86dd0 LSM: Check for NULL cred-security on free 71ba5763243b ipv6: make icmp6_send() robust against null skb->dev 05e6bff7e7a6 bpf: in __bpf_redirect_no_mac pull mac only if present 4181e7d61b1a media: vivid: set min width/height to a value > 0 cbfc610ae5f2 media: vivid: fix error handling of kthread_run 05f5b1394483 omap2fb: Fix stack memory disclosure 28063cb50ed8 fix int_sqrt64() for very large numbers 37112a960b7f Disable MSI also when pcie-octeon.pcie_disable on 8fd61f25fcf3 arm64: dts: marvell: armada-ap806: reserve PSCI area 58c3acda1754 arm64: kaslr: ensure randomized quantities are clean to the PoC 9a013b991c02 pstore/ram: Avoid allocation and leak of platform data 1aa9985076dc RDMA/nldev: Don't expose unsafe global rkey to regular user b409b102c7d8 media: v4l: ioctl: Validate num_planes for debug messages 92dd1f93a3c9 mfd: tps6586x: Handle interrupts on suspend 2e63388cbfdb OF: properties: add missing of_node_put 1957d16bceca drm/i915/gvt: Fix mmap range check f1e756d98a46 MIPS: lantiq: Fix IPI interrupt handling ac8f34885340 mips: fix n32 compat_ipc_parse_version 0830f02f81b3 scsi: sd: Fix cache_type_store() f25d687e3d8b scsi: core: Synchronize request queue PM status only on successful resume 0f7357d9b8e4 Yama: Check for pid death before checking ancestry f94e8c0566d0 btrfs: wait on ordered extents on abort cleanup 4b1129e59323 Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io" f9ac2ffa0255 xen: Fix x86 sched_clock() interface for xen 79ad9eda6689 x86/xen/time: Output xen sched_clock time from 0 7b3718f98f17 crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACK c194e944dc98 crypto: talitos - reorder code in talitos_edesc_alloc() 0b612c90335c crypto: authenc - fix parsing key with misaligned rta_len bed3cec44833 crypto: bcm - convert to use crypto_authenc_extractkeys() f1daff3d1cb1 crypto: ccree - convert to use crypto_authenc_extractkeys() b445d866e2fa crypto: authencesn - Avoid twice completion call in decrypt path 1d5d8babb9a8 crypto: caam - fix zero-length buffer DMA mapping 04836f6b86bd crypto: sm3 - fix undefined shift by >= width of value 42cd579fd790 bonding: update nest level on unlink 12dff858b935 r8169: don't try to read counters if chip is in a PCI power-save state 5087c2825807 smc: move unhash as early as possible in smc_release() cf652d77ac45 tun: publish tfile after it's fully initialized faee48550bf4 tcp: change txhash on SYN-data timeout e87c244b11cd net: bridge: fix a bug on using a neighbour cache entry without checking its state c499692ded84 ipv6: fix kernel-infoleak in ipv6_local_error() a3ab077a3f79 arm64: Don't trap host pointer auth use to EL2 6f127252fe5f arm64/kvm: consistently handle host HCR_EL2 flags e5fed8d49b5b scsi: target: iscsi: cxgbit: fix csk leak f1778e1523fa netfilter: nf_conncount: don't skip eviction when age is negative df00c2c10e4f can: gw: ensure DLC boundaries after CAN frame modification 58e9f5227691 tty: Don't hold ldisc lock in tty_reopen() if ldisc present c6e522371001 tty: Simplify tty->count math in tty_reopen() e3ac534b8aa5 tty: Hold tty_ldisc_lock() during tty_reopen() 3456ecaf8d34 tty/ldsem: Wake up readers after timed out down_write() 2b1afc9c3506 Btrfs: use nofs context when initializing security xattrs to avoid deadlock 403d0f9134a7 Btrfs: fix access to available allocation bits when starting balance 343ae5df68a2 KVM: arm/arm64: Fix VMID alloc race by reverting to lock-less 42e3a4424b12 sunrpc: use-after-free in svc_process_common() 39e372a81d13 mm: page_mapped: don't assume compound page is huge or THP 845f8457893a ext4: track writeback errors using the generic tracking infrastructure a0e9782472b8 ext4: use ext4_write_inode() when fsyncing w/o a journal c60e8096cc4d ext4: avoid kernel warning when writing the superblock to a dead device 3ec6f7792def ext4: fix a potential fiemap/page fault deadlock w/ inline_data 02d823cdb2a4 ext4: make sure enough credits are reserved for dioread_nolock writes 154261392771 rbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING is set 98213a9d5ce0 drm/amdgpu: Don't fail resume process if resuming atomic state fails dc2660871a4a drm/amdgpu: Don't ignore rc from drm_dp_mst_topology_mgr_resume() 26089047b42c drm/amd/display: Fix MST dp_blank REG_WAIT timeout 003d29ca6fba PCI: dwc: Move interrupt acking into the proper callback b90e95417c02 PCI: dwc: Take lock when ACKing an interrupt d51df9e16301 PCI: dwc: Use interrupt masking instead of disabling c122260b25cd drm/amdgpu: Add new VegaM pci id 789040bc5039 vfio/type1: Fix unmap overflow off-by-one 86cecca3d93e i2c: dev: prevent adapter retries and timeout being set as minus value 50558f1ca67b ACPI / PMIC: xpower: Fix TS-pin current-source handling 4b75905144c7 ACPI: power: Skip duplicate power resource references in _PRx c78b2116c9d7 mm, memcg: fix reclaim deadlock with writeback 8bf6869b4d75 mm/usercopy.c: no check page span for stack objects d6c879709135 slab: alien caches must not be initialized if the allocation of the alien cache failed bb1c250d55ff USB: Add USB_QUIRK_DELAY_CTRL_MSG quirk for Corsair K70 RGB 39fa1b192449 USB: storage: add quirk for SMI SM3350 4385b42a4cc2 USB: storage: don't insert sane sense for SPC3+ when bad sense specified d10e7b64e2b3 usb: cdc-acm: send ZLP for Telit 3G Intel based modems af318dc8d1f4 cifs: Fix potential OOB access of lock element array 4c26d3a072da CIFS: Do not hide EINTR after sending network packets 50c6b89008ec CIFS: Fix adjustment of credits for MTU requests a7eb3c3dc214 ALSA: hda/realtek - Disable headset Mic VREF for headset mode of ALC225 dcb78b2a6e1c ALSA: hda/realtek - Add unplug function into unplug state of Headset Mode for ALC225 26b78760c7ae ALSA: hda/realtek - Support Dell headset mode for New AIO platform 94ddf9e27eb5 cpufreq: scmi: Fix frequency invariance in slow path 516c5e5f484f Revert "x86/hyper-v: Check cpumask_to_vpset() return value in hyperv_flush_tlb_others_ex()" (From OE-Core rev: c05bd600a4200a76513ff5a127f44efe1eab4045) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/4.18: update to v4.18.26Bruce Ashfield2019-02-073-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating Paul Gortmaker's stable updates that comprise the following commits: 89754c7da63f Linux 4.18.26 c564abe1908c NFSv4: Fix a tracepoint Oops in initiate_file_draining() 890d46c677fd net: hns3: fix return value error while hclge_cmd_csq_clean failed 9cee553eeef0 PCI/AER: Remove duplicate PCI_EXP_AER_FLAGS definition 5ffe615c7959 fbdev: omap2: omapfb: fix ifnullfree.cocci warnings 9a2eb194c961 fbdev: omap2: omapfb: fix bugon.cocci warnings 795731d5307f fbdev: omap2: omapfb: fix boolreturn.cocci warnings 8c656840a4cc PCI: mobiveil: Add Kconfig/Makefile entries 0f7c216a5905 pinctrl: mediatek: include chained_irq.h header 3f240c958d39 m68k/io: Add missing ioremap define guards, fix typo 3aca0a7960d4 dm writecache: report start_sector in status line 50de44fbe274 arm64: mm: Export __sync_icache_dcache() for xen-privcmd 4c521f993bb9 tipc: add missing dev_put() on error in tipc_enable_l2_media 0a7f5ef06a67 clk: actions: Add missing REGMAP_MMIO dependency 90cbc3a9021a net: remove redundant input checks in SIOCSIFTXQLEN case of dev_ifsioc 92b0d2a490ba nvmet: check fileio lba range access boundaries 95550ccfee82 EVM: fix return value check in evm_write_xattrs() 9c63338b2ecc multicast: remove useless parameter for group add 818380e81f55 regulator: qcom_spmi: Do not initialise static to NULL 80faeb6437d9 netfilter: nft_socket: Break evaluation if no socket found 7896db3d286a netfilter: nft_tproxy: Move nf_tproxy_assign_sock() to nf_tproxy.h 6ee2615cbc6c x86/hyper-v: Check cpumask_to_vpset() return value in hyperv_flush_tlb_others_ex() b98d573d572f drm/nouveau/kms/nv50-: fix drm-get-put.cocci warnings 5b4fbedbb14a ASoC: qdsp6: q6routing: off by one in routing_hw_params() 0ce601464e44 drm/amdgpu: get VCN start to process in the dpm disabled case cdb988723c92 net: stmmac: Fix PCI module removal leak f014d3b35b9f ip: on queued skb use skb_header_pointer instead of pskb_may_pull ee45cb43d804 linux/device.h: fix kernel-doc notation warning eb11d9a94de0 regulator: Revert "regulator: pfuze100: add enable/disable for switch" 26d53be66490 KVM: VMX: hide flexpriority from guest when disabled at the module level 1c9ebfaf8229 media: omap3isp: fix warning for !CONFIG_PM 60f30bf144b8 cfg80211: fix wext-compat memory leak 9685f469611b spi: spi-mem: Add missing description for data.nbytes field 07b7e110c17b arm64: dts: renesas: r8a77990: Remove non-existing STBE region d6e90a26c5bd media: cx231xx: fix RC_CORE dependency 7a281dbd6967 media: v4l: cadence: add VIDEO_V4L2 dependency 3b95f46801af perf Documentation: Fix out-of-tree asciidoctor man page generation 8d927494900d selftests: forwarding: mirror_gre_vlan_bridge_1q: Unset rp_filter 8359363df5a6 net/mlx5: Use u16 for Work Queue buffer strides offset 0f85219db2ee kconfig: remove a spurious self-assignment 40535cf8ca98 netfilter: nf_tables: don't prevent event handler from device cleanup on netns exit 10d27d084c16 drm/i915: Stop holding a ref to the ppgtt from each vma e9c0ce028417 f2fs: wake up gc thread immediately when gc_urgent is set b9f47e1e8a61 tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flag f1a29b5218b0 tcp: mandate a one-time immediate ACK 4474fad367bf selftests: rtnetlink: use a local IP address for IPsec tests f9229f11713c selftests: rtnetlink: hide complaint from terminated monitor 2b4cb6ad782d i40iw: Reorganize acquire/release of locks in i40iw_manage_apbvt f2aa45e70b9a drm/sun4i: mark PM functions as __maybe_unused 6c4f9bb9e2c7 drm/v3d: Checking for NULL vs IS_ERR() (From OE-Core rev: 920440b0406f04963603e54f49527772fb14dacb) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>