summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorGONG, Ruiqi <gongruiqi1@huawei.com>2023-08-09 15:51:36 +0800
committerFlorian Westphal <fw@strlen.de>2023-08-22 15:13:20 +0200
commita2f02c9920b2cc3c6cc1f2c2aee37354e6edd801 (patch)
tree830473882732b0c73d06928d7d30eb1d926b7b09 /scripts/patch-kernel
parenta7ed3465daa240bdf01a5420f64336fee879c09d (diff)
downloadkernel-a2f02c9920b2cc3c6cc1f2c2aee37354e6edd801.tar.gz
netfilter: ebtables: replace zero-length array members
As suggested by Kees[1], replace the old-style 0-element array members of multiple structs in ebtables.h with modern C99 flexible array. [1]: https://lore.kernel.org/all/5E8E0F9C-EE3F-4B0D-B827-DC47397E2A4A@kernel.org/ [ fw@strlen.de: keep struct ebt_entry_target as-is, causes compiler warning: "variable sized type 'struct ebt_entry_target' not at the end of a struct or class is a GNU extension" ] Link: https://github.com/KSPP/linux/issues/21 Signed-off-by: GONG, Ruiqi <gongruiqi1@huawei.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle) 2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig 2023-07-24ufs: convert to ctime accessor functionsJeff Layton 2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells 2023-03-12ufs: don't flush page immediately for DIRSYNC directoriesChristoph Hellwig 2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner 2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner 2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner 2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner 2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner 2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner 2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner 2022-09-11ufs: replace ll_rw_block()Zhang Yi 2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds 2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche 2022-06-29ufs: Remove checks for PageErrorMatthew Wilcox (Oracle) 2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle) 2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle) 2022-05-08fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle) 2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds 2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song 2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle) 2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle) 2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan 2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig 2021-04-15useful constants: struct qstr for ".."Al Viro 2021-01-24fs: make helpers idmap mount awareChristian Brauner 2021-01-24attr: handle idmapped mountsChristian Brauner 2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner 2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro 2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva 2020-08-12fs/ufs: avoid potential u32 multiplication overflowColin Ian King