1. 08 Nov, 2021 4 commits
    • Linus Torvalds's avatar
      Merge tag 'for-linus' of git://github.com/openrisc/linux · a2b03e48
      Linus Torvalds authored
      Pull OpenRISC updates from Stafford Horne:
       "This includes two minor cleanups, plus a bug fix for OpenRISC TLB
        flush code that allows the the SMP kernel to boot again"
      
      * tag 'for-linus' of git://github.com/openrisc/linux:
        openrisc: fix SMP tlb flush NULL pointer dereference
        openrisc: signal: remove unused DEBUG_SIG macro
        openrisc: time: don't mark comment as kernel-doc
      a2b03e48
    • Linus Torvalds's avatar
      Merge tag 'perf-tools-for-v5.16-2021-11-07-without-bpftool-fix' of... · bbdbeb00
      Linus Torvalds authored
      Merge tag 'perf-tools-for-v5.16-2021-11-07-without-bpftool-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux
      
      Pull perf tools updates from Arnaldo Carvalho de Melo:
       "perf annotate:
         - Add riscv64 support.
         - Add fusion logic for AMD microarchs.
      
        perf record:
         - Add an option to control the synthesizing behavior:
             --synth <no|all|task|mmap|cgroup>
      
        core:
         - Allow controlling synthesizing PERF_RECORD_ metadata events during
           record.
         - perf.data reader prep work for multithreaded processing.
         - Fix missing exclude_{host,guest} setting in PMUs that don't support
           it and that were causing the feature detection code to disable it
           for all events, even the ones in PMUs that support it.
         - Fix the default use of precise events on AMD, that were always
           falling back to non-precise because perf_event_attr.exclude_guest=1
           was set and IBS does not have filtering capability, refusing
           precise + exclude_guest.
         - Add bitfield_swap() to handle branch_stack endian issue.
      
        perf script:
         - Show binary offsets for userspace addresses in callchains.
         - Support instruction latency via new "ins_lat" selectable field.
         - Add dlfilter-show-cycles
      
        perf inject:
         - Add vmlinux and ignore-vmlinux arguments, similar to other tools.
      
        perf list:
         - Display PMU prefix for partially supported hybrid cache events.
         - Display hybrid PMU events with cpu type.
      
        perf stat:
         - Improve metrics documentation of data structures.
         - Fix memory leaks in the metric code.
         - Use NAN for missing event IDs.
         - Don't compute unused events.
         - Fix memory leak on error path.
         - Encode and use metric-id as a metric qualifier.
         - Allow metrics with no events.
         - Avoid events for an 'if' constant result.
         - Only add a referenced metric once.
         - Simplify metric_refs calculation.
         - Allow modifiers on metrics.
      
        perf test:
         - Add workload test of metric and metric groups.
         - Workload test of all PMUs.
         - vmlinux-kallsyms: Ignore hidden symbols.
         - Add pmu-event test for event described as "config=".
         - Verify more event members in pmu-events test.
         - Add endian test for struct branch_flags on the sample-parsing test.
         - Improve temp file cleanup in several tests.
      
        perf daemon:
         - Address MSAN warnings on send_cmd().
      
        perf kmem:
         - Improve man page for record options
      
        perf srcline:
         - Use long-running addr2line per DSO, greatly speeding up the
           'srcline' sort order.
      
        perf symbols:
         - Ignore $a/$d symbols for ARM modules.
         - Fix /proc/kcore access on 32 bit systems.
      
        Kernel UAPI copies:
         - Update copy of linux/socket.h with the kernel sources, no change in
           tooling output.
      
        libbpf:
         - Pull in bpf_program__get_prog_info_linear() from libbpf, too much
           specific to perf.
         - Deprecate bpf_map__resize() in favor of bpf_map_set_max_entries()
         - Install libbpf headers locally when building.
         - Bump minimum LLVM C++ std to GNU++14.
      
        libperf:
         - Use binary search in perf_cpu_map__idx() as array are sorted.
      
        libtracefs:
         - Enable libtracefs dynamic linking.
      
        libtraceevent:
         - Increase logging when verbose.
      
        Arch specific:
      
         * PowerPC:
            - Add support to expose instruction and data address registers as
              part of extended regs.
      
        Vendor events:
      
         * JSON parser:
            - Support ConfigCode to set the config= in PMUs
            - Make the JSON parser more conformant when in strict mode.
      
         * All JSON files:
            - Fix all remaining invalid JSON files.
      
         * ARM:
            - Syntax corrections in Neoverse N1 json.
            - Categorise the Neoverse V1 counters.
            - Add new armv8 PMU events.
            - Revise hip08 uncore events.
      
        Hardware tracing:
      
         * auxtrace:
            - Add missing Z option to ITRACE_HELP.
            - Add itrace A option to approximate IPC.
            - Add itrace d+o option to direct debug log to stdout.
      
         * Intel PT:
            - Add support for PERF_RECORD_AUX_OUTPUT_HW_ID
            - Support itrace A option to approximate IPC
            - Support itrace d+o option to direct debug log to stdout"
      
      * tag 'perf-tools-for-v5.16-2021-11-07-without-bpftool-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: (120 commits)
        perf build: Install libbpf headers locally when building
        perf MANIFEST: Add bpftool files to allow building with BUILD_BPF_SKEL=1
        perf metric: Fix memory leaks
        perf parse-event: Add init and exit to parse_event_error
        perf parse-events: Rename parse_events_error functions
        perf stat: Fix memory leak on error path
        perf tools: Use __BYTE_ORDER__
        perf inject: Add vmlinux and ignore-vmlinux arguments
        perf tools: Check vmlinux/kallsyms arguments in all tools
        perf tools: Refactor out kernel symbol argument sanity checking
        perf symbols: Ignore $a/$d symbols for ARM modules
        perf evsel: Don't set exclude_guest by default
        perf evsel: Fix missing exclude_{host,guest} setting
        perf bpf: Add missing free to bpf_event__print_bpf_prog_info()
        perf beauty: Update copy of linux/socket.h with the kernel sources
        perf clang: Fixes for more recent LLVM/clang
        tools: Bump minimum LLVM C++ std to GNU++14
        perf bpf: Pull in bpf_program__get_prog_info_linear()
        Revert "perf bench futex: Add support for 32-bit systems with 64-bit time_t"
        perf test sample-parsing: Add endian test for struct branch_flags
        ...
      bbdbeb00
    • Linus Torvalds's avatar
      Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild · 1e9ed936
      Linus Torvalds authored
      Pull Kbuild updates from Masahiro Yamada:
      
       - Remove the global -isystem compiler flag, which was made possible by
         the introduction of <linux/stdarg.h>
      
       - Improve the Kconfig help to print the location in the top menu level
      
       - Fix "FORCE prerequisite is missing" build warning for sparc
      
       - Add new build targets, tarzst-pkg and perf-tarzst-src-pkg, which
         generate a zstd-compressed tarball
      
       - Prevent gen_init_cpio tool from generating a corrupted cpio when
         KBUILD_BUILD_TIMESTAMP is set to 2106-02-07 or later
      
       - Misc cleanups
      
      * tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (28 commits)
        kbuild: use more subdir- for visiting subdirectories while cleaning
        sh: remove meaningless archclean line
        initramfs: Check timestamp to prevent broken cpio archive
        kbuild: split DEBUG_CFLAGS out to scripts/Makefile.debug
        gen_init_cpio: add static const qualifiers
        kbuild: Add make tarzst-pkg build option
        scripts: update the comments of kallsyms support
        sparc: Add missing "FORCE" target when using if_changed
        kconfig: refactor conf_touch_dep()
        kconfig: refactor conf_write_dep()
        kconfig: refactor conf_write_autoconf()
        kconfig: add conf_get_autoheader_name()
        kconfig: move sym_escape_string_value() to confdata.c
        kconfig: refactor listnewconfig code
        kconfig: refactor conf_write_symbol()
        kconfig: refactor conf_write_heading()
        kconfig: remove 'const' from the return type of sym_escape_string_value()
        kconfig: rename a variable in the lexer to a clearer name
        kconfig: narrow the scope of variables in the lexer
        kconfig: Create links to main menu items in search
        ...
      1e9ed936
    • Linus Torvalds's avatar
      Merge tag 'modules-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux · 67b7e1f2
      Linus Torvalds authored
      Pull module updates from Luis Chamberlain:
       "As requested by Jessica I'm stepping in to help with modules
        maintenance. This is my first pull request to you.
      
        I've collected only two patches for modules for the 5.16-rc1 merge
        window. These patches are from Shuah Khan as she debugged some corner
        case error with modules. The error messages are improved for
        elf_validity_check(). While doing this work a corner case fix was
        spotted on validate_section_offset() due to a possible overflow bug on
        64-bit. The impact of this fix is low given this just limits module
        section headers placed within the 32-bit boundary, and we obviously
        don't have insane module sizes. Even if a specially crafted module is
        constructed later checks would invalidate the module right away.
      
        I've let this sit through 0-day testing since October 15th with no
        issues found"
      
      * tag 'modules-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux:
        module: change to print useful messages from elf_validity_check()
        module: fix validate_section_offset() overflow bug on 64-bit
      67b7e1f2
  2. 07 Nov, 2021 16 commits
  3. 06 Nov, 2021 20 commits
    • Linus Torvalds's avatar
      Merge tag '5.16-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 · b5013d08
      Linus Torvalds authored
      Pull cifs updates from Steve French:
      
       - reconnect fix for stable
      
       - minor mount option fix
      
       - debugging improvement for (TCP) connection issues
      
       - refactoring of common code to help ksmbd
      
      * tag '5.16-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
        smb3: add dynamic trace points for socket connection
        cifs: Move SMB2_Create definitions to the shared area
        cifs: Move more definitions into the shared area
        cifs: move NEGOTIATE_PROTOCOL definitions out into the common area
        cifs: Create a new shared file holding smb2 pdu definitions
        cifs: add mount parameter tcpnodelay
        cifs: To match file servers, make sure the server hostname matches
      b5013d08
    • Linus Torvalds's avatar
      Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs · 2acda754
      Linus Torvalds authored
      Pull fsnotify updates from Jan Kara:
       "Support for reporting filesystem errors through fanotify so that
        system health monitoring daemons can watch for these and act instead
        of scraping system logs"
      
      * tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs: (34 commits)
        samples: remove duplicate include in fs-monitor.c
        samples: Fix warning in fsnotify sample
        docs: Fix formatting of literal sections in fanotify docs
        samples: Make fs-monitor depend on libc and headers
        docs: Document the FAN_FS_ERROR event
        samples: Add fs error monitoring example
        ext4: Send notifications on error
        fanotify: Allow users to request FAN_FS_ERROR events
        fanotify: Emit generic error info for error event
        fanotify: Report fid info for file related file system errors
        fanotify: WARN_ON against too large file handles
        fanotify: Add helpers to decide whether to report FID/DFID
        fanotify: Wrap object_fh inline space in a creator macro
        fanotify: Support merging of error events
        fanotify: Support enqueueing of error events
        fanotify: Pre-allocate pool of error events
        fanotify: Reserve UAPI bits for FAN_FS_ERROR
        fsnotify: Support FS_ERROR event type
        fanotify: Require fid_mode for any non-fd event
        fanotify: Encode empty file handle when no inode is provided
        ...
      2acda754
    • Linus Torvalds's avatar
      Merge tag 'fs_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs · d8b4e5bd
      Linus Torvalds authored
      Pull quota, isofs, and reiserfs updates from Jan Kara:
       "Fixes for handling of corrupted quota files, fix for handling of
        corrupted isofs filesystem, and a small cleanup for reiserfs"
      
      * tag 'fs_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
        fs: reiserfs: remove useless new_opts in reiserfs_remount
        isofs: Fix out of bound access for corrupted isofs image
        quota: correct error number in free_dqentry()
        quota: check block number when reading the block in quota file
      d8b4e5bd
    • Linus Torvalds's avatar
      Merge tag 'xtensa-20211105' of git://github.com/jcmvbkbc/linux-xtensa · 00f178e1
      Linus Torvalds authored
      Pull xtensa updates from Max Filippov:
      
       - add support for xtensa cores without windowed registers option
      
      * tag 'xtensa-20211105' of git://github.com/jcmvbkbc/linux-xtensa:
        xtensa: move section symbols to asm/sections.h
        xtensa: remove unused variable wmask
        xtensa: only build windowed register support code when needed
        xtensa: use register window specific opcodes only when present
        xtensa: implement call0 ABI support in assembly
        xtensa: definitions for call0 ABI
        xtensa: don't use a12 in __xtensa_copy_user in call0 ABI
        xtensa: don't use a12 in strncpy_user
        xtensa: use a14 instead of a15 in inline assembly
        xtensa: move _SimulateUserKernelVectorException out of WindowVectors
      00f178e1
    • Linus Torvalds's avatar
      Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux · 0b707e57
      Linus Torvalds authored
      Pull s390 updates from Vasily Gorbik:
      
       - Add support for ftrace with direct call and ftrace direct call
         samples.
      
       - Add support for kernel command lines longer than current 896 bytes
         and make its length configurable.
      
       - Add support for BEAR enhancement facility to improve last breaking
         event instruction tracking.
      
       - Add kprobes sanity checks and testcases to prevent kprobe in the mid
         of an instruction.
      
       - Allow concurrent access to /dev/hwc for the CPUMF users.
      
       - Various ftrace / jump label improvements.
      
       - Convert unwinder tests to KUnit.
      
       - Add s390_iommu_aperture kernel parameter to tweak the limits on
         concurrently usable DMA mappings.
      
       - Add ap.useirq AP module option which can be used to disable interrupt
         use.
      
       - Add add_disk() error handling support to block device drivers.
      
       - Drop arch specific and use generic implementation of strlcpy and
         strrchr.
      
       - Several __pa/__va usages fixes.
      
       - Various cio, crypto, pci, kernel doc and other small fixes and
         improvements all over the code.
      
      [ Merge fixup as per https://lore.kernel.org/all/YXAqZ%2FEszRisunQw@osiris/ ]
      
      * tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: (63 commits)
        s390: make command line configurable
        s390: support command lines longer than 896 bytes
        s390/kexec_file: move kernel image size check
        s390/pci: add s390_iommu_aperture kernel parameter
        s390/spinlock: remove incorrect kernel doc indicator
        s390/string: use generic strlcpy
        s390/string: use generic strrchr
        s390/ap: function rework based on compiler warning
        s390/cio: make ccw_device_dma_* more robust
        s390/vfio-ap: s390/crypto: fix all kernel-doc warnings
        s390/hmcdrv: fix kernel doc comments
        s390/ap: new module option ap.useirq
        s390/cpumf: Allow multiple processes to access /dev/hwc
        s390/bitops: return true/false (not 1/0) from bool functions
        s390: add support for BEAR enhancement facility
        s390: introduce nospec_uses_trampoline()
        s390: rename last_break to pgm_last_break
        s390/ptrace: add last_break member to pt_regs
        s390/sclp: sort out physical vs virtual pointers usage
        s390/setup: convert start and end initrd pointers to virtual
        ...
      0b707e57
    • Linus Torvalds's avatar
      Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci · 0c5c62dd
      Linus Torvalds authored
      Pull pci updates from Bjorn Helgaas:
       "Enumeration:
         - Conserve IRQs by setting up portdrv IRQs only when there are users
           (Jan Kiszka)
         - Rework and simplify _OSC negotiation for control of PCIe features
           (Joerg Roedel)
         - Remove struct pci_dev.driver pointer since it's redundant with the
           struct device.driver pointer (Uwe Kleine-König)
      
        Resource management:
         - Coalesce contiguous host bridge apertures from _CRS to accommodate
           BARs that cover more than one aperture (Kai-Heng Feng)
      
        Sysfs:
         - Check CAP_SYS_ADMIN before parsing user input (Krzysztof
           Wilczyński)
         - Return -EINVAL consistently from "store" functions (Krzysztof
           Wilczyński)
         - Use sysfs_emit() in endpoint "show" functions to avoid buffer
           overruns (Kunihiko Hayashi)
      
        PCIe native device hotplug:
         - Ignore Link Down/Up caused by resets during error recovery so
           endpoint drivers can remain bound to the device (Lukas Wunner)
      
        Virtualization:
         - Avoid bus resets on Atheros QCA6174, where they hang the device
           (Ingmar Klein)
         - Work around Pericom PI7C9X2G switch packet drop erratum by using
           store and forward mode instead of cut-through (Nathan Rossi)
         - Avoid trying to enable AtomicOps on VFs; the PF setting applies to
           all VFs (Selvin Xavier)
      
        MSI:
         - Document that /sys/bus/pci/devices/.../irq contains the legacy INTx
           interrupt or the IRQ of the first MSI (not MSI-X) vector (Barry
           Song)
      
        VPD:
         - Add pci_read_vpd_any() and pci_write_vpd_any() to access anywhere
           in the possible VPD space; use these to simplify the cxgb3 driver
           (Heiner Kallweit)
      
        Peer-to-peer DMA:
         - Add (not subtract) the bus offset when calculating DMA address
           (Wang Lu)
      
        ASPM:
         - Re-enable LTR at Downstream Ports so they don't report Unsupported
           Requests when reset or hot-added devices send LTR messages
           (Mingchuang Qiao)
      
        Apple PCIe controller driver:
         - Add driver for Apple M1 PCIe controller (Alyssa Rosenzweig, Marc
           Zyngier)
      
        Cadence PCIe controller driver:
         - Return success when probe succeeds instead of falling into error
           path (Li Chen)
      
        HiSilicon Kirin PCIe controller driver:
         - Reorganize PHY logic and add support for external PHY drivers
           (Mauro Carvalho Chehab)
         - Support PERST# GPIOs for HiKey970 external PEX 8606 bridge (Mauro
           Carvalho Chehab)
         - Add Kirin 970 support (Mauro Carvalho Chehab)
         - Make driver removable (Mauro Carvalho Chehab)
      
        Intel VMD host bridge driver:
         - If IOMMU supports interrupt remapping, leave VMD MSI-X remapping
           enabled (Adrian Huang)
         - Number each controller so we can tell them apart in
           /proc/interrupts (Chunguang Xu)
         - Avoid building on UML because VMD depends on x86 bare metal APIs
           (Johannes Berg)
      
        Marvell Aardvark PCIe controller driver:
         - Define macros for PCI_EXP_DEVCTL_PAYLOAD_* (Pali Rohár)
         - Set Max Payload Size to 512 bytes per Marvell spec (Pali Rohár)
         - Downgrade PIO Response Status messages to debug level (Marek Behún)
         - Preserve CRS SV (Config Request Retry Software Visibility) bit in
           emulated Root Control register (Pali Rohár)
         - Fix issue in configuring reference clock (Pali Rohár)
         - Don't clear status bits for masked interrupts (Pali Rohár)
         - Don't mask unused interrupts (Pali Rohár)
         - Avoid code repetition in advk_pcie_rd_conf() (Marek Behún)
         - Retry config accesses on CRS response (Pali Rohár)
         - Simplify emulated Root Capabilities initialization (Pali Rohár)
         - Fix several link training issues (Pali Rohár)
         - Fix link-up checking via LTSSM (Pali Rohár)
         - Fix reporting of Data Link Layer Link Active (Pali Rohár)
         - Fix emulation of W1C bits (Marek Behún)
         - Fix MSI domain .alloc() method to return zero on success (Marek
           Behún)
         - Read entire 16-bit MSI vector in MSI handler, not just low 8 bits
           (Marek Behún)
         - Clear Root Port I/O Space, Memory Space, and Bus Master Enable bits
           at startup; PCI core will set those as necessary (Pali Rohár)
         - When operating as a Root Port, set class code to "PCI Bridge"
           instead of the default "Mass Storage Controller" (Pali Rohár)
         - Add emulation for PCI_BRIDGE_CTL_BUS_RESET since aardvark doesn't
           implement this per spec (Pali Rohár)
         - Add emulation of option ROM BAR since aardvark doesn't implement
           this per spec (Pali Rohár)
      
        MediaTek MT7621 PCIe controller driver:
         - Add MediaTek MT7621 PCIe host controller driver and DT binding
           (Sergio Paracuellos)
      
        Qualcomm PCIe controller driver:
         - Add SC8180x compatible string (Bjorn Andersson)
         - Add endpoint controller driver and DT binding (Manivannan
           Sadhasivam)
         - Restructure to use of_device_get_match_data() (Prasad Malisetty)
         - Add SC7280-specific pcie_1_pipe_clk_src handling (Prasad Malisetty)
      
        Renesas R-Car PCIe controller driver:
         - Remove unnecessary includes (Geert Uytterhoeven)
      
        Rockchip DesignWare PCIe controller driver:
         - Add DT binding (Simon Xue)
      
        Socionext UniPhier Pro5 controller driver:
         - Serialize INTx masking/unmasking (Kunihiko Hayashi)
      
        Synopsys DesignWare PCIe controller driver:
         - Run dwc .host_init() method before registering MSI interrupt
           handler so we can deal with pending interrupts left by bootloader
           (Bjorn Andersson)
         - Clean up Kconfig dependencies (Andy Shevchenko)
         - Export symbols to allow more modular drivers (Luca Ceresoli)
      
        TI DRA7xx PCIe controller driver:
         - Allow host and endpoint drivers to be modules (Luca Ceresoli)
         - Enable external clock if present (Luca Ceresoli)
      
        TI J721E PCIe driver:
         - Disable PHY when probe fails after initializing it (Christophe
           JAILLET)
      
        MicroSemi Switchtec management driver:
         - Return error to application when command execution fails because an
           out-of-band reset has cleared the device BARs, Memory Space Enable,
           etc (Kelvin Cao)
         - Fix MRPC error status handling issue (Kelvin Cao)
         - Mask out other bits when reading of management VEP instance ID
           (Kelvin Cao)
         - Return EOPNOTSUPP instead of ENOTSUPP from sysfs show functions
           (Kelvin Cao)
         - Add check of event support (Logan Gunthorpe)
      
        Miscellaneous:
         - Remove unused pci_pool wrappers, which have been replaced by
           dma_pool (Cai Huoqing)
         - Use 'unsigned int' instead of bare 'unsigned' (Krzysztof
           Wilczyński)
         - Use kstrtobool() directly, sans strtobool() wrapper (Krzysztof
           Wilczyński)
         - Fix some sscanf(), sprintf() format mismatches (Krzysztof
           Wilczyński)
         - Update PCI subsystem information in MAINTAINERS (Krzysztof
           Wilczyński)
         - Correct some misspellings (Krzysztof Wilczyński)"
      
      * tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci: (137 commits)
        PCI: Add ACS quirk for Pericom PI7C9X2G switches
        PCI: apple: Configure RID to SID mapper on device addition
        iommu/dart: Exclude MSI doorbell from PCIe device IOVA range
        PCI: apple: Implement MSI support
        PCI: apple: Add INTx and per-port interrupt support
        PCI: kirin: Allow removing the driver
        PCI: kirin: De-init the dwc driver
        PCI: kirin: Disable clkreq during poweroff sequence
        PCI: kirin: Move the power-off code to a common routine
        PCI: kirin: Add power_off support for Kirin 960 PHY
        PCI: kirin: Allow building it as a module
        PCI: kirin: Add MODULE_* macros
        PCI: kirin: Add Kirin 970 compatible
        PCI: kirin: Support PERST# GPIOs for HiKey970 external PEX 8606 bridge
        PCI: apple: Set up reference clocks when probing
        PCI: apple: Add initial hardware bring-up
        PCI: of: Allow matching of an interrupt-map local to a PCI device
        of/irq: Allow matching of an interrupt-map local to an interrupt controller
        irqdomain: Make of_phandle_args_to_fwspec() generally available
        PCI: Do not enable AtomicOps on VFs
        ...
      0c5c62dd
    • Wei Yongjun's avatar
      i2c: xgene-slimpro: Fix wrong pointer passed to PTR_ERR() · c80be257
      Wei Yongjun authored
      PTR_ERR should access the value just tested by IS_ERR, otherwise
      the wrong error code will be returned.
      
      Fixes: 7b6da7fe ("mailbox: pcc: Use PCC mailbox channel pointer instead of standard")
      Reported-by: default avatarHulk Robot <hulkci@huawei.com>
      Signed-off-by: default avatarWei Yongjun <weiyongjun1@huawei.com>
      Reviewed-by: default avatarSudeep Holla <sudeep.holla@arm.com>
      Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
      c80be257
    • Linus Torvalds's avatar
      Merge branch 'akpm' (patches from Andrew) · 512b7931
      Linus Torvalds authored
      Merge misc updates from Andrew Morton:
       "257 patches.
      
        Subsystems affected by this patch series: scripts, ocfs2, vfs, and
        mm (slab-generic, slab, slub, kconfig, dax, kasan, debug, pagecache,
        gup, swap, memcg, pagemap, mprotect, mremap, iomap, tracing, vmalloc,
        pagealloc, memory-failure, hugetlb, userfaultfd, vmscan, tools,
        memblock, oom-kill, hugetlbfs, migration, thp, readahead, nommu, ksm,
        vmstat, madvise, memory-hotplug, rmap, zsmalloc, highmem, zram,
        cleanups, kfence, and damon)"
      
      * emailed patches from Andrew Morton <akpm@linux-foundation.org>: (257 commits)
        mm/damon: remove return value from before_terminate callback
        mm/damon: fix a few spelling mistakes in comments and a pr_debug message
        mm/damon: simplify stop mechanism
        Docs/admin-guide/mm/pagemap: wordsmith page flags descriptions
        Docs/admin-guide/mm/damon/start: simplify the content
        Docs/admin-guide/mm/damon/start: fix a wrong link
        Docs/admin-guide/mm/damon/start: fix wrong example commands
        mm/damon/dbgfs: add adaptive_targets list check before enable monitor_on
        mm/damon: remove unnecessary variable initialization
        Documentation/admin-guide/mm/damon: add a document for DAMON_RECLAIM
        mm/damon: introduce DAMON-based Reclamation (DAMON_RECLAIM)
        selftests/damon: support watermarks
        mm/damon/dbgfs: support watermarks
        mm/damon/schemes: activate schemes based on a watermarks mechanism
        tools/selftests/damon: update for regions prioritization of schemes
        mm/damon/dbgfs: support prioritization weights
        mm/damon/vaddr,paddr: support pageout prioritization
        mm/damon/schemes: prioritize regions within the quotas
        mm/damon/selftests: support schemes quotas
        mm/damon/dbgfs: support quotas of schemes
        ...
      512b7931
    • Namhyung Kim's avatar
      perf evsel: Fix missing exclude_{host,guest} setting · 3500eeeb
      Namhyung Kim authored
      The current logic for the perf missing feature has a bug that it can
      wrongly clear some modifiers like G or H.  Actually some PMUs don't
      support any filtering or exclusion while others do.  But we check it as
      a global feature.
      
      For example, the cycles event can have 'G' modifier to enable it only in
      the guest mode on x86.  When you don't run any VMs it'll return 0.
      
        # perf stat -a -e cycles:G sleep 1
      
          Performance counter stats for 'system wide':
      
                          0      cycles:G
      
                1.000721670 seconds time elapsed
      
      But when it's used with other pmu events that don't support G modifier,
      it'll be reset and return non-zero values.
      
        # perf stat -a -e cycles:G,msr/tsc/ sleep 1
      
          Performance counter stats for 'system wide':
      
                538,029,960      cycles:G
             16,924,010,738      msr/tsc/
      
                1.001815327 seconds time elapsed
      
      This is because of the missing feature detection logic being global.
      Add a hashmap to set pmu-specific exclude_host/guest features.
      
      Committer notes:
      
      Fix 'perf test python' by adding a stub for evsel__find_pmu() in
      tools/perf/util/python.c, document that it is used so far only for the
      above reasons so that if anybody needs this in the python binding
      usecases, we can revisit this.
      Reported-by: default avatarStephane Eranian <eranian@google.com>
      Signed-off-by: default avatarNamhyung Kim <namhyung@kernel.org>
      Cc: Andi Kleen <ak@linux.intel.com>
      Cc: Ian Rogers <irogers@google.com>
      Cc: Jiri Olsa <jolsa@redhat.com>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: Ravi Bangoria <ravi.bangoria@amd.com>
      Link: http://lore.kernel.org/lkml/20211105205847.120950-1-namhyung@kernel.orgSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
      3500eeeb
    • Ian Rogers's avatar
      perf bpf: Add missing free to bpf_event__print_bpf_prog_info() · 88c42f4d
      Ian Rogers authored
      If btf__new() is called then there needs to be a corresponding btf__free().
      
      Fixes: f8dfeae0 ("perf bpf: Show more BPF program info in print_bpf_prog_info()")
      Signed-off-by: default avatarIan Rogers <irogers@google.com>
      Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
      Cc: Alexei Starovoitov <ast@kernel.org>
      Cc: Andrii Nakryiko <andrii@kernel.org>
      Cc: Daniel Borkmann <daniel@iogearbox.net>
      Cc: Jiri Olsa <jolsa@redhat.com>
      Cc: John Fastabend <john.fastabend@gmail.com>
      Cc: KP Singh <kpsingh@kernel.org>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Martin KaFai Lau <kafai@fb.com>
      Cc: Namhyung Kim <namhyung@kernel.org>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: Song Liu <songliubraving@fb.com>
      Cc: Stephane Eranian <eranian@google.com>
      Cc: Tiezhu Yang <yangtiezhu@loongson.cn>
      Cc: Yonghong Song <yhs@fb.com>
      Cc: bpf@vger.kernel.org
      Cc: netdev@vger.kernel.org
      Link: http://lore.kernel.org/lkml/20211106053733.3580931-2-irogers@google.comSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
      88c42f4d
    • Arnaldo Carvalho de Melo's avatar
      perf beauty: Update copy of linux/socket.h with the kernel sources · 6da2a45e
      Arnaldo Carvalho de Melo authored
      To pick the changes in:
      
        99ce45d5 ("mctp: Implement extended addressing")
        55c42fa7 ("mptcp: add MPTCP_INFO getsockopt")
      
      That don't result in any changes in the tables generated from that
      header.
      
      A table generator for setsockopt is needed, probably will be done in the
      5.16 cycle.
      
      This silences this perf build warning:
      
        Warning: Kernel ABI header at 'tools/perf/trace/beauty/include/linux/socket.h' differs from latest version at 'include/linux/socket.h'
        diff -u tools/perf/trace/beauty/include/linux/socket.h include/linux/socket.h
      
      Cc: David S. Miller <davem@davemloft.net>
      Cc: Florian Westphal <fw@strlen.de>
      Cc: Jeremy Kerr <jk@codeconstruct.com.au>
      Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
      6da2a45e
    • Changbin Du's avatar
      mm/damon: remove return value from before_terminate callback · 658f9ae7
      Changbin Du authored
      Since the return value of 'before_terminate' callback is never used, we
      make it have no return value.
      
      Link: https://lkml.kernel.org/r/20211029005023.8895-1-changbin.du@gmail.comSigned-off-by: default avatarChangbin Du <changbin.du@gmail.com>
      Reviewed-by: default avatarSeongJae Park <sj@kernel.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      658f9ae7
    • Colin Ian King's avatar
    • Changbin Du's avatar
      mm/damon: simplify stop mechanism · 0f91d133
      Changbin Du authored
      A kernel thread can exit gracefully with kthread_stop().  So we don't
      need a new flag 'kdamond_stop'.  And to make sure the task struct is not
      freed when accessing it, get reference to it before termination.
      
      Link: https://lkml.kernel.org/r/20211027130517.4404-1-changbin.du@gmail.comSigned-off-by: default avatarChangbin Du <changbin.du@gmail.com>
      Reviewed-by: default avatarSeongJae Park <sj@kernel.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      0f91d133
    • SeongJae Park's avatar
      Docs/admin-guide/mm/pagemap: wordsmith page flags descriptions · 0d16cfd4
      SeongJae Park authored
      Some descriptions of page flags in 'pagemap.rst' are written in
      assumption of none-rst, which respects every new line, as below:
      
          7 - SLAB
             page is managed by the SLAB/SLOB/SLUB/SLQB kernel memory allocator
             When compound page is used, SLUB/SLQB will only set this flag on the head
      
      Because rst ignores the new line between the first sentence and second
      sentence, resulting html looks a little bit weird, as below.
      
          7 - SLAB
          page is managed by the SLAB/SLOB/SLUB/SLQB kernel memory allocator When
                                                                             ^
          compound page is used, SLUB/SLQB will only set this flag on the head
          page; SLOB will not flag it at all.
      
      This change makes it more natural and consistent with other parts in the
      rendered version.
      
      Link: https://lkml.kernel.org/r/20211022090311.3856-5-sj@kernel.orgSigned-off-by: default avatarSeongJae Park <sj@kernel.org>
      Cc: Jonathan Corbet <corbet@lwn.net>
      Cc: Peter Xu <peterx@redhat.com>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      0d16cfd4
    • SeongJae Park's avatar
      Docs/admin-guide/mm/damon/start: simplify the content · b1eee3c5
      SeongJae Park authored
      Information in 'TL; DR' section of 'Getting Started' is duplicated in
      other parts of the doc.  It is also asking readers to visit the access
      pattern visualizations gallery web site to show the results of example
      visualization commands, while the users of the commands can use terminal
      output.
      
      To make the doc simple, this removes the duplicated 'TL; DR' section and
      replaces the visualization example commands with versions using terminal
      outputs.
      
      Link: https://lkml.kernel.org/r/20211022090311.3856-4-sj@kernel.orgSigned-off-by: default avatarSeongJae Park <sj@kernel.org>
      Cc: Jonathan Corbet <corbet@lwn.net>
      Cc: Peter Xu <peterx@redhat.com>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      b1eee3c5
    • SeongJae Park's avatar
      Docs/admin-guide/mm/damon/start: fix a wrong link · 49ce7dee
      SeongJae Park authored
      The 'Getting Started' of DAMON is providing a link to DAMON's user
      interface document while saying about its user space tool's detailed
      usages.  This fixes the link.
      
      Link: https://lkml.kernel.org/r/20211022090311.3856-3-sj@kernel.orgSigned-off-by: default avatarSeongJae Park <sj@kernel.org>
      Cc: Jonathan Corbet <corbet@lwn.net>
      Cc: Peter Xu <peterx@redhat.com>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      49ce7dee
    • SeongJae Park's avatar
      Docs/admin-guide/mm/damon/start: fix wrong example commands · 82e3fff5
      SeongJae Park authored
      Patch series "Fix trivial nits in Documentation/admin-guide/mm".
      
      This patchset fixes trivial nits in admin guide documents for DAMON and
      pagemap.
      
      This patch (of 4):
      
      Some of the example commands in DAMON getting started guide are
      outdated, missing sudo, or just wrong.  This fixes those.
      
      Link: https://lkml.kernel.org/r/20211022090311.3856-2-sj@kernel.orgSigned-off-by: default avatarSeongJae Park <sj@kernel.org>
      Cc: Jonathan Corbet <corbet@lwn.net>
      Cc: Peter Xu <peterx@redhat.com>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      82e3fff5
    • Xin Hao's avatar
      mm/damon/dbgfs: add adaptive_targets list check before enable monitor_on · b5ca3e83
      Xin Hao authored
      When the ctx->adaptive_targets list is empty, I did some test on
      monitor_on interface like this.
      
          # cat /sys/kernel/debug/damon/target_ids
          #
          # echo on > /sys/kernel/debug/damon/monitor_on
          # damon: kdamond (5390) starts
      
      Though the ctx->adaptive_targets list is empty, but the kthread_run
      still be called, and the kdamond.x thread still be created, this is
      meaningless.
      
      So there adds a judgment in 'dbgfs_monitor_on_write', if the
      ctx->adaptive_targets list is empty, return -EINVAL.
      
      Link: https://lkml.kernel.org/r/0a60a6e8ec9d71989e0848a4dc3311996ca3b5d4.1634720326.git.xhao@linux.alibaba.comSigned-off-by: default avatarXin Hao <xhao@linux.alibaba.com>
      Reviewed-by: default avatarSeongJae Park <sj@kernel.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      b5ca3e83
    • Xin Hao's avatar
      mm/damon: remove unnecessary variable initialization · a460a360
      Xin Hao authored
      Patch series "mm/damon: Fix some small bugs", v4.
      
      This patch (of 2):
      
      In 'damon_va_apply_three_regions' there is no need to set variable 'i'
      to zero.
      
      Link: https://lkml.kernel.org/r/b7df8d3dad0943a37e01f60c441b1968b2b20354.1634720326.git.xhao@linux.alibaba.com
      Link: https://lkml.kernel.org/r/cover.1634720326.git.xhao@linux.alibaba.comSigned-off-by: default avatarXin Hao <xhao@linux.alibaba.com>
      Reviewed-by: default avatarSeongJae Park <sj@kernel.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      a460a360