This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from d68b4b6f307d Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git. [...]
new c05780ef3c19 module: Ignore RISC-V mapping symbols too
new 9ce170cef669 kernel: params: Remove unnecessary â0â values from err
new ff09f6fd2972 modpost, kallsyms: Treat add '$'-prefixed symbols as mappi [...]
new 910e230d5f1b samples/hw_breakpoint: Fix kernel BUG 'invalid opcode: 0000'
new b9080468caed samples/hw_breakpoint: fix building without module unloading
new 4b49df654cd0 samples/hw_breakpoint: mark sample_hbp as static
new 0faa29c4207e ARM: pxa: remove use of symbol_get()
new d4a5c59a955b mmc: au1xmmc: force non-modular build and remove symbol_get usage
new 569820befb16 net: enetc: use EXPORT_SYMBOL_GPL for enetc_phc_index
new 95e7ebc68231 rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroff
new 9011e49d54dc modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules
new 2abcc4b5a64a module: Expose module_init_layout_section()
new f928f8b1a249 arm64: module: Use module_init_layout_section() to spot in [...]
new a6846234f458 ARM: module: Use module_init_layout_section() to spot init [...]
new 33c24bee4b78 kallsyms: Add more debug output for selftest
new a419beac4a07 module/decompress: use vmalloc() for zstd decompression workspace
new daa22f5a78c2 Merge tag 'modules-6.6-rc1' of git://git.kernel.org/pub/sc [...]
new cc9f7ee01e67 sysctl: Prefer ctl_table_header in proc_sysctl
new 18d4b42e9de6 sysctl: Use ctl_table_header in list_for_each_table_entry
new 1e887723545e sysctl: Add ctl_table_size to ctl_table_header
new b1f01e2baefc sysctl: Add size argument to init_header
new bff97cf11b26 sysctl: Add a size arg to __register_sysctl_table
new 9edbfe92a0a1 sysctl: Add size to register_sysctl
new 3bc269cfd3e1 sysctl: Add size arg to __register_sysctl_init
new 95d4977876d6 sysctl: Add size to register_net_sysctl function
new 7737e46d9d57 ax.25: Update to register_net_sysctl_sz
new 385a5dc9e578 netfilter: Update to register_net_sysctl_sz
new c899710fe7f9 networking: Update to register_net_sysctl_sz
new 3ca9aa74a895 vrf: Update to register_net_sysctl_sz
new e1b41e4f4f44 sysctl: SIZE_MAX->ARRAY_SIZE in register_net_sysctl
new 53f3811dfd5e sysctl: Use ctl_table_size as stopping criteria for list macro
new adfd671676c9 Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm [...]
new ad711c5d113f io_uring/poll: always set 'ctx' in io_cancel_data
new faa9c0ee3cab io_uring/timeout: always set 'ctx' in io_cancel_data
new aa5cd116f3c2 io_uring/cancel: abstract out request match helper
new 3a372b66923e io_uring/cancel: fix sequence matching for IORING_ASYNC_CA [...]
new a30badf66de8 io_uring: use cancelation match helper for poll and timeou [...]
new 8165b566049b io_uring/cancel: add IORING_ASYNC_CANCEL_USERDATA
new d7b8b079a8f6 io_uring/cancel: support opcode based lookup and cancelation
new f77569d22ad9 io_uring/cancel: wire up IORING_ASYNC_CANCEL_OP for sync cancel
new 8e9fad0e70b7 io_uring: Add io_uring command support for sockets
new b97f96e22f05 io_uring: annotate the struct io_kiocb slab for appropriat [...]
new d4b30eed51d7 io_uring/rsrc: Remove unused declaration io_rsrc_put_tw()
new cfdbaa3a291d io_uring: fix drain stalls by invalid SQE
new 569f5308e543 io_uring: fix false positive KASAN warnings
new 17619322e56b io_uring: kill io_uring userspace examples
new dc314886cb3d io_uring: break iopolling on signal
new 9e4bef2ba9e0 io_uring: cleanup 'ret' handling in io_iopoll_check()
new 3aaf22b62a92 io_uring/fdinfo: get rid of ref tryget
new 9f69a259576a io_uring/splice: use fput() directly
new 17bc28374cd0 io_uring: have io_file_put() take an io_kiocb rather than [...]
new 89226307b109 io_uring: remove unnecessary forward declaration
new 78848b9b0562 io_uring/io-wq: don't grab wq->lock for worker activation
new de36a15f9a38 io_uring/io-wq: reduce frequency of acct->lock acquisitions
new 22f7fb80e6d9 io_uring/io-wq: don't gate worker wake up success on wake_ [...]
new 1bfed2334971 io_uring/net: don't overflow multishot accept
new b2e74db55dd9 io_uring/net: don't overflow multishot recv
new 00b0db562485 io_uring: open code io_fill_cqe_req()
new 056695bffa4b io_uring: remove return from io_req_cqe_overflow()
new b6b2bb58a754 io_uring: never overflow io_aux_cqe
new 19a63c402170 io_uring/rsrc: keep one global dummy_ubuf
new d246c759c47e io_uring: simplify io_run_task_work_sig return
new ebdfefc09c6d io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPO [...]
new 04d9244c9420 io_uring/rsrc: Annotate struct io_mapped_ubuf with __counted_by
new a0727c738309 io_uring: improve cqe !tracing hot path
new 31d3ba924fd8 io_uring: cqe init hardening
new b24c5d752962 io_uring: simplify big_cqe handling
new 20d6b6338704 io_uring: refactor __io_get_cqe()
new 59fbc409e716 io_uring: optimise extra io_get_cqe null check
new 54927baf6c19 io_uring: reorder cqring_flush and wakeups
new ec26c225f06f io_uring: merge iopoll and normal completion paths
new 093a650b7572 io_uring: force inline io_fill_cqe_req
new e5598d6ae626 io_uring: compact SQ/CQ heads/tails
new 2af89abda7d9 io_uring: add option to remove SQ indirection
new d7f06fea5d6b io_uring: move non aligned field to the end
new 18df385f42f0 io_uring: banish non-hot data to end of io_ring_ctx
new c9def23dde52 io_uring: separate task_work/waiting cache line
new 0aa7aa5f7669 io_uring: move multishot cqe cache in ctx
new 644c4a7a721f io_uring: move iopoll ctx fields around
new c1b7fcf3f6d9 Merge tag 'for-6.6/io_uring-2023-08-28' of git://git.kerne [...]
new 222f58ac68cd kyber: Replace strlcpy with strscpy
new 16291561e125 blk-wbt: Replace strlcpy with strscpy
new ffe357c868e7 nbd: automatically load module on genl access
new c4e21bcd0f9d block: cleanup queue_wc_store
new 43c9835b144c block: don't allow enabling a cache on devices that don't [...]
new 660e802c76c8 blk-mq: use percpu csd to remote complete instead of per-rq csd
new 28b241237470 blk-flush: fix rq->flush.seq for post-flush requests
new b175c86739d3 blk-flush: count inflight flush_data requests
new 81ada09cc25e blk-flush: reuse rq queuelist in flush state machine
new 8f63fef5867f block: refactor to use helper
new cd1d83e24e68 block: tidy up the bio full checks in bio_add_hw_page
new 6850b2dd5c25 block: use SECTOR_SHIFT bio_add_hw_page
new 939e1a370330 block: move the BIO_CLONED checks out of __bio_try_merge_page
new 0eca8b6f97ac block: move the bi_vcnt check out of __bio_try_merge_page
new 613699050a49 block: move the bi_size overflow check in __bio_try_merge_page
new 80232b520314 block: downgrade a bio_full call in bio_add_page
new 858c708d9efb block: move the bi_size update out of __bio_try_merge_page
new ae42f0b3bf65 block: don't pass a bio to bio_try_merge_hw_seg
new b5ca9acff553 scsi: Inline scsi_kick_queue()
new d42e2e3448a9 scsi: Remove a blk_mq_run_hw_queues() call
new 65a558f66c30 block: Improve performance for BLK_MQ_F_BLOCKING drivers
new 51d74ec9b62f block: cleanup bio_integrity_prep
new a865b96c513b Revert "md: unlock mddev before reap sync_thread in action_store"
new 64e5e09afc14 md: refactor action_store() for 'idle' and 'frozen'
new 6f56f0c4f124 md: add a mutex to synchronize idle and frozen in action_store()
new 130443d60b1b md: refactor idle/frozen_sync_thread() to fix deadlock
new 753260ed0b46 md: wake up 'resync_wait' at last in md_reap_sync_thread()
new f71209b1f21c md: enhance checking in md_check_recovery()
new 59cefee75bda md-bitmap: set BITMAP_WRITE_ERROR in write_sb_page
new 546ac0b2e2b1 md-bitmap: initialize variables at declaration time in md_ [...]
new 92348518f23f md-bitmap: use %pD to print the file name in md_bitmap_file_kick
new 5339178e5303 md-bitmap: split file writes into a separate helper
new d681054c2f67 md-bitmap: rename read_page to read_file_page
new 844dc6691ad5 md-bitmap: refactor md_bitmap_init_from_disk
new 0c3ea5cc8fbd md-bitmap: cleanup read_sb_page
new f5f2d5ac9f6e md-bitmap: account for mddev->bitmap_info.offset in read_sb_page
new d7038f951828 md-bitmap: don't use ->index for pages backing the bitmap file
new a34d4ef82c3c md: make bitmap file support optional
new 0ae1c9d38426 md: deprecate bitmap file support
new c567c86b90d4 md: move initialization and destruction of 'io_acct_set' to md.c
new c687297b8845 md: also clone new io if io accounting is disabled
new 05048cbccab7 raid5: fix missing io accounting in raid5_align_endio()
new bb2a9acefaf9 md/raid1: switch to use md_account_bio() for io accounting
new 820455238366 md/raid10: switch to use md_account_bio() for io accounting
new bdf2b52136dd md/md-multipath: enable io accounting
new 09f43cb530b0 md/md-linear: enable io accounting
new dd9a68601409 md/md-faulty: enable io accounting
new ffb1e7a03f96 md/raid1: prioritize adding disk to 'removed' mirror
new 605eeda6e70f md/raid10: optimize fix_read_error
new 02c67a3b72b1 md: remove redundant check in fix_read_error()
new b39f35ebe86d md: don't quiesce in mddev_suspend()
new e24ed04389f9 md: restore 'noio_flag' for the last mddev_resume()
new 21bd9a68fef4 md/raid1: Avoid lock contention from wake_up()
new 7e85c41b9e1d md/raid10: check replacement and rdev to prevent submit th [...]
new b99f8fd2d91e md/raid10: factor out dereference_rdev_and_rrdev()
new 673643490b9a md/raid10: use dereference_rdev_and_rrdev() to get devices
new b4d129640f19 md/md-bitmap: remove unnecessary local variable in backlog [...]
new 44abfa6a95df md/md-bitmap: hold 'reconfig_mutex' in backlog_store()
new d276bb291017 Merge tag 'md-next-20230729' of https://git.kernel.org/pub [...]
new 4a8b719f95c0 fs: remove emergency_thaw_bdev
new 2ba39cc46bfe fs: rename and move block_page_mkwrite_return
new 727cfe976758 block: open code __generic_file_write_iter for blkdev writes
new a05f7bd9578b block: stop setting ->direct_IO
new 487c607df790 block: use iomap for writes to block devices
new 925c86a19bac fs: add CONFIG_BUFFER_HEAD
new a24c8b5111a1 fs/Kconfig: Fix compile error for romfs
new 2eae9c4912b6 iocost_monitor: fix kernel queue kobj changes
new 8e93c1acd15e iocost_monitor: print vrate inuse along with base_vrate
new 68392b002023 iocost_monitor: improve it by adding iocg wait_ms
new 9d4ed6d46272 ublk: add helper to check if device supports user copy
new 1a6e88b9593b ublk: move check for empty address field on command submission
new 29802d7ca33b ublk: enable zoned storage support
new d47f9717e5cf block/mq-deadline: use correct way to throttling write requests
new 7c8998f75d2d block: make bvec_try_merge_hw_page() non-static
new 80814b8e359f bio-integrity: update the payload size in bio_integrity_ad [...]
new d1f04c2e23c9 bio-integrity: cleanup adding integrity pages to bip's bvec.
new 0ece1d649b6d bio-integrity: create multi-page bvecs in bio_integrity_ad [...]
new c8659bbb15cd ublk: Fix signedness bug returning warning
new 4eb44d10766a block: remove init_mutex and open-code blk_iolatency_try_init
new d21fed50c523 swim3: mark swim3_init() static
new 18267a0365d6 block: fix bad lockdep annotation in blk-iolatency
new e24721e441a7 ublk: fix 'warn: variable dereferenced before check 'req'' [...]
new 7ba379271870 block: Add some exports for bcachefs
new 168145f617d5 block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unset
new 649f070e6973 block: Bring back zero_fill_bio_iter
new c7b4b23b36ed block: uapi: Fix compilation errors using ioprio.h with C++
new 66a6a5d0ec85 ublk: Switch to memdup_user_nul() helper
new a705b11b358d md/raid5-cache: fix a deadlock in r5l_exit_log()
new 8b0472b50bcf md: raid1: fix potential OOB in raid1_remove_disk()
new 892da88d1cd9 md/raid10: fix a 'conf->barrier' leakage in raid10_takeover()
new 7eb8ff02c1df md: Hold mddev->reconfig_mutex when trying to get mddev->s [...]
new 5afcf28d07de raid6: remove the <linux/export.h> include from recov.c
new 9dd6e1da811f raid6: guard the tables.c include of <linux/export.h> with [...]
new 2008d89fb643 raid6: test: cosmetic cleanups for the test Makefile
new 6601f5e122e5 raid6: test: make sure all intermediate and artifact files [...]
new 7b3c70c43c13 raid6: test: only check for Altivec if building on powerpc hosts
new 0d0bd28c5001 md/raid5-cache: fix null-ptr-deref for r5l_flush_stripe_to_raid()
new 7d07402e243d Merge tag 'md-next-20230814-resend' of https://git.kernel. [...]
new f4283bc7e38a drivers/rnbd: restore sysfs interface to rnbd-client
new ec14a87ee199 blk-cgroup: Fix NULL deref caused by blkg_policy_data bein [...]
new c5d736f548ec md/raid1: call free_r1bio() before allow_barrier() in raid [...]
new 992db13a4aee md/raid1: free the r1bio before waiting for blocked rdev
new c069da449a13 md/raid1: hold the barrier until handle_read_error() finishes
new 6b2460e66ce6 md raid1: allow writebehind to work on any leg device set [...]
new af50e20afb40 md/raid0: Factor out helper for mapping and submitting a bio
new 319ff40a5427 md/raid0: Fix performance regression for large sequential writes
new cc22b5407e9c md: raid0: account for split bio in iostat accounting
new eb051b2d3118 Merge tag 'md-next-20230817' of https://git.kernel.org/pub [...]
new 851e06297f20 ublk: zoned: support REQ_OP_ZONE_RESET_ALL
new e1dd7bc93029 blk-mq: fix tags leak when shrink nr_hw_queues
new 2bc4d7a355a4 blk-mq: delete redundant tagset map update when fallback
new 7222657e51b5 blk-mq: prealloc tags when increase tagset nr_hw_queues
new 9fb10726ecc5 block: sed-opal: Implement IOC_OPAL_DISCOVERY
new 5c82efc1aee8 block: sed-opal: Implement IOC_OPAL_REVERT_LSP
new 3bfeb6125664 block: sed-opal: keyring support for SED keys
new 146afeb235cc block: use strscpy() to instead of strncpy()
new 3d3dfeb3aec7 Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
new 358cd9afd069 xen/pci: add flag for PCI passthrough being possible
new f9a38ea5172a x86: always initialize xen-swiotlb when xen-pcifront is enabling
new 42e584a98560 swiotlb: unexport is_swiotlb_active
new 3d6f126b15d9 dma-mapping: move arch_dma_set_mask() declaration to header
new 22e4a348f87c dma-contiguous: support per-numa CMA for all architectures
new bf29bfaa5490 dma-contiguous: support numa CMA for specified node
new 3fa6456ebe13 dma-contiguous: check for memory region overlap
new 0c6874a6ac04 swiotlb: bail out of swiotlb_init_late() if swiotlb is alr [...]
new 05ee774122bd swiotlb: make io_tlb_default_mem local to swiotlb.c
new fea18777a78e swiotlb: add documentation and rename swiotlb_do_find_slots()
new 158dbe9c9a3d swiotlb: separate memory pool data from other allocator data
new 62708b2ba405 swiotlb: add a flag whether SWIOTLB is allowed to grow
new 79636caad361 swiotlb: if swiotlb is full, fall back to a transient memory pool
new ad96ce3252db swiotlb: determine potential physical address limit
new 1aaa736815eb swiotlb: allocate a new memory pool when existing pools are full
new 1395706a1490 swiotlb: search the software IO TLB only if the device mak [...]
new f94cb36e760d swiotlb: move slot allocation explanation comment where it [...]
new d069ed288ac7 swiotlb: optimize get_max_slots()
new 6c1b980a7e79 Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infrad [...]
The 216 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Documentation/admin-guide/kernel-parameters.txt | 13 +-
MAINTAINERS | 1 -
arch/arm/kernel/module-plts.c | 2 +-
arch/arm/mach-pxa/sharpsl_pm.c | 2 -
arch/arm/mach-pxa/spitz.c | 14 +-
arch/arm/xen/mm.c | 10 +-
arch/arm64/kernel/armv8_deprecated.c | 2 +-
arch/arm64/kernel/module-plts.c | 2 +-
arch/arm64/mm/init.c | 2 -
arch/mips/alchemy/devboards/db1000.c | 8 +-
arch/mips/alchemy/devboards/db1200.c | 19 +-
arch/mips/alchemy/devboards/db1300.c | 10 +-
arch/mips/pci/pci-octeon.c | 2 +-
arch/powerpc/kernel/dma-mask.c | 1 +
arch/s390/appldata/appldata_base.c | 2 +-
arch/x86/include/asm/xen/swiotlb-xen.h | 6 -
arch/x86/kernel/pci-dma.c | 29 +-
arch/x86/xen/setup.c | 6 +
block/Kconfig | 3 +
block/bio-integrity.c | 59 +-
block/bio.c | 142 +++--
block/blk-cgroup.c | 32 +-
block/blk-core.c | 1 +
block/blk-flush.c | 26 +-
block/blk-iolatency.c | 35 +-
block/blk-mq.c | 45 +-
block/blk-settings.c | 7 +-
block/blk-sysfs.c | 21 +-
block/blk.h | 10 +-
block/fops.c | 143 ++++-
block/mq-deadline.c | 3 +-
block/opal_proto.h | 4 +
block/partitions/cmdline.c | 12 +-
block/sed-opal.c | 252 +++++++-
drivers/base/core.c | 4 +-
drivers/block/nbd.c | 1 +
drivers/block/swim3.c | 2 +-
drivers/block/ublk_drv.c | 366 +++++++++++-
drivers/md/Kconfig | 11 +
drivers/md/dm-crypt.c | 1 -
drivers/md/dm-raid.c | 1 -
drivers/md/md-bitmap.c | 347 +++++------
drivers/md/md-bitmap.h | 1 +
drivers/md/md-cluster.c | 8 +-
drivers/md/md-faulty.c | 2 +
drivers/md/md-linear.c | 1 +
drivers/md/md-multipath.c | 1 +
drivers/md/md.c | 228 +++++---
drivers/md/md.h | 13 +-
drivers/md/raid0.c | 98 ++--
drivers/md/raid1.c | 86 +--
drivers/md/raid1.h | 1 -
drivers/md/raid10.c | 85 +--
drivers/md/raid10.h | 1 -
drivers/md/raid5-cache.c | 14 +-
drivers/md/raid5.c | 72 +--
drivers/mmc/host/Kconfig | 5 +-
drivers/net/ethernet/freescale/enetc/enetc_ptp.c | 2 +-
drivers/net/vrf.c | 3 +-
drivers/nvme/host/ioctl.c | 1 -
drivers/nvme/target/io-cmd-bdev.c | 3 +-
drivers/pci/xen-pcifront.c | 6 -
drivers/rtc/rtc-ds1685.c | 2 +-
drivers/scsi/scsi_lib.c | 12 +-
drivers/target/target_core_iblock.c | 3 +-
drivers/xen/swiotlb-xen.c | 2 +-
fs/Kconfig | 4 +
fs/Makefile | 2 +-
fs/adfs/Kconfig | 1 +
fs/affs/Kconfig | 1 +
fs/befs/Kconfig | 1 +
fs/bfs/Kconfig | 1 +
fs/buffer.c | 6 -
fs/efs/Kconfig | 1 +
fs/exfat/Kconfig | 1 +
fs/ext2/Kconfig | 1 +
fs/ext4/Kconfig | 1 +
fs/ext4/inode.c | 2 +-
fs/f2fs/Kconfig | 1 +
fs/f2fs/file.c | 2 +-
fs/fat/Kconfig | 1 +
fs/freevxfs/Kconfig | 1 +
fs/gfs2/Kconfig | 1 +
fs/gfs2/file.c | 16 +-
fs/hfs/Kconfig | 1 +
fs/hfsplus/Kconfig | 1 +
fs/hpfs/Kconfig | 1 +
fs/internal.h | 6 -
fs/iomap/buffered-io.c | 2 +-
fs/isofs/Kconfig | 1 +
fs/jfs/Kconfig | 1 +
fs/minix/Kconfig | 1 +
fs/nilfs2/Kconfig | 1 +
fs/nilfs2/file.c | 2 +-
fs/ntfs/Kconfig | 1 +
fs/ntfs3/Kconfig | 1 +
fs/ocfs2/Kconfig | 1 +
fs/omfs/Kconfig | 1 +
fs/proc/proc_sysctl.c | 90 +--
fs/qnx4/Kconfig | 1 +
fs/qnx6/Kconfig | 1 +
fs/reiserfs/Kconfig | 1 +
fs/romfs/Kconfig | 1 +
fs/super.c | 4 +-
fs/sysv/Kconfig | 1 +
fs/udf/Kconfig | 1 +
fs/udf/file.c | 2 +-
fs/ufs/Kconfig | 1 +
include/linux/bio.h | 7 +-
include/linux/blk-mq.h | 6 +-
include/linux/blkdev.h | 2 +
include/linux/buffer_head.h | 44 +-
include/linux/device.h | 10 +-
include/linux/dma-map-ops.h | 12 +-
include/linux/dma-mapping.h | 2 +
include/linux/io_uring.h | 6 +
include/linux/io_uring_types.h | 129 ++---
include/linux/iomap.h | 4 +
include/linux/mm.h | 18 +
include/linux/module_symbol.h | 4 +-
include/linux/moduleloader.h | 5 +
include/linux/sed-opal.h | 5 +
include/linux/swiotlb.h | 131 ++++-
include/linux/sysctl.h | 31 +-
include/net/ipv6.h | 2 +
include/net/net_namespace.h | 10 +-
include/trace/events/block.h | 2 +
include/trace/events/kyber.h | 8 +-
include/trace/events/wbt.h | 8 +-
include/uapi/linux/io_uring.h | 21 +-
include/uapi/linux/ioprio.h | 21 +-
include/uapi/linux/sed-opal.h | 25 +-
include/uapi/linux/ublk_cmd.h | 64 ++-
include/xen/xen.h | 6 +
io_uring/cancel.c | 60 +-
io_uring/cancel.h | 3 +-
io_uring/fdinfo.c | 18 +-
io_uring/io-wq.c | 70 ++-
io_uring/io-wq.h | 2 +-
io_uring/io_uring.c | 225 ++++----
io_uring/io_uring.h | 79 +--
io_uring/net.c | 8 +-
io_uring/poll.c | 21 +-
io_uring/rsrc.c | 14 +-
io_uring/rsrc.h | 3 +-
io_uring/rw.c | 24 +-
io_uring/splice.c | 4 +-
io_uring/sqpoll.c | 15 +
io_uring/sqpoll.h | 1 +
io_uring/timeout.c | 20 +-
io_uring/uring_cmd.c | 33 +-
ipc/ipc_sysctl.c | 4 +-
ipc/mq_sysctl.c | 4 +-
kernel/dma/Kconfig | 26 +-
kernel/dma/contiguous.c | 108 +++-
kernel/dma/direct.c | 2 +-
kernel/dma/mapping.c | 6 -
kernel/dma/swiotlb.c | 698 ++++++++++++++++++++---
kernel/kallsyms_selftest.c | 22 +-
kernel/module/decompress.c | 4 +-
kernel/module/main.c | 16 +-
kernel/params.c | 2 +-
kernel/ucount.c | 5 +-
lib/raid6/mktables.c | 2 +
lib/raid6/recov.c | 1 -
lib/raid6/test/.gitignore | 3 +
lib/raid6/test/Makefile | 50 +-
mm/cma.c | 10 +-
mm/migrate.c | 4 +-
mm/slab_common.c | 5 +-
net/ax25/sysctl_net_ax25.c | 3 +-
net/bridge/br_netfilter_hooks.c | 3 +-
net/core/neighbour.c | 8 +-
net/core/sysctl_net_core.c | 3 +-
net/ieee802154/6lowpan/reassembly.c | 8 +-
net/ipv4/devinet.c | 3 +-
net/ipv4/ip_fragment.c | 3 +-
net/ipv4/route.c | 8 +-
net/ipv4/sysctl_net_ipv4.c | 3 +-
net/ipv4/xfrm4_policy.c | 3 +-
net/ipv6/addrconf.c | 3 +-
net/ipv6/icmp.c | 5 +
net/ipv6/netfilter/nf_conntrack_reasm.c | 3 +-
net/ipv6/reassembly.c | 3 +-
net/ipv6/route.c | 9 +
net/ipv6/sysctl_net_ipv6.c | 16 +-
net/ipv6/xfrm6_policy.c | 3 +-
net/mpls/af_mpls.c | 6 +-
net/mptcp/ctrl.c | 3 +-
net/netfilter/ipvs/ip_vs_ctl.c | 8 +-
net/netfilter/ipvs/ip_vs_lblc.c | 10 +-
net/netfilter/ipvs/ip_vs_lblcr.c | 10 +-
net/netfilter/nf_conntrack_standalone.c | 4 +-
net/netfilter/nf_log.c | 7 +-
net/rds/tcp.c | 3 +-
net/sctp/sysctl.c | 4 +-
net/smc/smc_sysctl.c | 3 +-
net/socket.c | 2 +
net/sysctl_net.c | 26 +-
net/unix/sysctl_net_unix.c | 3 +-
net/xfrm/xfrm_sysctl.c | 8 +-
samples/hw_breakpoint/data_breakpoint.c | 6 +-
tools/cgroup/iocost_monitor.py | 21 +-
tools/io_uring/Makefile | 18 -
tools/io_uring/README | 29 -
tools/io_uring/barrier.h | 16 -
tools/io_uring/io_uring-bench.c | 592 -------------------
tools/io_uring/io_uring-cp.c | 283 ---------
tools/io_uring/liburing.h | 187 ------
tools/io_uring/queue.c | 156 -----
tools/io_uring/setup.c | 107 ----
tools/io_uring/syscall.c | 52 --
212 files changed, 3302 insertions(+), 2981 deletions(-)
create mode 100644 lib/raid6/test/.gitignore
delete mode 100644 tools/io_uring/Makefile
delete mode 100644 tools/io_uring/README
delete mode 100644 tools/io_uring/barrier.h
delete mode 100644 tools/io_uring/io_uring-bench.c
delete mode 100644 tools/io_uring/io_uring-cp.c
delete mode 100644 tools/io_uring/liburing.h
delete mode 100644 tools/io_uring/queue.c
delete mode 100644 tools/io_uring/setup.c
delete mode 100644 tools/io_uring/syscall.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7accc6208be RISC-V: Make sure we get VL REG operand for VLMAX vsetvl
new a248e1cc860 RISC-V: Make arch-24.c to test "success" case
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/testsuite/gcc.target/riscv/arch-24.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.