summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-22mmc: sdio: fix possible resource leaks in some error pathsYang Yingliang2-15/+14
2023-02-22Revert "x86/fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGN"Greg Kroah-Hartman1-2/+5
2023-02-22aio: fix mremap after fork null-derefSeth Jenkins1-0/+4
2023-02-22nvme-fc: fix a missing queue put in nvmet_fc_ls_create_associationAmit Engel1-1/+3
2023-02-22net/rose: Fix to not accept on connected socketHyunwoo Kim1-0/+8
2023-02-22tools/virtio: fix the vringh test for virtio ring changesShunsuke Mie8-5/+45
2023-02-22migrate: hugetlb: check for hugetlb shared PMD in node migrationMike Kravetz1-1/+2
2023-02-22usb: core: add quirk for Alcor Link AK9563 smartcard readerMark Pearson1-0/+3
2023-02-22net: USB: Fix wrong-direction WARNING in plusb.cAlan Stern1-3/+1
2023-02-22pinctrl: single: fix potential NULL dereferenceMaxim Korotkov1-0/+2
2023-02-22pinctrl: aspeed: Fix confusing types in return valueJoel Stanley1-1/+1
2023-02-22ALSA: pci: lx6464es: fix a debug loopDan Carpenter1-6/+5
2023-02-22ALSA: emux: Avoid potential array out-of-bound in snd_emux_xg_control()Artemii Karasev1-0/+3
2023-02-22btrfs: limit device extents to the device sizeJosef Bacik1-1/+5
2023-02-22serial: 8250_dma: Fix DMA Rx rearm raceIlpo Järvinen1-2/+10
2023-02-22serial: 8250_dma: Fix DMA Rx completion raceIlpo Järvinen1-1/+13
2023-02-22Squashfs: fix handling and sanity checking of xattr_ids countPhillip Lougher4-5/+5
2023-02-22mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia1-0/+1
2023-02-22mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz2-3/+14
2023-02-22parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat caseHelge Deller1-2/+13
2023-02-22parisc: Fix return code of pdc_iodc_print()Helge Deller1-2/+3
2023-02-22iio:adc:twl6030: Enable measurements of VUSB, VBAT and othersAndreas Kemnade1-0/+32
2023-02-22iio: adc: berlin2-adc: Add missing of_node_put() in error pathXiongfeng Wang1-1/+3
2023-02-22iio: hid: fix the retval in accel_3d_capture_sampleDmitry Perchanov1-0/+1
2023-02-22efi: Accept version 2 of memory attributes tableArd Biesheuvel1-1/+1
2023-02-22watchdog: diag288_wdt: fix __diag288() inline assemblyAlexander Egorenkov1-1/+1
2023-02-22watchdog: diag288_wdt: do not use stack buffers for hardware dataAlexander Egorenkov1-2/+11
2023-02-22fbcon: Check font dimension limitsSamuel Thibault1-2/+5
2023-02-22usb: gadget: f_fs: Fix unbalanced spinlock in __ffs_ep0_queue_waitUdipto Goswami1-1/+3
2023-02-22net/x25: Fix to not accept on connected socketHyunwoo Kim1-0/+6
2023-02-22scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddressMike Christie1-3/+6
2023-02-22scsi: target: core: Fix warning on RT kernelsMaurizio Lombardi1-2/+2
2023-02-22net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin1-6/+6
2023-02-22sctp: do not check hb_timer.expires when resetting hb_timerXin Long1-3/+1
2023-02-22squashfs: harden sanity check in squashfs_read_xattr_id_tableFedor Pchelkin1-1/+1
2023-02-22netrom: Fix use-after-free caused by accept on already connected socketHyunwoo Kim1-0/+5
2023-02-22ALSA: hda/via: Avoid potential array out-of-bound in add_secret_dac_path()Artemii Karasev1-0/+3
2023-02-22bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()Yuan Can1-1/+7
2023-02-22firewire: fix memory leak for payload of request subaction to IEC 61883-1 FCP...Takashi Sakamoto1-1/+3
2023-02-06Linux 4.14.305v4.14.305Greg Kroah-Hartman1-1/+1
2023-02-06usb: host: xhci-plat: add wakeup entry at sysfsPeter Chen1-1/+1
2023-02-06ipv6: ensure sane device mtu in tunnelsEric Dumazet3-12/+18
2023-02-06mm: kvmalloc does not fallback to vmalloc for incompatible gfp flagsMichal Hocko1-2/+4
2023-02-06exit: Use READ_ONCE() for all oops/warn limit readsKees Cook2-4/+9
2023-02-06docs: Fix path paste-o for /sys/kernel/warn_countKees Cook1-1/+1
2023-02-06panic: Expose "warn_count" to sysfsKees Cook2-2/+26
2023-02-06panic: Introduce warn_limitKees Cook2-0/+37
2023-02-06panic: Consolidate open-coded panic_on_warn checksKees Cook4-6/+10
2023-02-06exit: Allow oops_limit to be disabledKees Cook2-3/+4
2023-02-06exit: Expose "oops_count" to sysfsKees Cook2-2/+26