summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-19mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu3-18/+41
2021-05-19kasan: fix unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabledPeter Collingbourne1-6/+23
2021-05-19userfaultfd: release page in error path to avoid BUG_ONAxel Rasmussen1-1/+11
2021-05-19squashfs: fix divide error in calculate_skip()Phillip Lougher1-3/+3
2021-05-19hfsplus: prevent corruption in shrinking truncateJouni Roivas1-3/+4
2021-05-19powerpc/64s: Fix crashes when toggling entry flush barrierMichael Ellerman1-1/+15
2021-05-19powerpc/64s: Fix crashes when toggling stf barrierMichael Ellerman1-2/+17
2021-05-19ARC: mm: Use max_high_pfn as a HIGHMEM zone borderVladimir Isaev1-1/+10
2021-05-19ARC: mm: PAE: use 40-bit physical page maskVladimir Isaev5-13/+19
2021-05-19ARC: entry: fix off-by-one error in syscall number validationVineet Gupta1-2/+2
2021-05-19f2fs: avoid unneeded data copy in f2fs_ioc_move_range()Chao Yu1-6/+0
2021-05-19mptcp: fix splat when closing unaccepted socketPaolo Abeni1-2/+1
2021-05-19i40e: Fix PHY type identifiers for 2.5G and 5G adaptersMateusz Palczewski4-11/+10
2021-05-19i40e: fix the restart auto-negotiation after FEC modifiedJaroslaw Gawin1-1/+2
2021-05-19i40e: Fix use-after-free in i40e_client_subtask()Yunjian Wang1-0/+1
2021-05-19i40e: fix broken XDP supportMagnus Karlsson1-6/+2
2021-05-19netfilter: nftables: avoid overflows in nft_hash_buckets()Eric Dumazet1-1/+9
2021-05-19kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resourcesDavid Hildenbrand1-1/+1
2021-05-19kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_R...David Hildenbrand1-1/+1
2021-05-19kernel: kexec_file: fix error return code of kexec_calculate_store_digests()Jia-Ju Bai1-1/+3
2021-05-19fs/proc/generic.c: fix incorrect pde_is_permanent checkColin Ian King1-1/+1
2021-05-19sched/fair: Fix unfairness caused by missing load decayOdin Ugedal1-3/+9
2021-05-19sched: Fix out-of-bound access in uclampQuentin Perret1-1/+1
2021-05-19can: m_can: m_can_tx_work_queue(): fix tx_skb race conditionMarc Kleine-Budde1-1/+2
2021-05-19can: mcp251x: fix resume from sleep before interface was brought upFrieder Schrempf1-17/+18
2021-05-19can: mcp251xfd: mcp251xfd_probe(): add missing can_rx_offload_del() in error ...Marc Kleine-Budde1-1/+3
2021-05-19netfilter: nftables: Fix a memleak from userdata error path in new objectsPablo Neira Ayuso1-2/+2
2021-05-19netfilter: nfnetlink_osf: Fix a missing skb_header_pointer() NULL checkPablo Neira Ayuso1-0/+2
2021-05-19smc: disallow TCP_ULP in smc_setsockopt()Cong Wang1-1/+3
2021-05-19net: fix nla_strcmp to handle more then one trailing null characterMaciej Żenczykowski1-1/+1
2021-05-19ethtool: fix missing NLM_F_MULTI flag when dumpingFernando Fernandez Mancera1-1/+2
2021-05-19mm/gup: check for isolation errorsPavel Tatashin1-26/+34
2021-05-19mm/gup: return an error on migration failurePavel Tatashin1-10/+7
2021-05-19mm/gup: check every subpage of a compound page during isolationPavel Tatashin1-12/+7
2021-05-19ksm: fix potential missing rmap_item for stable_nodeMiaohe Lin1-0/+1
2021-05-19mm/migrate.c: fix potential indeterminate pte entry in migrate_vma_insert_page()Miaohe Lin1-0/+7
2021-05-19mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts()Miaohe Lin1-2/+9
2021-05-19khugepaged: fix wrong result value for trace_mm_collapse_huge_page_isolate()Miaohe Lin1-9/+9
2021-05-19arm64: entry: always set GIC_PRIO_PSR_I_SET during entryMark Rutland3-30/+5
2021-05-19arm64: entry: factor irq triage logic into macrosMarc Zyngier1-37/+43
2021-05-19drm/radeon: Avoid power table parsing memory leaksKees Cook1-5/+15
2021-05-19drm/radeon: Fix off-by-one power_state index heap overwriteKees Cook1-3/+3
2021-05-19net: stmmac: Clear receive all(RA) bit when promiscuous mode is offRamesh Babu B1-0/+1
2021-05-19xsk: Fix for xp_aligned_validate_desc() when len == chunk_sizeXuan Zhuo1-4/+3
2021-05-19netfilter: xt_SECMARK: add new revision to fix structure layoutPablo Neira Ayuso2-19/+75
2021-05-19sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_bXin Long1-1/+2
2021-05-19ethernet:enic: Fix a use after free bug in enic_hard_start_xmitLv Yunlong1-2/+5
2021-05-19block/rnbd-clt: Check the return value of the function rtrs_clt_queryMd Haris Iqbal1-2/+10
2021-05-19block/rnbd-clt: Change queue_depth type in rnbd_clt_session to size_tMd Haris Iqbal1-1/+1
2021-05-19libbpf: Fix signed overflow in ringbuf_process_ringBrendan Jackman1-9/+21