From 81e54258fbb1ad0abfbc7dff03d443290a492251 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Sat, 23 Mar 2019 20:10:14 +0100 Subject: [PATCH] Linux 4.19.31 Merge 211 patches from 4.19.31 stable branch (281 total) beside 70 already merged patches: 85bdc9d 9p/net: fix memory leak in p9_client_create 0b1871d crypto: cfb - add missing 'chunksize' property 1a10e6b crypto: cfb - remove bogus memcpy() with src == dest 3c5d770 crypto: ahash - fix another early termination in hash walk e0e6b0d netfilter: compat: initialize all fields in xt_init 5ca2ef6 ipvs: fix dependency on nf_defrag_ipv6 d84bc70 xprtrdma: Make sure Send CQ is allocated on an existing compvec 6c023d8 NFS: Don't use page_file_mapping after removing the page 53dcaee Revert "mm: use early_pfn_to_nid in page_ext_init" cacf3c0 kallsyms: Handle too long symbols in kallsyms.c b92eaed esp: Skip TX bytes accounting when sending from a request socket 413e398 bpf: only adjust gso_size on bytestream protocols c7c68a1 bpf: fix lockdep false positive in stackmap 978e038 af_key: unconditionally clone on broadcast fac71ac assoc_array: Fix shortcut creation 7268328 keys: Fix dependency loop between construction record and auth key 3491857 scsi: libiscsi: Fix race between iscsi_xmit_task and iscsi_complete_task 6ac400b xfrm: Fix inbound traffic via XFRM interfaces across network namespaces edd7b6b mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush timeout issue f715466 arm64: Relax GIC version check during early boot 064a61d tmpfs: fix link accounting when a tmpfile is linked in 02f8211 bpf, lpm: fix lookup bug in map_delete_elem 7ca1faa nfp: bpf: fix code-gen bug on BPF_ALU a40fa94 nfp: bpf: fix ALU32 high bits clearance bug b3139fb tmpfs: fix uninitialized return value in shmem_link 7a8b048 fix cgroup_do_mount() handling of failure exits 736807d crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() fails 4c152af crypto: aegis - fix handling chunked inputs 4bca5a9 crypto: arm64/aes-neonbs - fix returning final keystream block 76f2167 crypto: arm64/crct10dif - revert to C code for short inputs dc410d2 crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails c0bfdac crypto: morus - fix handling chunked inputs bb1ae0a crypto: pcbc - remove bogus memcpy()s with src == dest e6c703f crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() fails 574c19d crypto: testmgr - skip crc32c context test for ahash algorithms 5d2a517 crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEP 8a9fcf4 crypto: x86/aesni-gcm - fix crash on empty plaintext 66700c8 crypto: x86/morus - fix handling chunked inputs and MAY_SLEEP d5a5bded crypto: arm64/aes-ccm - fix logical bug in AAD MAC handling 41e2d1c crypto: arm64/aes-ccm - fix bugs in non-NEON fallback routine f27077e tracing: Do not free iter->trace in fail path of tracing_open_pipe() f4a9fd5 scsi: target/iscsi: Avoid iscsit_release_commands_from_conn() deadlock c8666ed irqchip/gic-v3-its: Avoid parsing _indirect_ twice for Device table cdf9941 ext4: fix check of inode in swap_inode_boot_loader is different 071f681 ext4: cleanup pagecache before swap i_data 048bfb5 ext4: update quota information while swapping boot loader inode a0d876c ext4: add mask of ext4 flags to swap c733cf4 PCI/ASPM: Use LTR if already enabled by platform 13a9d14 PCI/DPC: Fix print AER status in DPC event handling is different 13a9d14 PCI/DPC: Fix print AER status in DPC event handling 09bc2f5 PCI: dwc: skip MSI init if MSIs have been explicitly disabled 5467498 IB/hfi1: Close race condition on user context disable and close 234c0cc mm: hwpoison: fix thp split handing in soft_offline_in_use_page() c1ddc7b mm/vmalloc: fix size check for remap_vmalloc_range_partial() 09417dd mm/memory.c: do_fault: avoid usage of stale vm_area_struct c835b44 device property: Fix the length used in PROPERTY_ENTRY_STRING() 8225bb9 serial: 8250_pci: Fix number of ports for ACCES serial cards 3545324 serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954 chip use the pci_pericom_setup() 85c8ea2 arm64: Fix HCR.TGE status for NMI contexts c113a7f arm64: debug: Ensure debug handlers check triggering exception level a441fda ipmi_si: fix use-after-free of resource->name 7668d6e dm: fix to_sector() for 32bit b05581b vt: perform safe console erase in the right order 3e5a054 x86/unwind/orc: Fix ORC unwind table alignment e25353a perf intel-pt: Fix CYC timestamp calculation after OVF d8f691f perf tools: Fix split_kallsyms_for_kcore() for trampoline symbols fa592fc perf auxtrace: Define auxtrace record alignment a46a8cd perf intel-pt: Fix overlap calculation for padding 0108875 perf intel-pt: Fix divide by zero when TSC is not available e97a32a rcu: Do RCU GP kthread self-wakeup from softirq and interrupt is different Signed-off-by: Yang Yingliang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 72e27c379eaf..3b1c6cff6700 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 30 +SUBLEVEL = 31 EXTRAVERSION = NAME = "People's Front" -- GitLab