summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorMartin KaFai Lau <martin.lau@kernel.org>2022-09-01 17:28:15 -0700
committerAlexei Starovoitov <ast@kernel.org>2022-09-02 20:34:30 -0700
commit34704ef024ae6167c7ae9e67f671eb6bc1962c90 (patch)
tree9c429286709886721231623a0857cf6b2ce6d475 /scripts/objdiff
parent2c5b6bf5cda048af896bb0e12a956783f7d6c835 (diff)
downloadkernel-34704ef024ae6167c7ae9e67f671eb6bc1962c90.tar.gz
bpf: net: Change do_tcp_getsockopt() to take the sockptr_t argument
Similar to the earlier patch that changes sk_getsockopt() to take the sockptr_t argument . This patch also changes do_tcp_getsockopt() to take the sockptr_t argument such that a latter patch can make bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt(). Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org> Link: https://lore.kernel.org/r/20220902002815.2889332-1-kafai@fb.com Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
d> 2021-10-26docs: f2fs: fix text alignmentFengnan Chang 2021-08-17f2fs: fix to keep compatibility of fault injection interfaceChao Yu 2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu 2021-08-17f2fs: compress: allow write compress released file after truncate to zeroFengnan Chang 2021-08-03f2fs: introduce discard_unit mount optionChao Yu 2021-07-01f2fs: compress: add nocompress extensions supportFengnan Chang 2021-06-23f2fs: fix to avoid adding tab before doc sectionChao Yu 2021-06-23f2fs: compress: add compress_inode to cache compressed blocksChao Yu 2021-04-13f2fs: document: add description about compressed space handlingChao Yu 2021-03-30f2fs: introduce gc_merge mount optionChao Yu 2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds 2021-02-16Documentation: f2fs: fix typo s/automaic/automaticEd Tsai 2021-02-03f2fs: introduce checkpoint_merge mount optionDaeho Jeong 2021-01-27f2fs: compress: support compress levelChao Yu 2021-01-27f2fs: remove FAULT_ALLOC_BIOChristoph Hellwig 2020-12-03f2fs: add compress_mode mount optionDaeho Jeong 2020-12-02f2fs: compress: support chksumChao Yu 2020-09-11f2fs: Documentation edits/fixesRandy Dunlap 2020-09-11f2fs: support age threshold based garbage collectionChao Yu 2020-09-10f2fs: point man pages for some f2fs utilsJaegeuk Kim 2020-09-10f2fs: support zone capacity less than zone sizeAravind Ramesh 2020-08-10Merge tag 'f2fs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds 2020-07-08f2fs: add inline encryption supportSatya Tangirala 2020-07-08f2fs: fix wrong description of compress feature in f2fs.rstChao Yu 2020-07-07f2fs: fix to document reserved special compression extensionChao Yu 2020-06-26docs: f2fs: fix a broken tableJonathan Corbet 2020-06-09Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds 2020-05-18fscrypt: support test_dummy_encryption=v2Eric Biggers 2020-05-11f2fs: compress: support lzo-rle compress algorithmChao Yu 2020-04-07Merge tag 'f2fs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2020-03-02docs: filesystems: convert f2fs.txt to ReSTMauro Carvalho Chehab