summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* smb: client: fix potential UAF in smb2_is_valid_lease_break()Paulo Alcantara2024-04-031-0/+2
* smb: client: fix potential UAF in cifs_stats_proc_show()Paulo Alcantara2024-04-031-0/+2
* smb: client: fix potential UAF in cifs_stats_proc_write()Paulo Alcantara2024-04-031-0/+2
* smb: client: fix potential UAF in cifs_dump_full_key()Paulo Alcantara2024-04-031-1/+5
* smb: client: fix potential UAF in cifs_debug_files_proc_show()Paulo Alcantara2024-04-032-0/+12
* smb3: retrying on failed server closeRitvik Budhiraja2024-04-037-17/+85
* smb: client: serialise cifs_construct_tcon() with cifs_mount_mutexPaulo Alcantara2024-04-023-4/+27
* smb: client: handle DFS tcons in cifs_construct_tcon()Paulo Alcantara2024-04-021-0/+30
* smb: client: refresh referral without acquiring refpath_lockPaulo Alcantara2024-04-021-20/+24
* smb: client: guarantee refcounted children from parent sessionPaulo Alcantara2024-04-027-72/+76
* cifs: Fix caching to try to do open O_WRONLY as rdwr on serverDavid Howells2024-04-023-10/+59
* smb: client: fix UAF in smb2_reconnect_server()Paulo Alcantara2024-04-011-49/+34
* smb: client: replace deprecated strncpy with strscpyJustin Stitt2024-03-313-6/+4
* Linux 6.9-rc2v6.9-rc2Linus Torvalds2024-03-311-1/+1
* Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-3131-87/+66
|\
| * kconfig: Fix typo HEIGTH to HEIGHTIsak Ellmer2024-03-318-14/+14
| * Documentation/llvm: Note s390 LLVM=1 support with LLVM 18.1.0 and newerNathan Chancellor2024-03-311-1/+1
| * kbuild: Disable KCSAN for autogenerated *.mod.c intermediariesBorislav Petkov (AMD)2024-03-311-1/+1
| * kbuild: make -Woverride-init warnings more consistentArnd Bergmann2024-03-3113-23/+18
| * modpost: do not make find_tosym() return NULLMasahiro Yamada2024-03-281-2/+5
| * export.h: remove include/asm-generic/export.hMasahiro Yamada2024-03-281-11/+0
| * kconfig: do not reparent the menu inside a choice blockMasahiro Yamada2024-03-284-13/+18
| * MIPS: move unselectable FIT_IMAGE_FDT_EPM5 out of the "System type" choiceMasahiro Yamada2024-03-271-9/+9
| * cxl: remove CONFIG_CXL_PMU entry in drivers/cxl/KconfigMasahiro Yamada2024-03-271-13/+0
* | Merge tag 'edac_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-03-312-18/+43
|\ \
| * | RAS: Avoid build errors when CONFIG_DEBUG_FS=nYazen Ghannam2024-03-261-0/+4
| * | RAS/AMD/FMPM: Safely handle saved records of various sizesYazen Ghannam2024-03-251-18/+37
| * | RAS/AMD/FMPM: Avoid NULL ptr deref in get_saved_records()Yazen Ghannam2024-03-251-1/+3
| |/
* | Merge tag 'irq_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-314-4/+12
|\ \
| * | irqchip/armada-370-xp: Suppress unused-function warningArnd Bergmann2024-03-261-1/+1
| * | genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amdRafael J. Wysocki2024-03-253-3/+11
| |/
* | Merge tag 'perf_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-03-317-16/+62
|\ \
| * | perf/x86/amd/core: Define a proper ref-cycles event for Zen 4 and laterSandipan Das2024-03-261-0/+15
| * | perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and laterSandipan Das2024-03-261-3/+17
| * | perf/x86/amd/lbr: Use freeze based on availabilitySandipan Das2024-03-254-8/+21
| * | x86/cpufeatures: Add new word for scattered featuresSandipan Das2024-03-254-5/+9
| |/
* | Merge tag 'timers_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-311-8/+27
|\ \
| * | MAINTAINERS: Add co-maintainers for time[rs]Thomas Gleixner2024-03-271-8/+27
| |/
* | Merge tag 'objtool_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-03-311-1/+1
|\ \
| * | objtool: Fix compile failure when using the x32 compilerMikulas Patocka2024-03-301-1/+1
* | | Merge tag 'x86_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-3116-64/+64
|\ \ \
| * | | x86/build: Use obj-y to descend into arch/x86/virt/Masahiro Yamada2024-03-303-4/+2
| * | | x86/sev: Skip ROM range scans and validation for SEV-SNP guestsKevin Loughlin2024-03-268-31/+39
| * | | x86/vdso: Fix rethunk patching for vdso-image-x32.o tooBorislav Petkov (AMD)2024-03-261-0/+1
| * | | x86/nmi: Upgrade NMI backtrace stall checks & messagesPaul E. McKenney2024-03-261-10/+14
| * | | x86/percpu: Disable named address spaces for KCSANUros Bizjak2024-03-251-0/+2
| * | | Revert "x86/mm/ident_map: Use gbpages only where full GB page should be mapped."Ingo Molnar2024-03-251-18/+5
| * | | Documentation/x86: Fix title underline lengthIngo Molnar2024-03-251-1/+1
| | |/ | |/|
* | | Merge tag 'xfs-6.9-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-03-306-32/+41
|\ \ \
| * | | xfs: don't use current->journal_infoDave Chinner2024-03-254-21/+7