# git rev-parse -q --verify 122fa8c588316aacafe7e5a393bb3e875eaf5b25^{commit} 122fa8c588316aacafe7e5a393bb3e875eaf5b25 already have revision, skipping fetch # git checkout -q -f -B kisskb 122fa8c588316aacafe7e5a393bb3e875eaf5b25 # git clean -qxdf # < git log -1 # commit 122fa8c588316aacafe7e5a393bb3e875eaf5b25 # Merge: 7aed4d57b113 629e33a16809 # Author: Linus Torvalds # Date: Mon Jun 28 16:28:41 2021 -0700 # # Merge tag 'for-5.14-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux # # Pull btrfs updates from David Sterba: # "A normal mix of improvements, core changes and features that user have # been missing or complaining about. # # User visible changes: # # - new sysfs exports: # - add sysfs knob to limit scrub IO bandwidth per device # - device stats are also available in # /sys/fs/btrfs/FSID/devinfo/DEVID/error_stats # # - support cancellable resize and device delete ioctls # # - change how the empty value is interpreted when setting a property, # so far we have only 'btrfs.compression' and we need to distinguish # a reset to defaults and setting "do not compress", in general the # empty value will always mean 'reset to defaults' for any other # property, for compression it's either 'no' or 'none' to forbid # compression # # Performance improvements: # # - no need for full sync when truncation does not touch extents, # reported run time change is -12% # # - avoid unnecessary logging of xattrs during fast fsyncs (+17% # throughput, -17% runtime on xattr stress workload) # # Core: # # - preemptive flushing improvements and fixes # - adjust clamping logic on multi-threaded workloads to avoid # flushing too soon # - take into account global block reserve, may help on almost full # filesystems # - continue flushing when there are enough pending delalloc and # ordered bytes # # - simplify logic around conditional transaction commit, a workaround # used in the past for throttling that's been superseded by ticket # reservations that manage the throttling in a better way # # - subpage blocksize preparation: # - submit read time repair only for each corrupted sector # - scrub repair now works with sectors and not pages # - free space cache (v1) works with sectors and not pages # - more fine grained bio tracking for extents # - subpage support in page callbacks, extent callbacks, end io # callbacks # # - simplify transaction abort logic and always abort and don't check # various potentially unreliable stats tracked by the transaction # # - exclusive operations can do more checks when started and allow eg. # cancellation of the same running operation # # - ensure relocation never runs while we have send operations running, # e.g. when zoned background auto reclaim starts # # Fixes: # # - zoned: more sanity checks of write pointer # # - improve error handling in delayed inodes # # - send: # - fix invalid path for unlink operations after parent # orphanization # - fix crash when memory allocations trigger reclaim # # - skip compression of we have only one page (can't make things # better) # # - empty value of a property newly means reset to default # # Other: # # - lots of cleanups, comment updates, yearly typo fixing # # - disable build on platforms having page size 256K" # # * tag 'for-5.14-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: (101 commits) # btrfs: remove unused btrfs_fs_info::total_pinned # btrfs: rip out btrfs_space_info::total_bytes_pinned # btrfs: rip the first_ticket_bytes logic from fail_all_tickets # btrfs: remove FLUSH_DELAYED_REFS from data ENOSPC flushing # btrfs: rip out may_commit_transaction # btrfs: send: fix crash when memory allocations trigger reclaim # btrfs: ensure relocation never runs while we have send operations running # btrfs: shorten integrity checker extent data mount option # btrfs: switch mount option bits to enums and use wider type # btrfs: props: change how empty value is interpreted # btrfs: compression: don't try to compress if we don't have enough pages # btrfs: fix unbalanced unlock in qgroup_account_snapshot() # btrfs: sysfs: export dev stats in devinfo directory # btrfs: fix typos in comments # btrfs: remove a stale comment for btrfs_decompress_bio() # btrfs: send: use list_move_tail instead of list_del/list_add_tail # btrfs: disable build on platforms having page size 256K # btrfs: send: fix invalid path for unlink operations after parent orphanization # btrfs: inline wait_current_trans_commit_start in its caller # btrfs: sink wait_for_unblock parameter to async commit # ... # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/mips-linux/bin/mips-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/mips-linux/bin/mips-linux-ld --version # < git log --format=%s --max-count=1 122fa8c588316aacafe7e5a393bb3e875eaf5b25 # < make -s -j 24 ARCH=mips O=/kisskb/build/linus_mips-defconfig_mips-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/mips-linux/bin/mips-linux- defconfig # < make -s -j 24 ARCH=mips O=/kisskb/build/linus_mips-defconfig_mips-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/mips-linux/bin/mips-linux- help # make -s -j 24 ARCH=mips O=/kisskb/build/linus_mips-defconfig_mips-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/mips-linux/bin/mips-linux- olddefconfig # make -s -j 24 ARCH=mips O=/kisskb/build/linus_mips-defconfig_mips-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/mips-linux/bin/mips-linux- /kisskb/src/net/sched/sch_frag.c: In function 'sch_fragment': /kisskb/src/net/sched/sch_frag.c:93:10: warning: missing braces around initializer [-Wmissing-braces] struct rtable sch_frag_rt = { 0 }; ^ /kisskb/src/net/sched/sch_frag.c:93:10: warning: (near initialization for 'sch_frag_rt.dst') [-Wmissing-braces] /kisskb/src/drivers/net/ethernet/mscc/ocelot_vcap.c: In function 'is1_entry_set': /kisskb/src/drivers/net/ethernet/mscc/ocelot_vcap.c:755:11: warning: missing braces around initializer [-Wmissing-braces] struct ocelot_vcap_u16 etype = {0}; ^ /kisskb/src/drivers/net/ethernet/mscc/ocelot_vcap.c:755:11: warning: (near initialization for 'etype.value') [-Wmissing-braces] FIT description: Linux 5.13.0-g122fa8c58831 Created: Sat Jul 17 05:06:21 2021 Image 0 (kernel) Description: Linux 5.13.0-g122fa8c58831 Created: Sat Jul 17 05:06:21 2021 Type: Kernel Image Compression: gzip compressed Data Size: 5362284 Bytes = 5236.61 KiB = 5.11 MiB Architecture: MIPS OS: Linux Load Address: 0x80100000 Entry Point: 0x809cc8b4 Hash algo: sha1 Hash value: 23ed3c2ad896e51eee4bb225cc254afe6b27869d Image 1 (fdt-boston) Description: img,boston Device Tree Created: Sat Jul 17 05:06:21 2021 Type: Flat Device Tree Compression: uncompressed Data Size: 3793 Bytes = 3.70 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 4799f50d688573234da6e9d7701234d394759ef4 Image 2 (fdt-ni169445) Description: NI 169445 device tree Created: Sat Jul 17 05:06:21 2021 Type: Flat Device Tree Compression: uncompressed Data Size: 1871 Bytes = 1.83 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 51b89b31605ee62038c8468c429af091dfc75ec7 Image 3 (fdt-ocelot_pcb123) Description: MSCC Ocelot PCB123 Device Tree Created: Sat Jul 17 05:06:21 2021 Type: Flat Device Tree Compression: uncompressed Data Size: 4659 Bytes = 4.55 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 5bcb6e4f21e8e5372544aa130b3bd097355a9050 Image 4 (fdt-ocelot_pcb120) Description: MSCC Ocelot PCB120 Device Tree Created: Sat Jul 17 05:06:21 2021 Type: Flat Device Tree Compression: uncompressed Data Size: 5418 Bytes = 5.29 KiB = 0.01 MiB Architecture: MIPS Hash algo: sha1 Hash value: 93d882f2009a217e0fa9dab94788535ed2be8476 Image 5 (fdt-xilfpga) Description: MIPSfpga (xilfpga) Device Tree Created: Sat Jul 17 05:06:21 2021 Type: Flat Device Tree Compression: uncompressed Data Size: 2708 Bytes = 2.64 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 63d058b780f65e22da30f0a183433765f1807f1d Default Configuration: 'conf-default' Configuration 0 (conf-default) Description: Generic Linux kernel Kernel: kernel Configuration 1 (conf-boston) Description: Boston Linux kernel Kernel: kernel FDT: fdt-boston Configuration 2 (conf-ni169445) Description: NI 169445 Linux Kernel Kernel: kernel FDT: fdt-ni169445 Configuration 3 (conf-ocelot_pcb123) Description: Ocelot Linux kernel Kernel: kernel FDT: fdt-ocelot_pcb123 Configuration 4 (conf-ocelot_pcb120) Description: Ocelot Linux kernel Kernel: kernel FDT: fdt-ocelot_pcb120 Configuration 5 (conf-xilfpga) Description: MIPSfpga Linux kernel Kernel: kernel FDT: fdt-xilfpga Completed OK # rm -rf /kisskb/build/linus_mips-defconfig_mips-gcc4.9 # Build took: 0:01:55.438394