summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-13staging: vc04_services: fix information leak in create_component()Dan Carpenter1-0/+1
2024-04-13staging: vc04_services: changen strncpy() to strscpy_pad()Arnd Bergmann1-2/+2
2024-04-13staging: mmal-vchiq: Fix client_component for 64 bit kernelDave Stevenson2-1/+8
2024-04-13staging: mmal-vchiq: Allocate and free components as requiredDave Stevenson2-10/+20
2024-04-13staging: mmal-vchiq: Avoid use of bool in structuresDave Stevenson2-8/+8
2024-04-13i40e: fix vf may be used uninitialized in this function warningAleksandr Loktionov1-18/+16
2024-04-13ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima1-7/+7
2024-04-13selftests: reuseaddr_conflict: add missing new line at the end of the outputJakub Kicinski1-1/+1
2024-04-13net: stmmac: fix rx queue priority assignmentPiotr Wejman2-17/+63
2024-04-13net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet1-5/+5
2024-04-13netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()Ziyang Xuan1-2/+7
2024-04-13mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka4-11/+20
2024-04-13Revert "x86/mm/ident_map: Use gbpages only where full GB page should be mapped."Ingo Molnar1-18/+5
2024-04-13net/rds: fix possible cp null dereferenceMahmoud Adam1-1/+1
2024-04-13netfilter: nf_tables: disallow timeout for anonymous setsPablo Neira Ayuso1-0/+7
2024-04-13Bluetooth: Fix TOCTOU in HCI debugfs implementationBastien Nocera1-16/+32
2024-04-13Bluetooth: hci_event: set the conn encrypted before conn establishesHui Wang1-0/+25
2024-04-13r8169: fix issue caused by buggy BIOS on certain boards with RTL8168dHeiner Kallweit1-0/+9
2024-04-13tcp: properly terminate timers for kernel socketsEric Dumazet4-0/+24
2024-04-13mptcp: add sk_stop_timer_sync helperGeliang Tang2-0/+9
2024-04-13nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packetRyosuke Yasuoka1-0/+5
2024-04-13USB: core: Fix deadlock in usb_deauthorize_interface()Alan Stern1-3/+13
2024-04-13scsi: lpfc: Correct size for wqe for memset()Muhammad Usama Anjum1-1/+1
2024-04-13x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabledKim Phillips2-10/+16
2024-04-13scsi: qla2xxx: Fix command flush on cable pullQuinn Tran1-0/+10
2024-04-13usb: udc: remove warning when queue disabled epyuan linyu1-1/+3
2024-04-13usb: dwc2: gadget: LPM flow fixMinas Harutyunyan3-21/+47
2024-04-13usb: dwc2: host: Fix ISOC flow in DDMA modeMinas Harutyunyan3-9/+22
2024-04-13usb: dwc2: host: Fix hibernation flowMinas Harutyunyan2-2/+28
2024-04-13usb: dwc2: host: Fix remote wakeup from hibernationMinas Harutyunyan2-4/+14
2024-04-13loop: loop_set_status_from_info() check before assignmentZhong Jinghua1-4/+4
2024-04-13loop: Check for overflow while configuring loopSiddh Raman Pant1-0/+5
2024-04-13loop: Factor out configuring loop from statusMartijn Coenen1-50/+67
2024-04-13powerpc: xor_vmx: Add '-mhard-float' to CFLAGSNathan Chancellor1-1/+1
2024-04-13efivarfs: Request at most 512 bytes for variable namesTim Schumacher1-6/+11
2024-04-13perf/core: Fix reentry problem in perf_output_read_group()Yang Jihong1-0/+9
2024-04-13loop: properly observe rotational flag of underlying deviceHolger Hoffstätte1-0/+19
2024-04-13loop: Refactor loop_set_status() size calculationMartijn Coenen1-18/+19
2024-04-13loop: Factor out setting loop device sizeMartijn Coenen1-9/+21
2024-04-13loop: Remove sector_t truncation checksMartijn Coenen1-14/+7
2024-04-13loop: Call loop_config_discard() only after new config is appliedMartijn Coenen1-2/+2
2024-04-13Revert "loop: Check for overflow while configuring loop"Genjian Zhang1-5/+0
2024-04-13btrfs: allocate btrfs_ioctl_defrag_range_args on stackGoldwyn Rodrigues1-17/+8
2024-04-13printk: Update @console_may_schedule in console_trylock_spinning()John Ogness1-0/+6
2024-04-13fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversionBart Van Assche1-2/+6
2024-04-13ALSA: sh: aica: reorder cleanup operations to avoid UAF bugsDuoming Zhou1-3/+14
2024-04-13usb: cdc-wdm: close race between read and workqueueOliver Neukum1-1/+5
2024-04-13exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()Max Filippov1-0/+1
2024-04-13wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changesFelix Fietkau1-3/+2
2024-04-13mm/migrate: set swap entry values of THP tail pages properly.Zi Yan1-1/+5