summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-28scsi: iscsi: Fix iface sysfs attr detectionMike Christie1-56/+34
2021-07-28netrom: Decrease sock refcount when sock timers expireNguyen Dinh Phi1-9/+11
2021-07-28sctp: trim optlen when it's a huge value in sctp_setsockoptXin Long1-0/+4
2021-07-28net: sched: fix memory leak in tcindex_partial_destroy_workPavel Skripkin1-1/+4
2021-07-28KVM: PPC: Fix kvm_arch_vcpu_ioctl vcpu_load leakNicholas Piggin1-2/+2
2021-07-28KVM: PPC: Book3S: Fix CONFIG_TRANSACTIONAL_MEM=n crashNicholas Piggin1-0/+2
2021-07-28net: decnet: Fix sleeping inside in af_decnetYajun Deng1-15/+12
2021-07-28efi/tpm: Differentiate missing and invalid final event log table.Michal Suchanek1-3/+5
2021-07-28ASoC: soc-pcm: add a flag to reverse the stop sequenceVijendar Mukunda2-6/+22
2021-07-28dma-mapping: handle vmalloc addresses in dma_common_{mmap,get_sgtable}Roman Skakun1-2/+10
2021-07-28usb: hso: fix error handling code of hso_create_net_deviceDongliang Mu1-10/+23
2021-07-28spi: spi-cadence-quadspi: Fix division by zero warningYoshitaka Ikeda1-4/+6
2021-07-28net: fix uninit-value in caif_seqpkt_sendmsgZiyang Xuan1-1/+2
2021-07-28bpftool: Check malloc return value in mount_bpffs_for_pinTobias Klauser1-0/+5
2021-07-28bpf, sockmap, udp: sk_prot needs inuse_idx set for proc statsJakub Sitnicki1-1/+1
2021-07-28bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc statsJohn Fastabend1-1/+1
2021-07-28bpf, sockmap: Fix potential memory leak on unlikely error caseJohn Fastabend1-5/+11
2021-07-28s390/bpf: Perform r1 range checking before accessing jit->seen_reg[r1]Colin Ian King1-1/+1
2021-07-28liquidio: Fix unintentional sign extension issue on left shift of u16Colin Ian King1-1/+1
2021-07-28net: dsa: mv88e6xxx: NET_DSA_MV88E6XXX_PTP should depend on NET_DSA_MV88E6XXXGeert Uytterhoeven1-1/+1
2021-07-28drm/vc4: hdmi: Drop devm interrupt handler for CEC interruptsMaxime Ripard1-16/+33
2021-07-28timers: Fix get_next_timer_interrupt() with no timers pendingNicolas Saenz Julienne1-3/+5
2021-07-28ASoC: SOF: Intel: Update ADL descriptor to use ACPI power statesSathya Prakash M R1-0/+1
2021-07-28xdp, net: Fix use-after-free in bpf_xdp_link_releaseXuan Zhuo1-4/+10
2021-07-28bpf: Fix tail_call_reachable rejection for interpreter when jit failedDaniel Borkmann1-0/+2
2021-07-28bpf, test: fix NULL pointer dereference on invalid expected_attach_typeXuan Zhuo1-0/+3
2021-07-28ASoC: rt5631: Fix regcache sync errors on resumeMaxim Schwalm1-0/+2
2021-07-28spi: mediatek: fix fifo rx modePeter Hess1-3/+13
2021-07-28regulator: hi6421: Fix getting wrong drvdataAxel Lin1-9/+13
2021-07-28regulator: hi6421: Use correct variable type for regmap api val argumentAxel Lin1-4/+4
2021-07-28spi: stm32: fixes pm_runtime calls in probe/removeAlain Volmat1-1/+8
2021-07-28ASoC: wm_adsp: Correct wm_coeff_tlv_get handlingCharles Keepax1-1/+1
2021-07-28Kbuild: lto: fix module versionings mismatch in GNU make 3.XLecopzer Chen1-1/+1
2021-07-28perf sched: Fix record failure when CONFIG_SCHEDSTATS is not setYang Jihong1-4/+29
2021-07-28perf data: Close all files in close_dir()Riccardo Mancini1-1/+1
2021-07-28perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini1-2/+2
2021-07-28perf lzma: Close lzma stream on exitRiccardo Mancini1-3/+5
2021-07-28perf script: Fix memory 'threads' and 'cpus' leaks on exitRiccardo Mancini1-0/+7
2021-07-28perf script: Release zstd dataRiccardo Mancini1-0/+1
2021-07-28perf report: Free generated help strings for sort optionRiccardo Mancini3-13/+24
2021-07-28perf env: Fix memory leak of cpu_pmu_capsRiccardo Mancini1-0/+1
2021-07-28perf test maps__merge_in: Fix memory leak of mapsRiccardo Mancini1-0/+2
2021-07-28perf dso: Fix memory leak in dso__new_map()Riccardo Mancini1-1/+3
2021-07-28perf test event_update: Fix memory leak of unitRiccardo Mancini1-1/+3
2021-07-28perf test event_update: Fix memory leak of evlistRiccardo Mancini1-1/+1
2021-07-28perf test session_topology: Delete session->evlistRiccardo Mancini1-0/+1
2021-07-28perf env: Fix sibling_dies memory leakRiccardo Mancini1-0/+1
2021-07-28perf probe: Fix dso->nsinfo refcountingRiccardo Mancini1-1/+3
2021-07-28perf map: Fix dso->nsinfo refcountingRiccardo Mancini1-0/+2
2021-07-28perf inject: Fix dso->nsinfo refcountingRiccardo Mancini1-2/+3