aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
5 daysafs: Fix fileserver rotation getting stuckvfs-6.10.miscvfs.miscDavid Howells1-2/+6
5 daysselftests: add F_DUPDFD_QUERY selftestsChristian Brauner1-1/+54
5 daysfcntl: add F_DUPFD_QUERY fcntl()Linus Torvalds2-6/+28
6 daysfile: add fd_raw cleanup classChristian Brauner1-0/+1
11 daysfs: WARN when f_count resurrection is attemptedKees Cook1-1/+2
12 daysseq_file: Simplify __seq_puts()Christophe JAILLET1-8/+1
12 daysseq_file: Optimize seq_puts()Christophe JAILLET2-3/+14
13 daysproc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operationTyler Hicks (Microsoft)1-22/+20
2024-04-26fs: Create anon_inode_getfile_fmode()Dawid Osuchowski2-0/+38
2024-04-24xfs: don't call xfs_file_open from xfs_dir_openChristoph Hellwig1-1/+3
2024-04-24xfs: drop fop_flags for directoriesChristoph Hellwig1-2/+0
2024-04-24xfs: fix overly long line in the file_operationsChristoph Hellwig1-4/+4
2024-04-17Merge patch series 'Fix shmem_rename2 directory offset calculation' of https:...Christian Brauner3-8/+52
2024-04-17shmem: Fix shmem_rename2()Chuck Lever1-0/+9
2024-04-17libfs: Add simple_offset_rename() APIChuck Lever3-2/+24
2024-04-17libfs: Fix simple_offset_rename_exchange()Chuck Lever1-6/+19
2024-04-17jffs2: prevent xattr node from overflowing the eraseblockIlya Denisyev1-0/+3
2024-04-15vfs, swap: compile out IS_SWAPFILE() on swapless configsAlexey Dobriyan1-0/+6
2024-04-13vfs: relax linkat() AT_EMPTY_PATH - aka flink() - requirementsLinus Torvalds2-6/+14
2024-04-11fs/direct-io: remove redundant assignment to variable retvalColin Ian King1-1/+0
2024-04-09fs/dcache: Re-use value stored to dentry->d_flags instead of re-readinglinke li1-1/+1
2024-04-09fs: Add FOP_HUGE_PAGESMatthew Wilcox (Oracle)5-20/+10
2024-04-09orangefs: cleanup uses of strncpyJustin Stitt3-32/+15
2024-04-09nilfs2: fix out-of-range warningArnd Bergmann1-1/+1
2024-04-07fs: use bit shifts for FMODE_* flagsChristian Brauner1-26/+31
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner12-28/+37
2024-04-05fs: Annotate struct file_handle with __counted_by() and use struct_size()Gustavo A. R. Silva2-4/+4
2024-04-05Merge patch series 'fs: aio: more folio conversion' of https://lore.kernel.or...Christian Brauner1-44/+47
2024-04-05fs: aio: convert to ring_folios and internal_foliosKefeng Wang1-31/+31
2024-04-05ecryptfs: Fix buffer size for tag 66 packetBrian Kubisiak1-1/+3
2024-04-05fs: aio: use a folio in aio_free_ring()Kefeng Wang1-6/+7
2024-04-05Merge series 'Fixes and cleanups to fs-writeback' of https://lore.kernel.org/...Christian Brauner1-24/+33
2024-04-05fs: aio: use a folio in aio_setup_ring()Kefeng Wang1-9/+11
2024-04-05fs/writeback: remove unnecessary return in writeback_inodes_sbKemeng Shi1-1/+1
2024-04-05fs/writeback: correct comment of __wakeup_flusher_threads_bdiKemeng Shi1-2/+1
2024-04-05fs/writeback: only calculate dirtied_before when b_io is emptyKemeng Shi1-12/+13
2024-04-05fs/writeback: remove unused parameter wb of finish_writeback_workKemeng Shi1-4/+3
2024-04-05fs/writeback: bail out if there is no more inodes for IO and queued onceKemeng Shi1-2/+5
2024-03-26fs: Add kernel-doc comments to proc_create_net_data_write()Yang Li1-0/+1
2024-03-26fs/writeback: avoid to writeback non-expired inode in kupdate writebackKemeng Shi1-3/+10
2024-03-26fs_parser: move fsparam_string_empty() helper into headerLuis Henriques (SUSE)3-8/+4
2024-03-26statx: stx_subvolKent Overstreet5-1/+11
2024-03-24Linux 6.9-rc1Linus Torvalds1-2/+2
2024-03-24Merge tag 'efi-fixes-for-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-2/+14
2024-03-24Merge tag 'x86-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds15-89/+80
2024-03-24Merge tag 'sched-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2024-03-24Merge tag 'dma-mapping-6.9-2024-03-24' of git://git.infradead.org/users/hch/d...Linus Torvalds2-12/+42
2024-03-24efi: fix panic in kdump kernelOleksandr Tymoshenko1-0/+2
2024-03-24x86/efistub: Don't clear BSS twice in mixed modeArd Biesheuvel1-1/+2
2024-03-24x86/efistub: Call mixed mode boot services on the firmware's stackArd Biesheuvel1-0/+9
2024-03-24x86/boot/64: Move 5-level paging global variable assignments backTom Lendacky1-9/+7
2024-03-24x86/boot/64: Apply encryption mask to 5-level pagetable updateTom Lendacky1-1/+1
2024-03-24x86/cpu: Add model number for another Intel Arrow Lake mobile processorTony Luck1-0/+1
2024-03-24x86/fpu: Keep xfd_state in sync with MSR_IA32_XFDAdamos Ttofari2-6/+13
2024-03-24Documentation/x86: Document that resctrl bandwidth control units are MiBTony Luck1-4/+4
2024-03-23Merge tag 'timers-urgent-2024-03-23' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+20
2024-03-23Merge tag 'timers-core-2024-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds12-59/+191
2024-03-23Merge tag 'irq-urgent-2024-03-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-18/+54
2024-03-23Merge tag 'core-entry-2024-03-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+7
2024-03-23Merge tag 'powerpc-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds16-231/+274
2024-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds11-184/+33
2024-03-23Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds13-39/+62
2024-03-23x86/mpparse: Register APIC address only onceThomas Gleixner1-5/+5
2024-03-23x86/topology: Handle the !APIC case gracefullyThomas Gleixner1-0/+11
2024-03-23x86/topology: Don't evaluate logical IDs during early bootThomas Gleixner1-5/+7
2024-03-23x86/cpu: Ensure that CPU info updates are propagated on UPThomas Gleixner3-37/+14
2024-03-22lkdtm/bugs: Improve warning message for compilers without counted_by supportNathan Chancellor1-1/+1
2024-03-22overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook8-22/+58
2024-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-71/+490
2024-03-22Merge tag 'block-6.9-20240322' of git://git.kernel.dk/linuxLinus Torvalds12-34/+233
2024-03-22Merge tag 'io_uring-6.9-20240322' of git://git.kernel.dk/linuxLinus Torvalds9-49/+65
2024-03-22Merge tag 'for-6.9/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-6/+16
2024-03-22Merge tag 'ceph-for-6.9-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2-13/+26
2024-03-22Merge tag 'xfs-6.9-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-9/+22
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds105-747/+5183
2024-03-22Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds63-266/+2040
2024-03-22Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds18-70/+110
2024-03-22Merge tag 'spi-fix-v6.9-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds8-32/+38
2024-03-22Merge tag 'regulator-fix-v6.9-merge-window' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-0/+11
2024-03-22Merge tag 'sound-fix2-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-391/+138
2024-03-22Merge tag 'i2c-for-6.9-rc1-part2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-323/+514
2024-03-22efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or higher...KONDO KAZUMA(近藤 和真)1-1/+1
2024-03-22kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe addressMasami Hiramatsu (Google)1-1/+10
2024-03-22x86/pm: Work around false positive kmemleak report in msr_build_context()Anton Altaparmakov1-5/+5
2024-03-22x86/kexec: Do not update E820 kexec table for setup_dataDave Young1-16/+1
2024-03-21Merge tag '6.9-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds11-39/+54
2024-03-21Merge tag 'drm-next-2024-03-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds86-283/+561
2024-03-22Merge tag 'amd-drm-fixes-6.9-2024-03-21' of https://gitlab.freedesktop.org/ag...Dave Airlie64-215/+456
2024-03-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-2/+4
2024-03-21Merge tag 'rtc-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds20-327/+358
2024-03-22Merge tag 'drm-misc-next-fixes-2024-03-21' of https://gitlab.freedesktop.org/...Dave Airlie5-7/+5
2024-03-21Merge tag 'siox/for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-42/+70
2024-03-21Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds27-420/+1060
2024-03-21Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds71-346/+610
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds69-792/+1133
2024-03-21Merge tag 'firewire-fixes-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+14
2024-03-21Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds25-177/+387
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds305-4492/+15165
2024-03-21Merge tag 'staging-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds72-4820/+537
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds122-2524/+3545
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds178-2436/+9080
2024-03-21sched/doc: Update documentation for base_slice_ns and CONFIG_HZ relationMukesh Kumar Chaurasiya1-0/+3
2024-03-21Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9Jens Axboe11-33/+233
2024-03-21fbdev: panel-tpo-td043mtea1: Convert sprintf() to sysfs_emit()Li Zhijian1-9/+4
2024-03-21Merge tag 'hwlock-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds1-47/+10
2024-03-21nvmet-rdma: remove NVMET_RDMA_REQ_INVALIDATE_RKEY flagGuixin Liu1-5/+3
2024-03-21nvme: remove redundant BUILD_BUG_ON checkGuixin Liu1-3/+0
2024-03-21Merge tag 'rpmsg-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds3-13/+13
2024-03-21Merge tag 'rproc-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds25-309/+419
2024-03-21dm-integrity: align the outgoing bio in integrity_recheckMikulas Patocka1-2/+10
2024-03-21Merge tag 'cocci-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-1/+1
2024-03-21Merge tag 'sh-for-v6.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-4/+4
2024-03-21Merge tag 'hyperv-next-signed-20240320' of git://git.kernel.org/pub/scm/linux...Linus Torvalds17-236/+375
2024-03-21Merge tag 'for-6.9-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+47
2024-03-21Merge tag 'exfat-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-376/+293
2024-03-21Merge tag 'bitmap-for-6.9' of https://github.com/norov/linuxLinus Torvalds2-5/+4
2024-03-21Merge tag 'nf-24-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2-18/+16
2024-03-21Merge tag 'asoc-fix-v6.9-merge-window' of https://git.kernel.org/pub/scm/linu...Takashi Iwai765-4607/+8298
2024-03-21firewire: core: add memo about the caller of show functions for device attrib...Takashi Sakamoto1-0/+2
2024-03-21Merge tag 'linux-can-fixes-for-6.9-20240319' of git://git.kernel.org/pub/scm/...Paolo Abeni1-2/+2
2024-03-21selftests: forwarding: Fix ping failure due to short timeoutIdo Schimmel2-4/+4
2024-03-21spi: spi-mt65xx: Fix NULL pointer access in interrupt handlerFei Shao1-10/+12
2024-03-21MAINTAINERS: step down as netfilter maintainerFlorian Westphal1-1/+0
2024-03-21sh: hd64461: Make setup_hd64461() staticArtur Rojek1-1/+1
2024-03-21netfilter: nf_tables: Fix a memory leak in nf_tables_updchainQuan Tian1-13/+14
2024-03-21Merge branch 'mt7530-dsa-subdriver-fix-vlan-egress-and-handling-of-all-link-l...Paolo Abeni2-9/+65
2024-03-21net: dsa: mt7530: fix handling of all link-local framesArınç ÜNAL2-4/+46
2024-03-21net: dsa: mt7530: fix link-local frames that ingress vlan filtering portsArınç ÜNAL2-9/+23
2024-03-21x86/config: Fix warning for 'make ARCH=x86_64 tinyconfig'Masahiro Yamada1-0/+1
2024-03-20Merge branch 'report-rcu-qs-for-busy-network-kthreads'Jakub Kicinski3-0/+37
2024-03-20bpf: report RCU QS in cpumap kthreadYan Zhai1-0/+3
2024-03-20net: report RCU QS on threaded NAPI repollingYan Zhai1-0/+3
2024-03-20rcu: add a helper to report consolidated flavor QSYan Zhai1-0/+31
2024-03-20ionic: update documentation for XDP supportShannon Nelson1-0/+22
2024-03-20lib/bitmap: Fix bitmap_scatter() and bitmap_gather() kernel docHerve Codina1-21/+23
2024-03-20Merge tag 'v6.9-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds15-147/+716
2024-03-20Merge tag 'trace-tools-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds21-306/+650
2024-03-21netfilter: nf_tables: do not compare internal table flags on updatesPablo Neira Ayuso1-1/+1
2024-03-21netfilter: nft_set_pipapo: release elements in clone only from destroy pathPablo Neira Ayuso1-4/+1
2024-03-20MAINTAINER: Include linux-arm-msm for Qualcomm RTC patchesBjorn Andersson1-0/+1
2024-03-20riscv: Fix syscall wrapper for >word-size argumentsSami Tolvanen1-14/+39
2024-03-20dm snapshot: fix lockup in dm_exception_table_exitMikulas Patocka1-1/+3
2024-03-21kconfig: tests: test dependency after shuffling choicesMasahiro Yamada5-0/+71
2024-03-21kconfig: tests: add a test for randconfig with dependent choicesMasahiro Yamada5-0/+78
2024-03-21kconfig: tests: support KCONFIG_SEED for the randconfig runnerMasahiro Yamada1-6/+10
2024-03-20drm/amdgpu/pm: Don't use OD table on ArcturusMa Jun1-28/+5
2024-03-20drm/amdgpu: drop setting buffer funcs in sdma442Le Ma1-22/+1
2024-03-20drm/amd/display: Fix noise issue on HDMI AV muteLeo Ma1-1/+11
2024-03-20drm/amd/display: Revert Remove pixle rate limit for subvpWenjing Liu1-0/+1
2024-03-20Revert "drm/amdgpu/vpe: don't emit cond exec command under collaborate mode"Lang Yu1-3/+0
2024-03-20Revert "drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device...Ma Jun1-10/+6
2024-03-20drm/amd/display: Add a dc_state NULL check in dc_state_releaseAllen Pan1-1/+2
2024-03-20drm/amd/display: Return the correct HDCP error codeRodrigo Siqueira1-0/+3
2024-03-20drm/amd/display: Implement wait_for_odm_update_pending_completeWenjing Liu11-4/+90
2024-03-20drm/amd/display: Lock all enabled otg pipes even with no planesWenjing Liu3-1/+26
2024-03-20drm/amd/display: Amend coasting vtotal for replay low hzChunTao Tso7-10/+18
2024-03-20drm/amd/display: Fix idle check for shared firmware stateNicholas Kazlauskas1-9/+3
2024-03-20drm/amd/display: Update odm when ODM combine is changed on an otg master pipe...Wenjing Liu2-20/+28
2024-03-20drm/amd/display: Init DPPCLK from SMU on dcn32Dillon Varone5-8/+41
2024-03-20drm/amd/display: Add monitor patch for specific eDPRyan Lin1-2/+4
2024-03-20drm/amd/display: Allow dirty rects to be sent to dmub when abm is activeJosip Pavic1-0/+3
2024-03-20drm/amd/display: Override min required DCFCLK in dml1_validateSohaib Nadeem3-0/+10
2024-03-20drm/amdgpu: Bypass display ta if display hw is not availableHawking Zhang1-0/+18
2024-03-20drm/amdgpu: correct the KGQ fallback messagePrike Liang1-1/+1
2024-03-20drm/amdgpu/pm: Check the validity of overdiver power limitMa Jun5-26/+37
2024-03-20drm/amdgpu/pm: Fix NULL pointer dereference when get power limitMa Jun5-31/+41
2024-03-20drm/amdgpu: Skip access PF-only registers on gfx10/gfxhub2_1 under SRIOVZhenGuo Yin2-2/+9
2024-03-20drm/amdgpu: Init zone device and drm client after mode-1 reset on reloadAhmad Rehman2-2/+5
2024-03-20drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flagPhilip Yang1-0/+1
2024-03-20drm/amdgpu/vcn: enable vcn1 fw load for VCN 4_0_6Saleemkhan Jamadar10-38/+52
2024-03-20drm/amd/display: Enable DML2 debug flagsAurabindo Pillai1-0/+3
2024-03-20drm/amd/display: Change default size for dummy plane in DML2Swapnil Patel1-3/+15
2024-03-20drm/amdgpu: Reset IH OVERFLOW_EN bit for IH 7.0Friedrich Vock1-0/+6
2024-03-20drm/amdgpu: fix mmhub client id out-of-bounds accessLang Yu1-4/+3
2024-03-20drm/amdgpu: fix use-after-free bugVitaly Prosyak1-4/+16
2024-03-20drm/amdgpu: Handle duplicate BOs during process restoreMukul Joshi1-4/+10
2024-03-20drm/amd/display: Use freesync when `DRM_EDID_FEATURE_CONTINUOUS_FREQ` foundMario Limonciello1-8/+14
2024-03-20smb311: additional compression flag defined in updated protocol specSteve French1-4/+6
2024-03-20smb311: correct incorrect offset field in compression headerSteve French1-1/+1
2024-03-20cifs: Move some extern decls from .c files to .hDavid Howells4-10/+2
2024-03-20Merge tag 'docs-6.9-2' of git://git.lwn.net/linuxLinus Torvalds5-187/+220
2024-03-20Merge patch series "riscv: mm: Extend mappable memory up to hint address"Palmer Dabbelt34-325/+758
2024-03-20Merge patch series "riscv/barrier: tidying up barrier-related macro"Palmer Dabbelt7-32/+36
2024-03-20crypto: riscv - add vector crypto accelerated AES-CBC-CTSEric Biggers3-5/+245
2024-03-20crypto: riscv - parallelize AES-CBC decryptionEric Biggers1-9/+15
2024-03-20Merge patch series "RISC-V: ACPI: Enable CPPC based cpufreq support"Palmer Dabbelt5-26/+188
2024-03-20riscv: Only flush the mm icache when setting an exec pteAlexandre Ghiti3-10/+10
2024-03-20riscv: Use kcalloc() instead of kzalloc()Erick Archer1-2/+1
2024-03-20Merge patch series "RISC-V: ACPI: Add LPI support"Palmer Dabbelt6-46/+141
2024-03-20Merge patch series "riscv: Introduce compat-mode helpers & improve arch_get_m...Palmer Dabbelt5-24/+34
2024-03-20Merge branch 'octeontx2-pf-mbox-fixes'David S. Miller10-88/+225
2024-03-20octeontx2-af: Use separate handlers for interruptsSubbaraya Sundeep1-3/+14
2024-03-20octeontx2-pf: Send UP messages to VF only when VF is up.Subbaraya Sundeep1-0/+3
2024-03-20octeontx2-pf: Use default max_active works instead of oneSubbaraya Sundeep1-3/+4
2024-03-20octeontx2-pf: Wait till detach_resources msg is completeSubbaraya Sundeep2-2/+2
2024-03-20octeontx2: Detect the mbox up or down message via registerSubbaraya Sundeep9-83/+205
2024-03-20dt-bindings: i2c: qcom,i2c-cci: Fix OV7251 'data-lanes' entriesRob Herring1-1/+1
2024-03-20i2c: muxes: pca954x: Allow sharing reset GPIOChris Packham1-8/+38
2024-03-20Merge tag 'i2c-host-6.9-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Wolfram Sang2-314/+475
2024-03-20ALSA: control: Fix unannotated kfree() cleanupTakashi Iwai1-2/+2