This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-defconfig in repository toolchain/ci/linux.
from a667cb7a94d4 Merge branch 'akpm' (patches from Andrew) adds 73052b0daee0 fs/devpts: always delete dcache dentry-s in dput() adds 5678b5d6a8ec orangefs: don't reinitialize result_mask in ->getattr adds 801e52379600 fs: move generic stat response attr handling to vfs_getattr_nosec adds a0ce2f0aa6ad splice: don't merge into linked buffers adds 01e7187b4119 pipe: stop using ->can_merge adds cc4b1242d7e3 vfs: fix preadv64v2 and pwritev64v2 compat syscalls with o [...] adds 12e1e7af1a55 vfs: Make __vfs_write() static adds 5f739e4a491a Merge branch 'work.misc' of git://git.kernel.org/pub/scm/l [...] adds 77000bc43da1 uio: remove the unused iov_for_each macro adds 6daef95b8c91 iov_iter: optimize page_copy_sane() adds dbc2fba3fc46 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/s [...] adds 6d7fbce7da0c kill kernfs_pin_sb() adds 3bd045cc9c4b separate copying and locking mount tree on cross-userns copies adds 74e831221cfd saner handling of temporary namespaces adds 9bc61ab18b1d vfs: Introduce fs_context, switch vfs_kern_mount() to it. adds 8f2918898eb5 new helpers: vfs_create_mount(), fc_mount() adds a0c9a8b8fd9f teach vfs_get_tree() to handle subtype, switch do_new_moun [...] adds 132e460848f4 new helper: do_new_mount_fc() adds c9ce29ed795f vfs_get_tree(): evict the call of security_sb_kern_mount() adds 8d0347f6c3a9 convert do_remount_sb() to fs_context adds e1a91586d5da fs_context flavour for submounts adds f3a09c92018a introduce fs_context methods adds c6b82263f9c6 vfs: Introduce logging functions adds 31d921c7fb96 vfs: Add configuration parser helpers adds da2441fdffbf vfs: Add LSM hooks for the new mount API adds 442155c1bd84 selinux: Implement the new mount API LSM hooks adds 2febd254adc4 smack: Implement filesystem context security hooks adds 846e56621897 vfs: Put security flags into the fs_context struct adds 3e1aeb00e6d1 vfs: Implement a filesystem superblock creation/configurat [...] adds cb50b348c71f convenience helpers: vfs_get_super() and sget_fc() adds 0b52075ee623 introduce cloning of fs_context adds 60a3c3a58e2e procfs: Move proc_fill_super() to fs/proc/root.c adds 66f592e2ece0 proc: Add fs_context support to procfs adds 935c6912b198 ipc: Convert mqueue fs to fs_context adds 90129625d920 cgroup: start switching to fs_context adds 7feeef58690a cgroup: fold cgroup1_mount() into cgroup1_get_tree() adds f5dfb5315d34 cgroup: take options parsing into ->parse_monolithic() adds 8d2451f4994f cgroup1: switch to option-by-option parsing adds e34a98d5b226 cgroup2: switch to option-by-option parsing adds cf6299b1d005 cgroup: stash cgroup_root reference into cgroup_fs_context adds 71d883c37e8d cgroup_do_mount(): massage calling conventions adds 6678889f0726 cgroup1_get_tree(): separate "get cgroup_root to use" into [...] adds cca8f32714d3 cgroup: store a reference to cgroup_ns into cgroup_fs_context adds 23bf1b6be9c2 kernfs, sysfs, cgroup, intel_rdt: Support fs_context adds a18753747385 cpuset: Use fs_context adds 32021982a324 hugetlbfs: Convert to fs_context adds d911b4585eb3 vfs: Remove kern_mount_data() adds 5fe1890d0e20 vfs: Provide documentation for new mount API adds e7582e16a170 vfs: Implement logging through fs_context adds 06a2ae56b5b8 vfs: Add some logging to the core users of the fs_context log adds 13fcc6837049 afs: Add fs_context support adds c99c2171fc61 afs: Use fs_context to pass parameters over automount adds 7b47a9e7c8f6 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/ [...] adds 2fe93bd43264 fuse: extract fuse_find_writeback() helper adds 7f305ca1928d fuse: clean up fuse_writepage_in_flight() adds 419234d5958b fuse: only reuse auxiliary request in fuse_writepage_in_flight() adds e2653bd53a98 fuse: fix leaked aux requests adds c5de16cca2d7 fuse: Replace page without copying in fuse_writepage_in_flight() adds 340617508d24 fuse: Remove stale comment in end_requests() adds 8da6e9183275 fuse: Kill fasync only if interrupt is queued in queue_int [...] adds 217316a60101 fuse: Optimize request_end() by not taking fiq->waitq.lock adds 5e0fed717a38 fuse: Wake up req->waitq of only if not background adds 7407a10de57f fuse: Do some refactoring in fuse_dev_do_write() adds b782911b5297 fuse: Verify userspace asks to requeue interrupt that we r [...] adds ebf84d0c7220 fuse: Add fuse_inode argument to fuse_prepare_release() adds 4510d86fbbb3 fuse: Convert fc->attr_version into atomic64_t adds f15ecfef058d fuse: Introduce fi->lock to protect write related fields adds c9d8f5f0692d fuse: Protect fi->nlookup with fi->lock adds 6b675738ce90 fuse: Protect ff->reserved_req via corresponding fi->lock adds eb98e3bdf3aa fuse: clean up aborted adds 75126f550452 fuse: use atomic64_t for khctr adds 23c94e1cdcbf fuse: Switch to using async direct IO for FOPEN_DIRECT_IO adds 3c3db095b68c fuse: use iov_iter based generic splice helpers adds d4136d60751a fuse add copy_file_range to direct io fops adds 55752a3aba13 fuse: multiplex cached/direct_io file operations adds 2f7b6f5bed01 fuse: lift bad inode checks into callers adds d9a9ea94f748 fuse: support clients that don't implement 'opendir' adds fabf7e0262d0 fuse: cache readdir calls if filesystem opts out of opendir adds dfee9c257b10 Merge tag 'fuse-update-5.1' of git://git.kernel.org/pub/sc [...] adds 5f32879ea355 ovl: During copy up, first copy up data and then xattrs adds 993a0b2aec52 ovl: Do not lose security.capability xattr over metadata f [...] adds f88c5942cfaf Merge tag 'ovl-update-5.1' of git://git.kernel.org/pub/scm [...] adds f57dcf4c7211 NFS: Fix I/O request leakages adds 4d91969ed4db NFS: Fix an I/O request leakage in nfs_do_recoalesce adds 8127d8270599 NFS: Don't recoalesce on error in nfs_pageio_complete_mirror() adds 078b5fd92c49 NFS: Clean up list moves of struct nfs_page adds df3accb84960 NFS: Pass error information to the pgio error cleanup routine adds 875bc3fbf272 NFS: Ensure NFS writeback allocations don't recurse back i [...] adds 7dc58ca5d8cd NFS: EINTR is also a fatal error. adds 2dc23afffbca NFS: ENOMEM should also be a fatal error. adds 302fad7bd5c3 NFS: Fix up documentation warnings adds e9acf2105fdb NFS: Fix sparse annotations for nfs_set_open_stateid_locked() adds a1231fda7e94 SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobs adds 0ffe86f48026 SUNRPC: Use poll() to fix up the socket requeue races adds b9779a54bb22 SUNRPC: Ensure rq_bytes_sent is reset before request transmission adds 45bb8d802742 NFS: drop useless LIST_HEAD adds e3735c899854 SUNRPC: remove pointless test in unx_match() adds 40cc394be1aa fs/nfs: Fix nfs_parse_devname to not modify it's argument adds be4c2d4723a4 NFS: readdirplus optimization by cache mechanism adds 42f72cf368c5 NFS: Remove redundant semicolon adds bf211ca1a84c NFS: Fix typo in comments of nfs_readdir_alloc_pages() adds 97ae91bbf3a7 pNFS: Fix potential corruption of page being written adds 2cde04e90d5b pNFS: Avoid read/modify/write when it is not necessary adds ded52fbe7020 nfs: fix xfstest generic/099 failed on nfsv3 adds ae0535515161 SUNRPC: Don't reset the stream record info when the receiv [...] adds e92053a52e68 SUNRPC: Handle zero length fragments correctly adds 727fcc64a0f8 SUNRPC: Don't suppress socket errors when a message read c [...] adds 5f52a9d429b8 SUNRPC: Initiate a connection close on an ESHUTDOWN error [...] adds e791f8e9380d SUNRPC: Convert xs_send_kvec() to use iov_iter_kvec() adds 0472e4766049 SUNRPC: Convert socket page send code to use iov_iter() adds c87dc4c73bb0 SUNRPC: Further cleanups of xs_sendpages() adds 6f903b111e33 SUNRPC: Remove the redundant 'zerocopy' argument to xs_sen [...] adds 3453d5708b33 NFSv4.1: Avoid false retries when RPC calls are interrupted adds 6f9449be53f3 NFS: Fix a soft lockup in the delegation recovery code adds 5085607d2091 NFS/pnfs: Bulk destroy of layouts needs to be safe w.r.t. umount adds ec482cc1c118 xprtrdma: Fix sparse warnings adds d4550bbee66f xprtrdma: Check inline size before providing a Write chunk adds e340c2d6ef2a xprtrdma: Reduce the doorbell rate (Receive) adds 6f701383368d SUNRPC: Display symbolic flag names in RPC trace events adds 0ccc61b1c76e SUNRPC: Add xdr_stream::rqst field adds 5582863f450c SUNRPC: Add XDR overflow trace event adds 7be9cea3600b SUNRPC: Add trace event that reports reply page vector alignment adds eb72f484a5eb NFS: Remove print_overflow_msg() adds f23f65840422 NFS: Add trace events to report non-zero NFS status codes adds 80125d4ae70a SUNRPC: Remove some dprintk() call sites from auth functions adds 067fb11b12af SUNRPC: Remove rpc_xprt::tsh_size adds fe9a270519c7 SUNRPC: Add build option to disable support for insecure enctypes adds e8680a24a269 SUNRPC: Use struct xdr_stream when constructing RPC Call header adds 7f5667a5f8c4 SUNRPC: Clean up rpc_verify_header() adds a0584ee9aed8 SUNRPC: Use struct xdr_stream when decoding RPC Reply header adds 0c77668ddb4e SUNRPC: Introduce trace points in rpc_auth_gss.ko adds 241b1f419f0e SUNRPC: Remove xdr_buf_trim() adds 2573a4649995 SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ files adds cf500bac8fd4 SUNRPC: Introduce rpc_prepare_reply_pages() adds 02ef04e432ba NFS: Account for XDR pad of buf->pages adds a00275baa68e SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsize adds 35e77d21baa0 SUNRPC: Add rpc_auth::au_ralign field adds 2c94b8eca1a2 SUNRPC: Use au_rslack when computing reply buffer size adds 06b5fc3ad94e Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/ [...] adds a73881c96d73 SUNRPC: Fix an Oops in udp_poll() adds c1dffe0bf7f9 NFSv4.1: Reinitialise sequence results before retransmitti [...] adds c71c46f01573 NFSv4.1: Don't process the sequence op more than once. adds 1a3466aed3a1 NFS: Add missing encode / decode sequence_maxsz to v4.2 op [...] adds 108bb4afd351 NFSv4/flexfiles: Fix invalid deref in FF_LAYOUT_DEVID_NODE() adds 762bb7e97351 NFS/flexfiles: Fix up sparse RCU annotations adds 39a5201a2b45 NFSv4/pnfs: Fix barriers in nfs4_mark_deviceid_unavailable() adds a79f194aa487 NFSv4/flexfiles: Abort I/O early if the layout segment was [...] adds 3eb86093ea40 NFSv4.2: Add client support for the generic 'layouterror' [...] adds f0922a6c0cdb NFS/flexfiles: Send LAYOUTERROR when failing over mirrored reads adds 18c0778a650b NFSv4: Handle early exit in layoutget by returning an error adds 2444ff277a68 NFS/flexfiles: refactor calls to fs4_ff_layout_prepare_ds() adds 0a156dd58274 NFS/flexfiles: Avoid unnecessary layout invalidations adds d082d4b5a0dd NFS/flexfiles: Remove bogus checks for invalid deviceids adds 17aaec816751 NFS/flexfiles: Don't invalidate DS deviceids for being unr [...] adds 76c6690522bb NFS/flexfiles: Speed up read failover when DSes are down adds 749da527b3e7 NFS/flexfiles: Simplify nfs4_ff_layout_select_ds_fh() adds 561d6f8aaffc NFS/flexfiles: Simplify nfs4_ff_find_or_create_ds_client() adds 312cd4cb126a NFS/flexfiles: Simplify ff_layout_get_ds_cred() adds 626d48b12cde NFS/flexfile: Simplify nfs4_ff_layout_ds_version() adds 4cbc8a571c24 NFS/flexfile: Simplify nfs4_ff_layout_select_ds_stateid() adds 29a23909e41f NFS/flexfiles: Remove dead code in ff_layout_mirror_valid() adds cefa587a40bb NFS/flexfiles: Clean up mirror DS initialisation adds 12a3ad6184f8 SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites i [...] adds 067c46967160 NFSv4.1: Bump the default callback session slot count to 16 adds 0d1bf3407c4a SUNRPC: Allow dynamic allocation of back channel slots adds ed7dc973bd91 SUNRPC: Prevent thundering herd when the socket is not connected adds 477687e1116a SUNRPC: Fix up RPC back channel transmission adds 7b3fef8e4157 SUNRPC: Respect RPC call timeouts when retrying transmission adds cea57789e408 SUNRPC: Clean up adds 6b5f59001687 SUNRPC: Remove redundant calls to RPC_IS_QUEUED() adds 03e51d32da99 SUNRPC: Check whether the task was transmitted before rebi [...] adds 009a82f64374 SUNRPC: Micro-optimise when the task is known not to be sleeping adds 4d6c671ace56 SUNRPC: Take the transport send lock before binding+connecting adds 1fbf3e48123d Merge tag 'nfs-for-5.1-1' of git://git.linux-nfs.org/proje [...] adds 8e928218780e Btrfs: fix corruption reading shared and compressed extent [...] adds 4ea748e1d2c9 Btrfs: fix deadlock between clone/dedupe and rename adds 78c52d9eb6b7 btrfs: check for refs on snapshot delete resume adds aea6f028d01d btrfs: save drop_progress if we drop refs at all adds 7503b83d80f0 btrfs: move ulist allocation out of transaction in quota enable adds d3865159ac78 btrfs: zstd: ensure reclaim timer is properly cleaned up adds 92825b0298ca Merge tag 'for-5.1-part2-tag' of git://git.kernel.org/pub/ [...] adds 5ba72e607cdb ceph: set special inode's blocksize to page size adds 84bf39509bea ceph: decode feature bits in session message adds 81c5a1487e52 ceph: split large reconnect into multiple messages adds 75c9627efb72 ceph: map snapid to anonymous bdev ID adds b37fe1f923fb ceph: support versioned reply adds 08796873a518 ceph: support getting ceph.dir.pin vxattr adds e3ec8d6898f7 ceph: send cap releases more aggressively adds 6b41d4d9cb8f libceph: use struct_size() for kmalloc() in crush_decode() adds fd7e3f0d8f25 rbd: get rid of obj_req->obj_request_count adds 6484cbe987e0 rbd: handle DISCARD and WRITE_ZEROES separately adds 0c93e1b7a26b rbd: round off and ignore discards that are too small adds e450f4d1a5d6 ceph: pass inclusive lend parameter to filemap_write_and_w [...] adds 32f6511a69eb ceph: touch existing cap when handling reply adds 8d9c0906acef ceph: remove dentry_lru file from debugfs adds 1e9c2eb6811e ceph: delete stale dentry when last reference is dropped adds 37c4efc1ddf9 ceph: periodically trim stale dentries adds fe33032daae2 ceph: add mount option to limit caps count adds 0b51c9d15ab4 rbd: remove experimental designation from kernel layering adds 356889c49d84 rbd: clear ->xferred on error from rbd_obj_issue_copyup() adds e28eded58bdb rbd: factor out __rbd_osd_req_create() adds 13488d53775b rbd: stop copying num_osd_ops in rbd_obj_issue_copyup() adds 3a482501cf70 rbd: introduce rbd_obj_issue_copyup_ops() adds 89a59c1ca73b rbd: copyup with an empty snapshot context (aka deep-copyup) adds 9b17eb2ce102 rbd: whole-object write and zeroout should copyup when sna [...] adds b9f6d447a6f6 rbd: advertise support for RBD_FEATURE_DEEP_FLATTEN adds d11ae8e0a76a Documentation: modern versions of ceph are not backed by btrfs adds 2b0a80b0d0bb Merge tag 'ceph-for-5.1-rc1' of git://github.com/ceph/ceph-client adds 53cf97845732 jbd2: fix deadlock while checkpoint thread waits commit th [...] adds 82dd124c40b8 ext4: replace opencoded i_writecount usage with inode_is_o [...] adds 904cdbd41d74 jbd2: clear dirty flag when revoking a buffer from an olde [...] adds 597599268e3b jbd2: discard dirty data when forgetting an un-journalled buffer adds 16e08b14a455 ext4: cleanup clean_bdev_aliases() calls adds a297b2fcee46 ext4: unlock unused_pages timely when doing writeback adds 67a11611e1a5 ext4: fix check of inode in swap_inode_boot_loader adds a46c68a318b0 ext4: cleanup pagecache before swap i_data adds aa507b5faf38 ext4: update quota information while swapping boot loader inode adds abdc644e8cba ext4: add mask of ext4 flags to swap adds 6e589291f4b1 ext4: disallow files with EXT4_JOURNAL_DATA_FL from EXT4_I [...] adds f96c3ac8dfc2 ext4: fix crash during online resizing adds 538bcaa6261b jbd2: fix race when writing superblock adds a58ca992661a jbd2: fold jbd2_superblock_csum_{verify,set} into their callers adds c9e716eb9b34 ext4: don't update s_rev_level if not required adds 034f891a844b ext4: annotate implicit fall throughs adds 793bc5181b14 ext4: annotate more implicit fall throughs adds 7159a986b420 ext4: fix some error pointer dereferences adds 01215d3edb0f jbd2: fix compile warning when using JBUFFER_TRACE adds ddccb6dbe780 ext4: fix compile error when using BUFFER_TRACE adds 231fe82b5609 ext4: Change debugging support help prefix from EXT4 to Ext4 adds bc1d69d6151f ext4: add sysfs attr /sys/fs/ext4/<disk>/journal_task adds 7bd75230b437 ext4: fix bigalloc cluster freeing when hole punching under load adds 6e876c3dd205 jbd2: fix invalid descriptor block checksum adds 0df6f46995a9 jbd2: jbd2_get_transaction does not need to return a value adds a5adcfcad55d Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm [...] adds 1c3da4452d18 nfsd: fix an IS_ERR() vs NULL check adds 1602a7b7d337 SUNRPC: Don't allow compiler optimisation of svc_xprt_rele [...] adds 66c898caefd3 svcrpc: svc_xprt_has_something_to_do seems a little long adds 95503d295ad6 svcrpc: fix unlikely races preventing queueing of sockets adds 14cfbd94998a svcrdma: Use struct_size() in kmalloc() adds c7920f06ae75 svcrdma: Squelch compiler warning when SUNRPC_DEBUG is disabled adds 8820bcaa5bd7 svcrdma: Remove syslog warnings in work completion handlers adds b7e5034cbecf svcrpc: fix UDP on servers with lots of threads adds c54f24e338ed nfsd: fix performance-limiting session calculation adds b602345da6cb nfsd: fix memory corruption caused by readdir adds dd838821f0a2 nfsd: fix wrong check in write_v4_end_grace() adds f875a792abe9 nfsd: allow nfsv3 readdir request to be larger. adds ebc551f2b8f9 Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linux adds b32b78f89221 ubi: Introduce in_pq() adds 663586c0a892 ubi: Expose the bitrot interface adds 2fe8b2d5578d ubifs: Reject unsupported ioctl flags explicitly adds 5578e48e5c0b ubi: wl: Silence uninitialized variable warning adds a840b56ba385 Merge tag 'upstream-5.1-rc1' of git://git.kernel.org/pub/s [...] adds c9aed74e6a27 fs/dax: Convert to use vmf_error() adds 0cefc36b32b3 fs/dax: NIT fix comment regarding start/end vs range adds e4b3448bc346 dax: Flush partial PMDs correctly adds 3bb0f28d84f3 Merge tag 'fsdax-for-5.1' of git://git.kernel.org/pub/scm/ [...] adds ebe9f6f19d80 acpi/nfit: Fix bus command validation adds 966d23a006ca libnvdimm/label: Clear 'updating' flag after label-set update adds f596c8844fe1 nfit: Fix nfit_intel_shutdown_status() command submission adds 43f89877f266 nfit: acpi_nfit_ctl(): Check out_obj->type in the right place adds 1194c4133195 nfit: Add Hyper-V NVDIMM DSM command set to white list adds 6ee977dec746 MAINTAINERS: Update filesystem-dax and NVDIMM entries adds d5d30d5a5c60 libnvdimm/dimm: Add a no-BLK quirk based on NVDIMM family adds 0171b6b78131 acpi/nfit: Require opt-in for read-only label configurations adds 2f8c90111513 libnvdimm/btt: Remove unnecessary code in btt_freelist_init adds 9dedc73a4658 libnvdimm/btt: Fix LBA masking during 'free list' population adds 5c9d62d0026a acpi/nfit: Update NFIT flags error message adds 316720b9c234 libnvdimm/of_pmem: Fix platform_no_drv_owner.cocci warnings adds 075c3fdd56ac libnvdimm/namespace: Clean up holder_class_store() adds 451fed24e99d Merge branch 'for-5.1/libnvdimm' into libnvdimm-for-next adds f101ada7da65 libnvdimm, pfn: Fix over-trim in trim_pfn_device() adds 07464e88365e libnvdimm: Fix altmap reservation size calculation adds 11a358109e0c libnvdimm/pfn: Account for PAGE_SIZE > info-block-size in [...] adds fa7d2e639cd9 libnvdimm/pmem: Honor force_raw for legacy pmem regions adds ad428cdb525a dax: Check the end of the block-device capacity with dax_d [...] adds 4960461f5d22 libnvdimm/pfn: Remove dax_label_reserve adds 6fd96ff55796 Merge branch 'for-5.1/libnvdimm-start-pad' into libnvdimm- [...] adds c6c5df293bf1 nfit/ars: Attempt a short-ARS whenever the ARS state is id [...] adds fa3ed4d981b1 nfit/ars: Attempt short-ARS even in the no_init_ars case adds 317a992ab926 nfit/ars: Remove ars_start_flags adds e34b8252a3d2 nfit/ars: Introduce scrub_flags adds 5479b2757f26 nfit/ars: Allow root to busy-poll the ARS state machine adds 78153dd45e7e nfit/ars: Avoid stale ARS results adds 4083014e3269 Merge branch 'for-5.1/nfit/ars' into libnvdimm-for-next adds 5ea6718b1f1b Merge tag 'libnvdimm-for-5.1' of git://git.kernel.org/pub/ [...] adds aa1abbe015c3 crypto: s5p-sss - fix AES support for Exynos5433 adds 00e87449430d crypto: caam - add missing put_device() call adds dac0bde43b0b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux [...] adds a904327e98a5 mailbox: tegra-hsp: mark suspend function as __maybe_unused adds 10cfc5a92e36 mailbox: mailbox-test: fix debugfs in multi-instances adds 6899b4f7c99c mailbox: mailbox-test: fix null pointer if no mmio adds eac36c865121 mailbox: stm32-ipcc: do not enable wakeup source by default adds 419d67f3ec0a mailbox: stm32-ipcc: remove useless device_init_wakeup call adds 4981b82ba2ff mailbox: ZynqMP IPI mailbox controller adds abdd85b6ba73 dt-bindings: mailbox: Add Xilinx IPI Mailbox adds 17b860bbfc84 mailbox: imx: keep MU irq working during suspend/resume adds 3a186d38561d Merge tag 'mailbox-v5.1' of git://git.linaro.org/landing-t [...] adds 309b32fb97d8 pwm: Don't use memcmp() to compare state variables adds cc2d22477779 pwm: Drop per-chip dbg_show callback adds 5d0a4c11896e pwm: Rearrange structures to group members by purpose adds 01482d2443db pwm: imx: Remove if block where the condition is always wrong adds f20b187e32e0 pwm: imx: Set driver data earlier simplifying the end of - [...] adds b9a5c60bc2f6 pwm: imx: Don't print an error on -EPROBE_DEFER adds d80f8206905c pwm: imx: Split into two drivers adds 7ca17b207127 pwm: imx: Signedness bug in imx_pwm_get_state() adds 77c3edde4aff pwm: hibvt: Use individual struct per of-data adds 50e6914387ee dt-bindings: pwm: hibvt: Add hi3559v100 support adds 7a58fc5448d1 pwm: hibvt: Add hi3559v100 support adds a87b40615a14 pwm: Add MediaTek MT8183 display PWM driver support adds 53784159f6f5 pwm: atmel: Add struct atmel_pwm_data adds 0285827d546d pwm: atmel: Add support for controllers with 32 bit counters adds abcbe3733e50 pwm: atmel: Rename objects of type atmel_pwm_data adds 14101cafe966 pwm: atmel: Add PWM binding for SAM9X60 adds 74d0c3b20509 pwm: atmel: Add support for SAM9X60's PWM controller adds 7f68ce8287d3 pwm: rcar: Add support "atomic" API adds 87f50ce981b8 pwm: rcar: Use "atomic" API on rcar_pwm_resume() adds 8cc2b970397c pwm: rcar: Remove legacy APIs adds b4f9a7268dbe pwm: rcar: Improve calculation of divider adds 519ef9b5f23c pwm: imx27: Only enable the clocks once in .get_state() adds 6571d13e449d pwm: bcm-kona: Update macros to remove braces around numbers adds d7d96312fe10 pwm: atmel: Remove useless symbolic definitions adds add8462a6042 Merge tag 'pwm/for-5.1-rc1' of git://git.kernel.org/pub/sc [...] adds 981e545a698a kconfig: rename zconf.l to lexer.l adds 769a1c022678 kconfig: rename zconf.y to parser.y adds 8741908b3e29 kconfig: fix 'Save As' menu of xconfig adds 5453a3df2a5e Merge tag 'kconfig-v5.1' of git://git.kernel.org/pub/scm/l [...]
No new revisions were added by this update.
Summary of changes: .clang-format | 1 - Documentation/ABI/testing/sysfs-fs-ext4 | 7 + .../bindings/mailbox/xlnx,zynqmp-ipi-mailbox.txt | 127 ++++ .../devicetree/bindings/pwm/atmel-pwm.txt | 1 + .../devicetree/bindings/pwm/pwm-hibvt.txt | 2 + Documentation/filesystems/ceph.txt | 14 +- Documentation/filesystems/mount_api.txt | 709 ++++++++++++++++++++ MAINTAINERS | 17 +- arch/x86/kernel/cpu/resctrl/internal.h | 16 + arch/x86/kernel/cpu/resctrl/rdtgroup.c | 185 ++++-- drivers/acpi/nfit/core.c | 185 ++++-- drivers/acpi/nfit/nfit.h | 17 +- drivers/block/rbd.c | 400 +++++++++--- drivers/crypto/caam/caamalg.c | 12 +- drivers/crypto/caam/caamalg_qi.c | 11 +- drivers/crypto/caam/caamhash.c | 18 +- drivers/crypto/caam/caampkc.c | 14 +- drivers/crypto/caam/caamrng.c | 22 +- drivers/crypto/s5p-sss.c | 2 +- drivers/dax/super.c | 38 +- drivers/mailbox/Kconfig | 11 + drivers/mailbox/Makefile | 2 + drivers/mailbox/imx-mailbox.c | 4 +- drivers/mailbox/mailbox-test.c | 26 +- drivers/mailbox/stm32-ipcc.c | 4 +- drivers/mailbox/tegra-hsp.c | 2 +- drivers/mailbox/zynqmp-ipi-mailbox.c | 725 +++++++++++++++++++++ drivers/mtd/ubi/cdev.c | 30 + drivers/mtd/ubi/ubi.h | 1 + drivers/mtd/ubi/wl.c | 174 ++++- drivers/nvdimm/btt.c | 33 +- drivers/nvdimm/btt.h | 2 + drivers/nvdimm/btt_devs.c | 8 + drivers/nvdimm/dimm_devs.c | 7 + drivers/nvdimm/label.c | 26 +- drivers/nvdimm/namespace_devs.c | 18 +- drivers/nvdimm/of_pmem.c | 1 - drivers/nvdimm/pfn_devs.c | 24 +- drivers/nvdimm/region_devs.c | 7 + drivers/pwm/Kconfig | 17 +- drivers/pwm/Makefile | 3 +- drivers/pwm/core.c | 10 +- drivers/pwm/pwm-atmel.c | 111 ++-- drivers/pwm/pwm-bcm-kona.c | 16 +- drivers/pwm/pwm-hibvt.c | 44 +- drivers/pwm/pwm-imx1.c | 199 ++++++ drivers/pwm/{pwm-imx.c => pwm-imx27.c} | 224 ++----- drivers/pwm/pwm-mtk-disp.c | 11 + drivers/pwm/pwm-rcar.c | 99 ++- fs/Kconfig | 7 + fs/Makefile | 2 +- fs/afs/internal.h | 9 +- fs/afs/mntpt.c | 149 +++-- fs/afs/super.c | 430 ++++++------ fs/afs/volume.c | 4 +- fs/btrfs/ctree.h | 2 + fs/btrfs/extent-tree.c | 74 ++- fs/btrfs/extent_io.c | 4 +- fs/btrfs/ioctl.c | 21 +- fs/btrfs/qgroup.c | 13 +- fs/btrfs/root-tree.c | 8 +- fs/btrfs/zstd.c | 6 +- fs/ceph/caps.c | 72 +- fs/ceph/debugfs.c | 27 - fs/ceph/dir.c | 455 ++++++++++--- fs/ceph/file.c | 13 +- fs/ceph/inode.c | 52 +- fs/ceph/mds_client.c | 698 ++++++++++++++++---- fs/ceph/mds_client.h | 43 +- fs/ceph/snap.c | 159 ++++- fs/ceph/super.c | 21 +- fs/ceph/super.h | 43 +- fs/ceph/xattr.c | 20 +- fs/dax.c | 25 +- fs/devpts/inode.c | 1 + fs/ext4/Kconfig | 2 +- fs/ext4/ext4.h | 9 +- fs/ext4/extents.c | 29 +- fs/ext4/hash.c | 2 + fs/ext4/indirect.c | 6 + fs/ext4/inode.c | 21 +- fs/ext4/ioctl.c | 101 ++- fs/ext4/mballoc.c | 7 +- fs/ext4/page-io.c | 4 +- fs/ext4/resize.c | 3 +- fs/ext4/super.c | 1 - fs/ext4/sysfs.c | 13 + fs/ext4/xattr.c | 3 + fs/filesystems.c | 4 + fs/fs_context.c | 642 ++++++++++++++++++ fs/fs_parser.c | 447 +++++++++++++ fs/fuse/control.c | 4 +- fs/fuse/cuse.c | 7 +- fs/fuse/dev.c | 115 ++-- fs/fuse/dir.c | 54 +- fs/fuse/file.c | 342 +++++----- fs/fuse/fuse_i.h | 28 +- fs/fuse/inode.c | 26 +- fs/fuse/readdir.c | 4 +- fs/hugetlbfs/inode.c | 358 +++++----- fs/internal.h | 13 +- fs/jbd2/checkpoint.c | 17 +- fs/jbd2/commit.c | 6 +- fs/jbd2/journal.c | 90 ++- fs/jbd2/transaction.c | 83 ++- fs/kernfs/kernfs-internal.h | 1 + fs/kernfs/mount.c | 119 ++-- fs/lockd/clnt4xdr.c | 14 - fs/lockd/clntxdr.c | 14 - fs/mount.h | 5 + fs/namei.c | 4 +- fs/namespace.c | 395 ++++++----- fs/nfs/callback_xdr.c | 64 +- fs/nfs/delegation.c | 22 +- fs/nfs/delegation.h | 1 + fs/nfs/dir.c | 98 ++- fs/nfs/direct.c | 7 +- fs/nfs/file.c | 44 +- fs/nfs/flexfilelayout/flexfilelayout.c | 225 +++++-- fs/nfs/flexfilelayout/flexfilelayout.h | 75 +-- fs/nfs/flexfilelayout/flexfilelayoutdev.c | 161 ++--- fs/nfs/inode.c | 33 +- fs/nfs/internal.h | 5 +- fs/nfs/io.c | 12 +- fs/nfs/namespace.c | 8 +- fs/nfs/nfs2xdr.c | 124 ++-- fs/nfs/nfs3acl.c | 2 - fs/nfs/nfs3xdr.c | 209 ++---- fs/nfs/nfs42.h | 3 + fs/nfs/nfs42proc.c | 164 +++++ fs/nfs/nfs42xdr.c | 130 +++- fs/nfs/nfs4client.c | 33 +- fs/nfs/nfs4namespace.c | 5 +- fs/nfs/nfs4proc.c | 138 ++-- fs/nfs/nfs4session.c | 7 +- fs/nfs/nfs4session.h | 7 +- fs/nfs/nfs4state.c | 1 + fs/nfs/nfs4trace.h | 25 + fs/nfs/nfs4xdr.c | 530 +++++---------- fs/nfs/nfstrace.c | 1 + fs/nfs/nfstrace.h | 85 +++ fs/nfs/pagelist.c | 47 +- fs/nfs/pnfs.c | 33 +- fs/nfs/pnfs.h | 2 + fs/nfs/pnfs_dev.c | 13 + fs/nfs/read.c | 2 +- fs/nfs/super.c | 2 +- fs/nfs/unlink.c | 8 +- fs/nfs/write.c | 19 +- fs/nfsd/nfs3proc.c | 18 +- fs/nfsd/nfs3xdr.c | 5 +- fs/nfsd/nfs4callback.c | 17 +- fs/nfsd/nfs4state.c | 8 +- fs/nfsd/nfsctl.c | 2 +- fs/orangefs/inode.c | 7 +- fs/overlayfs/copy_up.c | 59 +- fs/overlayfs/overlayfs.h | 2 + fs/overlayfs/util.c | 55 +- fs/pipe.c | 32 +- fs/pnode.c | 5 - fs/pnode.h | 3 +- fs/proc/inode.c | 52 +- fs/proc/internal.h | 5 +- fs/proc/root.c | 236 +++++-- fs/read_write.c | 10 +- fs/splice.c | 8 +- fs/stat.c | 12 +- fs/super.c | 344 ++++++++-- fs/sysfs/mount.c | 73 ++- fs/ubifs/ioctl.c | 8 + include/linux/ceph/types.h | 1 + include/linux/errno.h | 1 + include/linux/fs.h | 14 +- include/linux/fs_context.h | 188 ++++++ include/linux/fs_parser.h | 151 +++++ include/linux/kernfs.h | 39 +- include/linux/libnvdimm.h | 2 + include/linux/lsm_hooks.h | 21 + include/linux/mailbox/zynqmp-ipi-message.h | 20 + include/linux/mount.h | 3 + include/linux/nfs4.h | 1 + include/linux/nfs_fs_sb.h | 1 + include/linux/nfs_page.h | 10 + include/linux/nfs_xdr.h | 37 +- include/linux/pipe_fs_i.h | 8 +- include/linux/pwm.h | 37 +- include/linux/security.h | 18 +- include/linux/sunrpc/auth.h | 44 +- include/linux/sunrpc/clnt.h | 3 + include/linux/sunrpc/gss_krb5_enctypes.h | 42 +- include/linux/sunrpc/sched.h | 9 + include/linux/sunrpc/xdr.h | 23 +- include/linux/sunrpc/xprt.h | 7 - include/linux/sunrpc/xprtsock.h | 1 + include/linux/uio.h | 8 - include/trace/events/rpcgss.h | 361 ++++++++++ include/trace/events/rpcrdma.h | 12 +- include/trace/events/sunrpc.h | 361 +++++++++- include/uapi/linux/fuse.h | 7 +- include/uapi/linux/ndctl.h | 1 + include/uapi/mtd/ubi-user.h | 5 + ipc/mqueue.c | 94 ++- ipc/namespace.c | 2 +- kernel/cgroup/cgroup-internal.h | 49 +- kernel/cgroup/cgroup-v1.c | 394 +++++------ kernel/cgroup/cgroup.c | 223 ++++--- kernel/cgroup/cpuset.c | 56 +- kernel/relay.c | 1 - kernel/trace/trace.c | 2 - lib/iov_iter.c | 17 +- net/ceph/osdmap.c | 5 +- net/smc/smc_rx.c | 1 - net/sunrpc/Kconfig | 16 + net/sunrpc/auth.c | 136 ++-- net/sunrpc/auth_gss/Makefile | 2 +- net/sunrpc/auth_gss/auth_gss.c | 553 ++++++++-------- net/sunrpc/auth_gss/gss_krb5_mech.c | 29 +- net/sunrpc/auth_gss/gss_krb5_wrap.c | 8 +- net/sunrpc/auth_gss/gss_mech_switch.c | 27 +- net/sunrpc/auth_gss/gss_rpc_upcall.c | 15 +- net/sunrpc/auth_gss/gss_rpc_upcall.h | 16 +- net/sunrpc/auth_gss/gss_rpc_xdr.c | 15 +- net/sunrpc/auth_gss/gss_rpc_xdr.h | 17 +- net/sunrpc/auth_gss/svcauth_gss.c | 3 +- net/sunrpc/auth_gss/trace.c | 11 + net/sunrpc/auth_null.c | 56 +- net/sunrpc/auth_unix.c | 122 ++-- net/sunrpc/backchannel_rqst.c | 42 +- net/sunrpc/clnt.c | 660 ++++++++++--------- net/sunrpc/sched.c | 17 +- net/sunrpc/svc.c | 19 +- net/sunrpc/svc_xprt.c | 24 +- net/sunrpc/svcsock.c | 20 +- net/sunrpc/xdr.c | 121 ++-- net/sunrpc/xprt.c | 23 +- net/sunrpc/xprtrdma/backchannel.c | 3 +- net/sunrpc/xprtrdma/frwr_ops.c | 4 +- net/sunrpc/xprtrdma/rpc_rdma.c | 22 +- net/sunrpc/xprtrdma/svc_rdma_backchannel.c | 1 - net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 12 +- net/sunrpc/xprtrdma/svc_rdma_rw.c | 17 +- net/sunrpc/xprtrdma/svc_rdma_sendto.c | 4 - net/sunrpc/xprtrdma/svc_rdma_transport.c | 9 +- net/sunrpc/xprtrdma/transport.c | 2 - net/sunrpc/xprtrdma/verbs.c | 2 + net/sunrpc/xprtrdma/xprt_rdma.h | 12 +- net/sunrpc/xprtsock.c | 317 +++++---- scripts/kconfig/Makefile | 9 +- scripts/kconfig/expr.h | 2 +- scripts/kconfig/{zconf.l => lexer.l} | 2 +- scripts/kconfig/lkc.h | 2 +- scripts/kconfig/{zconf.y => parser.y} | 0 scripts/kconfig/qconf.cc | 42 +- scripts/kconfig/qconf.h | 1 + security/security.c | 10 + security/selinux/hooks.c | 88 ++- security/selinux/include/security.h | 10 +- security/smack/smack.h | 19 +- security/smack/smack_lsm.c | 92 ++- 259 files changed, 12174 insertions(+), 5034 deletions(-) create mode 100644 Documentation/devicetree/bindings/mailbox/xlnx,zynqmp-ipi-mailbox.txt create mode 100644 Documentation/filesystems/mount_api.txt create mode 100644 drivers/mailbox/zynqmp-ipi-mailbox.c create mode 100644 drivers/pwm/pwm-imx1.c rename drivers/pwm/{pwm-imx.c => pwm-imx27.c} (59%) create mode 100644 fs/fs_context.c create mode 100644 fs/fs_parser.c create mode 100644 include/linux/fs_context.h create mode 100644 include/linux/fs_parser.h create mode 100644 include/linux/mailbox/zynqmp-ipi-message.h create mode 100644 include/trace/events/rpcgss.h create mode 100644 net/sunrpc/auth_gss/trace.c rename scripts/kconfig/{zconf.l => lexer.l} (99%) rename scripts/kconfig/{zconf.y => parser.y} (100%)