summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.4.242v5.4.242Greg Kroah-Hartman2023-04-261-1/+1
* ASN.1: Fix check for strdup() successEkaterina Orlova2023-04-261-1/+1
* iio: adc: at91-sama5d2_adc: fix an error code in at91_adc_allocate_trigger()Dan Carpenter2023-04-261-1/+1
* pwm: meson: Explicitly set .polarity in .get_state()Uwe Kleine-König2023-04-261-0/+7
* xfs: fix forkoff miscalculation related to XFS_LITINO(mp)Gao Xiang2023-04-261-1/+7
* sctp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima2023-04-261-8/+21
* dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima2023-04-264-8/+17
* inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima2023-04-265-19/+1
* tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima2023-04-269-15/+46
* udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima2023-04-263-12/+15
* ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li2023-04-261-2/+4
* ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()Ritesh Harjani2023-04-263-34/+9
* Revert "ext4: fix use-after-free in ext4_xattr_set_entry"Tudor Ambarus2023-04-261-4/+2
* x86/purgatory: Don't generate debug info for purgatory.roPingfan Liu2023-04-261-1/+4
* MIPS: Define RUNTIME_DISCARD_EXIT in LD scriptJiaxun Yang2023-04-261-0/+2
* mmc: sdhci_am654: Set HIGH_SPEED_ENA for SDR12 and SDR25Bhavya Kapoor2023-04-261-2/+0
* memstick: fix memory leak if card device is never registeredGreg Kroah-Hartman2023-04-261-1/+4
* nilfs2: initialize unused bytes in segment summary blocksRyusuke Konishi2023-04-261-0/+20
* iio: light: tsl2772: fix reading proximity-diodes from device treeBrian Masney2023-04-261-0/+1
* xen/netback: use same error messages for same errorsJuergen Gross2023-04-261-4/+2
* nvme-tcp: fix a possible UAF when failing to allocate an io queueSagi Grimberg2023-04-261-20/+26
* s390/ptrace: fix PTRACE_GET_LAST_BREAK error handlingHeiko Carstens2023-04-261-6/+2
* net: dsa: b53: mmap: add phy opsÁlvaro Fernández Rojas2023-04-261-0/+14
* scsi: core: Improve scsi_vpd_inquiry() checksDamien Le Moal2023-04-261-2/+9
* scsi: megaraid_sas: Fix fw_crash_buffer_show()Tomas Henzl2023-04-261-1/+1
* selftests: sigaltstack: fix -WuninitializedNick Desaulniers2023-04-262-6/+24
* Input: i8042 - add quirk for Fujitsu Lifebook A574/HJonathan Denose2023-04-261-0/+8
* f2fs: Fix f2fs_truncate_partial_nodes ftrace eventDouglas Raillard2023-04-261-1/+1
* e1000e: Disable TSO on i219-LM card to increase speedSebastian Basierski2023-04-261-25/+26
* bpf: Fix incorrect verifier pruning due to missing register precision taintsDaniel Borkmann2023-04-261-0/+15
* mlxfw: fix null-ptr-deref in mlxfw_mfa2_tlv_next()Nikita Zhandarovich2023-04-261-0/+2
* i40e: fix i40e_setup_misc_vector() error handlingAleksandr Loktionov2023-04-261-1/+4
* i40e: fix accessing vsi->active_filters without holding lockAleksandr Loktionov2023-04-261-2/+2
* netfilter: nf_tables: fix ifdef to also consider nf_tables=mFlorian Westphal2023-04-261-2/+2
* virtio_net: bugfix overflow inside xdp_linearize_page()Xuan Zhuo2023-04-261-2/+6
* net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_aggGwangun Jung2023-04-261-6/+7
* regulator: fan53555: Explicitly include bits headerCristian Ciocaltea2023-04-261-5/+6
* netfilter: br_netfilter: fix recent physdev match breakageFlorian Westphal2023-04-262-6/+12
* arm64: dts: meson-g12-common: specify full DMC rangeMarc Gonzalez2023-04-261-2/+1
* ARM: dts: rockchip: fix a typo error for rk3288 spdif nodeJianqun Xu2023-04-261-1/+1
* Linux 5.4.241v5.4.241Greg Kroah-Hartman2023-04-201-1/+1
* xfs: force log and push AIL to clear pinned inodes when aborting mountDarrick J. Wong2023-04-201-46/+44
* xfs: don't reuse busy extents on extent trimBrian Foster2023-04-201-14/+0
* xfs: consider shutdown in bmapbt cursor delete assertBrian Foster2023-04-201-19/+11
* xfs: shut down the filesystem if we screw up quota reservationDarrick J. Wong2023-04-201-3/+13
* xfs: report corruption only as a regular errorDarrick J. Wong2023-04-202-1/+7
* xfs: set inode size after creating symlinkJeffrey Mitchell2023-04-201-0/+1
* xfs: fix up non-directory creation in SGID directoriesChristoph Hellwig2023-04-201-7/+7
* xfs: remove the di_version field from struct icdinodeChristoph Hellwig2023-04-209-44/+24
* xfs: simplify a check in xfs_ioctl_setattr_check_cowextsizeChristoph Hellwig2023-04-201-2/+1